* lisp/emacs-lisp/unsafep.el (unsafep): Handle backquoted forms.
[emacs.git] / lisp / gnus / ChangeLog
blobabbddcc49cc1c191152301f325c9762f7cf25c27
1 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
3         * mml2015.el (epg-sub-key-fingerprint): Autoload.
4         (mml2015-epg-find-usable-secret-key): New function.
5         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
6         mml2015-epg-find-usable-key (Bug#7797).
7         (mml2015-epg-encrypt): Ditto.
9 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
13 2011-01-03  Glenn Morris  <rgm@gnu.org>
15         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
17         * sieve.el (sieve-open-server): Give a more explicit error if
18         sieve-manage-open returns nil.  (Bug#7720)
20 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
22         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
24 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
27         This avoids sending passwords in plain text over non-encrypted
28         channels.
30         * shr.el (shr-rescale-image): Display all GIF images as animated images.
32         * nnimap.el (nnimap-login): Refactored out into own function, and
33         implement CRAM-MD5.
34         (nnimap-wait-for-line): Refactored out.
36         * mm-view.el (mml-smime): Require.
38 2010-12-20  David Engster  <deng@eml.cc>
40         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
41         use EPG to decrypt S/MIME messages instead of openssl.
43 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
45         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
47         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
48         status is the group clearly is unreachable.
50         * auth-source.el (auth-source-create): Add the optional second
51         parameter to `local-variable-p' to be compatible with XEmacs.
53 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
55         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
56         work when using a compressed nnml folder.
58 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
60         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
61         backends after sanitising on entry, because this never makes sense:
62         If the articles have gone missing, then the data no longer exists on
63         the backend, and if they haven't, then Gnus is wrong, and shouldn't
64         overwrite anything anyway.
66         * shr.el (shr-insert-document): Bind shr-width dynamically to
67         window-width if it's nil.
69 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
71         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
72         with the meaning of using the full emacs window width for rendering.
74 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
76         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
77         case when sender is not given.
79 2010-12-23  Julien Danjou  <julien@danjou.info>
81         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
82         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
83         the addresses, otherwise we might misplaced the gravatar.
85 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
87         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
88         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
89         obsolete in Emacs.
91 2010-12-20  Julien Danjou  <julien@danjou.info>
93         * gnus-util.el (gnus-rescale-image): Revert last change.
95 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
97         * gnus-group.el (gnus-group-delete-articles): New command.
99 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
101         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
103 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
105         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
106         here, since it's up to the backends to do CRLF removal if their
107         protocol has it.
109         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
111 2010-12-17  Julien Danjou  <julien@danjou.info>
113         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
114         they are from file. Can also scale up.
116 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
118         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
119         gnus-use-agent.
120         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
122         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
124 2010-12-17  Julien Danjou  <julien@danjou.info>
126         * gravatar.el (gravatar-retrieve-synchronously): New function.
127         (gravatar-get-data): Make more robust.
129 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
131         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
132         to really consider the last line.
134 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
136         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
137         list of recipient keys, or use symmetric encryption if not a list.
138         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
139         EPA override, replacing the call to `netrc-store-data'.
141 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
143         * gnus-srvr.el: Avoid passing nil regexp argument to
144         delete-matching-lines.
146 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
148         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
149         fetching stops when Gnus exits.
151         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
152         function.
153         (nnfolder-request-expire-articles): Save all the buffers after doing
154         expiry.
156         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
157         the last article", since that led to serious performance regressions
158         when expiring nnml groups.
160 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
162         * nnir.el: Improve customizations.
164 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
166         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
168         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
169         group has been killed.
170         (gnus-group-yank-group): Ditto.
172         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
174         * nnimap.el (nnimap-request-update-group-status): New function.
176         * gnus-int.el (gnus-request-update-group-status): New interface
177         function.
179         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
180         copying read-ness to the backends.
182         * nnimap.el (nnimap-quirk): New function.
183         (nnimap-retrieve-group-data-early): Use it.
184         (nnimap-quirks): New alist.
186 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
188         * shr.el (shr-insert): Set shr-start after deleting trailing space;
189         don't delete it within indentation.
191 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
193         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
194         previous line.
196 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
198         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
199         QRESYNC command by deleting a superfluous space which broke Cyrus
200         servers.  This change will break other servers that are buggy the other
201         way around.
203 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
205         * spam.el: Reindent and fix long lines.
206         (spam-copy-or-move-routine): Exclude invalid move destinations.
208 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
210         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
211         installed the registry.
213 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
215         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
216         groupname doesn't contain "gmane".
218 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
220         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
221         (gnus-1): Don't create the nndrafts group twice.
222         (gnus-setup-news): There's no need to read the active file here, since
223         that's done again later on a per-backend basis.
224         (gnus-start-draft-setup): Make sure that the new group is started out
225         empty.
227         * gnus-agent.el (gnus-agentize): Don't create the queue group
228         automatically on startup.  It'll be created later, if needed.
230         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
231         of automatically subscribed groups.
232         (gnus-auto-subscribed-categories): New variable.
233         (gnus-matches-options-n): Use it.
234         (gnus-default-subscribed-newsgroups): Remove unused variable.
235         (gnus-start-draft-setup): Message a bit less.
237 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
239         * nnir.el (nnir-run-imap): Return article list in order of increasing
240         UID.
242 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
244         * gnus-sum.el (gnus-summary-enter-digest-group): Mention
245         gnus-auto-select-on-ephemeral-exit.
247         * proto-stream.el (proto-stream-open-network-only): Fix the calling
248         convention of the network-only option.
250 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
252         * proto-stream.el (proto-stream-open-network-only): New function to
253         have a way to specify non-STARTTLS upgrade connections.
255 2010-12-10  Julien Danjou  <julien@danjou.info>
257         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
258         email address is nil.
260         * message.el (message-bogus-recipient-p): Set address to "" if nil.
262 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
264         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
265         deletion.
266         (nnir-run-imap): Only need to parse list once.
268 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
270         * shr.el (shr-tag-script): Ignore <script>.
271         (shr-tag-label): Add <label> support.
273 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
275         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
277         * shr.el (shr-image-displayer): Work for images lined side by side.
279 2010-12-08  Robert Pluim  <rpluim@gmail.com>
281         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
282         parameter, since XEmacs doesn't accept t as a parameter.
284 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
286         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
287         ids.
288         (nnir-run-gmane): Simplify groupspec formatting.
289         (nnir-request-expire-articles): New function.
291 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
293         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
294         overflow, possibly.
296         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
297         (shr-render-td): Handle td style="" better.
298         (shr-tag-table): Use the color from the style sheet.
299         (shr-render-td): Make sure we copy over all the overlays, too.
301 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
303         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
304         (nnir-request-article): Improve article retrieval.
306 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
308         * mm-util.el (mm-extra-numeric-entities): New variable.
310         * mm-url.el (mm-url-decode-entities):
311         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
313 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
315         * message.el: Use completion-at-point.
316         (message-completion-function): New fun, extracted from message-tab.
317         (message-mode): Use it for completion-at-point-functions.
318         (message-tab): Use it and completion-at-point.
320 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
322         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
323         character if a non-breakable character follows.
325 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
327         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
328         any stream.
330         * shr.el (shr-tag-font): Colorize the region.
331         (shr-tag-body): Ditto.
332         (shr-tag-font): Actually let the styles be inherited instead of
333         overwriting them.
334         (shr-tag-font): Get the background color right.
335         (shr-tag-style): Ignore all <style> tags for the moment.
337         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
338         a Message-ID to avoid having nnimap depend on gnus-sum.
340         * shr.el (shr-descend): Only colorize something if we have a node that
341         sets colors.
343 2010-12-06  Julien Danjou  <julien@danjou.info>
345         * shr.el (shr-render-td): Render td content with shr-descend, so style
346         will be applied to <td> too.
347         (shr-colorize-region): Colorize region even if we only have a background.
348         (shr-tag-body): Fix color and background color inheritance.
349         Do not recolorize after shr-generic.
350         (shr-tag-font): Let shr-generic colorize via inheritance.
352 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
354         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
356 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
358         * nnir.el (nnir-request-move-article): Remove obsolete code.
360 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
362         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
364 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
366         * gnus-sum.el (gnus-summary-respool-article): The completion function
367         expects a list instead of an alist.
369         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
370         string as the parameter.
372         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
374         * shr.el (shr-stylesheet): New dynamic variable for cascading the
375         styles.
376         (shr-colorize-region): New function.
377         (shr-insert-background-overlay): Remove.
378         (shr-render-td): Background setting should be taken care of on a higher
379         level.
380         (shr-tag-body): Use post-hoc colorizations.
381         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
382         (shr-put-color-1): Don't overwrite old colors.
383         (shr-colorize-region): When the background color isn't explicit, use
384         a fixed background.
386         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
387         nnmail variables.
389 2010-12-05  Bjørn Mork  <bjorn@mork.no>
391         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
392         unless necessary.
394 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
396         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
397         server.
399 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
401         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
402         so that TAB works.
404         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
405         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
407         * shr.el (shr-urlify): Show the URL before the title to avoid
408         misleading URLs.
410 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
412         * shr.el (shr-urlify): Display the title in <a> tags.
414 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
416         * nnir.el (nnir-categorize): Replace mapcar with mapc.
418 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
420         * nnir.el: Rearrange code to allow macros to be autoloaded by
421         gnus-sum.el.
422         (nnir-retrieve-headers-override-function): Make this variable
423         customizable.
424         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
426         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
427         from nnir.el.
429 2010-12-03  Julien Danjou  <julien@danjou.info>
431         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
433 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
435         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
436         allow optional argument `environment'.
438 2010-12-03  Glenn Morris  <rgm@gnu.org>
440         * mm-extern.el (message-goto-body): Update declaration.
442 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
444         * gnus-util.el (gnus-macroexpand-all): New function.
446         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
447         instead of macroexpand-all that is unavailable in XEmacs.
449 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
451         * nnir.el (nnir-summary-line-format): New variable.
452         (nnir-mode): Use it.
453         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
454         (nnir-article-ids): Reimplement as defsubst.
455         (nnir-retrieve-headers): Don't mangle the subject header.
456         (nnir-run-imap): Use 100 as RSV score.
457         (nnir-run-find-grep): Fix for full server searching.
458         (nnir-run-gmane): Better restriction to gmane groups.
460         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
461         summary buffers.
463 2010-12-02  Julien Danjou  <julien@danjou.info>
465         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
467         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
469         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
470         support.
472 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
474         * nnir.el: Update to handle the registry better.
475         (autoload): Silence byte-compiler.
476         (nnir-open-server): Add a hook for nnir groups.
477         (nnir-request-move-article): Don't mangle the header. Better to use
478         formating variables (which will be added in the future).
479         (nnir-registry-action): Update the registry using the original article
480         group name.
481         (nnir-mode): Install nnir-specific hooks for updating the registry.
483         * gnus-sum.el
484         (gnus-article-original-subject,gnus-newsgroup-original-name): Remove
485         obsolete variables.
486         (gnus-summary-move-article): Remove use of obsolete variables.
487         (gnus-summary-local-variables): Make move and delete hooks local to
488         summary buffers.
490 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
492         * rtree.el: New file.
494 2010-12-01  Julien Danjou  <julien@danjou.info>
496         * message.el (message-user-organization): Do not use
497         gnus-local-organization.
499         * gnus.el: Remove gnus-local-organization.
501         * gnus-msg.el: Remove nastygram thing.
503 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
505         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
506         funcall.
508 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
510         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
511         names.
513         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
514         characters.
516         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
517         to t of inhibit-read-only since it is inside gnus-with-article-headers.
518         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
519         (gnus-gravatar-transform-address): Use mail-extract-address-components
520         that supports non-ASCII names rather than mail-header-parse-addresses.
522 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
524         * proto-stream.el (open-protocol-stream): All starttls connections are
525         handled by the network handler.
527 2010-11-30  Julien Danjou  <julien@danjou.info>
529         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
530         (nnimap-open-connection-1): Fix PREAUTH.
532         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
534 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
536         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
537         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
538         (shr-insert): Use them.
539         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
541 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
543         * nnir.el (nnir-request-move-article): Bail out if original group
544         doesn't support article moves.
545         (nnir-get-active): Improve active list retrieval.
547 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
549         * shr.el (shr-find-fill-point): Don't break before apostrophes.
551 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
553         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
554         seem to accept strings-with-numbers as port numbers,
556 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
558         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
559         change the registry.
561 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
563         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
564         delete-dups that is not available in XEmacs 21.4.
566         * mm-util.el (mm-delete-duplicates): Add comment.
568 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
570         * nnir.el (nnir-ignored-newsgroups): New variable.
571         (nnir-get-active): Use it.
573 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
575         * proto-stream.el (proto-stream-open-network): Add some comments.
577         * nntp.el (nntp-open-connection): Provide a :success condition.
579         * nnimap.el (nnimap-open-connection-1): Ditto.
581         * proto-stream.el (proto-stream-open-network): See what the response to
582         the STARTTLS command is.
584         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
585         backwards compatibility).
586         (nnimap-open-connection-1): Really respect nnimap-server-port.
588         * proto-stream.el (proto-stream-open-network): When doing opportunistic
589         TLS upgrades we don't really care about the identity of the peer.
590         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
591         that what we've checked for.
592         (proto-stream-always-use-starttls): Only default to t if
593         open-gnutls-stream exists.
594         (proto-stream-open-network): If STARTTLS failed, then just open a
595         normal connection.
596         (proto-stream-open-network): Wait until the greeting before doing
597         STARTTLS.
599         * nntp.el (nntp-open-connection): Report what the connection error is.
601         * proto-stream.el (open-protocol-stream): Renamed from
602         open-proto-stream.
604 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
606         * nnimap.el (nnimap-stream): Change default to `undecided'.
607         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
608         first, and then network.
609         (nnimap-open-connection-1): Respect nnimap-server-port.
610         (nnimap-open-connection): Be more backwards-compatible.
612         * proto-stream.el (proto-stream-always-use-starttls): New variable.
613         (proto-stream-open-starttls): De-duplicate the starttls code.
614         (proto-stream-open-starttls): Folded back into the main function.
615         (proto-stream-open-network): Fix typo in the gnutls path.
616         (proto-stream-command): Refactor out.
618         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
620         * proto-stream.el (proto-stream-open-starttls): Actually implement the
621         starttls.el STARTTLS.
623         * color.el (color-lab->srgb): Fix function call name.
625         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
626         if we're using tls.el.
627         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
628         built in, then don't try to establish a STARTTLS connection.
630         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
631         servers.
633         * proto-stream.el (open-proto-stream): Use network, not stream.
634         (open-proto-stream): Add a way to specify what the end of a command is.
636         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
637         connections types.
638         (nntp-open-network-stream): Remove.
639         (nntp-open-ssl-stream): Remove.
640         (nntp-open-tls-stream): Remove.
641         (nntp-ssl-program): Remove.
643         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
645 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
647         * nnir.el: Fix typos.
648         (nnir-retrieve-headers-override-function): Rename variable to reflect
649         new semantics.
650         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
651         macros.
652         (nnir-request-article, nnir-request-move-article): Use them.
653         (nnir-categorize): New function.
654         (nnir-run-query): Use it.
655         (nnir-retrieve-headers): Rewrite to batch header retrieval.
656         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
657         sorted.
658         (nnir-group-full-name): Use gnus-group-full-name instead.
659         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
660         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
662 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
664         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
666         * proto-stream.el: New library to provide protocol-specific
667         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
668         protocols.
669         (open-proto-stream): Complete the documentation.
670         (proto-stream-open-network): Fix some typos.
672         * nnimap.el (nnimap-open-connection): Use it.
674 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
676         * pop3.el (pop3-open-server): Read server greeting before starting TLS
677         negotiation.
679 2010-11-26  Julien Danjou  <julien@danjou.info>
681         * color.el: Rename various rgb functions to srgb.
683 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
685         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
686         names.
688 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
690         * shr.el (shr-insert): Revert last change.
691         (shr-find-fill-point): Never leave point being at bol;
692         relax the kinsoku limitation when rendering tables.
694 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
696         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
697         results from -accept-article.
699         * shr-color.el: Require cl when compiling.
701         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
702         checkin.
704         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
706         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
708         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
709         'add and 'delete to set backend marks.
711         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
713         * nnheader.el (nnheader-update-marks-actions): Refactor out.
715         * nntp.el (nntp-request-set-mark): Use it.
717         * nnfolder.el (nnfolder-request-set-mark): Ditto.
719         * nnml.el (nnml-request-set-mark): Ditto.
721         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
722         introduces regressions in article selection.
723         (nnimap-find-uid-response): New function.
724         (nnimap-request-accept-article): Use the UID returned, if any.
725         (nnimap-request-move-article): Use the UID returned, if any.
726         (nnimap-get-groups): Reimplement to work with folded lines.
727         (nnimap-find-uid-response): The UID is the last element in the list.
728         (nnimap-request-set-mark): Extend syntax with 'set.
730         * nnml.el (nnml-request-set-mark): Ditto.
732         * nnfolder.el (nnfolder-request-set-mark): Ditto.
734         * nntp.el (nntp-request-set-mark): Ditto.
736 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
738         * message.el (message-called-interactively-p): A temporary macro.
739         (message-goto-body): Use it temporarily.
741 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
743         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
744         (nnimap-last-response-string): Unfold quoted lines, if they exist.
745         (nnimap-last-response-string): Fix last unfolding fix.
747 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
749         * shr.el (shr-insert): Fix the way to fold lines.
751 2010-11-25  Julien Danjou  <julien@danjou.info>
753         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
755         * color.el: Rename from color-lab.el
756         (color-rgb->hex): Add.
757         (color-complement): Add.
758         (color-complement-hex): Add.
760         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
762 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
764         * shr-color.el (shr-color-visible): Don't bug out if the colour names
765         don't exist.
767 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
769         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
770         assuming that article displaying or another mml-preview may be
771         interrupted for an error or for the like.
773         * shr.el (shr-get-background): Fix argument name.
775 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
777         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
779         * gnus-sum.el (gnus-summary-include-articles): New function.
781         * message.el (message-goto-body): called-interactively-p needs a
782         parameter, so use `any'.
784         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
785         clear marks before moving, since they're synced from the Gnus side
786         first.
788         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
789         (gnus-summary-move-article): Copy over all marks before moving, so that
790         IMAP doesn't think a new article has arrived.
792 2010-11-24  Julien Danjou  <julien@danjou.info>
794         * shr.el (shr-insert-background-overlay): Fix typo.
795         (shr-render-td): Copy the background before rendering.
797         * shr-color.el (shr-color-visible): Fix docstring.
799         * shr.el (shr-tag-table): Add bgcolor support.
800         (shr-render-td): Add bgcolor support.
801         (shr-get-background): Add.
802         (shr-insert-foreground-overlay): Use shr-get-background.
804         * message.el (message-goto-body): Use called-interactively-p.
805         (message-in-body-p): message-goto-body returns point.
807 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
809         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
810         Fixes something or other in Emacs 23, and is backwards compatible.
812         * message.el (message-goto-body): Remove the <#secure special-casing,
813         which is too special.
815         * shr.el (shr-parse-style): Drop !important from styles.
817 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
819         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
820         this function to return incorrect results when calling it with an
821         explicit article argument different from
822         (gnus-summary-article-number).
824 2010-11-24  Julien Danjou  <julien@danjou.info>
826         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
827         (shr-tag-body): Add background support.
828         (shr-descend): Add background support.
829         (shr-tag-title): Add.
831         * shr-color.el (shr-color-visible): Really return original background
832         if fixed.
834 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
836         * shr.el (shr-color-check): Protect against non-existant colour names.
838 2010-11-24  Julien Danjou  <julien@danjou.info>
840         * color-lab.el: Require 'cl when compiling.
842         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
844         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
845         matched part.
847         * color-lab.el: Fix all expt calls to use float type.
849 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
851         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
852         expression to shr-color-check as is.
854         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
856         * color-lab.el: Add coding cookie.
857         (float-pi): Use eval-and-compile.
859 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
861         * shr.el (shr-insert-color-overlay): Split stuff like
862         "#444444 !important" to find the real colour.
863         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
864         parse <font color="red"> entries.
866 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
868         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
869         point when parsing headers.
871         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
872         is positioned properly when parsing headers.
874 2010-11-23  Julien Danjou  <julien@danjou.info>
876         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
878         * shr-color.el (shr-color->hexadecimal): Add support for color names.
880         * shr.el (shr-parse-style): Replace \n with space in style parsing.
882         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
883         shr-color-hue-to-rgb.
884         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
886 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
888         * shr.el (shr-color->hexadecimal): Autoload.
889         (shr-descend): Add color to all tags.
891 2010-11-22  Julien Danjou  <julien@danjou.info>
893         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
894         shr-color->hexadecimal.
896         * shr-color.el (shr-color->hexadecimal): Add converting functions for
897         RGB() or HSL() color representation.
899         * shr.el (shr-tag-font): Add.
900         (shr-tag-color-check): New function to get better colors.
901         (shr-tag-insert-color-overlay): Factorize code between tag-font and
902         tag-span.
904         * shr-color.el: New file.
906         * color-lab.el: New file.
908         * gnus-art.el (gnus-url-mailto): Do not downcase args.
910 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
912         * nnir.el: Fix typo in comments.
913         (nnir-run-imap): Simplify code. No need to reverse artlist.
914         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
916 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
918         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
920         * nnimap.el (nnimap-get-capabilities): Refactor out.
921         (nnimap-open-connection): Re-request capabilities after STARTTLS.
923 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
925         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
926         appearing when `mm-uu-hide-markers' is nil.
928 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
930         * nnimap.el (nnimap-unselect-group): Make into its own function.
931         (nnimap-request-rename-group): Unselect group before renaming.
932         This had gotten lost somewhere.
933         (nnimap-request-accept-article): Keep track of examined groups, and
934         unselect the group before APPENDing to read-only groups.
935         (nnimap-request-move-article): Clear flags before moving so that they
936         can be re-set later.
938 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
940         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
941         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
943 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
945         * gnus-art.el (gnus-mime-display-single)
946         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
947         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
948         parameter.
950 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
952         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
953         (shr-table-vertical-line): New variable.
954         (shr-insert-table): Use it.
956 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
958         * gnus-html.el (gnus-html-wash-images): Don't display images if
959         gnus-inhibit-images is non-nil; register displayer for cid images.
960         (gnus-html-display-image): Work for cid image.
961         (gnus-html-insert-image): Allow arguments.
962         (gnus-html-put-image): Inhibit read-only.
963         (gnus-html-prefetch-images): Don't prefetch images if
964         gnus-inhibit-images is non-nil.
966 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
968         * shr.el (shr-put-image): Break lines when inserting big pictures.
970 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
972         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
973         sender, thanks Katsumi Yamaoka.
975 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
977         * nnir.el (nnir-run-imap): Reverse the article list for each group
978         rather than the whole list.
980 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
982         * shr.el (shr-image-displayer): Protect function against non-existent
983         image source.
985         * gnus-art.el (gnus-inhibit-images): New user option.
986         (gnus-mime-display-single): Don't display image if it is non-nil.
988         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
989         gnus-inhibit-images.
991         * shr.el (shr-image-displayer): New function.
992         (shr-tag-img): Use it.
994 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
996         * mml2015.el (mml2015-epg-sign): Use From header.
998 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1000         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1002         * gnus-util.el (gnus-find-text-property-region): Return markers.
1004         * shr.el (shr-tag-img): Put a displayer in the text property.
1006         * gnus-util.el (gnus-find-text-property-region): New utility function.
1008         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1009         (gnus-html-show-images): Remove.
1011         * gnus-art.el (gnus-article-show-images): New, more general function.
1013         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1014         image url text properties.
1016         * shr.el: Ditto.
1018         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1019         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1021 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1023         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1024         work for two or more articles.
1026 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1028         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1029         divide an image that's in an html article to two or more when washing
1030         non-ASCII characters in alt text of it.
1032 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1034         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1035         smime-decrypt-region using function argument.
1036         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1038         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1040         * smime.el (smime-decrypt-region): Catch it.
1042 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1044         * smime.el (smime-mode-map): Move initialization into declaration.
1045         (gnus-run-mode-hooks): Don't autoload.
1046         (smime-mode): Use define-derived-mode.
1048 2010-11-11  Glenn Morris  <rgm@gnu.org>
1050         * smime.el (from): Restrict declaration to XEmacs.
1052         * nnir.el (gnus-group-topic-name): Autoload.
1054 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1056         * shr.el (shr-insert): Don't break long line if it is because of
1057         kinsoku-bol characters in the line end.
1059 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1061         * nnir.el (nnir-request-move-article): Fix to provide original group
1062         and subject.
1063         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1064         been retrieved.
1066         * gnus-sum.el (gnus-summary-move-article): Use original group and
1067         subject for virtual articles such as those in an nnir summary buffer.
1069 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1071         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1072         least 21.5).
1074         * smime.el (from): Declare it again for XEmacs.
1076 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1078         * message.el (message-resend): Don't disable encoding unless it's
1079         already encoded.
1081         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1082         low-numbered articles.
1084 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1086         * rfc2047.el (rfc2047-syntax-table): Simplify.
1088         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1089         set-char-table-range for XEmacs.
1091 2010-11-10  Glenn Morris  <rgm@gnu.org>
1093         * smime.el (from): Remove unused declaration.
1095         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1096         (gnus-float-time): On Emacs, always an alias.
1098         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1099         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1101 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1103         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1105 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1107         * shr.el (browse-url-mailto): Autoload.
1109         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1111         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1112         regexp doesn't need quoting.
1114 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1116         * message.el (message-subject-trailing-was-ask-regexp)
1117         (message-subject-trailing-was-regexp): Match was: in addition to was.
1119 2010-11-09  Glenn Morris  <rgm@gnu.org>
1121         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1122         (nnbabyl-check-mbox): Use point-at-bol.
1124 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1126         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1128         * message.el (message-mailto): New function.
1129         (message-mailto): Should accept other parameters.
1130         (message-mailto): Remove since it duplicates browse-url-mailto
1131         functionality.
1133 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1135         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1136         methods.
1137         (gnus-read-active-file): Ditto.
1139         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1140         ": " from the prompt.
1141         (gnus-group-make-group): Ditto.
1143 2010-11-07  Glenn Morris  <rgm@gnu.org>
1145         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1146         (gnus-bookmark-kill-line): Use point-at-eol.
1148 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1150         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1151         asterisks in From header.
1153 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1155         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1156         string to avoid making the From headers syntactically invalid.
1158         * message.el (message-send-mail): Don't insert courtesy messages if the
1159         message already has List-Post and List-ID messages.
1161 2010-11-06  Glenn Morris  <rgm@gnu.org>
1163         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1164         `condition', `type', `length' a prefix.
1165         (gnus-treat-predicate): Update for above name changes.
1167 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1169         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1170         binding.  Handled by `gnus-summary-refer-thread' instead.
1171         (nnir-warp-to-article): New backend function.
1173         * nnimap.el (nnimap-request-thread): Force dependency updating.
1175         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1176         (gnus-summary-refer-thread): Rework to improve thread-referral.
1178         * gnus-int.el (gnus-warp-to-article): New function.
1180         * gnus-sum.el (gnus-summary-article-map): Bind it.
1182 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1184         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1185         gnus-summary-refer-thread.
1187         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1188         headers.
1189         (gnus-summary-limit-include-thread): Prevent articles in thread from
1190         being cut in gnus-cut-threads.
1191         (gnus-summary-refer-thread): Limit retrieved headers to those in
1192         thread.
1194 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1196         * message.el (message-send-mail): Use the value of
1197         message-courtesy-message from the message buffer.
1199         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1201         * shr.el (shr-browse-url): Implement mailto: URLs.
1203         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1204         "raw".
1206         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1207         if it's already selected.
1209         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1211 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1213         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1214         to measure the length and truncate alt text.
1216 2010-11-03  Glenn Morris  <rgm@gnu.org>
1218         * nndiary.el (nndiary-generate-nov-databases-1)
1219         (nndiary-generate-active-info): Rename dynamic variable `files' to
1220         something less generic.
1222 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1224         * nnir.el (nnir-request-move-article): Call the underlying backend to
1225         move articles from nnir.
1227 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1229         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1231 2010-11-02  Julien Danjou  <julien@danjou.info>
1233         * nnir.el: Remove wais support.
1235 2010-11-02  Glenn Morris  <rgm@gnu.org>
1237         * gnus-html.el: Reorder requirements to quieten compiler.
1239 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1241         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1242         properly for XEmacs as well.
1243         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1244         (gnus-article-natural-long-line-p): Use window-width rather than
1245         frame-width.
1247 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1249         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1250         (nnir-read-parms): Don't modify query.
1251         (nnir-run-query): Add ability to search topic on current line.
1252         (nnir-get-active): Clean up.
1254 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1256         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1257         degenerate articles.
1259         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1260         (gnus-print-buffer): Just print the buffer as is, without any copying
1261         to a buffer and then re-highlighting.
1263         * nnimap.el (nnimap-request-group): Store the new updated info.
1264         (nnimap-request-group): Select the group when we don't know whether it
1265         exists or not.
1267         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1268         groups.
1270         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1271         groups.
1273         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1274         groups.
1276         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1277         long-lines case by only filling the long lines.
1279         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1280         (bug #7311).
1282 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1284         * shr.el: No need to declare `declare-function' since shr.el is for
1285         only Emacsen that provide `libxml-parse-html-region'.
1287 2010-11-01  Glenn Morris  <rgm@gnu.org>
1289         * mm-util.el (gnus-completing-read): Autoload.
1290         (mm-read-coding-system): Simplify Emacs definition.
1292         * nnmail.el (gnus-activate-group):
1293         * nnimap.el (gnutls-negotiate):
1294         * nntp.el (netrc-parse): Fix declarations.
1296 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1298         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1299         string-match-p in Emacs >=23.
1301         * gnus-msg.el (gnus-configure-posting-styles)
1302         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1304 2010-11-01  Glenn Morris  <rgm@gnu.org>
1306         * nnir.el (declare-function): Add compat stub.
1307         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1308         (nnir-run-gmane): Require 'mm-url.
1310         * mm-util.el (mm-string-to-multibyte): Simplify.
1312         * shr.el (declare-function): Add compat stub.
1313         (url-cache-create-filename): Declare.
1314         (mm-disable-multibyte, widget-convert-button): Autoload.
1316         * smime.el (ldap-search): Declare.
1317         (smime-cert-by-ldap-1): Require ldap on Emacs.
1319         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1320         (nnimap-keepalive): Use gnus-float-time.
1322         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1323         (mail-source-delete-crash-box): Use gnus-float-time.
1325         * gnus-dired.el (gnus-completing-read): Autoload.
1327         * mm-view.el (gnus-rescale-image): Autoload.
1329         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1331         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1333         * sieve-manage.el: Require 'cl when compiling.
1335         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1336         (gnus-iswitchb-completing-read): Require iswitchb.
1337         (gnus-select-frame-set-input-focus): Silence compiler.
1339 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1341         * message.el (message-subject-trailing-was-query): Change default to t,
1342         since I think that's what most people want.
1344         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1345         appending for easier debugging.
1346         (nnimap-wait-for-connection): Take a regexp.
1347         (nnimap-request-accept-article): Wait for the continuation line before
1348         sending anything unless we're streaming.
1350         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1351         leave the header washing to take place.
1353 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1355         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1356         regular expression match and replace in posting styles.
1358 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1360         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1361         an entire server.
1362         (nnir-get-active): New function.
1363         (nnir-run-imap): Use it.
1364         (nnir-run-gmane): Who knew, gmane search returns an article score!
1366         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1367         server on the current line with nnir.
1369 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1371         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1372         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1373         left edge.
1374         (gnus-article-foldable-buffer): Skip past the prefix when determining
1375         raggedness.
1377         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1378         the raw article, and change `C-u g' to show the article without doing
1379         treatments.
1381         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1382         on to `gnus-treat-article'.
1383         (gnus-inhibit-article-treatments): New variable.
1385         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1387         * gnus-art.el (gnus-treatment-function-alist): Have
1388         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1389         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1390         sections.
1392         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1393         parameter.
1394         (gnus-article-fill-cited-long-lines): New function.
1395         (gnus-article-fill-cited-article): Allow filling only long sections.
1397         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1398         and non-punctuation (like after the apostrophe in "'We").
1400         * gnus-sum.el (gnus-summary-select-article): Make sure
1401         gnus-original-article-buffer is alive.
1403         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1404         reflect the order they're in in the digest.
1406         * gnus.el (gnus-group-startup-message): Move point to the start of the
1407         buffer.
1409         * nnimap.el (nnimap-capability): New function.
1410         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1411         is set.
1413 2010-10-31  David Engster  <dengste@eml.cc>
1415         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1416         conform with changes to gnus-completing-read.
1418 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1420         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1422 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1424         * nnir.el: Move defvar, defcustom around to keep file organized
1425         and keep byte-compiler quiet.
1426         (nnir-read-parms): Accept search-engine as arg.
1427         (nnir-run-query): Pass search-engine as arg.
1428         (nnir-search-engine): Remove.
1430 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1432         * shr.el (shr-generic): The text nodes should be text, not :text.
1434         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1435         later in the file.
1437 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1439         * nnir.el: General clean up.  Allow searching with multiple engines.
1440         Allow separate extra-parameters for each engine.
1441         Batch queries when possible.
1442         (nnir-imap-default-search-key,nnir-method-default-engines):
1443         Add customize interface.
1444         (nnir-run-gmane): New engine.
1445         (nnir-engines): Use it.  Qualify all prompts with engine name.
1446         (nnir-search-engine): Remove global variable.
1447         (nnir-run-hyrex): Restore for now.
1448         (nnir-extra-parms,nnir-search-history): New variables.
1449         (gnus-group-make-nnir-group): Use them.
1450         (nnir-group-server): Remove in favor of gnus-group-server.
1451         (nnir-request-group): Avoid searching twice.
1452         (nnir-sort-groups-by-server): New function.
1454 2010-10-30  Julien Danjou  <julien@danjou.info>
1456         * gnus-group.el: Remove gnus-group-fetch-control.
1458         * gnus-start.el (gnus-find-new-newsgroups):
1459         Remove gnus-check-first-time-used.
1461         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1463 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1465         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1466         set on groups that don't have \* permanentflags.
1468 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1470         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1471         control the background color.
1472         (shr-tag-img): Ignore very small web bug type images.
1473         (shr-put-image): Add help-echo alt texts to the images.
1474         (shr-tag-video): Show the video poster image.
1476 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1478         * shr.el (shr-table-depth): New variable.
1479         (shr-tag-table-1): Only insert the images after the top-level table.
1481         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1483         * gnus-util.el (gnus-list-memq-of-list): New function.
1485         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1486         selected.
1487         (nnimap-unsplittable-articles): New slot.
1488         (nnimap-new-articles): Use it.
1490 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1492         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1493         move to the previous line on `M-g'.
1495 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1497         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1498         *-request-group, which seems unnecessary.
1500         * nnimap.el (nnimap-quote-specials): Function copied over from
1501         imap.el.
1502         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1503         they support that.  Suggested by Tom Regner.
1505 2010-10-29  Julien Danjou  <julien@danjou.info>
1507         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1508         defalias.
1509         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1511         * gnus.el: Remove `gnus-nntp-service' variable.
1512         (gnus-secondary-servers): Make obsolete.
1513         (gnus-nntp-server): Make obsolete.
1515         * gnus-start.el (gnus-1): Remove x-splash calls.
1517         * gnus-ems.el (gnus-x-splash): Remove.
1519         * gnus.el (gnus-group-startup-message): Simplify/update code.
1521         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1522         capability before doing anything.
1523         (gnus-group-insert-group-line): Remove useless
1524         gnus-group-remove-excess-properties.
1526 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1528         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1530 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1532         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1533         config after reselecting.
1535 2010-10-28  Julien Danjou  <julien@danjou.info>
1537         * shr.el (shr-put-image): Use point even if only inserting text.
1538         (shr-put-image): Save excursion when inserting alt text on non-graphic
1539         display, so the behaviour is the same when we are on a graphic display.
1541         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1543 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1545         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1546         (gnus-mime-copy-part): Check coding system, not charset.
1547         (gnus-mime-view-part-externally): Never remove part.
1548         (gnus-mime-view-part-internally): Don't remove part here.
1549         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1550         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1551         multipart/alternative.
1553         * mm-decode.el (mm-display-part): Take optional arg `force'.
1555 2010-10-26  Julien Danjou  <julien@danjou.info>
1557         * gnus-group.el (gnus-group-default-list-level): Add this function to
1558         compute the default list level.
1559         (gnus-group-default-list-level): Add possibility to use a function.
1561 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1563         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1565         * gnus-group.el (gnus-group-completing-read)
1566         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1567         gnus-replace-in-string.
1569 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1571         * shr.el (shr-tag-div): Add.
1573 2010-10-25  Julien Danjou  <julien@danjou.info>
1575         * gnus-util.el: Remove `gnus-with-local-quit'.
1577         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1579 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1581         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1582         the original article buffer.
1584 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1586         * nnimap.el (nnimap-request-head): New function.
1587         (nnimap-request-move-article): Try to be slighly faster by not
1588         requesting the entire message when moving.
1589         (nnimap-transform-headers): Don't bug out on bodiless articles.
1590         (nnimap-send-command): Have no outstanding messages if the IMAP server
1591         doesn't support streaming.
1592         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1594 2010-10-24  Julien Danjou  <julien@danjou.info>
1596         * message.el (message-default-headers): Fix type.
1598 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1600         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1601         prefetching images.
1603         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1604         backend for unknown groups.  This is mainly useful for nnimap groups.
1606         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1607         group isn't covered by the agent.
1609 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1611         * nnir.el (nnir-method-default-engines): New variable.
1612         (nnir-run-query): Use it.
1613         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1614         (gnus-summary-nnir-goto-thread): Change group if needed.
1616         * gnus-group.el (gnus-group-group-map): Add key binding for
1617         gnus-group-make-nnir-group.
1619 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1621         * shr.el (shr-tag-object): Add.
1623         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1624         original article buffer live.
1625         (gnus-summary-select-article-buffer):
1626         Mention gnus-widen-article-buffer.
1628 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1630         * shr.el (shr-tag-strong): Add.
1632 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1634         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1635         group names.  They mess up the group buffer badly.
1637         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1639         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1640         instead of the summary one.
1642 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1644         * mml.el (mml-preview): Work properly when editing article.
1646         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1647         gnus-have-read-active-file if it's already been in.
1649 2010-10-22  Tom Tromey  <tromey@redhat.com>
1651         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1652         gnus-group-completing-read.
1654 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1656         * message.el (message-mode-map): Don't bind M-; to comment region, to
1657         allow the global comment-dwim to work.
1659 2010-10-21  Julien Danjou  <julien@danjou.info>
1661         * message.el (message-setup-1): Allow message-default-headers to be a
1662         function.
1664 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1666         * shr.el (shr-tag-table): Simplify.
1668 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1670         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1671         to avoid trying to snarf invalid stuff.
1673         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1675         * gnus.el (gnus-message-archive-group): Quote value.
1676         (gnus-message-archive-group): Mark as changed.
1678         * shr.el (shr-add-font): Don't put the font properties on the newline
1679         or the indentation.
1681         * message.el (message-fix-before-sending): Change options when sending
1682         non-printable characters.
1684         * gnus.el (gnus-message-archive-method): Change the default to
1685         monthly outgoing groups.
1687         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1688         that have gotten new numbers.
1690         * nnimap.el (nnimap-request-replace-article): New function.
1692 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1694         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1695         (nnrss-request-article): Don't use special html washing code.
1697 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1699         * shr.el (shr-tag-table): Remove useless nconc.
1701 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1703         * gnus-art.el (article-wash-html): Simplify and remove the charset
1704         stuff.  Use the normal html rendering code instead of the special html
1705         washing code.
1707         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1708         `gnus-w3m' symbols.
1709         (mm-text-html-washer-alist): Remove.
1711         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1712         (mm-inline-media-tests): Remove use.
1713         (mm-text-html-renderer): Change default to the `shr' symbol.
1715         * mm-view.el (mm-inline-text-html): Remove use.
1717         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1718         `gnus-blocked-images' to be a function.
1719         (gnus-article-wash-function): Remove.
1721 2010-10-20  Julien Danjou  <julien@danjou.info>
1723         * spam.el (spam-list-of-processors): Mark as obsolete.
1725         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1726         (nnimap-insert-partial-structure): Fix boundary detection.
1728 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1730         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1731         run file-truename on remote files.  This can be expensive and even
1732         prevent one from editing drafts if some unrelated buffer has a stale
1733         connection.
1735 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1737         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1738         kinsoku-eol regardless of shr-kinsoku-shorten.
1739         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1740         (shr-tag-table): Support caption, thead, and tfoot.
1742 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1744         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1745         lines.
1746         (shr-save-contents): New command and keystroke.
1748         * nndoc.el (nndoc-type-alist): Add git support.
1749         (nndoc-git-type-p): New function.
1750         (nndoc-transform-git-article): Ditto.
1751         (nndoc-transform-git-headers): Ditto.
1752         (nndoc-transform-git-headers): Generate Subject headers.
1754         * shr.el (shr-parse-style): New function.
1755         (shr-tag-span): Ditto.
1757         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1758         to `G G' to avoid collisions.
1760 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1762         * shr.el: Load kinsoku if necessary.
1763         (shr-kinsoku-shorten): New internal variable.
1764         (shr-find-fill-point): Make kinsoku shorten text line if
1765         shr-kinsoku-shorten is bound to non-nil.
1766         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1767         shr-indentation too when testing if table is wider than frame width.
1768         (shr-insert-table): Use `string-width' instead of `length' to measure
1769         text width.
1770         (shr-insert-table-ruler): Make sure indentation is done at bol.
1772 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1774         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1775         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1776         undecoded network data.
1778 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1780         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1781         name in the mode line spec so that the mode line menu works
1782         (bug #2431).
1784         * message.el (message-get-reply-headers): If we're fed `to-address',
1785         then always use that.
1787         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1788         aren't so wide as to need to switch off the edit menu.
1790         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1791         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1793         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1794         `M-g'.
1795         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1796         the permanent marks.
1798 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1800         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1801         Splitting according to references/in-reply-to obeys the ignore-groups
1802         variable, while splitting by sender and subject do not.
1804 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1806         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1807         alist, so that we can look for non-Unicode chars.
1808         (article-translate-strings): Allow both character and string maps.
1810 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1812         * shr.el (shr-insert): Don't insert space behind a wide character
1813         categorized as kinsoku-bol, or between characters both categorized as
1814         nospace.
1816 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1818         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1819         headers to gnus-newsgroup-headers.
1821 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1823         * shr.el (shr-tag-img): Don't align images -- since we're not
1824         rescaling, this often leads to ugly displays.
1826 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1828         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1829         duplicates.
1831 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1833         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1834         call.
1836 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1838         * gnus.el: Autoload gnus-html-show-images.
1840         * nnimap.el: Use nnheader-message throughout.
1842         * shr.el (shr-tag-img): Ignore images with no data.
1844 2010-10-15  Julien Danjou  <julien@danjou.info>
1846         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1847         a possibility to disable format=flow encoding when using hard newlines.
1849 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1851         * shr.el (shr-insert): Remove space inserted before or after a
1852         breakable character or at the beginning or the end of a line.
1853         (shr-find-fill-point): Do kinsoku; find the second best point or give
1854         it up if there's no breakable point.
1856 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1858         * nnimap.el (nnimap-open-connection): Message when opening connection
1859         for debugging purposes.
1861         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1862         on every setup buffer call to allow this to change from article to
1863         article.
1865         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1866         buffers where we have a wide table.
1868 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1870         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1871         uses *-request-thread.
1873 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1875         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1876         incantation, which is no longer valid.
1878 2010-10-14  Julien Danjou  <julien@danjou.info>
1880         * shr.el: Fix defcustom type (char -> character).
1882 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1884         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1885         programs.
1887 2010-10-14  Julien Danjou  <julien@danjou.info>
1889         * shr.el (shr-tag-a): Use url-link as widget type.
1891         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1892         `gnus-group-get-icon'.
1894 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1896         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1897         This should make server editing work better.
1899         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1901         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1902         (nnimap-parse-flags): Fix regexp.
1904         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1905         probably work for CJVK text, too.
1907         * nnimap.el (nnimap-extend-tls-programs): Remove.
1908         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1910 2010-10-13  Julien Danjou  <julien@danjou.info>
1912         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1913         responses.
1915 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1917         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1919         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1920         anything in Emacs.
1922         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1924 2010-10-13  Julien Danjou  <julien@danjou.info>
1926         * shr.el (shr-width): Make shr-width a defcustom with default to
1927         fill-column.
1928         (shr-tag-img): Use shr-width rather than fill-column.
1930 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1932         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1934         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1935         position when (X-)Faces exist.
1936         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1937         avatars when called interactively.
1939 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1941         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1942         gnus-article-x-face-too-ugly is bound.
1944 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1946         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1948         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1949         mailbox that doesn't exist.
1951 2010-10-12  Julien Danjou  <julien@danjou.info>
1953         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1954         (shr-get-image-data): Encode URL properly when fetching from cache.
1955         (shr-tag-img): Use aligned-to spaces to align correctly images.
1957         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1958         before inserting the Gravatar.
1960         * shr.el (shr-tag-img): Add align attribute support for <img>.
1962 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1964         * gnus-gravatar.el (gnus-art): Require.
1966         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1967         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1968         Remove long obsoleted functions.
1970 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1972         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1974         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1975         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1976         * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
1977         * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
1978         * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
1979         * rfc1843.el, sieve-manage.el, smime.el, spam.el:
1980         Fix comment for declare-function.
1982 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1984         * nnimap.el (nnimap-request-rename-group): Select group read-only
1985         before renaming it.
1987         * shr.el (shr-insert): Fix up the white space only regexp.
1989         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1990         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1992         * shr.el (shr-current-column): New function.
1993         (shr-find-fill-point): New function.
1995 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1997         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1998         numbers.
2000 2010-10-11  Julien Danjou  <julien@danjou.info>
2002         * shr.el (shr-hr-line): Add.
2003         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2004         display hr lines.
2005         (shr-max-columns): Do not change state to nil if we just inserting
2006         spaces.
2008 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2010         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2011         select the last group.
2013 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2015         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2017 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2019         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2020         for Gnus.
2021         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2022         (nnimap-update-qresync-info): Mark \Seen articles as read.
2024         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2025         non-variable, too.
2027         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2028         available.
2029         (nnimap-update-info): Rely more on the current active than the param
2030         active to avoid marking articles as read too much.
2032         * auth-source.el (auth-source-create): Use (user-login-name) for the
2033         user name default.
2035         * nnimap.el (nnimap-update-info): If the server doesn't return any
2036         useful info, just use the previous info.
2037         (nnimap-update-info): Prefer old info over start-article.
2038         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2040 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2042         * nnir.el (autoload): Clean up autoloads.
2043         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2044         Use key rather than value.
2045         (nnir-imap-search-other): New variable.
2046         (nnir-read-parm): Use it.
2047         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2048         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2050 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2052         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2053         the process, too.
2055 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2057         * spam.el (gnus-summary-mode-map): Bind to "$".
2058         Suggested by Russ Allbery.
2060         * shr.el: Rework the way things are indented by <li> slightly.
2062         * gnus.el (gnus-group-set-parameter): Fix typo.
2064         * nnimap.el: Start implementing QRESYNC support.
2066 2010-10-09  Julien Danjou  <julien@danjou.info>
2068         * nnir.el (nnir-engines): Fix too many arguments.
2070 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2072         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2073         group is the "last", so that the backends like nnfolder actually save
2074         their folders.
2076         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2077         try to use that for the tls stream.
2078         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2079         UIDVALIDITY and find out which groups are read-only and not.
2080         (nnimap-get-flags): Use the same marks parsing code as the rest of
2081         nnimap.
2083 2010-10-09  Julien Danjou  <julien@danjou.info>
2085         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2087         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2088         retrieving gravatars.
2090         * shr.el (shr-table-corner): Add.
2091         (shr-table-line): Add.
2092         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2094 2010-10-08  Julien Danjou  <julien@danjou.info>
2096         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2098 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2100         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2102         * gnus-sum.el (gnus-mark-article-as-unread)
2103         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2104         (gnus-summary-set-bookmark): Use it.
2106         * gnus-msg.el (gnus-setup-message): Use it.
2108         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2110         * gnus.el (gnus-group-remove-parameter): Use it.
2112         * gnus-group.el (gnus-group-make-web-group): Use it.
2114         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2116         * nnregistry.el: Update docs to mention manual.
2118         * gnus-registry.el: Update docs to mention nnregistry.el.
2119         (gnus-registry-initialize): Don't install nnregistry refer method
2120         automatically.
2121         (gnus-registry-install-nnregistry): Remove it.
2123 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2125         * shr.el (shr-insert): Don't insert double spaces.
2127 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2129         * gnus-gravatar.el (gnus-treat-from-gravatar)
2130         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2131         called interactively.
2133         * gnus-art.el (gnus-mime-view-part-externally)
2134         (gnus-mime-view-part-internally): Make predicate function passed to
2135         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2136         of a mime type.
2138         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2140 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2142         * shr.el (require): Require cl when compiling.
2143         (shr-tag-hr): New function.
2145         * nnimap.el (nnimap-update-info): Remove double setting of high.
2146         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2147         This makes nnimap work properly on Courier again.
2149         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2150         the variable for backwards compatability.
2152         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2153         the file name before using to avoid setting mm-default-directory to
2154         nil.
2156         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2157         bidning gnus-agent variables.
2159         * shr.el (shr-render-td): Use a cache for the table rendering function
2160         to avoid getting an exponential rendering behaviour in nested tables.
2161         (shr-insert): Rework the line-breaking algorithm.
2162         (shr-insert): Don't leave trailing spaces.
2163         (shr-insert-table): Also insert empty TDs.
2164         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2166 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2168         * gnus-sum.el (gnus-number): Rename from `number'.
2169         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2170         (gnus-summary-limit-children): Update uses correspondingly.
2172 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2174         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2175         (gnus-gravatar-transform-address): Don't show avatars of people of
2176         which mail addresses match gnus-gravatar-too-ugly.
2178 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2180         * shr.el (shr-table-widths): Expand TD elements to fill available
2181         space.
2183 2010-10-07  Julien Danjou  <julien@danjou.info>
2185         * nnimap.el (nnimap-request-rename-group): Add this method.
2187 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2189         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2190         name from XEmacs' function-arglist.
2192         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2193         gravatar under XEmacs.
2195 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2197         * auth-source.el: Update docs with TODO items.
2199         * gnus-sync.el: Update docs to explain state and plans.
2201         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2202         Hooks for mark updates.
2203         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2205         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2206         hooks with arguments, which is needed for mark update hooks.
2208 2010-10-06  Julien Danjou  <julien@danjou.info>
2210         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2211         was matched.
2213         * sieve-manage.el: Update example in `Commentary'.
2215         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2217         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2218         not 2000.
2219         (sieve-manage-authenticate): Re-add function.
2221 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2223         * shr.el (shr-insert): Get 'space transition right.
2224         (shr-render-td): Only delete space at the end of the TD.
2226         * nnimap.el (nnimap-open-connection): Prepare to support
2227         open-gnutls-stream.
2229         * shr.el: Rearrange function order to be more logical.
2231 2010-10-06  Julien Danjou  <julien@danjou.info>
2233         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2234         (nnrss-discover-feed): Remove 404 URL in docstring.
2236         * nnir.el: Fix Swish-E URL.
2237         Fix Namazu URL.
2239         * message.el (message-change-subject): Remove 404 URL in a comment.
2241 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2243         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2244         called interactively.
2246         * gnus-util.el (gnus-remove-if): Allow hash table.
2247         (gnus-remove-if-not): New function.
2249         * gnus-art.el (gnus-mime-view-part-as-type)
2250         * gnus-score.el (gnus-summary-score-effect)
2251         * gnus-sum.el (gnus-read-move-group-name):
2252         Replace remove-if-not with gnus-remove-if-not.
2254         * gnus-group.el (gnus-group-completing-read):
2255         Regard collection as a hash table if it is not a list.
2257 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2259         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2261         * shr.el: Document the table-rendering algorithm.
2263         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2264         invalid URLs.
2266         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2267         line-broken.
2268         (shr-tag-img): Ignore image fetching errors.
2269         (shr-overlays-in-region): Compute overlay positions correctly.
2271         * mm-decode.el (mm-shr): Require shr.
2273         * gnus-art.el (gnus-blocked-images): Move variable here.
2275         * shr.el (shr-insert-table): Bind free variable.
2277         * mm-decode.el (mm-shr): Bind shr-content-function.
2279         * shr.el (shr-content-function): New variable.
2281         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2282         added for symmetry.
2284         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2286         * gnus-group.el (gnus-group-make-group): Doc fix.
2288         * nnimap.el (nnimap-request-newgroups): Return success.
2290         * shr.el (shr-find-elements): New function.
2291         (shr-tag-table): Put all the images after the table.
2292         (shr-tag-table): Really inhibit images inside the table.
2293         (shr-collect-overlays): Copy over overlays from the TD elements to the
2294         main document.
2296         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2297         gnus-blocked-images.
2299 2010-10-05  Julien Danjou  <julien@danjou.info>
2301         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2303         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2304         (gnus-html-maximum-image-size): Add this function.
2305         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2307         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2308         server-value of the capability is nil.
2310 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2312         * shr.el (shr-tag-em): Add <EM> tag.
2314 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2316         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2317         customizable.
2319         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2320         handing broken links to browse-url.
2322 2010-10-05  Julien Danjou  <julien@danjou.info>
2324         * gnus-util.el (gnus-emacs-completing-read)
2325         (gnus-iswitchb-completing-read): Use autoload rather than require.
2327 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2329         * gnus-util.el (gnus-completing-read-function): Exclude
2330         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2331         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2332         XEmacs.
2334         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2335         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2337         * gnus-html.el: Don't require help-fns under XEmacs.
2338         (gnus-html-schedule-image-fetching): Work for XEmacs.
2340         * mm-decode.el (mm-shr): Decode contents by charset.
2342 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2344         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2345         unknown.
2347         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2348         (shr-get-image-data): Ensure against the cache file missing.
2350         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2351         for data.
2353         * spam-report.el (spam-report-url-ping-plain): Don't query about
2354         killing the process.
2356         * shr.el (shr-render-td): Protect against too-wide text.
2358 2010-10-04  Julien Danjou  <julien@danjou.info>
2360         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2361         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2363         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2364         retrieved.
2366 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2368         * shr.el (browse-url): Require.
2369         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2370         lines.
2371         (shr-show-alt-text, shr-browse-image): New commands.
2372         (shr-browse-url, shr-copy-url): New commands.
2374         * gnus-sum.el (gnus-widen-article-window): New variable.
2375         (gnus-summary-select-article-buffer): Use it.
2377         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2378         without @ signs.
2380 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2382         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2384 2010-10-04  Julien Danjou  <julien@danjou.info>
2386         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2387         for XEmacs.
2389 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2391         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2393         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2394         (nnimap-close-server): Implement.
2396         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2397         (shr-insert): Tweak line breaking.
2398         (shr-insert): Handle <pre> better.
2399         (shr-tag-li): Get <li> indentation right.
2400         (shr-tag-li): Get <li> indentation even righter.
2401         (shr-tag-blockquote): Ensure paragraph start.
2402         (shr-make-table): Tweak table generation.
2403         (shr-make-table): Fix typo.
2405         * shr.el: Implement table rendering.
2407 2010-10-04  Julien Danjou  <julien@danjou.info>
2409         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2411 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2413         * shr.el (shr-insert): Use string anchors instead of line anchors.
2415 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2417         * shr.el: Add headings.
2418         (shr-ensure-paragraph): Actually work.
2419         (shr-tag-li): Make <ul> prettier.
2420         (shr-insert): Get white space at the beginning/end of elements right.
2421         (shr-tag-p): Collapse subsequent <p>s.
2422         (shr-ensure-paragraph): Don't insert double line feeds after blank
2423         lines.
2424         (shr-insert): \t is also space.
2425         (shr-tag-s): Fix "s" tag name function.
2426         (shr-tag-s): Fix face prop name.
2428 2010-10-03  Julien Danjou  <julien@danjou.info>
2430         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2432         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2433         gnus-window-inside-pixel-edges.
2435         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2436         gnus-ems.
2438         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2440         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2441         function.
2443         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2444         resize choice.
2446 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2448         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2449         beginning of the buffer.
2451         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2452         article buffer again.
2454         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2456         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2457         when it's at the start of the buffer.
2459         * shr.el (shr-tag-blockquote): Convert name.
2460         (shr-rescale-image): Use the right image-size variant.
2462         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2463         buffer isn't shown, then select the current article first instead of
2464         bugging out.
2465         (gnus-summary-select-article-buffer): Show both the article and summary
2466         buffers again.
2468         * shr.el (shr-fontize-cont): Protect against regions with no text.
2469         Rename tag functions to shr-tag-* for enhanced security.
2470         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2472 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2474         * shr.el (shr-insert):
2475         * pop3.el (pop3-movemail):
2476         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2477         loaded.
2479 2010-10-03  Glenn Morris  <rgm@gnu.org>
2481         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2483         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2485         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2487         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2489         * gnus-util.el (gnus-make-local-hook): Simplify.
2491 2010-10-02  Julien Danjou  <julien@danjou.info>
2493         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2494         (gnus-ido-completing-read): New function.
2495         (gnus-emacs-completing-read): New function.
2496         (gnus-completing-read): Use gnus-completing-read-function.
2497         Add gnus-completing-read-function.
2499 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2501         * shr.el (shr-insert-document): Autoload.
2502         (shr-img): Be silent.
2503         (shr-insert): Add a newline after every picture before text.
2504         (shr-add-font): Use overlays for combining faces.
2505         (shr-insert): Pass upwards the text start point.
2507         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2508         possible.
2509         (mm-shr): New function.
2511 2010-10-02  Julien Danjou  <julien@danjou.info>
2513         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2514         should go backward.
2516 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2518         * shr.el (shr): Fix typo in provide call.
2520 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2522         * shr.el: New file.
2524         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2526         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2527         completing read.
2529 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2531         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2532         we're being queried about.  Suggested by Dan Jacobson.
2534         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2535         Suggested by Jason Eisner.
2537         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2538         table, too.  Suggested by Stefan Wiens.
2539         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2540         the table unnecessary.  Suggested by Stefan Wiens.
2542         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2543         longer needed, and probably doesn't work either, as pointed out by
2544         Stefan Wiens.
2545         (gnus-summary-exit): Remove call to the clearing function.
2546         (gnus-summary-exit-no-update): Ditto.
2548         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2549         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2550         Reported by Stefan Monnier.
2551         (gnus-summary-save-in-rmail): Ditto.
2553         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2554         article buffer, instead of both the article buffer and the summary
2555         buffer.  Sort of suggested by Dan Jacobson.
2557         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2559         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2560         Suggested by Dan Jacobson.
2562         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2563         documentation clearer.
2565         * message.el (message-shorten-references): Comment on the number "21".
2566         Suggested by Stefan Monnier.
2568         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2569         Suggested by Dan Jacobson.
2571         * gnus.el (gnus-large-newsgroup):
2572         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2574         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2575         externalize attachments.  Bug reported by Steve Wen.
2577         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2578         really message anything to the user.
2580         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2581         directly.
2583         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2584         messages in empty groups.
2586 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2588         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2589         non-UIDNEXT group.
2591 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2593         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2594         not the value from the collection.
2596         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2597         values.  This sometimes happens on some groups that have no info.
2598         (nnimap-request-newgroups): New function.
2600 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2602         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2603         check into `gnus-registry-initialize'.
2604         (gnus-registry-initialize): Ditto.
2605         Fix and extend header docs.
2607 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2609         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2610         regexp backtrace overflows.
2612         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2613         for starttls that tls.el implements; i.e. openssl.
2615 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2617         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2618         (gravatar-create-image): New function that's an alias to
2619         gnus-xmas-create-image, gnus-create-image, or create-image.
2620         (gravatar-data->image): Use it.
2622 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2624         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2625         install the nnregistry refer method.
2626         (gnus-registry-install-hooks): Use it.
2627         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2628         unfollowed groups.
2630 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2632         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2633         expanding threads.
2635 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2637         * nnir.el: Use the server names without suffixes (bug #7009).
2639         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2640         unencrypted to STARTTLS, if possible.
2642 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2644         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2645         headers before superseding.
2647 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2649         * nnrss.el (nnrss-use-local): Add documentation.
2651         * nnimap.el (nnimap-extend-tls-programs): New function.
2652         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2653         (nnimap-wait-for-connection): Accept the greeting from the stupid
2654         output from openssl s_client -starttls, too.
2656         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2657         article number.
2658         (nnimap-split-fancy): New variable.
2659         (nnimap-split-incoming-mail): Use it.
2661         * nntp.el (nntp-server-list-active-group): Document.
2663         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2664         SELECT to get the message-id.
2666         * mail-source.el (mail-sources): Remove webmail support.
2667         (defvar): Ditto.
2668         (mail-source-fetcher-alist): Ditto.
2669         (mail-source-fetch-webmail): Remove.
2671         * webmail.el: Remove -- doesn't seem relevant any more.
2673         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2675         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2676         the \r.
2678 2010-09-30  Julien Danjou  <julien@danjou.info>
2680         * gnus-agent.el (gnus-agent-add-group): Fix call to
2681         gnus-completing-read.
2683 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2685         * nndoc.el (nndoc-retrieve-groups): New function.
2687         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2688         `default', use nnmail-split-methods.
2689         (nnimap-request-article): Downcase the NILs so that they are nil.
2691         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2692         symbol.
2694         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2695         code, since if the user has requested network, that's what they ought
2696         to get.
2697         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2698         (nnimap-split-rule): Mark as obsolete.
2700         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2701         New variable.
2703         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2704         correct slot, too.
2706 2010-09-29  Julien Danjou  <julien@danjou.info>
2708         * gnus.el (gnus-local-domain): Declare variable obsolete.
2710         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2711         Fix history computing.
2712         (gnus-ido-completing-read): Require ido.
2714 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2716         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2717         build Gnus.
2719         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2720         when interpreting the structures.
2721         (nnimap-request-accept-article): Add \r\n to the lines to make this
2722         work with Cyrus.
2724         * nndraft.el (nndraft-request-expire-articles): Use the group name
2725         instead if "nndraft".  Fix found by Nils Ackermann.
2727 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2729         * nnregistry.el: Add.
2731 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2733         * nnmail.el (group, group-art-list, group-art):
2734         Remove unneeded directives.
2736 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2738         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2739         (mm-mime-charset)
2740         * rfc2047.el (rfc2047-syntax-table)
2741         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2743         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2744         rather than `insert-file-contents' and `eval-region'.
2746 2010-09-29  Julien Danjou  <julien@danjou.info>
2748         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2749         replacement of `gnus-gravatar-relief' to mimic
2750         `gnus-faces-properties-alist'.
2751         Add :version property.
2753 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2755         * mail-source.el (mail-source-report-new-mail)
2756         * message.el (message-default-mail-headers)
2757         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2759         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2761 2010-09-28  Julien Danjou  <julien@danjou.info>
2763         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2764         mail-address contains the same string as real-name.
2766         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2767         non-blank in header, otherwise it'll get stripped.
2769         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2770         real-name, and then for mail address rather than doing : or , search.
2772 2010-09-27  Julien Danjou  <julien@danjou.info>
2774         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2775         right completing-read function.
2776         (gnus-use-ido): New variable
2777         (gnus-completing-read-with-default): Remove.
2778         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2779         (gnus-agent-add-group):
2780         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2781         * mm-view.el (mm-view-pkcs7-decrypt):
2782         * mm-util.el (mm-codepage-setup):
2783         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2784         * mml-smime.el (mml-smime-openssl-sign-query):
2785         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2786         (mml-insert-multipart):
2787         * gnus-msg.el (gnus-summary-yank-message):
2788         * gnus-int.el (gnus-start-news-server):
2789         * mm-decode.el (mm-interactively-view-part):
2790         * gnus-dired.el (gnus-dired-attach):
2791         * gnus.el (gnus-read-method):
2792         * gnus-bookmark.el (gnus-bookmark-jump):
2793         * gnus-art.el (gnus-mime-view-part-as-type)
2794         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2795         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2796         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2797         * nnmairix.el (nnmairix-create-server-and-default-group)
2798         (nnmairix-update-groups, nnmairix-get-server)
2799         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2800         (nnmairix-get-group-from-file-path):
2801         * nnrss.el (nnrss-find-rss-via-syndic8):
2802         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2803         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2804         (gnus-group-browse-foreign-server):
2805         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2806         (gnus-summary-execute-command, gnus-summary-respool-article)
2807         (gnus-read-move-group-name):
2808         * gnus-score.el (gnus-summary-increase-score)
2809         (gnus-summary-score-effect):
2810         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2812 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2814         * nnimap.el (auth-source-forget-user-or-password)
2815         (auth-source-user-or-password): Autoload.
2817         * message.el (message-from-style, message-interactive)
2818         (message-signature): Remove comment.
2819         (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
2820         always.
2821         (message-sendmail-envelope-from): Comment fix.
2822         (message-yank-prefix): Default to mail-yank-prefix always.
2823         (message-indentation-spaces):
2824         Default to mail-indentation-spaces always.
2825         (message-signature-file): Default to mail-signature-file always.
2827 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2829         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2830         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2831         new articles.
2833         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2834         parts.
2835         (nnimap-request-article): Work with the t setting, too.
2837         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2838         that you don't get flashes of other buffers.
2839         (gnus-summary-show-complete-article): Intern before setting.
2841 2010-09-27  David Engster  <dengste@eml.cc>
2843         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2844         well as HEADERS.
2845         (nnmairix-retrieve-headers): Provide new argument for the above.
2847 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2849         * gnus-sum.el (gnus-summary-move-article): Don't alter
2850         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2851         group.
2853         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2855         * message.el (message-cite-prefix-regexp): Revert my last edit.
2857         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2858         variable instead of the Gnus variable.
2860         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2862         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2864         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2865         since some servers don't like it.
2866         (nnimap-open-connection): Forget credentials if the server says the
2867         password was wrong.
2868         (nnimap-parse-line): Protect against invalid data.
2870         * gnus-sum.el (gnus-summary-move-article): Add comment.
2871         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2872         nothing alters it while scanning for new messages.
2874         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2875         which may or may not help.
2876         (nnimap-open-connection): If we're doing a stream connection, and then
2877         discover we're on a STARTTLS-capable server, then open a STARTTLS
2878         connection instead.
2880 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2882         * nnimap.el (utf7): Require.
2884         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2885         prefix.
2887 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2889         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2891 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2893         * nnimap.el (nnimap-request-accept-article): Message the error on
2894         error.
2896 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2898         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2900 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2902         * nndoc.el (nndoc-request-list): Return success always.
2904         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2905         `fetch-old' -- we only want to fetch the articles we've requested.
2906         The rest are in the agent, probably.
2907         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2908         disappeared server" to something low.  It's not important.
2910         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2911         arrived before the FETCH data.
2913         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2914         target here, because we don't know the Gnus name of the group.
2916         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2917         for the correct group.
2919         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2921         * gnus.el (gnus): Give a final warning after startup.
2923         * gnus-util.el (gnus-action-message-log): New variable.
2924         (gnus-message): Use it.
2925         (gnus-final-warning): New function.
2927         * nnimap.el (nnimap-open-connection): Record the greeting.
2928         (nnimap): Add greeting.
2930 2010-09-26  Julien Danjou  <julien@danjou.info>
2932         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2933         arguments.
2934         (gnus-html-wash-images): Fix spec computing to include start/end.
2936         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2938 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2940         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2941         deletion.
2942         (nnimap-retrieve-headers): Don't select the group, because that's
2943         already done by nnimap-possibly-change-group.
2945         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2946         (gnus-picon-transform-address): Use it.
2948         * mail-source.el (mail-source-value): Revert previous patch.
2950         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2951         on failure.
2952         (nnimap-open-connection): Look up both virtual and physical server name
2953         credentials.
2955         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2957 2009-02-08  Dave Love  <fx@gnu.org>
2959         * gnus-win.el (gnus-window-to-buffer-helper)
2960         (gnus-all-windows-visible-p): Function needn't be a symbol.
2962         * mail-source.el (mail-source-value): Function needn't be a symbol.
2964 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2966         * message.el (message-cite-prefix-regexp): Remove } from the cite
2967         prefix.
2969         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2970         highlight again, so that the highlight is correct.
2972         * gnus-picon.el (gnus-picon): Remove again.
2973         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2975         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2976         doing the header highlightling, so that the background colour of the
2977         picon is correct.
2979         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2980         (gnus-picon): Ditto.
2981         (gnus-picon): Reinstate.  The background colour for picons is white.
2982         (gnus-picon-insert-glyph): Make the background white.
2984         * nnml.el (nnml-open-nov): Don't return dead buffers.
2986         * auth-source.el (auth-source-create): Query the user for whether to
2987         store the credentials.
2989         * auth-source.el (auth-source-user-or-password): Use the existing auth
2990         sources, if any, for creation.
2992         * gnus.el (gnus-group-fast-parameter): Return the last matching
2993         parameter instead of the first matching parameter.
2995 2010-09-26  Julien Danjou  <julien@danjou.info>
2997         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2999 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3001         * mml2015.el (mml2015-use): Remove gpg support.
3003         * mml1991.el (mml1991-function-alist): Remove gpg function.
3004         (mml1991-gpg-sign): Remove.
3006 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3008         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3009         (gnus-browse-unsubscribe-current-group): Document it.
3010         (gnus-browse-unsubscribe-group): Use it.
3012 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3014         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3015         address to the To list for easier response.
3017         * gnus.el (gnus-play-startup-jingle): Remove.
3018         (gnus-splash): Don't play jingle.
3019         (gnus): Silence gnus-load message.
3021         * gnus-art.el (gnus-treat-play-sounds): Remove.
3023         * gnus.el (gnus-play-jingle): Remove audio support.
3025         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3027         * earcon.el: Remove -- no users.
3029         * gnus-audio.el: Remove -- no users of this package.
3031         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3033         * gnus-start.el (gnus-setup-news): Remove nocem support.
3035         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3037         * gnus.el (gnus-use-nocem): Remove.
3039         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3040         Remove.
3042         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3043         uses NoCeM any more.
3045         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3046         (gnus-button-ctan-handler): Ditto.
3047         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3048         (gnus-button-ctan-directory-regexp): Ditto.
3049         (gnus-button-handle-ctan): Ditto.
3050         (gnus-button-tex-level): Ditto.
3051         (gnus-button-alist): Remove CTAN stuff.
3053 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3055         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3056         nnimap-streaming test.
3058         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3059         servers twice.
3061         * nnimap.el (nnimap-open-connection): Add more error reporting when
3062         nnimap fails early.
3064         * nnheader.el (nnheader-get-report-string): New function.
3065         (nnheader-get-report): Use it.
3067         * gnus-int.el (gnus-check-server): Say what the error was when opening
3068         failed.
3070         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3071         using streaming.
3073 2010-09-25  Julien Danjou  <julien@danjou.info>
3075         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3076         gnus-window-inside-pixel-edges.
3078 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3080         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3082         * mm-decode.el (mm-save-part): Allow saving to other directories the
3083         normal Emacs way.
3085         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3086         Suggested by Jay Berkenbilt.
3088         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3089         there isn't a single byte.
3091         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3092         just do it.  It doesn't really seem to matter what the user responds
3093         here, I think, so it's just a confusing question.
3095         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3096         non-streaming case.
3098         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3099         (gnus-article-encrypt-body): Use it.
3101         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3102         keystroke.
3104         * nnimap.el (nnimap-find-wanted-parts-1):
3105         Use gnus-fetch-partial-articles.
3107         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3109         * nnimap.el (nnimap-insert-partial-structure): New function.
3110         (nnimap-get-partial-article): New function.
3111         (nnimap-request-article): Use it.
3112         (nnimap-wait-for-response): Return whether the wait was successful.
3113         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3114         retrieval wasn't successful.
3115         (nnimap-retrieve-group-data-early): Allow throttling servers.
3116         (nnimap-streaming): New variable.
3117         (nnimap-fetch-partial-articles): Remove.
3119         * mm-decode.el (mm-with-part): Protect against killed buffers.
3121         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3122         for prettier summary display.
3124 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3126         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3128 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3130         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3131         apparently third-party libraries depend on it.
3133         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3134         before starting negotiation.
3136         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3137         privacy reasons.
3138         (gnus-treat-mail-gravatar): Ditto.
3140         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3141         buffer when inserting images.  Inserting text into the headers, for
3142         instance, can make them invalid.
3144 2010-09-25  Julien Danjou  <julien@danjou.info>
3146         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3147         variables.
3149         * nnheader.el: Remove useless variables news-reply-yank-from and
3150         news-reply-yank-message-id.
3152         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3153         variables.
3155         * mml1991.el: Remove useless mml1991-verbose.
3157         * gnus.el: Remove useless variable gnus-use-generic-from.
3158         Remove obsolete variable gnus-topic-indentation.
3160         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3162         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3164         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3166         * gnus-group.el: Remove useless gnus-group-icon-cache.
3167         Remove useless gnus-ephemeral-group-server.
3169         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3171         * mml2015.el: Remove useless mml2015-verbose.
3173         * mml-smime.el: Remove useless mml-smime-verbose.
3175         * gnus.el: Remove useless gnus-local-domain.
3177         * gnus-gravatar.el (gnus-gravatar-transform-address):
3178         Use gnus-gravatar-size.
3180         * gnus-art.el: Remove useless gnus-treat-translate.
3182 2010-09-24  Julien Danjou  <julien@danjou.info>
3184         * gnus-sum.el: Add support for Gravatars.
3186         * gnus-art.el: Add support for Gravatars.
3188         * gnus-gravatar.el: Add this file.
3190         * gravatar.el: Add this file.
3192 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3194         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3196         * gnus-group.el (gnus-group-fetch-faq): Remove.
3198         * gnus.el (gnus-group-faq-directory): Remove.
3200         * gnus-group.el (gnus-group-fetch-charter): Remove.
3202         * gnus.el (gnus-group-charter-alist): Remove.
3204         * gnus-group.el (gnus-group-archive-directory): Remove.
3205         (gnus-group-recent-archive-directory): Ditto.
3206         (gnus-group-make-archive-group): Remove.
3208         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3210         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3211         use the same article number for all the cached articles.
3213         * nnimap.el (nnimap-command): Register the last command time so
3214         that we can use it for idling NOOPs.
3215         (nnimap-open-connection): Start the keeplive timer.
3216         (nnimap-make-process-buffer): Store all the process buffers.
3217         (nnimap-keepalive): New function.
3219         * starttls.el (starttls-open-stream): Add autoload cookie.
3221 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3223         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3224         handling.
3226 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3228         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3229         its data structures.
3231         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3232         instead of the cl.el copy-list.
3233         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3234         equalp.
3236 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3238         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3239         and tool-bar-local-item-from-menu.
3241         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3242         mode-line-highlight face for Emacs.
3244         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3245         loading gnus-sum.elc; fix comment for canlock-verify.
3246         (gnus-article-jump-to-part): Use read-number.
3247         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3248         Remove Emacs pre-21 compatible code for help-echo.
3249         (gnus-article-next-page-1): No need to adjust the number of lines.
3250         (gnus-article-describe-bindings): Always use help-buffer.
3252         * gnus-audio.el (gnus-audio-inline-sound)
3253         * gnus-cus.el (gnus-custom-mode)
3254         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3256         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3258         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3259         compatible code.
3261 2010-09-24  Glenn Morris  <rgm@gnu.org>
3263         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3264         visiting the fcc file in rmail-mode.
3266 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3268         * nnir.el: Silence the byte compiler.
3270         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3271         alias to browse-url-url-encode-chars if any.
3272         (gnus-html-encode-url): Use it.
3274 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3276         * gnus-start.el (gnus-use-backend-marks): New variable.
3277         (gnus-get-unread-articles-in-group): Use it.
3279         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3280         makeover.
3282 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3284         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3286 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3288         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3289         Remove.
3290         (gnus-setup-news-hook):
3291         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3293         * gnus-int.el (gnus-request-update-info): Protect against backends not
3294         having the function.
3296         * nnimap.el (nnimap-stream): Mention starttls.
3297         (nnimap-open-connection): Add starttls support.
3299 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3301         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3303 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3305         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3306         BODYSTRUCTUREs.
3307         (nnimap-transform-headers): Unfold quoted {42} headers.
3309         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3310         the info.
3311         (gnus-get-unread-articles): Only call updatep on backends that support
3312         it.
3314         * nnweb.el (nnweb-request-update-info): NOOP.
3316         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3318         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3319         since it only deals with marks.
3321         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3322         gnus-request-marks, and make a new gnus-request-update-info.
3324         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3325         the active instead of the high number, which is usually too low.
3327 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3329         * encrypt.el: Remove.
3331 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3333         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3334         server in symbolic form.
3336         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3338 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3340         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3341         (nnimap-update-info): Fix up code slightly.
3343         * gnus-int.el (gnus-open-server): Add tracing for performance
3344         debugging.
3346         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3347         (gnus-group-insert-group-line): Pass the real group name so that it
3348         gets the right data.
3350         * gnus-start.el (gnus-get-unread-articles): Don't have
3351         `gnus-get-unread-articles-in-group' update info, since that can be
3352         really slow and doesn't seem to be needed?
3354 2010-09-22  Julien Danjou  <julien@danjou.info>
3356         * gnus-group.el (gnus-group-insert-group-line):
3357         Call gnus-group-highlight-line.
3358         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3359         default hook list.
3360         (gnus-group-update-eval-form): Add new function.
3361         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3362         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3364 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3366         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3367         immediate, then expire all articles.
3368         (nnimap-update-info): Fix off-by-one errors.
3369         (nnimap-flags-to-marks): Would return no marks lists for group with no
3370         flags.  Instead return the other data.
3372 2010-09-22  Julien Danjou  <julien@danjou.info>
3374         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3375         Only return an icon.
3376         (gnus-group-insert-group-line): Compute icon to return.
3378         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3379         (gnus-html-image-fetched): Only cache if
3380         gnus-html-image-automatic-caching is set.
3381         (gnus-html-image-fetched): Check for errors.
3383 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3385         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3386         once per method on `g'.  This ensures that backends like nnfolder don't
3387         open all their folders.
3389         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3390         (nnimap-request-list): Nix out group in the correct buffer.
3391         (nnimap-parse-flags): Implement by using `read' instead of
3392         hand-parsing.
3393         (nnimap-flags-to-marks): Pass on permanent-flags.
3394         (nnimap-make-process-buffer): Record the server name.
3395         (nnimap-parse-flags): Fix typo.
3396         (nnimap-request-scan): Run split on the server in general, not just a
3397         single group.
3399         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3400         parameter, and propagate this downwards.
3402         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3403         since EXAMINE changes it on the server.
3405         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3406         this command might take a while.
3408 2010-09-22  Julien Danjou  <julien@danjou.info>
3410         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3411         harmful if you have 2 images side-by-side, they can't be properly
3412         update on text deletion.  Using text-property is safer here.
3413         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3414         data.
3416 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3418         * nnimap.el (nnimap-expunge-inbox): Remove.
3419         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3420         (nnimap-expunge): Flip default to t.
3422         * gnus.el (gnus-method-to-server): Don't push things to the cache
3423         unless it's unique.
3424         (gnus-server-to-method): Ditto.
3426 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3428         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3430 2010-09-22  Julien Danjou  <julien@danjou.info>
3432         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3433         get the start of data.
3434         (gnus-html-encode-url): Add this function to encode special chars in
3435         URL.
3436         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3437         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3439         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3440         default.
3441         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3443         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3444         images alt-text.
3445         (gnus-html-put-image): Put alt-text as help-echo.
3447 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3449         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3450         * mm-util.el (mm-decompress-buffer)
3451         * nnir.el (nnir-run-find-grep)
3452         * pop3.el (pop3-list): Use 3rd arg of split-string.
3454 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3456         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3457         outside the active range.  Suggested by Dan Christensen.
3459         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3460         slightly later to avoid double-getting it.
3462         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3463         previous patch.
3465         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3467 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3469         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3471 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3473         * gnus-int.el (gnus-open-server): Give a better error message in the
3474         "go offline" case.
3476         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3477         marks for nnimap, which is seldom the right thing to do.
3479         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3480         (gnus-same-method-different-name): New function.
3482         * nnimap.el (parse-time): Require.
3484         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3485         method in the presence of many similar methods.
3487         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3489         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3490         nnml-inhibit-expiry.
3492         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3493         find out whether methods are equal.
3495         * nnimap.el (nnimap-find-expired-articles): New function.
3496         (nnimap-process-expiry-targets): New function.
3497         (nnimap-request-move-article): Request the article before looking at
3498         what the Message-ID is.  Fix found by Andrew Cohen.
3499         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3501         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3502         for oldness in addition to being a predicate.
3504         * nnimap.el (nnimap-request-group): When we have zero articles, return
3505         the right data to Gnus.
3506         (nnimap-request-expire-articles): Only delete articles immediately if
3507         the target is 'delete.
3509         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3510         method, this would bug out.
3512         * gnus-group.el (gnus-group-expunge-group): Rename from
3513         gnus-group-nnimap-expunge, and implemented as a normal interface
3514         function.
3516         * gnus-int.el (gnus-request-expunge-group): New function.
3518         * nnimap.el (nnimap-request-create-group): Implement.
3519         (nnimap-request-expunge-group): New function.
3521 2010-09-21  Julien Danjou  <julien@danjou.info>
3523         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3524         (gnus-html-cache-expired): Add new function.
3525         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3526         wethever we should display image for fetch it.
3527         Compute alt-text earlier to pass it to the fetching function too.
3528         (gnus-html-schedule-image-fetching): Change function argument to only
3529         get one image at a time, not a list.
3530         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3531         cache.
3532         (gnus-html-get-image-data): New function to retrieve image data from
3533         cache.
3534         (gnus-html-put-image): Change buffer argument to use image data rather
3535         than file, and place image above region rather than inserting a new
3536         one.  Do not take alt-text as argument, since it's useless now: we place
3537         the image above alt-text.
3538         (gnus-html-prune-cache): Remove.
3539         (gnus-html-show-images): Start to fetch image when we find one, do not
3540         push into a temporary list.
3541         (gnus-html-prefetch-images): Only fetch image if they have expired.
3542         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3543         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3545 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3547         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3549 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3551         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3552         spec inser "*" if the group isn't active instead of 0.
3554         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3555         opening the server.
3556         (nnimap-request-delete-group): Implement group deletion.
3557         (nnimap-transform-headers): Return the size of the entire message in
3558         the Bytes header, not just the size of the first part.
3559         (nnimap-request-move-article): When moving an article from nnimap,
3560         request the article first so the accepting form has an article to
3561         accept.  Reported by Dan Christensen.
3562         (nnimap-command): Make sure that the error message doesn't error out.
3564 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3566         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3567         we haven't requested anything.
3569 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3571         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3572         "".  Fix found by Andrew Cohen.
3574         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3575         instead of -encode-string.
3577 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3579         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3581         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3582         by mm-subst-char-in-string.
3584 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3586         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3587         waiting for the connection string.
3589         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3590         arriving.
3592         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3593         bogus characters.  This allows selecting certain Gmail groups.
3595         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3596         (nnimap-fetch-partial-articles): New variable.
3597         (nnimap-open-connection): When looking for credentials, also use the
3598         nnimap-server-port.
3599         (nnimap-request-article): Return the group/article number, so that Gnus
3600         `^' works as expected.
3601         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3603         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3604         comments.
3605         (gnus-methods-sloppily-equal): New function.
3606         (gnus): When using the development version of Gnus, load the gnus-load
3607         file.
3609         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3610         `gnus-open-server' on each method before trying to scan them etc.
3611         This ensures that all the backend parameters are set correctly.
3613         * nnimap.el (nnimap-authenticator): New variable.
3614         (nnimap-open-connection): Allow anonymous login.
3615         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3616         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3618         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3619         patch, found by Knut Anders Hatlen.
3621 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3623         * gnus-agent.el (gnus-agent-batch-confirmation)
3624         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3625         to gnus-message.
3626         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3627         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3628         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3629         * gnus-int.el (gnus-open-server): Likewise.
3630         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3631         (gnus-score-check-syntax): Likewise.
3632         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3633         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3634         Likewise.
3635         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3637 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3639         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3640         calling conventions so that prefetch doesn't bug out.
3642 2010-09-19  Julien Danjou  <julien@danjou.info>
3644         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3645         rather than `subst-char-in-region' in order to be able to replace ASCII
3646         char by UTF-8 ones.
3648         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3649         than curl.
3650         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3651         the right URL and ALT text on images.
3652         (gnus-html-wash-tags): Fix tag case.
3653         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3654         (gnus-article-html): Add -o display_ins_del=2 option.
3655         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3657 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3659         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3660         the extra mail headers, which sometimes seem to happen for unknown
3661         reasons.
3663         * mail-parse.el (mail-header-encode-parameter): Define as
3664         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3665         (or most, perhaps?) mail readers don't understand the latter, but do
3666         understand the former.
3668         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3669         to nil, so that no methods are automatically agentized.  I think this
3670         is probably what most users want.
3672         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3673         from url-retrieve, for instance about invalid URLs.
3675         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3676         groups that have no articles.
3677         (nnimap-request-article): Check that we really got an article when we
3678         requested one.
3680         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3681         doesn't exist.
3683         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3684         nntp buffer so the agent can save it.
3685         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3686         that CRLF doesn't get translated to \n.
3687         (nnimap-open-connection): Don't make 'shell commands only send \n.
3689 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3691         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3692         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3693         Update var name.
3694         (nnml-generate-nov-file): Use dolist.
3695         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3696         Use with-current-buffer.
3698 2010-09-18  Julien Danjou  <julien@danjou.info>
3700         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3701         parallel.
3703 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3705         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3706         the range update right.
3707         (nnimap-request-group): Don't make `M-g' bug out on group with no
3708         marks.
3709         (nnoo): Require, so that other packages can require nnimap.
3710         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3711         command we're looking for.  This helps when the server sends more
3712         responses after we've gotten everything we expected.
3713         (nnimap): Add a `newlinep' field to keep track of end-of-line
3714         conventions.
3715         Don't send CRLF to things that don't want it.
3716         (nnimap-request-accept-article): Ditto.
3718 2010-09-18  Julien Danjou  <julien@danjou.info>
3720         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3721         than curl to retrieve images.
3723 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3725         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3726         the marks.
3727         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3728         (nnimap-wait-for-connection): New function.
3729         (nnimap-open-connection): If we have PREAUTH, don't query for login
3730         credentials.
3731         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3732         when doing a partial update.
3734 2010-09-18  Julien Danjou  <julien@danjou.info>
3736         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3737         tags.
3739 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3741         * nnimap.el (nnimap-credentials): New function.
3742         (nnimap-open-connection): Use the new function to look for credentials
3743         also on the numeric equivalents of "imap" and "imaps".
3745         * gnus-start.el (gnus-activate-group): Send the info to
3746         gnus-request-group.
3748         * nnimap.el (nnimap-request-group): Have the "check" version of the
3749         function parse flags and update the info, so that a `M-g' get a total
3750         resync of all flags from the group.
3752         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3753         to allow backends to alter the info on group selection.  Also alter all
3754         the backend -request-group functions to take the parameter.
3756         * nnimap.el (nnimap-store-info): New function.
3757         (nnimap-update-info): Store the info for later usage.
3758         (nnimap-request-group): Use the stored info for the dont-check case, so
3759         that we don't retrieve all marks when we enter a group.
3761         * nnimap.el: Use deffoo instead of defun for interface functions.
3763         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3764         update the group info.  This makes the nndraft groups, for instance, go
3765         back to their old behaviour.
3767         * gnus-sum.el (gnus-select-newsgroup): Indent.
3769         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3770         in.
3771         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3772         nothing.
3774         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3775         from methods that are denied.
3777         * gnus-int.el (gnus-method-denied-p): New function.
3779         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3780         store the password instead of netrc.
3781         (nnimap-open-connection): Don't error out when we can't make a
3782         connections.
3784         * auth-source.el (auth-source-create): In the password prompt, say what
3785         we're querying for.  Also prompt for user name if that hasn't been
3786         given.
3788         * nnimap.el (nnimap-with-process-buffer): Remove.
3790 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3792         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3793         method when we're reading from the agent.
3795         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3797         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3798         that's probably most useful for users.
3800         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3801         "failed" all the time.
3803         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3804         ...)) with (with-current-buffer ... ).
3806         * nntp.el (nntp-open-server): Return whether the open was successful or
3807         not.
3809         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3810         select an unread unseen article first.
3812         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3813         /etc/services, supply some sensible port defaults.
3815 2010-09-17  Julien Danjou  <julien@danjou.info>
3817         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3819 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3821         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3822         doesn't have any parameters.
3824 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3826         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3827         only upcased checks.
3829         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3831         * nnimap.el (nnimap-open-shell-stream): New function.
3832         (nnimap-open-connection): Use it.
3833         (nnimap-transform-headers): Get the number of lines in each message.
3834         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3835         number of lines.
3836         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3837         problem.
3839         * utf7.el (utf7-encode): Autoload.
3841         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3842         to allow the mail splitting to not return a default group.  This is
3843         useful for nnimap, which will leave unmatched mail in the inbox.
3845         * nnimap.el: Rewritten.
3847         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3848         nnimap usage.
3850         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3851         if the move is internal, so that nnimap can do fast internal moves.
3853         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3854         data.
3855         (gnus-read-active-for-groups): Support finishing the early retrieval of
3856         data.
3858         * gnus-range.el (gnus-range-nconcat): New function.
3860         * gnus-int.el (gnus-finish-retrieve-group-infos)
3861         (gnus-retrieve-group-data-early): New functions.
3863 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3865         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3866         (nnrss-retrieve-groups):
3867         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3868         (pop3-quit): Use with-current-buffer.
3870 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3872         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3873         instead of nnheader-accept-process-output.
3875         * gnus-html.el (gnus-html-schedule-image-fetching)
3876         (gnus-html-prefetch-images): Replace process-kill-without-query by
3877         gnus-set-process-query-on-exit-flag.
3879 2010-09-16  Romain Francoise  <romain@orebokech.com>
3881         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3883 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3885         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3886         parameter to unintern is mandatory-ish in Emacs 24.
3888         * gnus-html.el (gnus-html-schedule-image-fetching)
3889         (gnus-html-prefetch-images): Check for curl before using it.
3891         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3892         depend on curl, which isn't essential.
3894         * imap.el: Revert back to version
3895         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3896         seem problematic.
3898 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3900         * gnus-registry.el (gnus-registry-install-shortcuts):
3901         Explicitly pass `obarray' to `unintern' to avoid a warning.
3903 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3905         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3906         change.
3908         * nnrss.el (nnrss-request-list): Remove this function and related
3909         functions, including the moreover stuff.
3911 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3913         * nnrss.el (nnrss-retrieve-groups): New function.
3915 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3917         * .dir-locals.el: Add no-byte-compile cookie.
3919 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3921         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3922         for back end that doesn't support request-scan.
3924 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3926         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3927         then do request scans from the backends.
3929         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3930         avoid running a hook per line, since this takes a lot of time,
3931         profiling shows.
3932         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3933         directly if gnus-visual-p is true.
3935 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3937         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3938         groups; replace mapcar with dolist which is a bit faster; pass groups
3939         info to gnus-read-active-file-1.
3940         (gnus-read-active-file-1): Scan only specified groups if the new
3941         optional arg `infos' is given.
3943 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3945         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3947         * pop3.el (pop3-movemail): Remove.
3948         (pop3-streaming-movemail): Rename to pop3-movemail.
3950         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3951         don't restrict end-tag searches to the end of the line.
3953 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3955         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3956         articles of every unchecked group to t, which means unknown since the
3957         server has never been opened.
3959 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3961         * gnus-html.el (gnus-html-show-alt-text): New command.
3962         (gnus-html-browse-image): Ditto.
3963         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3964         to browse the image directly.
3965         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3966         better.
3968         * gnus-async.el (gnus-async-article-callback):
3969         Call `gnus-html-prefetch-images' unconditionally.
3971         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3972         before feeding URLs to curl.
3974 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3976         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3977         internal images as deletable by `W D D'.
3979         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3980         (gnus-async-article-callback): Fix typo.
3982 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3984         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3985         current line to work around bugs in the output from w3m.
3987         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3988         for groups that want that.
3990         * nntp.el (nntp-wait-for-string): Supply a timeout for
3991         accept-process-output to ensure progress.
3993         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3994         level to get unread articles from, then use that for foreign groups,
3995         too.
3997         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3998         confuses the rest of the function.
4000         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4001         for the methods that support -retrieve-groups, too.
4003         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4005 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4007         * pop3.el: Require cl when compiling.
4008         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4010 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4012         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4013         that aren't going to be activated.
4014         (gnus-get-unread-articles): Fix up the last commit.
4016         * gnus-html.el (gnus-article-html): Allow calling without specifying
4017         the handle.  In that case, dissect the buffer first.
4019         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4021         * nnimap.el (nnimap-open-connection): Revert the change that would look
4022         into authinfo for imaps instead of imap.
4024         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4025         say that you don't want to call gnus-request-group with don-check, but
4026         do check the reponse.  This is for virtual groups only.
4027         (gnus-get-unread-articles): Count the archive groups as secondary, so
4028         that they're activated the same way as before.
4030         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4031         case-insensitively.
4032         (nnimap-debug): Remove.
4034         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4035         mail from a file, and the file doesn't exist.
4037         * pop3.el (pop3-streaming-movemail): Return t for success.
4039         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4040         .authinfo if we're using ssl connection.
4042         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4043         already have if we're in a main Gnus `g' run.
4045         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4047 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4049         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4051         * nnmh.el (nnmh-request-list-1): Bind `file'.
4053         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4054         alias to set-process-query-on-exit-flag or process-kill-without-query.
4055         (pop3-open-server): Use it.
4057 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4059         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4060         box to the Incoming file.  Fixes mistake in previous checkin.
4062         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4063         request loop (for debugging purposes) removed.
4065         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4066         culprit is more visible.
4067         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4068         (nnml-add-incremental-nov): New functions to do "incremental" nov
4069         updates, where we just append to the end of the existing nov files
4070         without reading/writing them in full.
4072         * mail-source.el (mail-source-delete-crash-box): Really only check the
4073         incoming files once in a while.
4075         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4077         * mail-source.el (mail-source-delete-crash-box): Only check the
4078         incoming files for deletion once per day to save a lot of file
4079         accesses.
4081         * pop3.el (pop3-logon): Fix up unbound variable typo.
4083         * mail-source.el (pop3-streaming-movemail): Autoload.
4085         * pop3.el (pop3-streaming-movemail):
4086         Respect pop3-leave-mail-on-server.
4088         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4089         retrieval.
4091         * pop3.el (pop3-process-filter): Remove unused function.
4092         (pop3-streaming-movemail, pop3-send-streaming-command)
4093         (pop3-wait-for-messages, pop3-write-to-file)
4094         (pop3-number-of-responses): New functions for streaming pop3
4095         retrieval.
4097         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4098         come from no known methods.
4099         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4100         list.
4102         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4103         message sizes.
4104         (pop3-movemail): Use erase-buffer instead of looping and deleting
4105         regions, which seems rather odd.
4107         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4108         file once per `g' run.
4110         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4111         directories.  This makes the draft queue directory work.
4113         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4114         data from the backends, so that we only request the list of groups from
4115         each method once.  This should speed things up considerably.
4117         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4118         detect that it's not implemented.
4120         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4121         we actually do recurse down into the tree, but don't stat all leaf
4122         nodes.
4124         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4125         then say so instead of bugging out.
4127         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4128         files exist before trying to read them.
4130         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4131         around <pre_int>.
4133         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4135         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4137 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4139         * mm-util.el (mm-image-load-path): Just return the image directories,
4140         not all directories in the path in addition to the image directories.
4141         (mm-image-load-path): Maintain a cache of the image directories so that
4142         the `g' command in Gnus doesn't have to stat dozens of directories each
4143         time.
4145         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4146         (gnus-html-wash-tags): Add a new `i' command to insert images.
4147         (gnus-html-insert-image): New command and keystroke.
4148         (gnus-html-redisplay-with-images): New command and keystroke.
4149         (gnus-html-show-images): Rename command.
4150         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4151         spacers.
4152         (gnus-html-wash-tags): Decode entities at the end, so that entities
4153         inside the tags don't mess up the rest of the "parsing".
4155         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4156         so that nnimap methods aren't agentized by default.  There's apparently
4157         many problems related to agent/imap behaviour.
4159         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4161         * gnus-html.el: Doc fix.
4163 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4165         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4166         glyph-width and glyph-height instead of display-graphic-p and
4167         image-size; make avoidance of displaying small images work for XEmacs.
4169         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4170         for XEmacs.
4172         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4173         of symbol that holds plist data.
4174         (gnus-process-plist): Remove plist of process after getting it.
4176 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4178         * message.el (message-generate-hashcash): Change default to
4179         'opportunistic if hashcash is installed.
4181         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4182         (gnus-html-put-image): Only call image-size once, since it's somewhat
4183         time-consuming on remote X servers.
4185 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4187         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4188         decoded contents.
4189         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4191 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4193         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4194         group line format, since it isn't very interesting.
4196         * gnus-agent.el (gnus-agent-short-article),
4197         (gnus-agent-long-article): Increase values for these two variables,
4198         since most people are likely to have more network connection and
4199         storage than before.
4201         * gnus.el (gnus-refer-article-method): Change default to 'current.
4202         When referring an article, the common behaviour is to refer it from the
4203         current select method, not the native select method.  The chances of
4204         the native select method having the message in question is rather slim
4205         these days.
4207         * gnus-sum.el (gnus-auto-select-subject): Change default to
4208         `unseen-or-unread'.  I think it's likely that most people want to
4209         select an unseen article over a previously seen, but unread one.
4211         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4212         means that in the article buffer none of the minor mode elements will
4213         be shown, usually, and this is not desirable in most cases.
4215         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4216         that commands like `d' (and the like) go to the next line in the
4217         buffer, instead of the next unread article.  I think this is the
4218         behaviour that is most natural for most users.
4219         (gnus-single-article-buffer): Change default to nil, so that people can
4220         have as many article buffers open as they have summary buffer.  I think
4221         this is the most natural way for the groups to behave.
4223         * message.el (message-generate-new-buffers): Change default to
4224         `unsent', so that all new message buffers start their names with the
4225         string "*unsent", and it's easier to find the buffers if you move from
4226         them.
4228 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4230         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4231         small.  They're probably tracking images.
4232         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4233         (gnus-html-rescale-image): Yet another try at getting the image sizing
4234         right.
4236         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4237         nntp-marks-file-name is nil.
4239 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4241         * gnus-html.el (gnus-html-wash-tags)
4242         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4243         Better logging.
4245 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4247         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4249         * gnus-html.el (gnus-html-wash-tags): Check the value of
4250         gnus-blocked-images in the summary buffer.
4252 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4254         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4256 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4258         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4259         like "a", it seems like.
4260         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4261         since it needs to be picked from the correct buffer.
4263         * nnwfm.el: Remove.
4265         * nnlistserv.el: Remove.
4267 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4269         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4270         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4272 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4274         * nnkiboze.el: Remove.
4276         * nndb.el: Remove.
4278         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4279         alt text.
4280         (gnus-html-rescale-image): Try to get the rescaling logic right for
4281         images that are just wide and not tall.
4283         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4284         overshadow variable bindings.
4286 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4288         * gnus-html.el (gnus-html-wash-tags)
4289         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4290         Add extra logging.
4292 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4294         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4295         (gnus-max-image-proportion): New variable.
4296         (gnus-html-rescale-image): New function.
4297         (gnus-html-put-image): Rescale images.
4299 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4301         Fix up some byte-compiler warnings.
4302         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4303         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4304         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4305         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4306         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4307         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4308         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4310 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4312         * gnus-html.el (gnus-article-html): Decode contents by charset.
4314 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4316         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4317         (gnus-html-frame-width, gnus-blocked-images)
4318         * message.el (message-prune-recipient-rules): Add custom version.
4319         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4321         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4322         functions.
4324         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4325         gnus-process-get.
4327 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4329         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4330         instead of lsub directly.
4332 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4334         * nnwarchive.el: Remove.
4336         * gnus-soup.el: Remove.
4338         * nnsoup.el: Remove.
4340         * nnultimate.el: Remove.
4342         * gnus-html.el (gnus-blocked-images): New variable.
4344         * message.el (message-prune-recipients): New function.
4345         (message-prune-recipient-rules): New variable.
4347         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4348         guess whether a long line is natural text or not.
4350         * gnus-html.el (gnus-html-schedule-image-fetching):
4351         Use gnus-process-plist and friends for compatibility.
4353 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4355         * gnus-html.el: Require packages that define macros used in this file.
4356         (gnus-article-mouse-face): Declare to silence byte-compiler.
4357         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4358         process-get.
4359         (gnus-html-put-image): Use plist-get to avoid getf.
4360         (gnus-html-prefetch-images): Use with-current-buffer.
4362 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4364         * gnus-ems.el: Provide compatibility functions for
4365         gnus-set-process-plist.
4367         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4368         * gnus.el (gnus-valid-select-methods)
4369         * message.el (message-send-mail-partially-limit)
4370         * mm-decode.el (mm-text-html-renderer)
4371         * mml.el (mml-insert-mime-headers-always)
4372         * smiley.el (smiley-regexp-alist): Bump custom version.
4374 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4376         * gnus-html.el: require mm-url.
4377         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4378         with the url to `url'.
4379         (gnus-html-wash-tags): Support cid: URLs/images.
4381 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4383         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4384         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4385         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4387         * gnus-move.el: Remove file, since it doesn't really work.
4389         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4390         UTF-8.  This seems to fix problems with some German web feeds.
4392         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4393         at the top so that the proper colours are applied.
4395         * gnus-art.el (gnus-article-view-part): Doc fix.
4397         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4398         XEmacs-compatible.
4399         (gnus-html-put-image): Don't do images on non-graphic displays.
4401         * nnslashdot.el: Remove this unused backend.
4403         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4404         actions.
4405         (gnus-undo-register-1): Revert last change.
4407         * gnus-group.el (gnus-group-completing-read): Protect against not
4408         having completion-styles bound.
4410         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4411         make broken recipients happier.
4413         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4415         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4416         point parameter.
4418         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4419         completion-styles for group selection.
4421 2009-02-04  Andreas Schwab  <schwab@suse.de>
4423         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4424         headers and regexp-quote the match if necessary.
4426 2009-03-24  Miles Bader  <miles@gnu.org>
4428         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4429         the blinking smiley.
4431 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4433         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4434         blink smiley.
4436 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4438         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4439         where the dribbel file lives exists.
4441         * message.el (message-send-mail-partially-limit): Change the default to
4442         nil, since most people don't want this.
4444         * mm-url.el (mm-url-decode-entities): Also decode entities like
4445         &#x3212.
4447 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4449         * gnus-sum.el (gnus-summary-idna-message):
4450         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4451         Hyperlink urls in docstrings with URL `...'.
4453 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4455         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4456         functions.
4458 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4460         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4461         say what the mouseover text should be.
4463         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4464         version of the mm-w3m-safe-url-regexp variable to only download images
4465         in the groups where we want that to happen.
4467         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4469         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4470         easier debugging.
4471         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4472         big pictures in the article buffer.
4474         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4475         gnus-article-html.
4476         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4477         w3m.
4479         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4481 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4483         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4484         which doesn't exist.
4486         * message.el (message-inhibit-ecomplete): New variable to allow some
4487         function to inhibit ecomplete address storage.
4488         (message-resend): Disable ecomplete message storage when resending
4489         messages.
4491         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4493 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4495         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4496         Save excursion while copying, moving, and deleting articles in order to
4497         prevent the cursor from jumping to unforeseen place.
4499 2010-08-17  Glenn Morris  <rgm@gnu.org>
4501         * gnus-sync.el: Require gnus components whose functions are used.
4503         * gnus-art.el (bookmark-make-record-function):
4504         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4505         Declare for compiler.
4507         * mm-url.el (mml-compute-boundary): Autoload.
4509 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4511         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4513 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4515         Typo fix "hoo4a" -> "hook".
4517         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4519 2010-08-14  Glenn Morris  <rgm@gnu.org>
4521         * gnus-sync.el (gnus-sync): Fix defgroup version.
4523 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4525         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4527         * gnus-sync.el: Fix docs.
4528         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4529         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4531 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4533         Optimizations for gnus-sync.el.
4535         * gnus-sync.el: Add docs about gnus-sync-backend
4536         possibilities.
4537         (gnus-sync-save): Remove unnecessary message.
4538         (gnus-sync-read): Optimize and show what groups were skipped.
4540 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4542         Minor bug fixes for gnus-sync.el.
4544         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4545         Don't read the sync on get-new-news.
4547         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4548         quiet.
4550         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4551         (fix typo).
4553 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4555         Make saving and restoring of hidden threads work with overlays.
4556         Patch applied by Ted Zlatanov.
4558         * gnus-sum.el (gnus-hidden-threads-configuration)
4559         (gnus-restore-hidden-threads-configuration): Update to deal with text
4560         properties, rather than searching for a magic character.
4562 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4564         New gnus-sync.el library for synchronization of marks.
4566         * gnus-sync.el: New library for synchronization of marks.
4568         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4569         renamed from `gnus-registry-grep-in-list'.
4571         * gnus-registry.el (gnus-registry-follow-group-p):
4572         Use `gnus-grep-in-list'.
4574         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4576 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4578         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4579         determining charset of text fails.
4581 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4583         * nnmail.el (nnmail-get-new-mail-1): Revert.
4585         * nnml.el (nnml-active-number): Make sure names of newly created groups
4586         in nnml-group-alist are encoded.
4588 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4590         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4591         containing non-ASCII characters in active file for nnml back end.
4593 2010-07-24  David Engster  <dengste@eml.cc>
4595         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4596         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4598 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4600         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4601         tag (Bug#6654).
4603 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4605         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4606         the article buffer, not the summary buffer.
4608 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4610         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4611         Emacs 23 as well.
4613 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4615         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4616         Patch applied by Karl Fogel.
4618         * gnus-sum.el (gnus-summary-bookmark-make-record):
4619         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4621 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4623         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4624         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4625         C-w still not working correctly from Article buffers; Thierry's
4626         patch to fix that will be applied after this.
4628         * gnus-art.el (bookmark-make-record-function): New local variable.
4630         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4631         article buffer.
4632         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4634 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4636         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4637         on changes in bookmark.el.
4639 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4641         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4642         the *other* type of HTML form submission.
4644 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4646         * auth-source.el (auth-source-pick): If choice does not contain a
4647         questioned keyword, set the check to t.
4649 2010-06-12  Romain Francoise  <romain@orebokech.com>
4651         * gnus-util.el (gnus-date-get-time): Move up before first use.
4653 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4655         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4656         (gnus-article-edit-part): Bind it to make last part that is substituted
4657         or deleted visible.
4658         (gnus-mime-display-single): Buttonize part of which id equals to
4659         gnus-mime-buttonized-part-id.
4661 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4663         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4664         (gnus-dd-mmm): Use gnus-date-get-time.
4665         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4666         simplify logic.
4667         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4668         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4670 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4672         * auth-source.el (top): Autoload `secrets-list-collections',
4673         `secrets-create-item', `secrets-delete-item'.
4674         (auth-sources): Fix tag string.
4675         (auth-get-source, auth-source-retrieve, auth-source-create)
4676         (auth-source-delete): New defuns.
4677         (auth-source-pick): Rewrite in order to avoid 2 passes.
4678         (auth-source-forget-user-or-password): New parameter USERNAME.
4679         (auth-source-user-or-password): New parameters CREATE-MISSING and
4680         DELETE-EXISTING.  Retrieve password interactively, if needed.
4682 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4684         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4685         deleting unused directories when gnus-expert-user is t.
4687 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4689         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4690         for each temp file when gnus-article-browse-delete-temp is ask.
4692 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4694         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4696 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4698         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4699         article unless decoding article to be saved.
4701 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4703         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4704         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4705         generated within the mm-with-unibyte-current-buffer macro.
4707 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4709         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4710         to nil when we're in a mml-preview buffer and no group is selected.
4712 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4714         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4715         when catching the `C-g'.  Reported by "Leo".
4717 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4719         * message.el (message-forward-make-body-plain)
4720         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4721         multibyte-string-p.
4723 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4725         * message.el (message-forward-make-body-mml): Assume original message
4726         is multibyte string; error on unibyte.
4727         (message-forward-make-body-plain): Ditto; don't add excessive newline
4728         in body end.
4730 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4732         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4733         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4735 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4737         * mm-extern.el (mm-extern-url): Don't use
4738         mm-with-unibyte-current-buffer.
4739         (mm-extern-cache-contents): Use with-current-buffer instead of
4740         save-excursion + set-buffer.
4742 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4744         * mm-util.el (mm-emacs-mule): Remove.
4746 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4748         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4749         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4750         change.
4752 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4754         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4755         bind the default value of enable-multibyte-characters to nil.
4757 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4759         * message.el (message-forward-make-body-plain)
4760         (message-forward-make-body-mml):
4761         Don't use mm-with-unibyte-current-buffer.
4763 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4765         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4766         (Bug#5592).
4768 2010-05-07  Julien Danjou  <julien@danjou.info>
4770         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4771         it to mm-pipe-part.
4773         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4774         it is given.
4776 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4778         * nnweb.el (nnweb-gmane-search)
4779         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4780         XEmacs.
4782         * gnus-art.el (gnus-article-browse-html-parts)
4783         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4784         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4785         make-temp-file.
4787         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4788         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4789         compiling.
4791         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4792         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4793         XEmacs when compiling.
4795         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4796         gnus-pick-mode-off-hook for XEmacs when compiling.
4797         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4798         gnus-binary-mode-off-hook for XEmacs when compiling.
4800         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4801         Return nil if char-charset is not available.
4803         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
4804         macro.
4806         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4807         instead of encode-coding-string.
4809         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4810         'xemacs) instead of mm-emacs-mule to switch function definitions.
4811         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4813 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4815         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4817 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4819         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4820         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4822 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4824         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4825         alias `jka-compr-delete-temp-file' no longer exists.
4827 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4829         Use define-minor-mode in Gnus where applicable.
4830         * mml.el (mml-mode): Use define-minor-mode.
4831         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4832         (gnus-undo-mode): Use define-minor-mode.
4833         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4834         (gnus-dead-summary-mode): Use define-minor-mode.
4835         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4836         Initialize in declaration.
4837         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4838         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4839         (gnus-mailing-list-mode): Use define-minor-mode.
4840         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4841         (gnus-draft-mode): Use define-minor-mode.
4842         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4843         (gnus-dired-mode): Use define-minor-mode.
4845 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4847         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4848         handles on recursive mml-to-mime translation and check them for
4849         boundary delimiter collisions.  Reported by Greg Troxel.
4851 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4853         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4855 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4857         * mm-util.el (mm-find-buffer-file-coding-system):
4858         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4860 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4862         * message.el (message-generate-headers): Record insertion of optional
4863         headers as well.  Otherwise the check to prevent repeated insertion of
4864         optional headers is a no-op.
4866 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4868         * smime.el: Don't mention CVS.
4870         * nnrss.el (nnrss-fetch): Don't mention CVS.
4872         * nnir.el: Don't mention CVS.
4874 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4876         * gnus-sum.el (gnus-summary-bookmark-make-record):
4877         Add `location' field.
4879 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4881         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4882         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4883         Use with-current-buffer to silence the byte-compiler.
4884         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4885         bother to require `gnus'.
4886         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4888 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4890         * gnus-sum.el (gnus-summary-bookmark-make-record)
4891         (gnus-summary-bookmark-jump): New functions.
4892         (gnus-summary-mode): Setup bookmark support.
4894 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4896         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4897         if set.
4899 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4901         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4902         gnus-article-browse-html-save-cid-image; make it work recursively for
4903         forwarded messages as well.
4904         (gnus-article-browse-html-parts): Work when prefix arg is given.
4905         (gnus-article-browse-html-article): Doc fix.
4907 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4909         * message.el (message-default-mail-headers):
4910         (message-default-headers): Carry the value mail-default-headers over
4911         into message-default-mail-headers, rather than message-default-headers.
4913 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4915         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4916         charset.
4918         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4919         charset into the <meta> tag when the article is encoded to utf-8.
4921 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4923         * gnus-art.el (gnus-article-browse-delete-temp-files):
4924         Delete directories as well.
4925         (gnus-article-browse-html-parts): Work for images that do not specify
4926         file names; delete temp directory when quitting; insert header at the
4927         right place; use file: scheme for image files.
4929 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4931         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4932         (gnus-article-browse-html-parts): Use it to make temporary cid image
4933         files in addition to html file so that browser may display them.
4935 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4937         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4939 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4941         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4943 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4945         * auth-source.el (auth-sources): Change default to be simpler.
4946         Explain about Secret Service API sources.  Improve Customize options.
4947         (auth-source-pick): Change to accept any number of search parameters.
4948         Implement fallbacks iteratively, not recursively.  Add scoring on the
4949         second pass and sort by score.  Call Secret Service API when needed.
4950         (auth-source-user-or-password): Use it.  Call Secret Service API
4951         directly when needed to get the user name and the password.
4953 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4955         * message.el (message-interactive): Doc fix.
4956         (message-qmail-inject-args): Reflow.
4957         (message-kill-to-signature): Fix typo in docstring.
4959         * smiley.el (smiley-buffer): Fix typo in docstring.
4961 2010-03-24  Glenn Morris  <rgm@gnu.org>
4963         * mail-source.el (gnus-message): Declare.
4964         (mail-source-delete-old-incoming): Require gnus-util.
4966 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4968         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4970         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4972         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4973         password-cache's default if it is not bound.
4974         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4975         password-cache-expiry's default if it is not bound.
4977         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4978         available in Emacs 21.
4980 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4982         * auth-source.el (auth-sources): Fix up definition so extra parameters
4983         are always inline.
4985 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4987         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4988         wasn't updated after mismatch.  Clear cached mailbox info correctly
4989         when uidvalidity changes.
4990         (nnimap-group-prefixed-name): New function to avoid some code
4991         duplication.
4992         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4993         (nnimap-request-group): Use it.
4994         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4995         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4996         with many imap folders.  This is done by caching the group status from
4997         the imap server persistently in a group parameter `imap-status'.  (This
4998         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4999         but not persistently, so every Gnus startup was still very slow.)
5001 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5003         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5004         secrets.el dependency.
5005         (auth-sources): Add optional user name.  Add secrets.el configuration
5006         choice (unused right now).
5008 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5010         * gnus-sum.el (gnus-summary-make-menu-bar):
5011         Let `gnus-registry-install-shortcuts' fill in the functions.
5013         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5014         warnings.
5015         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5016         (gnus-registry-install-shortcuts): Populate and use it in a
5017         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5019 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5021         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5022         In-place substitutions for the group name encoding/decoding.
5023         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5024         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5025         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5026         (nnimap-update-unseen, nnimap-request-list)
5027         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5028         (nnimap-request-set-mark, nnimap-split-to-groups)
5029         (nnimap-split-articles, nnimap-request-newgroups)
5030         (nnimap-request-create-group, nnimap-request-accept-article)
5031         (nnimap-request-delete-group, nnimap-request-rename-group)
5032         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5033         `encoded-mbx' for consistency.
5034         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5035         variable `imap-current-mailbox'.
5037         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5038         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5040 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5042         * pop3.el (pop3-display-message-size-flag): Display message size byte
5043         counts during POP3 download.
5044         (pop3-movemail): Use it.
5045         (pop3-list): Implement listing of available messages.
5047 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5049         * nnir.el (nnir-get-article-nov-override-function): New function to
5050         override the normal NOV retrieval.
5051         (nnir-retrieve-headers): Use it.
5053 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5055         * auth-source.el (netrc-machine-user-or-password): Autoload.
5057 2010-03-19  Glenn Morris  <rgm@gnu.org>
5059         Stop message.el from loading about 40 libraries it doesn't always need.
5060         The general approach is to autoload rather than require, and to
5061         require in the specific functions rather than the file.  (Bug#5642)
5063         * gmm-utils.el: Don't require wid-edit.
5064         (widget-create-child-value, widget-convert, widget-default-get):
5065         Autoload.
5067         * gnus-util.el: Don't require time-date, netrc.
5068         (message-fetch-field, gnus-group-name-decode): Declare rather than
5069         autoloading.
5070         (gnus-fetch-field): Require message.
5071         (gnus-decode-newsgroups): Require gnus-group.
5073         * ietf-drums.el: Don't require time-date.
5075         * message.el: Don't require hashcash, canlock, ecomplete.
5076         Do require mail-utils.  Require nnheader only when compiling.
5077         (smtpmail-default-smtp-server): Remove declaration.
5078         (message-send-mail-function): Check smtpmail-default-smtp-server
5079         is bound rather than requiring smtpmail.
5080         (message-auto-save-directory, message-insert-signature):
5081         Use expand-file-name rather than nnheader-concat.
5082         (nnheader-insert-file-contents): Autoload.
5083         (hashcash-wait-async): Declare.
5084         (message-send-mail): Only call gnus-setup-posting-charset if
5085         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5086         (message-send-mail-with-sendmail): Require sendmail.
5087         (canlock-password, canlock-password-for-verify): Declare.
5088         (message-canlock-password): Require canlock.
5089         (nnheader-get-report): Autoload.
5090         (gnus-setup-posting-charset): Declare.
5091         (message-send-news): Require gnus-msg.
5092         (message-make-references, message-make-in-reply-to): Use mail-header-id
5093         rather than the alias mail-header-message-id.
5094         (ecomplete-add-item, ecomplete-save): Declare.
5095         (message-put-addresses-in-ecomplete): Require ecomplete.
5096         (ecomplete-display-matches): Autoload.
5098         * mm-decode.el: Don't require mailcap, gnus-util.
5099         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5100         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5101         Autoload.
5102         (mailcap-mime-extensions): Declare.
5104         * mm-encode.el: Don't require mailcap.
5105         (mailcap-extension-to-mime): Autoload.
5107         * mml-sec.el: Don't require password-cache.
5109         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5110         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5111         (mml-minibuffer-read-type): Require mailcap.
5112         (mml-preview): Require gnus-msg.
5114         * mml1991.el: Require password-cache.
5115         (password-cache-expiry): Remove declaration.
5117         * mml2015.el: Require password-cache.
5118         (password-cache-expiry): Remove declaration.
5120         * nneething.el (mailcap): Require mailcap.
5122         * nnheader.el (declare-function): Add compatibility stub.
5123         (message-remove-header): Declare rather than autoload.
5124         (nnheader-replace-header): Require message.
5126         * nnimap.el (declare-function): Add compatibility stub.
5127         (netrc-parse, netrc-machine-user-or-password): Declare.
5128         (nnimap-open-connection): Require netrc.
5130         * nntp.el (declare-function): Add compatibility stub.
5131         (netrc-parse, netrc-machine, netrc-get): Declare.
5132         (nntp-send-authinfo): Require netrc.
5134         * rfc2047.el: Don't require qp.
5135         (quoted-printable-encode-region, quoted-printable-decode-string):
5136         Autoload.
5138         * sieve-mode.el: Don't require easymenu.
5139         (easy-menu-add-item): Autoload it.
5141         * spam-stat.el (time-to-number-of-days): Autoload it.
5143 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5145         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5146         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5147         value if any backslash escapes).
5149 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5151         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5152         if it is available.  (bug#5647)
5154 2010-02-26  Glenn Morris  <rgm@gnu.org>
5156         * message.el (message-send-mail-function): Change the default, so that
5157         it inherits from a customized send-mail-function.  (Bug#5643)
5159 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5161         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5162         shell-command-to-string signals an error (bug#5299).
5164 2010-02-24  Glenn Morris  <rgm@gnu.org>
5166         * message.el (message-smtpmail-send-it)
5167         (message-send-mail-with-mailclient): Doc fixes.
5169 2010-02-16  Glenn Morris  <rgm@gnu.org>
5171         * message.el (message-default-mail-headers): Change the default value
5172         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5174 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5176         * message.el (message-mail): Just pass yank-action on to message-setup.
5177         (message-setup): Handle (FUN . ARGS) form of yank-action.
5178         (message-with-reply-buffer, message-widen-reply)
5179         (message-yank-original): Handle non-buffer values of
5180         message-reply-buffer (Bug#4080).
5181         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5183 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5185         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5186         Fix typo in docstring.
5188 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5190         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5191         response.
5193 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5195         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5197         * message.el (message-check-news-header-syntax): Protect against a
5198         string that `rfc822-addresses' returns when parsing fails.
5200 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5202         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5203         (gnus-previous-char-property-change): New functions.
5205         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5207 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5209         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5210         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5212 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5214         * message.el (message-exchange-point-and-mark): Rework last change to
5215         avoid using optional arg of exchange-point-and-mark, for backward
5216         compatibility.
5218 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5220         * message.el (message-exchange-point-and-mark):
5221         Call exchange-point-and-mark with an argument rather than setting
5222         mark-active by hand (Bug#5175).
5224 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5226         * nntp.el (nntp-service-to-port): Work for service expressed with
5227         numeric string; replace [:digit:] with [0-9] for XEmacs.
5229 2009-12-17  Glenn Morris  <rgm@gnu.org>
5231         * gnus-group.el (gnus-bug-group-download-format-alist):
5232         Change emacs entry to debbugs.gnu.org.  Bump :version.
5234 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5236         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5238 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5240         * message.el (message-info): Explain why we use `Info-goto-node'.
5242 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5244         * message.el (message-completion-in-region): New compatibility function.
5245         (message-expand-group): Use it.
5247 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5249         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5250         with no unread article should be listed if the 2nd arg `predicate' is
5251         given.
5253 2009-11-29  Juri Linkov  <juri@jurta.org>
5255         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5256         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5257         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5259 2009-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5261         * message.el (message-from-style, message-interactive)
5262         (message-signature): Always set default values from the corresponding
5263         mail-* variables.
5264         (message-cite-prefix-regexp, message-sendmail-envelope-from)
5265         (message-yank-prefix, message-indentation-spaces)
5266         (message-signature-file, message-default-headers): Use boundp rather
5267         than (featurep 'xemacs) to check if the corresponding mail-* variables
5268         exist.
5270 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
5272         * message.el (message-send-mail-with-sendmail): Revert last change.
5274 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
5276         * message.el (message-from-style, message-interactive)
5277         (message-cite-prefix-regexp, message-sendmail-envelope-from)
5278         (message-yank-prefix, message-indentation-spaces, message-signature)
5279         (message-signature-file, message-default-headers): For GNU Emacs, set
5280         default values from the corresponding mail-* variables.
5281         (message-send-mail-with-sendmail): Use envelope-from only if
5282         mail-specify-envelope-from is non-nil.
5284 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5286         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5287         containing tspecial characters if they have been already quoted.
5289 2009-10-24  Glenn Morris  <rgm@gnu.org>
5291         * gnus-art.el (help-xref-stack-item): Define for compiler.
5293 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5295         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5297 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5299         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5300         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5302 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5304         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5305         (gnus-overlays-in): New alias to overlays-in.
5307         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5308         gnus-overlay-get, and gnus-delete-overlay.
5309         (gnus-summary-show-thread): Make it work as well for systems in which
5310         next-single-char-property-change is not available.
5311         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5313 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5315         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5317 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5319         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5320         and XEmacs that don't have `remove-overlays'.
5322 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5324         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5325         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5326         selective display.  Use overlays instead.
5328 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5330         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5332 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5334         * spam-stat.el (spam-stat-load): Fix typo in message.
5336 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5338         * gnus-art.el (gnus-article-encrypt-body):
5339         * message.el (message-check-recipients):
5340         * mm-util.el (mm-codepage-setup):
5341         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5342         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5344 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5346         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5347         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5348         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5349         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5350         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5352 2009-09-18  Glenn Morris  <rgm@gnu.org>
5354         * gnus-diary.el (gnus-diary-check-message):
5355         * message.el (message-insert-formatted-citation-line):
5356         * nnbabyl.el (top-level):
5357         * nndiary.el (nndiary-schedule):
5358         Fix typos in condition-case handlers.
5360 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5362         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5363         configuration that provides the sole article window in a frame;
5364         position point correctly after deleting a part.
5366 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5368         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5369         (spam-resolve-registrations-routine): Use it to unregister articles
5370         that change status.
5372 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5374         * nnrss.el (nnrss-request-article): Remove binding of
5375         default-enable-multibyte-characters that has gotten needless by
5376         the 2007-07-13 change in rfc2047-encode-message-header.
5378         * mml.el (mml-insert-multipart): Error on the message header.
5379         (mml-insert-part): Error on the message header; position point at
5380         the end of a MIME tag.
5382 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5384         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5385         (gnus-float-time): Alias to float-time if it exists.
5387         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5388         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5389         float-time is available; suppress compile warning for time-to-seconds.
5391 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5393         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5394         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5395         Add the optional argument `encoding' that overrides the default.
5397         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5398         mm-encode-buffer.
5400 2009-09-04  Glenn Morris  <rgm@gnu.org>
5402         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5403         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5404         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5405         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5406         * mm-util.el (mm-with-unibyte-current-buffer)
5407         (mm-find-buffer-file-coding-system):
5408         * yenc.el (yenc-decode-region): Use default-value rather than
5409         default-enable-multibyte-characters.
5411 2009-09-03  Glenn Morris  <rgm@gnu.org>
5413         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5414         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5415         than default-enable-multibyte-characters.
5417 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5419         * gnus-art.el (gnus-article-read-summary-keys):
5420         Fix gnus-buffer-configuration's value temporarily used.
5422 2009-09-02  Glenn Morris  <rgm@gnu.org>
5424         * gnus-util.el (gnus-float-time): New function.
5425         * gnus-delay.el (gnus-delay-article):
5426         * gnus-sum.el (gnus-thread-latest-date):
5427         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5428         * nnspool.el (nnspool-request-newgroups):
5429         Use gnus-float-time rather than time-to-seconds.
5430         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5432         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5433         (gnus-header-subject-face, gnus-header-newsgroups-face)
5434         (gnus-header-name-face, gnus-header-content-face):
5435         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5436         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5437         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5438         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5439         (gnus-cite-face-11):
5440         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5441         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5442         (gnus-server-closed-face, gnus-server-denied-face)
5443         (gnus-server-offline-face):
5444         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5445         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5446         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5447         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5448         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5449         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5450         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5451         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5452         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5453         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5454         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5455         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5456         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5457         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5458         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5459         (gnus-summary-high-undownloaded-face)
5460         (gnus-summary-low-undownloaded-face)
5461         (gnus-summary-normal-undownloaded-face)
5462         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5463         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5464         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5465         (gnus-splash-face):
5466         * message.el (message-header-to-face, message-header-cc-face)
5467         (message-header-subject-face, message-header-newsgroups-face)
5468         (message-header-other-face, message-header-name-face)
5469         (message-header-xheader-face, message-separator-face)
5470         (message-cited-text-face, message-mml-face):
5471         * sieve-mode.el (sieve-control-commands-face)
5472         (sieve-action-commands-face, sieve-test-commands-face)
5473         (sieve-tagged-arguments-face):
5474         * spam.el (spam-face):
5475         Mark face aliases with "-face" in the name as obsolete.
5477 2009-09-01  Glenn Morris  <rgm@gnu.org>
5479         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5480         than goto-line.
5482 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5484         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5485         Don't move point if the command is invoked inside the message header.
5487 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5489         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5490         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5491         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5492         * nnir.el (nnir-swish-e-index-file):
5493         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5494         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5495         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5496         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5497         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5498         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5500 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5502         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5503         Don't save excursion.
5505 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5507         * nnheader.el (nnheader-find-file-noselect):
5508         * mm-util.el (mm-insert-file-contents):
5509         Use (default-value 'major-mode) instead of default-major-mode.
5511 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5513         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5515 2009-08-25  Glenn Morris  <rgm@gnu.org>
5517         * nnir.el (top-level): Don't require cl at run-time.
5518         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5519         Replace cl-function substitute with gnus-replace-in-string.
5520         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5521         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5522         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5523         simplified expansions.
5525 2009-08-22  Glenn Morris  <rgm@gnu.org>
5527         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5528         goto-line.
5530 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5532         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5534         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5535         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5536         (gnus-mm-display-part, gnus-mime-display-single)
5537         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5538         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5540         * gnus-sum.el
5541         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5542         (gnus-summary-move-article): Add expirable mark to articles copied or
5543         moved to group that has auto-expire turned on if the option is non-nil.
5545 2009-07-24  Glenn Morris  <rgm@gnu.org>
5547         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5548         Fix typo.  (Bug#3903)
5550 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5552         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5553         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5554         that should not be used for draft articles.
5555         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5556         that has no concern in minor mode keys.
5557         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5558         Abolish.
5560 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5562         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5563         article without making inquiry to a user for unknown encoding.
5565         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5566         (nnmaildir--scan): Assume i-node and device number that file-attributes
5567         returns might be cons-cell.
5569 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5571         * auth-source.el: Remove docs now in auth.texi.  Don't use
5572         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5573         `auth-source-hide-passwords' and use them.
5575 2009-07-15  Glenn Morris  <rgm@gnu.org>
5577         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5579 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5581         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5582         excessive whitespace from the default values of title and description.
5584 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5586         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5587         mail-fetch-field to fetch Content-Description header in order to
5588         exclude newlines.
5590 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5592         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5593         to deleted part.
5595 2009-05-30  David Engster  <dengste@eml.cc>
5597         * nnmairix.el: Remove old documentation in the commentary block.
5598         (nnmairix-request-group): Do not update active file for nnml back ends.
5599         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5600         end so that overview files are ignored.
5601         (nnmairix-update-groups): Make updating the groups more robust by using
5602         marks.
5603         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5604         with dollar characters in message-id.
5606 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5608         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5609         2008-12-25 in dns.el.
5611 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5613         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5614         could happen if the text is only composed of spaces and/or tabs.
5616 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5618         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5619         when sending a queued message to avoid extra mml tags.
5621 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5623         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5625 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5627         * gnus-dired.el: Remove autoload for gnus-setup-message.
5628         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5629         displaying Gnus logo; always use compose-mail.
5631 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5633         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5635 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5637         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5638         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5639         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5640         available.
5641         (gnus-nocem-epg-verify): New function.
5643 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5645         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5647 2009-02-15  Glenn Morris  <rgm@gnu.org>
5649         * gnus-util.el (rmail-insert-rmail-file-header)
5650         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5651         autoloads.
5652         (rmail-default-rmail-file): Remove unnecessary declaration.
5653         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5655 2009-02-14  Glenn Morris  <rgm@gnu.org>
5657         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5658         variable (only used in gnus-util, which declares it anyway).
5659         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5660         which was only needed by gnus-art (changed to not use it any more).
5661         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5662         only used in gnus-util, which autoloads it itself.
5663         (rmail-update-summary): Fix autoload.
5665         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5666         rather than rmail-output-to-rmail-file.
5668 2009-02-07  Glenn Morris  <rgm@gnu.org>
5670         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5671         autoload of function that no longer exists.
5672         (rmail-toggle-header): Declare.
5673         (message-forward-rmail-make-body): Handle mbox Rmail.
5675 2009-01-31  Glenn Morris  <rgm@gnu.org>
5677         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5678         2009-01-09 change.
5680 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5682         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5683         (auth-source-forget-all-cached): New convenience function.
5684         (auth-source-user-or-password): Accept list of modes or a single mode.
5686         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5687         auth-source modes.
5689         * nnimap.el (nnimap-open-connection): Use list of
5690         auth-source modes.
5692         * nntp.el (nntp-send-authinfo): Use list of
5693         auth-source modes.
5695 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5697         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5698         now.
5700 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5702         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5703         coding system in XEmacs; add a workaround for XEmacs.
5705 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5707         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5708         of current-language-environment.
5710 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5712         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5713         available at runtime.
5715 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5717         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5719 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5721         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5722         the greatest positive fixnum value doesn't work under an XEmacs with
5723         bignum support; use the most-positive-fixnum constant instead,
5724         available since Emacs 21.1 with cl and XEmacs 21.1.
5726 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5728         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5729         XEmacs gets not to work.
5731 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5733         * mm-util.el (mm-coding-system-priorities): Allow the value like
5734         "Japanese (UTF-8)" of current-language-environment.
5736 2009-01-09  Glenn Morris  <rgm@gnu.org>
5738         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5739         with last-command-event.
5741 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5743         * message.el (message-fix-before-sending): Amend comment.
5745 2009-01-07  David Engster  <dengste@eml.cc>
5747         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5748         simplified server definitions by converting it via
5749         gnus-server-to-method.
5751 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5753         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5754         parameter's operands.
5756 2009-01-06  David Engster  <dengste@eml.cc>
5758         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5759         primary select method (for gnus-group-mark-article-as-read).
5761 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5763         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5764         `(gnus)Face', not `(gnus)X-Face'.
5766 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5768         * mm-util.el (mm-ucs-to-char): New function.
5770         * mm-url.el (mm-url-decode-entities): Use it.
5772 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5774         * message.el (message-fix-before-sending): Add `eight-bit' to
5775         illegible-text check.
5777 2009-01-03  Michael Olson  <mwolson@gnu.org>
5779         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5780         `headers' is nil.  This can occur if the IMAP server does not have
5781         permissions to read messages from a folder, but can write new messages
5782         to the folder.
5783         (nnimap-request-article-part): Do not insert `data' if it is nil.
5785 2009-01-01  Dave Love  <fx@gnu.org>
5787         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5789         * nnimap.el: Fix author email.
5790         (nnimap-split-rule): Add FIXME comment.
5791         (nnimap-debug): Fix doc string.
5793 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5795         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5796         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5797         to check if those variables exist (first appeared in Emacs 18.50).
5799 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5801         * mm-util.el (mm-line-number-at-pos): New function.
5803         * spam-report.el (spam-report-process-queue): Use it.
5805 2008-12-24  David Engster  <dengste@eml.cc>
5807         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5808         parameters that haven't existed as variables as buffer-local variables.
5810 2008-12-23  Dave Love  <fx@gnu.org>
5812         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5813         cadar.
5815         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5816         imap-starttls-p.
5817         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5819 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5821         * spam-report.el (spam-report-gmane-max-requests): New constant.
5822         (spam-report-gmane-wait): New variable.
5823         (spam-report-gmane-ham, spam-report-gmane-spam)
5824         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5825         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5826         the server.
5828         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5829         Add explanations.
5831         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5832         nnheader-accept-process-output and nnheader-read-timeout if available.
5833         (pop3-movemail): Use it.
5835         * message.el (message-check-news-body-syntax): Fix signature check if
5836         there's an attachment.
5838 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5840         * mm-util.el: Add comments to the mm- emulating functions.
5842 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5844         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5845         Reported by Stephen Berman <stephen.berman@gmx.net>.
5847 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5849         * mm-util.el (mm-substring-no-properties): New function.
5850         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5851         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5852         (mm-string-to-multibyte): Doc fix.
5854         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5856 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5858         * mml.el (mml-attach-file): Strip text properties from file name.
5859         (Bug#1574)
5861 2008-12-16  Glenn Morris  <rgm@gnu.org>
5863         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5865 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5867         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5868         knows since the charset specified might be a bogus alias that
5869         mm-charset-synonym-alist provides.
5871 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5873         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5874         "ISO_8859-1".
5876         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5878 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5880         * mm-util.el (mm-charset-eval-alist):
5881         Define it before mm-charset-to-coding-system.
5882         (mm-charset-to-coding-system): Add optional argument `silent';
5883         define it before mm-charset-override-alist.
5884         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5885         default value if it can be used in Emacs currently running;
5886         silence mm-charset-to-coding-system.
5888 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5890         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5891         `allow-override' which says whether to use `mm-charset-override-alist'.
5892         (rfc2047-decode-encoded-words): Use it.
5894         * mm-util.el (mm-charset-override-alist): Fix custom type;
5895         add `(gb2312 . gbk)' to choices.
5897 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5899         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5900         fast.
5902         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5904 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5906         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5907         on links.
5909         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5911 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5913         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5914         users' addresses that don't have domain parts.
5915         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5916         rather than message-narrow-to-head since there will be the message
5917         header separator.
5919 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5921         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5922         since the result is inserted in a unibyte buffer anyway.
5923         (nnimap-demule-use-string-to-multibyte): Remove.
5924         (nnimap-demule): Alias it to mm-string-to-multibyte.
5926 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5928         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5929         variable for debugging bug#464 and bug#1174.
5930         (nnimap-demule): Use it.
5932 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5934         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5935         score calculation correctly.
5937 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5939         * message.el (message-send-mail): Just set the buffer to unibyte
5940         rather than use mm-with-unibyte-current-buffer which does a lot more.
5941         (message-send-mail-partially): Don't bother with
5942         mm-with-unibyte-current-buffer since it's already been made unibyte by
5943         message-send-mail.
5945 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5947         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5949 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5951         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5953 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5955         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5956         require itself and to remove `with-no-warnings'.
5958 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5960         * starttls.el (starttls-any-program-available): Get the name of the
5961         available TLS layer program.
5962         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5963         well as the host name in the "opening" message.
5965         * auth-source.el (auth-source-cache, auth-source-do-cache)
5966         (auth-source-user-or-password): Cache passwords and logins by default,
5967         allow override with `auth-source-do-cache'.
5968         (auth-source-forget-user-or-password): Allow users to remove cache
5969         entries if needed.
5971 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5973         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5974         condition-case to only the forward-sexp call.
5976 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5978         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5979         quotes contained.  Make it more robust regardless by an extra
5980         condition-case wrapper.
5982 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5984         * nnml.el (nnml-request-expire-articles): Check if the function set to
5985         `nnmail-expiry-target' returns the symbol `delete'.
5987         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5989         * nnmail.el (nnmail-expiry-target): Fix custom type.
5991 2008-10-02  Glenn Morris  <rgm@gnu.org>
5993         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5994         Silence compiler warning.
5996 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5998         * mml.el (mml-menu): Don't assume mml2015 is bound.
6000 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6002         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6003         exists.
6005 2008-09-27  Glenn Morris  <rgm@gnu.org>
6007         * gnus-util.el (mail-header-remove-comments): Autoload it.
6009 2008-09-27  Andreas Schwab  <schwab@suse.de>
6011         * gnus-util.el (gnus-split-references): Strip comments.
6012         (gnus-parent-id): Likewise.
6014 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6016         * message.el (message-confirm-send): Fix version.
6018 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6020         * message.el (message-idna-to-ascii-rhs-1): Use
6021         mail-extract-address-components rather than mail-header-parse-addresses
6022         that is an alias by default to ietf-drums-parse-addresses that does not
6023         support non-ASCII names in headers' contents.
6025 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6027         * message.el (message-confirm-send): Fix variable documentation to
6028         avoid the "y/n" wording.
6030 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6032         * message.el (message-set-auto-save-file-name): Save to a different
6033         filename so multiple messages (especially drafts) can be recovered.
6035 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6037         * message.el (message-confirm-send): Add appropriate version.
6039 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6041         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6042         defvar.
6044 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6046         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6047         (mm-pkcs7-enveloped-magic): Ditto.
6049 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6051         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6052         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6054 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6056         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6057         default, it's better.
6059 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6061         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6062         summary line gnus-number property and ignore them (with a warning
6063         message).
6065 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6067         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6068         macro caddr in the interactive form since it won't be expanded.
6070 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6072         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6073         `charset'; fix name of function called recursively.
6074         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6076 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6078         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6079         (gnus-mime-set-charset-parameters): New function.
6080         (gnus-mime-view-part-as-charset): Use it to correctly display part
6081         specifying wrong charset.
6083 2008-09-08  David Engster  <dengste@eml.cc>
6085         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6086         in completing-read for back end server.
6088 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6090         * message.el (message-confirm-send): New variable to confirm sending a
6091         message.
6092         (message-send): Use it.
6094 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6096         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6098 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6100         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6102 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6104         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6105         prevent tracking too many groups.
6106         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6107         Use it.
6109 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6111         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6112         moving point to the bottom of the window in order to avoid recentering.
6114 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6116         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6117         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6118         (gnus-article-beginning-of-window): Fix calculation.
6120 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6122         * gnus-msg.el (gnus-summary-supersede-article)
6123         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6124         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6125         message header.
6127 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6129         * message.el:
6130         * gnus-start.el:
6131         * gnus-registry.el: Remove VMS support.
6133 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6135         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6136         macro.
6137         (rfc2104-hash): Use it.
6139 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6141         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6142         (gnus-summary-sort-by-most-recent-date): New commands.
6143         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6144         and menu entries.
6146 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6148         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6149         don't redisplay article for raw contents; remove plural articles stuff.
6151         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6152         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6153         on gnus-summary-save-article; display results properly.
6155 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6157         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6159 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6161         * gnus-art.el (gnus-summary-save-in-pipe):
6162         Consider gnus-save-all-headers.
6164 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6166         * gnus-util.el (ns-focus-frame): Remove declaration.
6167         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6168         like x.
6170 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6172         * rfc2104.el (rfc2104-zero): Delete defconst.
6173         (rfc2104-hex-alist): Likewise.
6174         (rfc2104-hex-to-int): Delete func.
6175         (rfc2104-hexstring-to-bitstring): Likewise.
6176         (rfc2104-nybbles): New defconst.
6177         (rfc2104-hash): Rewrite for speed.
6179 2008-07-16  Glenn Morris  <rgm@gnu.org>
6181         * gnus-util.el (ns-focus-frame): Declare for compiler.
6183 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6185         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6186         set as a group parameter.
6187         (gnus-summary-save-in-pipe): Work when it is called independently.
6188         (gnus-summary-pipe-to-muttprint): Don't modify
6189         gnus-summary-pipe-output-default-command.
6191 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6193         * message.el (message-send-mail-with-sendmail):
6194         Display the error message.
6196 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6198         * gnus-art.el (gnus-default-article-saver):
6199         Add gnus-summary-save-in-pipe to choices.
6200         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6201         gnus-summary-pipe-output-default-command as the default command.
6202         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6203         instead of gnus-last-shell-command.
6205         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6206         New user option.
6207         (gnus-summary-muttprint-program): Mention the value will be changed.
6208         (gnus-summary-save-article): Force showing of all headers.
6209         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6211 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6213         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6215 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6217         * nnimap.el (nnimap-id):
6218         * sieve-manage.el (sieve-manage-open): Doc fixes.
6220 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6222         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6223         if available.
6225 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6227         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6229         * nnkiboze.el (nnkiboze-generate-group):
6230         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6232         * nnmairix.el: Require CL.
6234 2008-06-15  David Engster  <dengste@eml.cc>
6236         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6238 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6240         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6241         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6242         runtime choice under XEmacs.
6244         * gnus-sum.el (gnus-summary-set-display-table):
6245         Use `gnus-put-display-table', `gnus-get-display-table',
6246         `gnus-set-display-table' for the display table, instead of `aset'.
6248 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6250         * nnmairix.el: Add autoloads.
6252 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6254         * nnmairix.el (nnmairix-delete-recreate-group)
6255         (nnmairix-update-and-clear-marks): Fix error messages.
6257 2008-06-14  David Engster  <dengste@eml.cc>
6259         * nnmairix.el: Upgrade to version 0.6.
6260         (nnmairix-group-toggle-propmarks-this-group)
6261         (nnmairix-group-toggle-readmarks-this-group)
6262         (nnmairix-group-delete-recreate-this-group)
6263         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6264         (nnmairix-remove-tick-mark-original-article): New commands.
6265         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6266         (nnmairix-propagate-marks-to-nnmairix-groups)
6267         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6268         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6269         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6270         functions needed for marks propagation and manipulation of read marks.
6271         (nnmairix-update-groups): New function.
6272         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6273         (nnmairix-determine-original-group-from-registry)
6274         (nnmairix-determine-original-group-from-path)
6275         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6276         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6277         New helper functions.
6278         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6279         keystrokes for new commands.
6280         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6281         (nnmairix-request-group): Check allow-fast group parameter.
6282         (nnmairix-request-create-group): Set allow-fast group parameter if
6283         nnmairix-allowfast-default is set.
6284         (nnmairix-close-group): Propagate marks upon closing if needed.
6285         (nnmairix-group-toggle-threads-this-group): Use new.
6286         nnmairix-group-toggle-parameter helper function.
6287         (nnmairix-search): Better check for empty search result.
6288         (nnmairix-goto-original-article): Use new helper functions for
6289         determining original article.
6290         (nnmairix-show-original-article): Make sure message-id is in brackets.
6291         (nnmairix-call-mairix-binary): Change variable name.
6292         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6293         helper function.
6294         (nnmairix-widget-toggle-activate): Fix doc string.
6296 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6298         * nnir.el: Require edmacro when compiling with XEmacs.
6299         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6300         available in Emacs 21.
6302 2008-06-11  Glenn Morris  <rgm@gnu.org>
6304         * gnus-util.el (x-focus-frame):
6305         * gnus.el (image-size):
6306         * mm-decode.el (image-size): Declare.
6308         * gnus-picon.el (declare-function): Add compat definition.
6309         (image-size): Declare.
6311         * gnus-group.el (tool-bar-map):
6312         * gnus-sum.el (tool-bar-map): Define for compiler.
6314         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6316         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6318         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6319         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6320         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6321         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6322         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6323         * sieve-manage.el, spam-report.el, spam.el:
6324         Remove unnecessary eval-and-compile of autoloads.
6326 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6328         * auth-source.el: Precise Tramp doc.
6330 2008-06-07  Glenn Morris  <rgm@gnu.org>
6332         * nnmairix.el: Remove unnecessary eval-when-compile.
6334 2008-06-06  Kai Großjohann  <grossjohann@ls6.cs.uni-dortmund.de>
6336         * nnir.el: New file.
6338 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6340         * gnus-util.el (gnus-read-shell-command): New function.
6341         * mm-decode.el (mm-pipe-part):
6342         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6344 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6346         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6348 2008-06-03  Glenn Morris  <rgm@gnu.org>
6350         * pop3.el (nnheader-accept-process-output): Autoload it.
6352 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6354         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6355         are not 2-digit hexadecimal characters that follow `%'s.
6357 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6359         * message.el (message-bogus-recipient-p): Fix type in doc string.
6360         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6361         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6362         Improve custom options.
6363         (message-bogus-recipient-p): Adjust accordingly.
6365 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6367         * nnmairix.el: Require edmacro when compiling with XEmacs.
6369 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6371         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6372         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6374 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6376         * auth-source.el: Add more docs.
6378 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6380         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6381         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6382         retrieval faster in some cases, but might make CPU usage larger.
6383         If this has any bad side effects, we might revert this change.
6385         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6386         seems to make mail retrieval much, much faster.
6387         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6388         unconditionally.
6390         * gnus-draft.el (gnus-group-send-queue):
6391         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6393 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6395         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6397         * message.el (message-bogus-address-regexp): Fix and improve custom
6398         type.
6399         (message-setup-hook): Add message-check-recipients as custom option.
6401 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6403         * message.el (message-cite-function): Remove bogus autoload which crept
6404         in during merge from v5-10.
6406 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6408         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6410         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6412         * auth-source.el: Preliminary Tramp docs.
6413         (auth-sources): Change the default auth-sources to use
6414         EPA .gpg files.
6416 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6418         * nntp.el: Autoload `auth-source-user-or-password'.
6419         (nntp-send-authinfo): Use it.
6421         * nnimap.el: Autoload `auth-source-user-or-password'.
6422         (nnimap-open-connection): Use it.
6424         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6425         for the gnus-message function.
6426         (auth-source-user-or-password): Use it.
6428 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6430         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6431         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6432         (rfc2104-hash): Use it.
6434 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6436         * gnus-art.el (gnus-article-toggle-truncate-lines):
6437         Don't use `iff' in docstring.
6439 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6441         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6443         * gnus-util.el (gnus-extract-address-component-name)
6444         (gnus-extract-address-component-email): Convenience functions around
6445         `gnus-extract-address-components'.
6447         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6448         Use `gnus-extract-address-component-email' to fix bug of comparing full
6449         sender name to `user-mail-address'.
6451 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6453         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6454         catch/throw to optimize.
6455         (gnus-registry-find-keywords): Just use member to find a keyword.
6457 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6459         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6460         is current before calling gnus-server-prepare.
6461         (gnus-server-setup-buffer, gnus-server-update-server)
6462         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6464 2008-05-04  Juri Linkov  <juri@jurta.org>
6466         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6467         (mailcap-file-default-commands): Use mailcap-replace-in-string
6468         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6469         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6471 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6473         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6475 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6477         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6478         hooks.
6479         (gnus-update-read-articles): Speed up non-marks-using users.
6480         (gnus-use-marks): Define gnus-use-marks.
6481         (gnus-propagate-marks): Rename variable to something more sensible.
6483 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6485         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6486         (gmm-image-load-path-for-library): Fix typos in docstrings.
6487         (gmm-message): Reflow docstring.
6489 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6491         * mail-source.el (mail-source-set-1, mail-source-bind):
6492         Move auth-source code out of the macro to clean it up and fix bugs.
6494 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6496         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6497         by sender if it's equal to user-mail-address, it's likely to be
6498         useless.
6500         * mail-source.el (mail-source-bind): Don't use user or password if they
6501         are not bound.  Unintern them if they are nil.  Don't use server unless
6502         it's bound, and default it to empty string otherwise.
6504 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6506         * mail-source.el: Load auth-source.el.
6507         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6508         get user name or password, if auth-sources is set up.
6510         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6511         strategy of splitting with parent.
6512         (gnus-registry-split-fancy-with-parent)
6513         (gnus-registry-post-process-groups): Use it and fix prior
6514         bug (returning a list as the split result).
6516         * auth-source.el (auth-sources): Remove server parameter.
6517         (auth-source-pick, auth-source-user-or-password)
6518         (auth-source-user-or-password-imap)
6519         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6520         (auth-source-user-or-password-sftp)
6521         (auth-source-user-or-password-smtp): Remove server parameter.
6523 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6525         * smime.el (smime-sign-region, smime-encrypt-region)
6526         (smime-decrypt-region):
6527         Remove redundant calls to `generate-new-buffer-name'.
6529 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6531         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6532         Don't use QP for message/rfc822.
6533         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6535 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6537         * sieve-manage.el (sieve-string-bytes): Remove.
6538         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6539         correct byte-length only if the process's coding-system is the same as
6540         the one used internally by Emacs to represent strings.
6542 2008-04-22  Juri Linkov  <juri@jurta.org>
6544         * mailcap.el (mailcap-file-default-commands): New function.
6546 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6548         * message.el (message-signature-separator, message-cite-function):
6549         Change custom version.
6551 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6553         * mm-decode.el (mm-display-external): Make temp file read-only.
6555 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6557         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6558         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6559         `C-c C-f d'.
6561 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6563         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6565 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6567         * auth-source.el: Add docs.
6568         (auth-sources): Modify format to support server.
6569         (auth-source-pick, auth-source-user-or-password)
6570         (auth-source-user-or-password-imap)
6571         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6572         (auth-source-user-or-password-sftp)
6573         (auth-source-user-or-password-smtp): Add server parameter.
6575 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6577         * gnus-registry.el: Initialize the registry when gnus-registry-install
6578         is t.
6580 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6582         * compface.el (uncompface): Make buffer unibyte.
6584 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6586         * mail-source.el (mail-source-value):
6587         Prefer fboundp to functionp so it works with macros as well.
6589 2008-04-05  Glenn Morris  <rgm@gnu.org>
6591         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6593 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6595         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6596         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6598         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6599         multibyteness after rather than before erasing it.
6601         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6602         mm-with-multibyte.
6603         (gnus-request-article-this-buffer): Make sure the proper decoding is
6604         used if gnus-original-article-buffer happens to be unibyte.
6606         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6607         default-enable-multibyte-characters.
6609         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6610         default-enable-multibyte-characters.
6612         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6614         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6616 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6618         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6619         Fix last change in case the element is not even a symbol.
6621 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6623         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6624         imap-enable-exchange-bug-workaround.
6625         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6627 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6629         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6630         a 100 byte status-checks into a 2-3MB transfer for each group.
6631         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6632         to enable bug workaround or not.
6633         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6635 2008-03-31  Glenn Morris  <rgm@gnu.org>
6637         * message.el (mml2015-use): Declare for compiler.
6638         (message-info): Require mml2015 when appropriate.
6640 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6642         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6643         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6644         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6645         (nntp-service-to-port): New function.
6646         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6647         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6648         (nntp-open-netcat-stream): New function.
6649         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6651 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6653         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6655 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6657         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6659 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6661         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6663 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6665         * message.el (message-signature-separator): Change default.
6666         Improve custom type.
6667         (message-cite-function): Change default to
6668         message-cite-original-without-signature.
6670         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6671         toggle.
6673         * message.el (message-check-news-body-syntax): Fix signature check.
6674         (message-setup-1): Mark buffer as unmodified _after_ running
6675         message-setup-hook and handling message-alternative-emails.
6676         (message-shorten-references): Be more strict when building list of
6677         valid references to comply with GNKSA.
6679         * gnus-group.el (gnus-read-ephemeral-bug-group)
6680         (gnus-read-ephemeral-debian-bug-group)
6681         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6683         * message.el (message-info): Don't use booleanp which isn't supported
6684         in Emacs 21 and XEmacs.
6686 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6688         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6689         gnus-group-gmane-group-download-format.
6690         (gnus-group-read-ephemeral-gmane-group): Rename from
6691         gnus-group-read-ephemeral-gmane-group.
6692         (gnus-read-ephemeral-gmane-group-url): Rename from
6693         gnus-group-read-ephemeral-gmane-group-url.
6694         (gnus-bug-group-download-format-alist): New variable.
6695         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6696         (gnus-read-ephemeral-emacs-bug-group): New commands.
6698 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6700         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6701         (gnus-visible-headers): Improve custom type.
6703 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6705         * mml.el (mml-menu): Add workarounds for XEmacs.
6707         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6708         X-Boundary header.
6710         * message.el (message-simplify-recipients): Fix previous commit.
6712 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6714         * mm-util.el (mm-set-buffer-multibyte): New function.
6715         * mm-decode.el (mm-copy-to-buffer): Use it.
6717         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6718         Prefer fboundp to functionp so it works with macros as well.
6720 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6722         * message.el (message-alter-recipients-discard-bogus-full-name):
6723         New function.
6724         (message-alter-recipients-function): New variable.
6725         (message-get-reply-headers): Use it.
6726         (message-replace-header): New helper function.
6727         (message-recipients-without-full-name): New variable.
6728         (message-simplify-recipients): New command.
6730         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6732         * message.el (message-info): Handle EasyPG manual.
6734         * mml.el (mml-menu): Add entry for EasyPG.
6736 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6738         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6739         parameter.
6741         * message.el (message-disassociate-draft): Specify drafts group name
6742         fully.
6744 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6746         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6747         Eliminate unnecessary duplicates from the match list.
6749 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6751         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6752         args of `how-many' of which the XEmacs version doesn't take; declare
6753         Info-index-next as function.
6755 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6757         * gnus-score.el (gnus-score-headers): Fix handling of
6758         gnus-inhibit-slow-scoring.
6760         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6761         string.
6762         (gnus-button-url-regexp): Improve handling of parenthesis.
6763         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6764         (gnus-button-handle-info-keystrokes): Handle index entries.
6766 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6768         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6769         Incoming* files.
6771 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6773         * auth-source.el (auth-sources): Rename from auth-source-choices.
6774         (auth-source-pick): Use it.
6776 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6778         * auth-source.el (auth-source-protocols)
6779         (auth-source-protocols-customize, auth-source-choices): Add and
6780         modified variable customizations and defaults.
6781         (auth-source-pick, auth-source-user-or-password)
6782         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6783         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6784         (auth-source-user-or-password-sftp)
6785         (auth-source-user-or-password-smtp): Use new variables and provide an
6786         interface to netrc.el.
6788 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6790         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6791         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6792         Make sure the nntp port to specify is a string.
6794 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6796         * nntp.el: Use with-current-buffer.
6797         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6798         dubious mm-with-unibyte-current-buffer.
6799         (nntp-with-open-group-function): New function extracted from
6800         nntp-with-open-group macro.
6801         (nntp-with-open-group): Use the function, so it's easier to debug.
6802         Add indentation and debugging info.
6803         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6804         Recommend the use of the netcat alternatives.
6806         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6807         Avoid mm-string-as-multibyte as well.
6809         * nnweb.el (nnweb-insert-html):
6810         Remove use of nnheader-string-as-multibyte.
6812         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6813         (nnheader-string-as-multibyte): Remove.
6815         * mm-view.el: Use inhibit-read-only.
6816         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6817         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6818         or unibyte-string.
6820         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6821         (mm-uu-yenc-extract): Use with-current-buffer.
6823         * gnus-soup.el (gnus-soup-send-packet): Don't use
6824         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6826         * nnmh.el: Use with-current-buffer.
6827         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6828         mm-string-as-multibyte on the output of mm-encode-coding-string.
6830         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6831         (nnimap-request-move-article): Use with-current-buffer.
6833         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6834         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6835         conversion uses string-make-unibyte rather than string-as-unibyte.
6837         * gnus-msg.el: Use with-current-buffer.
6839         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6841 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6843         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6844         string for caching if it is 'PIN.
6846 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6848         * mail-source.el (mail-source-delete-old-incoming-confirm):
6849         Change default to nil.
6850         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6852 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6854         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6855         (gnus-article-goto-prev-page): Work for articles having ^L's.
6857         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6859         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6861 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6863         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6864         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6865         (gnus-bookmark-jump): Adjust some variable names.
6867 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6869         * auth-source.el: New package.
6870         (auth-source-choices): Add customization entry point variable.
6872         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6873         bug.
6875 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6877         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6878         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6879         (gnus-registry-install-shortcuts): Rename from
6880         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6881         the `gnus-registry-mark-map' keymap dynamically from
6882         `gnus-registry-marks'.  The generated functions update the summary line
6883         when a registry mark is added or deleted, and will call
6884         `gnus-registry-install-p' (see the comments in the code).
6885         (gnus-registry-user-format-function-M): Use concat intelligently.
6887         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6888         the registry mark functions.
6890 2008-03-05  Glenn Morris  <rgm@gnu.org>
6892         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6893         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6894         gnus-art.
6895         (top-level): No need to load own source when compiling.
6897 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6899         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6900         Suggested by <chris.anderton@zetnet.co.uk>.
6902 2008-03-04  Glenn Morris  <rgm@gnu.org>
6904         * gnus-sum.el (top-level): No need to require gnus when compiling,
6905         since unconditionally required near start of file.
6906         (gnus-summary-display-while-building): Move definition before use.
6908 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6910         * gnus-registry.el (gnus-registry-user-format-function-M):
6911         Add formatting function.
6913 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6915         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6916         with plists.
6917         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6918         Use new format.
6920 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6922         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6923         `where-is-internal' that returns a range of key sequences.
6925 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6927         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6929         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6930         (gnus-summary-jump-to-group): Consider windows on other displayed
6931         frames as well.  Similar changes might be needed elsewhere, but that's
6932         the one I've bumped into during my use.
6934         * nndoc.el (nndoc-oe-dbx-type-p):
6935         * gnus-msg.el (gnus-debug):
6936         * gnus-group.el (gnus-update-group-mark-positions):
6937         Use mm-string-to-multibyte.
6939 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6941         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6942         doesn't handle NotDashEscaped.
6944         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6945         (mml-dnd-attach-options): Fix typo in custom choice.
6947         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6948         Change nndoc-article-type to mbox.
6949         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6951         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6952         to nil, instead of html2text.
6954         * imap.el (imap-debug): Add `imap-ping-server'.
6956         * gnus-bookmark.el: Add FIXMEs.
6958         * message.el (message-form-letter-separator)
6959         (message-send-form-letter-delay): New variables.
6960         (message-send-form-letter): Use them.  New command to send form
6961         letters.  Requested by Uwe Siart.
6962         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6964 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6966         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6967         empty author.
6969 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6971         * gnus-registry.el (gnus-registry-marks): Add variable for
6972         customization of marks and their appearance.
6973         (gnus-registry-read-mark): Use it.
6974         (gnus-registry-do-marks): Add utility function to loop through
6975         `gnus-registry-marks'.
6976         (gnus-registry-install-shortcuts-and-menus): Add function to install
6977         shortcuts and menus.
6978         (gnus-registry-initialize): Use it.
6979         (gnus-registry-default-mark): Clarify documentation.
6981 2008-02-29  Glenn Morris  <rgm@gnu.org>
6983         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6984         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6985         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6986         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6987         Change defcustom :version from 23.0 to 23.1.
6989 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6991         * gnus-registry.el (gnus-registry-follow-group-p)
6992         (gnus-registry-post-process-groups): Add functions to aid registry
6993         splitting and improve logging.  Clarify behavior in function
6994         documentation.
6995         (gnus-registry-split-fancy-with-parent): Use them.
6997 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6999         * gnus-art.el: Use with-current-buffer.
7001 2008-02-27  David Engster  <dengste@eml.cc>
7003         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7004         Express real group name in the response.
7006 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7008         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7009         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7010         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7011         autoload gnus-registry-fetch-group when compiling.
7012         (nnmairix-request-group-with-article-number-correction):
7013         Remove unreferenced argument passed to nnmairix-call-backend.
7015 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7017         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7018         (mm-uu-extract): Improve face for low color ttys.
7019         Reported by Sascha Wilde.
7021 2008-02-27  Glenn Morris  <rgm@gnu.org>
7023         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7024         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7025         variables to defconsts.  Convert comments to doc-strings.
7026         (nnmairix-last-server, nnmairix-current-server): Convert from free
7027         variables to defvars.  Convert comments to doc-strings.
7028         (gnus-registry-fetch-group): Autoload.
7029         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7030         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7031         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7032         caddr.
7033         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7034         nnmairix-request-group-with-article-number-correction call.
7035         (nnmairix-fast, nnmairix-group): New, less general names, for free
7036         variables passed from nnmairix-request-group to
7037         nnmairix-request-group-with-article-number-correction.  Declare.
7038         (nnmairix-request-group-with-article-number-correction):
7039         Use nnmairix-fast, nnmairix-group rather than fast, group.
7041 2008-02-26  David Engster  <dengste@eml.cc>
7043         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7044         version 0.5.
7046 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7048         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7049         instead of making an extra function call.  Don't add the current group
7050         to articles only when they have the group.  Use
7051         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7052         Reported by David <de_bb@arcor.de>.
7054 2008-02-24  Miles Bader  <miles@gnu.org>
7056         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7057         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7058         (mm-find-mime-charset-region):
7059         * mm-bodies.el (mm-encode-body):
7060         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7062 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7064         * mail-source.el (mail-source-delete-incoming): Change default.
7065         Supplement doc string.
7067         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7069 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7071         * nnmail.el (nnmail-message-id-cache-file): Derive from
7072         `gnus-home-directory'.
7074 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7076         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7077         Document negative prefix.
7079         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7081 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7083         * message.el (message-unsent-separator): Add the Exim bounce
7084         separator.
7086 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7088         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7089         list.
7090         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7091         recipient/signer list.
7093 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7095         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7096         fbound (Emacs 23 unicode), signal an error.
7098 2008-02-08  Glenn Morris  <rgm@gnu.org>
7100         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7102 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7104         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7105         ports to the calls to `netrc-machine-user-or-password' in addition to
7106         "imap" and "imaps".
7108 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7110         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7111         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7112         <hanche@math.ntnu.no>.
7114 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7116         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7118 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7120         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7122         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7124 2008-02-01  Miles Bader  <miles@gnu.org>
7126         * mml.el (mml-parse-1): Remove apparently vestigial use of
7127         `mm-hack-charsets'.
7128         * mm-bodies.el (mm-encode-body): Likewise.
7130 2008-02-01  Kenichi Handa  <handa@m17n.org>
7132         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7133         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7134         (rfc2104-hash): Convert the result of concat to unibyte string.
7136 2008-02-01  Dave Love  <fx@gnu.org>
7138         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7139         coding-system-for-read.
7140         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7142         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7143         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
7144         (mm-find-mime-charset-region): Remove hack-charsets stuff.
7146 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7148         * mail-source.el (mail-sources): Add `group' choice.
7150         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7151         parameter `in-group' to control into which group the articles go.
7152         Add treatment of `group' mail-source.
7154 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
7156         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7157         * message.el (message-beginning-of-line): Use featurep instead of bound
7158         tests in order to resolve conditionals at compile time.
7160 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7162         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7164         * mm-decode.el (mm-dissect-buffer): Decode description.
7166         * mml.el (mml-to-mime): Encode message header first.
7168 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7170         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7171         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7173 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7175         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7177 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7179         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7180         prefix keys.
7181         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7182         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7183         gnus-xmas.el.
7185 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7187         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7188         Add new variables for article mark management.
7189         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7190         list of extra data entries which, when present, will indicate that the
7191         article ID should not be trimmed from the registry.
7192         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7193         functions.
7194         (gnus-registry-read-mark): New function to read a mark name from the
7195         user.
7196         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7197         (gnus-registry-set-article-mark-internal): New functions to add and
7198         remove marks.
7199         (gnus-registry-get-article-marks): New function to show the marks for
7200         an article, or retrieve them for further use.
7202 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7204         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7205         keys when no argument is given.
7207 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7209         * gnus-sum.el (gnus-article-sort-by-random)
7210         (gnus-thread-sort-by-random): Fix doc strings.
7211         Reported by jidanni@jidanni.org.
7213 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7215         * gnus-art.el (gnus-article-describe-bindings): New function.
7216         (gnus-article-read-summary-keys): Use it.
7217         (gnus-article-mode-map): Bind `C-h b' to it.
7219 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7221         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7222         XEmacs.
7223         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7224         Protect against non-character events.
7226 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7228         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7229         New command.
7230         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7231         instead of END.  Change name of the temp file.
7232         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7233         customizable.
7235 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7237         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7238         bind `S W' to gnus-article-wide-reply-with-original; set default
7239         binding to gnus-article-read-summary-send-keys.
7240         (gnus-article-read-summary-keys): Fix the order of keys; display
7241         continuation keys correctly in the echo area; describe bindings
7242         correctly when keys end with `C-h'.
7243         (gnus-article-read-summary-send-keys): New function.
7244         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7245         Work for gnus-article-read-summary-send-keys; display continuation keys
7246         correctly in the echo area.
7247         (gnus-article-reply-with-original): Ignore prefix argument.
7248         (gnus-article-wide-reply-with-original): New function.
7250 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7252         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7253         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7255 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7257         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7258         (gnus-group-read-ephemeral-gmane-group): New command.
7260 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7262         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7264 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7266         * message.el (message-send-mail-function): Increase custom version.
7268         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7269         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7271 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7273         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7274         html parts correctly; support forwarded messages.
7275         (gnus-article-browse-html-article): Remove work buffers.
7277         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7278         compiling.
7279         (netrc-bound-and-true-p): New macro.
7280         (netrc-parse): Use it instead of bound-and-true-p that is not available
7281         in XEmacs 21.4.
7283 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7285         * gnus-registry.el (gnus-registry-mark-article)
7286         (gnus-registry-article-marks): Add functionality to mark articles
7287         through the Gnus registry.
7289         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7290         (netrc-parse): Use encrypt-file-alist to determine if
7291         encrypt-find-model or encrypt-insert-file-contents should be used.
7293 2007-12-19  Glenn Morris  <rgm@gnu.org>
7295         * mml.el (message-options-set, message-narrow-to-head)
7296         (message-in-body-p, message-mail-p, message-encode-message-body):
7297         Autoload.
7298         (message-remove-header, message-narrow-to-headers-or-head)
7299         (message-subscribed-p, message-make-mail-followup-to)
7300         (message-position-on-field, message-news-p)
7301         (message-options-set-recipient, message-generate-headers)
7302         (message-sort-headers): Declare as functions.
7304 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7306         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7307         convention in doc string.
7309 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7311         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7312         title to html parts.
7313         (gnus-article-browse-html-article): Pass message header to it.
7315         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7317 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7319         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7320         or password compatible with XEmacs.
7322 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7324         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7325         format document.
7326         (gnus-mime-delete-part): Don't write description line if empty.
7327         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7329 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7331         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7332         (gnus-summary-mark-read-and-unread-as-read)
7333         (gnus-summary-mark-current-read-and-unread-as-read)
7334         (gnus-summary-mark-unread-as-ticked): Doc fix.
7335         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7337 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7339         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7340         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7342 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7344         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7345         yes-or-no-p.
7347 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7349         * mm-decode.el (mm-add-meta-html-tag): New function.
7350         (mm-save-part-to-file, mm-pipe-part): Use it.
7352         * gnus-art.el (gnus-article-browse-delete-temp-files):
7353         Use gnus-y-or-n-p instead of y-or-n-p.
7354         (gnus-article-browse-html-parts): Work with message/external-body; use
7355         mm-add-meta-html-tag.
7357 2007-12-11  Glenn Morris  <rgm@gnu.org>
7359         * gnus-cache.el: Require gnus-sum not just when compiling.
7361         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7363         * gnus-int.el (gnus-server-opened, gnus-status-message):
7364         Move definitions before use.
7366         * mm-decode.el: Require gnus-util.
7367         (mm-remove-part): Only call delete-annotation on XEmacs.
7369         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7371         * nnmail.el: Require gnus-int.
7373         * spam.el: Move `require's before `eval-when-compile's.
7375         * gnus-ems.el (gnus-alive-p):
7376         * gnus-fun.el (message-goto-eoh):
7377         * gnus-util.el (gnus-group-name-decode):
7378         * mail-source.el (gnus-compress-sequence):
7379         * message.el (Info-goto-node, format-spec):
7380         * mm-bodies.el (message-options-get):
7381         * mm-decode.el (mm-view-pkcs7):
7382         * mm-util.el (gmm-write-region):
7383         * mml-smime.el (mml-compute-boundary)
7384         (gnus-completing-read-with-default):
7385         * mml.el (widget-button-press, gnus-make-hashtable):
7386         * mml1991.el (mm-decode-content-transfer-encoding)
7387         (mm-encode-content-transfer-encoding)
7388         (message-options-get, message-options-set):
7389         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7390         * nnfolder.el (gnus-request-group):
7391         * nnheader.el (ietf-drums-unfold-fws):
7392         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7393         * smime.el (gnus-run-mode-hooks):
7394         * spam-stat.el (gnus-message): Autoload.
7396         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7397         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7398         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7399         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7400         Add declare-function compatibility definition.
7402         * gnus-cache.el (nnvirtual-find-group-art):
7403         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7404         (gnus-add-image, gnus-add-wash-type):
7405         * gnus-group.el (nnkiboze-score-file):
7406         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7407         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7408         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7409         (message-tokenize-header, gnus-get-buffer-create)
7410         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7411         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7412         * gnus.el (gnus-group-decoded-name):
7413         * mail-source.el (imap-capability):
7414         * mm-bodies.el (message-options-set):
7415         * mm-decode.el (gnus-configure-windows):
7416         * mm-extern.el (message-goto-body):
7417         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7418         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7419         (epg-sub-key-validity, message-options-set):
7420         * mml.el (widget-event-point, gnus-configure-windows):
7421         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7422         * mml2015.el (epg-check-configuration, epg-configuration)
7423         (message-options-set):
7424         * nndb.el (nndb-request-article):
7425         * nnfolder.el (gnus-request-create-group):
7426         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7427         * nnmaildir.el (gnus-group-mark-article-read):
7428         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7429         * rfc1843.el (message-fetch-field):
7430         * spam.el (gnus-extract-address-components):
7431         Declare as functions.
7433 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7435         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7437 2007-12-09  Glenn Morris  <rgm@gnu.org>
7439         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7441         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7442         * message.el, mm-view.el, sieve-manage.el, smime.el:
7443         Add declare-function compatibility definition.
7445         * gnus-art.el (w3-region, w3m-region, Info-menu):
7446         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7447         * gnus-sum.el (gnus-get-predicate):
7448         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7449         * message.el (mail-abbrev-in-expansion-header-p):
7450         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7451         (w3m-detect-meta-charset, w3m-region):
7452         * sieve-manage.el (password-read, password-cache-add)
7453         (password-cache-remove):
7454         * smime.el (password-read-and-add): Declare as functions.
7456 2007-12-08  David Kastrup  <dak@gnu.org>
7458         * gnus-sum.el (gnus-summary-simplify-subject-query):
7459         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7460         `message'.
7462 2007-12-07  Glenn Morris  <rgm@gnu.org>
7464         * gnus-art.el (article-make-date-line): Revert previous change.
7466 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7468         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7470 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7472         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7473         Call gnus-add-to-range ranges only once with a prepared article-list.
7475 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7477         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7478         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7479         group names with backslashes.
7480         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7482 2007-12-06  Deepak Goel  <deego3@gmail.com>
7484         * gnus-art.el (article-make-date-line):
7485         * gnus-start.el (gnus-load):
7486         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7488 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7490         * gnus-art.el (gnus-use-idna)
7491         * gnus-start.el (gnus-site-init-file)
7492         * message.el (message-use-idna)
7493         * mm-uu.el (mm-uu-hide-markers)
7494         * smiley.el (smiley-style): Revert changes that suppress warnings.
7496 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7498         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7499         specify charset to html source.
7500         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7502 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7504         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7505         idna-program in order to suppress byte compile warning issued by XEmacs
7506         that came to byte compile the default value section of defcustom forms
7507         recently.
7509         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7510         value of installation-directory.
7512         * message.el (message-use-idna): Don't directly refer to the value of
7513         idna-program.
7515         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7517         * smiley.el (smiley-style): Don't directly call face-attribute.
7519 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7521         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7523         * gnus-dired.el: Reduce Gnus dependencies.
7524         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7525         Don't require.  Use autoloads instead.
7526         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7527         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7528         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7529         (gnus-dired-mode): Adjust doc string.
7530         (gnus-dired-mail-mode): New variable.
7531         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7532         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7533         (gnus-dired-mail-buffers): New function.  Return mail or message
7534         composition buffers.
7535         (gnus-dired-attach): Use it.
7536         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7537         NO-DECODE.
7538         (gnus-dired-print): Use `gnus-print-buffer' depending on
7539         `gnus-dired-mail-mode'.
7541 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7543         * rfc2047.el (rfc2047-encoded-word-regexp)
7544         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7545         explaining what regexp patterns are for.
7547 2007-12-04  Glenn Morris  <rgm@gnu.org>
7549         * password.el: Move to ../password-cache.el.
7551         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7552         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7553         * mml-smime.el (password-read, password-cache-add)
7554         (password-cache-remove):
7555         No need to autoload, since mml-sec requires password.
7557         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7558         * message.el (gnus-extract-address-components):
7559         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7561         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7562         password.
7564 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7566         * mailcap.el: Reduce dependencies.
7567         (mail-header-parse-content-type): Autoload.
7568         (mailcap-delete-duplicates): New alias.
7569         (mailcap-mime-info): Add optional argument NO-DECODE.
7570         (mailcap-mime-types): Use mailcap-delete-duplicates.
7572         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7574 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7576         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7577         function.
7579         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7580         (gnus-uu-yenc-article): New function.
7582         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7584         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7586 2007-12-02  Glenn Morris  <rgm@gnu.org>
7588         * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
7589         Move to ../net.
7591         * binhex.el, uudecode.el: Move to ../mail.
7593         * encrypt.el: Remove file.
7595 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7597         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7598         matches on patches.
7600         * gnus-art.el (gnus-article-browse-html-article):
7601         Mention `mm-text-html-renderer' in the doc string.
7603         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7604         string.  Add comments.
7606         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7607         if rhs is ASCII.
7609 2007-12-01  Glenn Morris  <rgm@gnu.org>
7611         * dig.el, dns.el: Move to ../net.
7612         * format-spec.el, hex-util.el, sha1.el: Move to ../.
7614         * mail-source.el (top-level): Require format-spec before
7615         eval-when-compile.
7617 2007-11-30  Glenn Morris  <rgm@gnu.org>
7619         * encrypt.el: Require password, rather than autoloading password-read.
7621 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7623         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7624         caller can indicate whether the cache should be disregarded for this
7625         call.  This way the result of the call is reproducible at all times and
7626         can be considered a canonical server name for the supplied method.
7627         (gnus-agent-method-p): Canonicalize server names by pushing their
7628         method through `gnus-method-to-server' using the no-cache argument.
7630         * gnus-srvr.el (gnus-server-insert-server-line):
7631         Call `gnus-method-to-server' with `no-cache' argument.
7633         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7634         gnus-agent-possibly-synchronize-flags as this should be called when the
7635         server is actually being opened.
7636         (gnus-agent-possibly-synchronize-flags)
7637         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7638         flags file of an agentized server to the latter function.
7640         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7641         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7642         after a connection has been established successfully.
7644 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7646         * gnus-art.el (article-display-face): Force to display face if called
7647         interactively; check if gnus-article-x-face-too-ugly matches author.
7648         (article-display-x-face): Display face even if From header is missing
7649         as article-display-face does.
7651 2007-11-28  Richard Stallman  <rms@gnu.org>
7653         * md4.el: Move to ../.
7654         * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
7656 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7658         * mail-source.el (mail-sources): Default to fetch from file for
7659         compatibility with default of nnmail-spool-file.
7661 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7663         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7664         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7665         to look for encoded word that should be encoded again.
7666         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7667         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7668         encoding pattern.
7669         (rfc2047-decode-region): Switch strict regexp and loose one according
7670         to rfc2047-allow-irregular-q-encoded-words.
7672 2007-11-26  Simon Josefsson  <simon@josefsson.org>
7674         * imap.el: Move to ../net directory.
7676 2007-11-25  Romain Francoise  <romain@orebokech.com>
7678         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7680 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7682         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7683         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7685         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7686         `nnmail-spool-file'.
7688         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7689         `nnmail-spool-file'.
7691         * gnus-move.el (gnus-change-server): Ditto.
7693         * gnus-kill.el (gnus-batch-score): Ditto.
7695         * gnus-cache.el (gnus-jog-cache): Ditto.
7697         * gnus-msg.el (gnus-summary-reply):
7698         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7700 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7702         * gnus-cache.el (gnus-cache-generate-nov-databases):
7703         Use nnml-generate-nov-databases-directory instead of
7704         nnml-generate-nov-databases-1.
7706 2007-11-24  Glenn Morris  <rgm@gnu.org>
7708         * message.el (message-tool-bar-retro): Update for rename
7709         mail_send.xpm->mail-send.xpm.
7711 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7713         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7714         `smime-ldap-search' for Emacs 22 and up.
7716 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7718         * hashcash.el: Move to ../mail directory.
7720         * smime-ldap.el: Remove.  Not used in Emacs 22 and up.
7722         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7723         `smime-ldap-search' for Emacs 22 and up.
7725 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7727         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7729         * message.el (message-send-mail-function): Fix error convention.
7730         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7731         (message-widen-reply, message-send-mail, message-talkative-question)
7732         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7733         (message-clone-locals, message-send-news): Use with-current-buffer.
7734         (message-insert-or-toggle-importance): Remove unused var `valid'.
7735         (message-make-references): Remove unused var `new-references'.
7736         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7738 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7740         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7741         (spam-split-symbolic-return-positive): Reflow docstring.
7742         (spam-backends, spam-summary-exit-behavior)
7743         (spam-mark-ham-unread-before-move-from-spam-group)
7744         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7745         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7746         (spam-clear-cache, spam-backend-check, spam-install-backend)
7747         (spam-install-statistical-backend, spam-list-of-processors)
7748         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7749         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7750         (spam-check-crm114, spam-initialize, spam-unload-hook):
7751         Fix typos in docstrings.
7753 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7755         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7756         been checked if they have never been read and those group levels are
7757         higher than the one that a user specified.
7759 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7761         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7762         foreign groups unless a group level is specified by a user.
7763         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7765 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7767         * message.el (message-send-mail-function): Require sendmail.
7769 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7771         * message.el (message-send-mail-function): Check for smtpmail too.
7773         * utf7.el (utf7-encode, utf7-decode): Use coding system
7774         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7776         * message.el (message-send-mail-function): New function.
7777         (message-send-mail-function): Set default using
7778         message-send-mail-function.  Adjust doc string.
7779         (message-send-mail-with-mailclient): New function.
7781 2007-11-17  Richard Stallman  <rms@gnu.org>
7783         * assistant.el: Remove file.
7785 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7787         * smime.el (from):
7788         * rfc2047.el (message-posting-charset):
7789         * qp.el (mm-use-ultra-safe-encoding):
7790         * pop3.el (parse-time-months):
7791         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7792         * nnml.el (files):
7793         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7794         (jka-compr-compression-info-list, ange-ftp-path-format)
7795         (efs-path-regexp):
7796         * nndiary.el (files):
7797         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7798         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7799         (epg-digest-algorithm-alist, inhibit-redisplay)
7800         (password-cache-expiry):
7801         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7802         (pgg-output-buffer, password-cache-expiry):
7803         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7804         (efs-path-regexp):
7805         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7806         (inhibit-redisplay):
7807         * mm-uu.el (file-name, start-point, end-point, entry)
7808         (gnus-newsgroup-name, gnus-newsgroup-charset):
7809         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7810         (latin-unity-ucs-list):
7811         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7812         (mm-uu-binhex-decode-function):
7813         * message.el (gnus-message-group-art, gnus-list-identifiers)
7814         (rmail-enable-mime-composing, gnus-local-organization)
7815         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7816         (gnus-read-active-file, facemenu-add-face-function)
7817         (facemenu-remove-face-function, gnus-article-decoded-p)
7818         (tool-bar-mode):
7819         * mail-source.el (display-time-mail-function):
7820         * gnus-util.el (nnmail-pathname-coding-system)
7821         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7822         (gnus-original-article-buffer, gnus-user-agent)
7823         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7824         (xemacs-codename, sxemacs-codename, emacs-program-version):
7825         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7826         * gnus-start.el (gnus-agent-covered-methods)
7827         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7828         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7829         (gnus-newsgroup-headers, gnus-group-list-mode)
7830         (gnus-group-mark-positions, gnus-newsgroup-data)
7831         (gnus-newsgroup-unreads, nnoo-state-alist)
7832         (gnus-current-select-method, mail-sources)
7833         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7834         (nnmail-spool-file, gnus-cache-active-hashtb):
7835         * gnus-mh.el (mh-lib-progs):
7836         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7837         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7838         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7839         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7840         (gnus-group-buffer):
7841         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7842         (font-lock-set-defaults):
7843         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7844         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7845         (gnus-summary-post-menu, total-parts, type, condition, length):
7846         * gnus-agent.el (gnus-agent-read-agentview):
7847         * flow-fill.el (show-trailing-whitespace):
7848         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7849         eval-and-compile wrappers for byte compiler pacifiers.
7851         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7852         (mm-display-inline-fontify): Check for featurep 'xemacs not
7853         extent-list.
7855         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7856         itimer-list.
7857         (mm-create-image-xemacs): Only do something for XEmacs.
7858         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7860         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7862         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7863         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7865 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7867         * nnimap.el (nnimap-split-download-body):
7868         * gnus-demon.el (gnus-demon):
7869         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7871 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7873         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
7874         New macros.
7875         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7876         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7877         copy data from unibyte buffer to multibyte current buffer.
7878         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7879         to copy data from unibyte current buffer to multibyte buffer.
7880         (nntp-make-process-buffer): Make process buffer unibyte.
7882         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7884 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7886         * pop3.el (pop3-open-server): Accept and process data more robustly at
7887         connexion start to avoid spurious "POP SSL connexion failed" errors.
7889 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7891         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7892         read group names.
7894 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7896         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7898 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7900         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7901         (nnmail-save-active): Use a unibyte buffer when saving active file,
7902         which may contain non-ASCII group names.
7904         * nnml.el (nnml-request-group): Decode group names in messages.
7906 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7908         * message.el (message-citation-line-function)
7909         (message-insert-formatted-citation-line): Fix spelling of
7910         `message-insert-formated-citation-line'.
7912 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7914         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7916 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7918         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7919         nnmail-pathname-coding-system.
7921         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7922         that a user enters; decode group names in messages.
7924         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7926 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7928         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7930         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7932         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7933         risky local variable.
7935         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7937 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7939         * encrypt.el: Improve documentation to fix function name typo.
7940         Reported by Daiki Ueno <ueno@unixuser.org>.
7942 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7944         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7945         even if the point is not in the last page of an article.
7946         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7947         back to the previous page.
7949 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7951         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7953 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7955         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7957 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7959         * message.el (message-check-news-body-syntax):
7960         Avoid mm-string-as-multibyte.
7961         (message-hide-headers): Don't assume (point-min)==1.
7963 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7965         * message.el (message-remove-blank-cited-lines): Fix if remove is
7966         given.
7967         (message-bogus-address-regexp): New variable.
7968         (message-bogus-recipient-p): New function.
7969         (message-check-recipients): New command.
7970         (message-syntax-checks): Add `bogus-recipient'.
7971         (message-fix-before-sending): Add `bogus-recipient'.
7973         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7974         (gnus-treat-body-boundary): Don't test window-system.
7976 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7978         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7980 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7982         * gnus.el: Bump version to Gnus v5.13.
7984 2007-10-28  Miles Bader  <miles@gnu.org>
7986         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7987         at compile-time too.
7989 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7991         * gnus-msg.el (gnus-message-setup-hook):
7992         Add `message-remove-blank-cited-lines' to options.
7994 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7996         * message.el (message-remove-blank-cited-lines): New function.
7997         Suggested by Karl Plästerer.
7999 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8001         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8002         mapc.
8004         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8005         (top-level): Use mapc to set functions to be traced for debugging.
8007         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8008         called for effect with while loop.
8010         * message.el (message-talkative-question): Replace mapcar called for
8011         effect with mapc.
8013         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8014         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8015         called for effect with dolist.
8017         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8019         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8020         gnus-extra-headers and nnmail-extra-headers.
8022         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8023         called for effect with dolist.
8024         (top-level): Use mapc to set functions to be traced for debugging.
8026         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8027         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8028         dolist.
8030         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8031         Replace mapcar called for effect with mapc.
8032         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8033         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8034         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8035         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8037         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8038         remove-if that's a cl function.
8040         * webmail.el (webmail-debug): Replace mapcar called for effect with
8041         dolist.
8043 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8045         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8046         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8047         with while loop.
8049         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8050         functions from article-* functions.
8051         (gnus-multi-decode-header): Replace mapcar called for effect with
8052         dolist.
8054         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8055         (gnus-bookmark-show-details): Replace mapcar called for effect with
8056         while loop.
8058         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8059         called for effect with while loop.
8061         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8062         with dolist.
8064         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8065         Replace mapcar called for effect with dolist.
8067         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8069         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8070         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8071         Replace mapcar called for effect with dolist.
8072         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8073         mapc.
8075         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8076         Replace mapcar called for effect with dolist.
8077         (gnus-topic-list): Replace mapcar called for effect with mapc.
8079         * gnus.el: Use mapc instead of mapcar to add autoloads.
8081 2007-10-23  Richard Stallman  <rms@gnu.org>
8083         * gnus-group.el (gnus-group-highlight): Mark as risky.
8085 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8087         * gnus.el (gnus-server-to-method): Return method found first in
8088         gnus-newsrc-alist.
8090         * gnus-art.el (gnus-article-highlight-signature)
8091         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8092         button overlay without the front stickiness.
8094 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8096         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8097         overview buffer needed a catch to receive its throw.
8098         (gnus-agent-flush-cache): Declare as interactive to make this function
8099         easier to use.
8101 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8103         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8104         `next-line'.
8106 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8108         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8109         exclude address matching message-dont-reply-to-names.
8111 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8113         * gnus-util.el (gnus-string<): New function.
8115         * gnus-sum.el (gnus-article-sort-by-author)
8116         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8118 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8120         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8121         the frame-focus tag is set in gnus-buffer-configuration.
8123 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8125         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8126         the front stickiness.
8128 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8130         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8131         url pattern; remove duplicate one.
8132         (gnus-article-extend-url-button): New function.
8133         (gnus-article-add-buttons): Use it.
8134         (gnus-button-push): Use concatenated url that it makes.
8136 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8138         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8139         (sieve-manage-open): Use `mapc' instead of `mapcar'.
8141 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8143         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8144         Don't hardcode point-min==1.
8146 2007-09-30  David Kastrup  <dak@gnu.org>
8148         * gnus-art.el (gnus-article-reply-with-original)
8149         (gnus-article-followup-with-original): When `transient-mark-mode' is
8150         off, refrain from active-region behavior for followups.
8152 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8154         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8155         Fix comment about "iso8859-1".
8157 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8159         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8160         ones returned from the verify-function.
8162         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8163         Call mml2015-extract-cleartext-signature if extraction failed.
8165 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8167         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8168         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8169         failed.
8171 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8173         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8175 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8177         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8178         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8179         thread for both the null and zero (kill/expire thread) universal prefix
8180         cases.
8181         (gnus-summary-expire-thread): Add new function to expire a thread,
8182         using gnus-summary-kill-thread.
8183         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8184         shortcuts for gnus-summary-expire-thread.
8185         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8186         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8188 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8190         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8191         extras value, so an extras entry can be deleted.
8192         (gnus-registry-delete-extra-entry): Use it.
8193         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8194         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8195         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8196         storage through the gnus-registry, and provide an appropriate API for
8197         it.
8199 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8201         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8202         Suggested by Leo <sdl.web@gmail.com>.
8204         * gnus.el: Do.
8206 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8208         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8209         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8211         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8213         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8214         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8216 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8218         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8219         newline.
8220         (nnmbox-request-accept-article): Don't change article in source buffer;
8221         narrow to header to use message-fetch-field rather than
8222         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8223         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8224         as delimiters; make sure article ends with newline.
8225         (nnmbox-delete-mail): Correct last position of article to be deleted;
8226         ignore X-Gnus-Newsgroup header in article body.
8227         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8228         positions; make sure article ends with newline.
8230         * message.el (message-display-abbrev): Don't infloop when a user
8231         inserts SPC in the beginning of header.
8233 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8235         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8236         list of groups not followed by default.  Fix type to be regexp.
8237         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8239 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8241         * hmac-def.el (define-hmac-function): Switch from old-style to
8242         new-style backquotes.
8244         * md4.el (md4-make-step): Likewise.
8246 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8248         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8249         raw-text coding system when saving .newsrc file, which may contain
8250         non-ASCII group names.
8252 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8254         * gnus-cus.el (gnus-score-extra): New widget.
8255         (gnus-score-extra-convert): New function.
8256         (gnus-score-customize): Use it for Extra.
8258 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8260         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8261         (mml2015-mailcrypt-clear-verify): Use it.
8262         (mml2015-gpg-clear-verify): Use it.
8263         (mml2015-pgg-clear-verify): Use it.
8264         (mml2015-epg-clear-verify): Replace the current part with the output
8265         from GnuPG; don't extract the plaintext by itself.
8267         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8268         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8269         mml2015-clear-verify-function; don't touch the armor headers or
8270         dash-escaped text here.
8272 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8274         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8275         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8276         parts, or application/octet-stream as a last resort.
8277         (gnus-mime-view-part-as-type): Don't toggle display.
8278         (gnus-mime-view-part-as-charset): Don't turn off display before
8279         querying charset.
8281         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8282         stuff to undisplayer function in Emacs.
8283         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8285         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8286         text/calendar parts.
8288 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8290         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8291         decoding text/calendar parts.
8293         * message.el (message-forward-make-body-mime): Always mark body as
8294         having no illegible text; remove signed-or-encrypted argument.
8295         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8297         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8298         (mml-generate-mime-1): Don't encode body if it is specified to be in
8299         raw form; don't make buffer be unibyte when inserting multibyte string.
8301 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8303         * sha1.el: Fix up comment style.
8304         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8305         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8307         * hex-util.el: Fix up comment style.
8308         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8310         * gnus-salt.el: Use with-current-buffer.
8311         (gnus-pick-setup-message): Fix long-standing typo.
8313 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8315         * imap.el (imap-logout-timeout): New variable.
8316         (imap-logout, imap-logout-wait): New functions.
8317         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8319         * nnimap.el (nnimap-logout-timeout): New server variable.
8320         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8321         nnimap-logout-timeout.
8323         * gnus-art.el (gnus-article-summary-command-nosave)
8324         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8326 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8328         * gnus.el (gnus-maximum-newsgroup): New variable.
8330         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8331         according to gnus-maximum-newsgroup.
8333         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8334         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8335         Limit the range of articles according to gnus-maximum-newsgroup.
8337 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8339         * gnus-art.el (gnus-sticky-article): Fix problems described in
8340         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8341         Don't perform gnus-configure-windows here; reuse existing sticky
8342         article buffer.
8344         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8345         it doesn't exist in gnus-article-mode.
8347 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8349         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8350         (gnus-agent-decoded-group-name): New function.
8351         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8352         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8354 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8356         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8357         Add binding for gnus-sticky-article.
8358         (gnus-summary-exit): Don't kill sticky article buffers.
8360         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8361         article buffer.
8362         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8363         (gnus-kill-sticky-article-buffers): New commands.
8365 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8367         * nntp.el (nntp-xref-number-is-evil): New server variable.
8368         (nntp-find-group-and-number): If it is non-nil, don't trust article
8369         numbers in the Xref header.
8371 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8373         * gnus-agent.el (gnus-agent-read-group): New function.
8374         (gnus-agent-flush-group, gnus-agent-expire-group)
8375         (gnus-agent-regenerate-group): Use it.
8376         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8377         nnmail-pathname-coding-system.
8379 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8381         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8383         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8384         that are unread as unread, and also as selected so that information of
8385         marks having been changed by a user may be updated when exiting group.
8387 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8389         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8391 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8393         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8394         calculated ignoring signature parts to gnus-treat-article.
8396 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8398         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8399         a point here in order to keep the window start.
8400         (gnus-insert-mime-security-button): Make a button overlay without the
8401         front stickiness.
8402         (gnus-mime-display-security): Goto the end of a button.
8404         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8406 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8408         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8409         group-name-at-point.
8410         (gnus-group-completing-read): New function that offers decoded
8411         non-ASCII group names for completion.
8412         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8413         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8414         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8415         (gnus-group-fetch-control): Use it.
8416         (gnus-fetch-group): Use group-name-at-point for the initial value
8417         rather than the default value; use gnus-alive-p.
8419         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8420         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8421         (gnus-summary-post-news): Use gnus-group-completing-read.
8423         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8424         (gnus-read-move-group-name): Decode group name for completion.
8426 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8428         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8429         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8430         Yamaoka slightly modified the code).
8432 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8434         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8435         (nnmail-split-incoming): Bind it.
8437         * nnml.el (nnml-group-name-charset): New function.
8438         (nnml-decoded-group-name): Use it; don't decode group name if
8439         nnmail-group-names-not-encoded-p is non-nil.
8440         (nnml-encoded-group-name): New function.
8441         (nnml-group-pathname): Inline nnml-decoded-group-name.
8442         (nnml-request-expire-articles): Decode group name in message.
8443         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8444         nnmail-pathname-coding-system.
8445         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8446         not decoded ones according to nnmail-group-names-not-encoded-p.
8447         (nnml-generate-active-info): Use nnml-encoded-group-name.
8449 2007-08-08  Glenn Morris  <rgm@gnu.org>
8451         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8452         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8453         doc-strings and comments.
8455 2007-07-25  Glenn Morris  <rgm@gnu.org>
8457         * Relicense all FSF files to GPLv3 or later.
8459 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8461         * gnus-sum.el (gnus-summary-move-article):
8462         Make gnus-summary-respool-article work.
8464 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8466         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8467         string.
8469 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8471         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8472         that should be ignored when comparing distant RSS articles with local
8473         ones.
8474         (nnrss-make-hash-index): New function.  Create a hash index according
8475         to the ignored fields.
8476         (nnrss-check-group): Use it.
8478 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8480         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8482         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8484         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8485         the new optional argument ENCODED is non-nil.
8486         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8487         coding system for encoding group name.
8488         (gnus-group-make-rss-group): Pass un-encoded group name to
8489         gnus-group-make-group.
8490         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8491         encoded.
8493         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8494         Encode group name to which articles are moved or copied.
8495         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8496         coding system for encoding Newsgroup, Followup-To and Xref headers.
8498         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8499         marks; use nnheader-file-coding-system to write a file.
8500         (nnagent-retrieve-headers): Bind file-name-coding-system to
8501         nnmail-pathname-coding-system.
8503         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8505         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8506         (nnml-request-article, nnml-request-create-group)
8507         (nnml-request-rename-group, nnml-find-id)
8508         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8509         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8510         (nnml-save-marks): Use nnml-group-pathname instead of
8511         nnmail-group-pathname.
8513         (nnml-request-create-group, nnml-request-expire-articles)
8514         (nnml-request-move-article, nnml-request-delete-group)
8515         (nnml-deletable-article-p, nnml-possibly-create-directory)
8516         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8517         (nnml-open-marks): Bind file-name-coding-system to
8518         nnmail-pathname-coding-system.
8520         (nnml-request-article): Pass server argument to nnml-find-group-number.
8521         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8522         Pass server argument to nnml-possibly-create-directory.
8523         (nnml-request-accept-article): Pass server argument to
8524         nnml-active-number and nnml-save-mail.
8525         (nnml-find-group-number): Pass server argument to nnml-find-id.
8526         (nnml-request-update-info): Pass server argument to
8527         nnml-marks-changed-p.
8529         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8530         (nnml-save-mail, nnml-active-number): Add server argument.
8532         (nnml-request-delete-group): Warn if group is missing.
8533         (nnml-get-nov-buffer): Decode group name.
8534         (nnml-generate-active-info): Encode group name.
8535         (nnml-open-marks): Decode group name in messages.
8537 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8539         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8540         if it is not specified.
8541         (gnus-article-pipe-part, gnus-article-save-part)
8542         (gnus-article-interactively-view-part, gnus-article-copy-part)
8543         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8544         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8545         (gnus-article-replace-part, gnus-article-delete-part)
8546         (gnus-article-view-part-as-type): Pass raw prefix argument to
8547         gnus-article-part-wrapper.
8549 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8551         * gnus-agent.el (gnus-agent-save-active):
8552         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8554         * gnus-cache.el (gnus-cache-save-buffers)
8555         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8556         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8557         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8558         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8559         (gnus-cache-generate-active, gnus-cache-rename-group)
8560         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8561         (gnus-cache-update-overview-total-fetched-for):
8562         Bind file-name-coding-system to nnmail-pathname-coding-system.
8563         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8564         New variables.
8565         (gnus-cache-decoded-group-name): New function.
8566         (gnus-cache-file-name): Use it.
8567         (gnus-cache-generate-active): Use non-decoded group name for active.
8569         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8570         right place.
8571         (gnus-write-active-file): Don't break non-ASCII group names.
8573         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8574         nnmail-pathname-coding-system.
8576         * gnus-uu.el (gnus-uu-decode-save): Typo.
8578 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8580         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8582 2007-07-14  David Kastrup  <dak@gnu.org>
8584         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8585         finishing actions if we did not edit the article.
8587 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8589         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8590         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8591         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8592         (gnus-agent-flush-group, gnus-agent-flush-cache)
8593         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8594         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8595         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8596         (gnus-agent-regenerate-group)
8597         (gnus-agent-update-files-total-fetched-for)
8598         (gnus-agent-update-view-total-fetched-for):
8599         Bind file-name-coding-system to nnmail-pathname-coding-system.
8600         (gnus-agent-group-pathname): Don't encode file names by
8601         nnmail-pathname-coding-system.
8602         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8603         coding-system-for-write instead of buffer-file-coding-system to
8604         gnus-agent-file-coding-system.
8606         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8607         Decode group name.
8609         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8611         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8612         (gnus-read-newsrc-el-file): Make group names unibyte.
8614         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8615         nnmail-pathname-coding-system.
8617         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8618         (nnrss-request-delete-group): Bind file-name-coding-system to
8619         nnmail-pathname-coding-system.
8620         (nnrss-read-server-data, nnrss-read-group-data):
8621         Bind file-name-coding-system correctly.
8622         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8624         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8625         (nntp-server-to-method-cache): New variable.
8626         (nntp-group-pathname): New function that decodes non-ASCII group names.
8627         (nntp-possibly-create-directory, nntp-marks-changed-p)
8628         (nntp-save-marks, nntp-open-marks): Use it.
8629         (nntp-possibly-create-directory, nntp-open-marks):
8630         Bind file-name-coding-system to nnmail-pathname-coding-system.
8631         (nntp-open-marks): Decode group names when bootstrapping marks.
8633         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8634         Newsgroups and Folowup-To headers.
8636 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8638         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8639         (gnus-server-closed-face, gnus-server-denied-face)
8640         (gnus-server-offline-face): Remove variable.
8641         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8643         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8644         of modifying message-stack directly for XEmacs.
8646         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8647         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8648         if the coding-system argument is nil for XEmacs.
8650         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8651         mm-charset-override-alist.
8653         * rfc2047.el: Don't require base64; require rfc2045 for the function
8654         rfc2045-encode-string.
8655         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8656         to quote the parameter value.
8658 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8660         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8661         form in gnus-group-name-charset-method-alist.
8663         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8664         overrides the default layout edit-form.
8666         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8668         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8670 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8672         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8673         as unfetched articles.
8675 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8677         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8679 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8681         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8682         original back end that keeps marks in the local system.
8684 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8686         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8687         arg of pop-to-buffer for XEmacs.
8688         (gnus-article-read-summary-keys): Ditto; don't restore window
8689         configuration if summary command ends up with neither article buffer
8690         nor summary buffer; describe bindings if summary keys end with C-h.
8692 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8694         * message.el (message-fix-before-sending): Skip raw message part to be
8695         forwarded while checking illegible text.
8696         (message-forward-make-body-mime, message-forward-make-body):
8697         Mark signed or encrypted raw message as having no illegible text.
8699 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8701         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8702         (gnus-message-with-timestamp-1): New macro.
8703         (gnus-message-with-timestamp): New function.
8704         (gnus-message): Use them.
8706         * nnheader.el (nnheader-message): Use them.
8708 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8710         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8711         .newsrc.eld file.
8713 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8715         * gnus-agent.el (gnus-agent-fetch-headers)
8716         (gnus-agent-retrieve-headers):
8717         Bind gnus-decode-encoded-address-function to identity.
8719         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8720         available also when the server returns simply a dot.
8722         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8724 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8726         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8728 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8730         * gnus-ems.el (gnus-x-splash): Make it work.
8732         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8733         from being used.
8735 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8737         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8738         the front stickiness.
8739         (gnus-article-summary-command-nosave): Correct the order of the
8740         arguments passed to pop-to-buffer.
8741         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8742         summary command ends up with the article buffer.
8744         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8745         the same faces.
8747 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8749         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8751 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8753         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8754         * gnus-sum.el (gnus-summary-highlight):
8755         * mail-source.el (mail-source-delete-old-incoming-confirm):
8756         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8758 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8760         * gnus-art.el (gnus-mime-view-part-externally)
8761         (gnus-mime-view-part-internally): Fix predicate function passed to
8762         completing-read.
8764         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8766         * gnus.el (gnus-update-message-archive-method): Add :version.
8768 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8770         * gnus.el (gnus-update-message-archive-method): New variable.
8772         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8773         according to gnus-message-archive-method if
8774         gnus-update-message-archive-method is non-nil.
8776 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8778         * gnus-sum.el (gnus-summary-limit-to-address): New function.
8779         Suggested by Loic Dachary <loic@dachary.org>.
8780         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8782 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8784         * message.el (message-pop-to-buffer): Add switch-function argument.
8785         (message-mail): Pass switch-function argument to it.
8787 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8789         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8790         Improve doc string.
8792 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8794         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8795         (gnus-header-content)
8796         * gnus-cite.el (gnus-cite-10)
8797         * gnus-srvr.el (gnus-server-closed)
8798         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8799         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8800         (gnus-group-mail-3-empty, gnus-group-mail-low)
8801         (gnus-group-mail-low-empty, gnus-splash)
8802         * message.el (message-header-to, message-header-cc)
8803         (message-header-subject, message-header-other, message-header-name)
8804         (message-header-xheader, message-separator, message-cited-text)
8805         (message-mml): Lighten colors of faces used for dark background.
8807 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8809         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8810         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8812 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8814         * message.el (message-narrow-to-headers-or-head):
8815         Ignore mail-header-separator in the body.
8817 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8819         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8820         same as window size.
8822 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8824         * message.el (message-font-lock-keywords): Use message-header-xheader
8825         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8826         ahead of the anything pattern, to get it recognised.
8828 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8830         * gnus-sum.el (gnus-articles-to-read)
8831         (gnus-summary-insert-old-articles): Don't truncate group name for
8832         `read-string'.
8834         * gnus-util.el (gnus-limit-string): Delete this function.
8836         * gnus-sum.el (gnus-simplify-subject-fully):
8837         Use `truncate-string-to-width' instead.
8839 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8841         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8842         Tell if, on summary exit, the next group has to be selected.
8843         (gnus-summary-exit): Use it.
8845 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8847         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8848         non-break space.
8850 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8852         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8853         Check if group is not a directory.
8854         (nnfolder-request-expire-articles): Don't delete articles if the target
8855         group is not available.
8857         * nnml.el (nnml-request-create-group): Properly check if group is not a
8858         file.
8859         (nnml-request-expire-articles): Don't delete articles if the target
8860         group is not available.
8862         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8863         Don't quote characters that are within parentheses.
8865 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8867         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8868         (gnus-handle-ephemeral-exit): Select article according to it.
8870 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8872         * message.el (message-insert-formated-citation-line): Remove newline.
8873         (message-citation-line-format): Add final \n here so that the user can
8874         avoid a blank line.
8876 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8878         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8879         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8880         Update lanl/arXiv support.
8882 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8884         * gnus.el: Bump version number.
8886 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8888         * gnus.el (gnus-version-number): Bump version.
8890 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8892         * gnus.el: No Gnus v0.6 is released.
8894 2007-04-27  Didier Verna  <didier@xemacs.org>
8896         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
8897         * gmm-utils.el (gmm-regexp-concat): ... here.
8898         * message.el: Don't require 'gnus-util.
8899         (message-dont-reply-to-names): Handle name change above.
8900         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8902 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8904         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8905         since the initial value varies according to the system.
8907 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8909         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8911 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8913         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8915 2007-04-24  Didier Verna  <didier@xemacs.org>
8917         Improve the type of gnus-ignored-from-addresses.
8918         * gnus-util.el (gnus-orify-regexp): New function.
8919         * message.el (gnus-util): Require it.
8920         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8921         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8922         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8924 2007-04-24  Didier Verna  <didier@xemacs.org>
8926         * gnus-sum.el:
8927         * gnus-utils.el: Fix some trailing whitespaces.
8929 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8931         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8932         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8933         article's Message-ID; refer parent article in summary buffer.
8935         * message.el (message-bounce): Call mime-to-mml.
8937 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8939         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8941 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8943         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8944         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8945         displayed of multipart/alternative part if it is invoked from summary
8946         buffer.
8948         * mm-view.el (mm-inline-text-html-render-with-w3m)
8949         (mm-inline-text-html-render-with-w3m-standalone)
8950         (mm-inline-render-with-function): Use mail-parse-charset by default.
8952 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8954         * parse-time.el (parse-time-string-chars): Check if CHAR
8955         is less than the length of parse-time-syntax.
8957 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8959         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8960         from gnus-newsgroup-processable.
8962 2007-04-16  Didier Verna  <didier@xemacs.org>
8964         * gnus-msg.el (gnus-configure-posting-styles):
8965         Handle message-signature-directory properly with :file syntax.
8966         Reported by "Leo".
8968 2007-04-11  Didier Verna  <didier@xemacs.org>
8970         New user option: message-signature-directory.
8971         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8972         * message.el (message-insert-signature): Ditto.
8973         * message.el (message-signature-file): Doc update.
8974         * message.el (message-signature-directory): New.
8976 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8978         * gnus-msg.el (gnus-inews-yank-articles):
8979         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
8981 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8983         * message.el (message-yank-original): Make sure cited text ends with
8984         newline; don't exchange point and mark.
8986 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8988         * tls.el (open-tls-stream): Properly handle case where there
8989         is no associated buffer.
8991 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8993         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8994         message-yank-original, make sure (< mark TEXT point).
8996 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8998         * message.el (message-fill-column): New variable.
8999         (message-mode): Use it.  Add comment on a possible new hook.
9001         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9002         (nnmail-get-new-mail): Reformat.
9004         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9006         * gmm-utils.el: Fix Commentary.
9007         (gmm-tool-bar-from-list): Fix typo in doc string.
9009 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9011         * message.el (message-yank-original): Don't switch point and mark
9012         unnecessarily to put point and mark as documented.
9014 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9016         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9017         from the message heads.
9019 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9021         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9022         article buffer does not have a window.  This may not be the best
9023         solution but is certainly better than setting the start of the null,
9024         that is the current, window.
9026 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9028         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9029         (gnus-draft-setup): Run it.
9031         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9032         gnus-score-fast-scoring.  Allow regexp.
9033         (gnus-score-headers): Use it.
9035         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9036         XEmacs.
9038         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9039         string.
9040         (gnus-button-alist): Also catch `<f1> k ...'.
9041         (gnus-treat-display-x-face): Fix doc string.
9043 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9045         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9046         evaluation of gnus-extended-version to ensure correct generation of the
9047         User-Agent header when message-generate-headers-first is used.
9049 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9051         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9052         hashcash-path is nil.  Don't call callback with incorrect number of
9053         parameters if val is 0.
9055 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9057         * message.el (message-required-news-headers):
9058         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9060 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9062         * message.el (message-generate-new-buffers): Change the meaning of the
9063         nil value; add `standard' to the choices; treat t as `unique'; improve
9064         doc string.
9065         (gnus-select-frame-set-input-focus): Autoload.
9066         (message-buffer-name): Search for the existing message buffer if
9067         message-generate-new-buffers is nil or `standard'; treat the value t of
9068         message-generate-new-buffers as `unique'.
9069         (message-pop-to-buffer): Raise the frame already displaying the message
9070         buffer; clear the echo area after querying.
9071         (message-setup): Pass the `continue' argument to compose-mail.
9072         (message-mail): Prefer `switch-function' if it is given; search for the
9073         existing message buffer if the `continue' argument is non-nil; pass
9074         continue and switch-function arguments to compose-mail by way of
9075         message-setup.
9076         (message-mail-other-window): Adjust argument of message-setup.
9077         (message-mail-other-frame): Ditto.
9079 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9081         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9082         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9083         to turn font-lock on when turning gnus-message-citation-mode on.
9085 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9087         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9088         (mml-smime-function-alist): New variable; add epg as the backend.
9089         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9090         mml-smime- functions instead.
9091         * mm-view.el: Require smime.
9093 2007-03-05  Didier Verna  <didier@xemacs.org>
9095         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9096         instead of just inheritance for posting styles.
9097         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9099 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9101         * tls.el (tls-certtool-program): Fix custom type.
9103 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9105         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9106         and point-at-eol instead of line-(beginning|end)-position.
9108         * assistant.el (assistant-parse-buffer): Ditto.
9110 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9112         * mml2015.el (mml2015-epg-find-usable-key): New function.
9113         (mml2015-epg-sign): Use it.
9114         (mml2015-epg-encrypt): Use it.
9116 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9118         * message.el (message-make-in-reply-to): Quote name containing
9119         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9120         if there are special characters.  Reported by NAKAJI Hiroyuki
9121         <nakaji@jp.freebsd.org>.
9123 2007-02-27  Didier Verna  <didier@xemacs.org>
9125         Include the group parameters as well as the topic ones in the
9126         inheritance filter process.
9127         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9128         argument GROUP-PARAMS-LIST.
9129         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9131 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9133         * nntp.el (nntp-never-echoes-commands)
9134         (nntp-open-connection-functions-never-echo-commands): New variables.
9135         (nntp-send-command): Use them.
9137 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9139         * mml2015.el (mml2015-epg-verify): Simplify.
9141 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9143         * mml.el (mml-content-disposition-alist): New user option.
9144         (mml-content-disposition): New function.
9145         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9146         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9148 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9150         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9151         verification.
9153 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9155         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9156         articles posted in the last 24 hours.
9158 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9160         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9162 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9164         * nntp.el (nntp-send-command): Don't wait for echoes when
9165         nntp-open-ssl-stream is used.
9167 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9169         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9170         (gnus-message-add-citation-keywords)
9171         (gnus-message-remove-citation-keywords): Remove.
9172         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9173         directly, make the variables in font-lock-defaults buffer-local, add
9174         gnus-message-citation-keywords to them and then update the value of
9175         font-lock-keywords.
9177 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9179         * message.el (message-cite-original-1): Don't call
9180         gnus-article-highlight-citation.
9182         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9183         citations; fix line count.
9185 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9187         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9188         (gnus-message-add-citation-keywords)
9189         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9190         versions of font-lock-add-keywords and font-lock-remove-keywords to
9191         work with XEmacs correctly.
9193 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9195         * gnus-cite.el (gnus-cite-face-list): Set the values of
9196         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9197         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9198         (gnus-message-cite-prefix-regexp): New variable.
9199         (gnus-message-search-citation-line): Use it; protect against long
9200         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9201         the 0th match data for Emacs.
9202         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9203         (gnus-message-add-citation-keywords): Append keywords rather than
9204         prepending; emulate font-lock-add-keywords if it is not available.
9205         (gnus-message-remove-citation-keywords):
9206         Emulate font-lock-remove-keywords if it is not available.
9208         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9210         * message.el (message-cite-prefix-regexp): Set the value of
9211         gnus-message-cite-prefix-regexp.
9213 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9215         * nnweb.el (nnweb-google-parse-1): Update parser.
9217 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9219         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9221 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9223         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9224         regexp.
9226 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9228         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9229         string-to-multibyte.
9230         (uudecode-decode-region-internal): Use it.
9232 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9234         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9235         Fix custom choice.
9237         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9239 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9241         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9243         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9244         `write-region' to respect `mm-inhibit-file-name-handlers'.
9246 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9248         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9249         Use gnus-home-directory instead of "~/" or "$HOME".
9251 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9253         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9254         to mention filename.
9255         Add comments at beginning regarding usage.
9256         (encrypt-write-file-contents): Change interactive so a string is
9257         acceptable.  If the file has no associated model, show an error instead
9258         of a nonsense prompt.
9260 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9262         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9263         Thanks to Yoshihiko Yamada for kind notification of this typo.
9265 2007-01-12  Kenichi Handa  <handa@m17n.org>
9267         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9268         multibyte buffer.
9270 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9272         * gnus-score.el (gnus-score-fast-scoring): New variable.
9273         (gnus-score-headers): Use it.
9275         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9277         * message.el (message-cite-original-1):
9278         Call gnus-article-highlight-citation if requested.
9279         (message-make-from): Allow name and address as optional arguments.
9281         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9283         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9284         bugs to doc string.
9285         (gnus-button-alist): Add mid\\|message-id.
9286         (gnus-button-fetch-group): Extend for use in
9287         `browse-url-browser-function'.
9288         (gnus-button-url-regexp): Try to catch paired parentheses like in
9289         Wikipedia URLs.
9291         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9292         Suggested by Simon Krahnke <overlord@gmx.li>.
9294 2007-01-13  Romain Francoise  <romain@orebokech.com>
9296         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9297         Update copyright.
9299 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9301         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9303 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9305         * gnus-registry.el (gnus-registry-unfollowed-groups)
9306         (gnus-registry-split-fancy-with-parent): Fix documentation.
9308 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9310         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9311         from nnweb groups.
9313 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9315         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9316         Xref urls.  Erase buffer before requesting head.
9318         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9320 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9322         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9323         customizable.
9325 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9327         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9328         no signing key is found.
9329         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9330         no encrypting and/or signing key is found.
9332 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9334         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9336 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9338         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9339         headers read from disk with the ones newly found in the current search.
9340         This should no longer cause problems, because the article numbers in
9341         Gmane's `nov.php' output are ignored since the previous change.
9343 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9345         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9347 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9349         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9351 2007-01-01  Romain Francoise  <romain@orebokech.com>
9353         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9355 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9357         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9358         `define-minor-mode' macro definition expanded properly.
9359         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9360         exclude it there.
9362         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9363         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9364         `fboundp' test.
9365         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9366         This is OK to autoload in (S)XEmacs now.
9368 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9370         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9371         keystroke.
9372         (gnus-summary-limit-to-singletons): Fix typo.
9374         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9375         else fails.
9377 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9379         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9380         docstring.
9382         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9383         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9384         (gnus-summary-insert-dormant-articles): Fix typo in message.
9386 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9388         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9389         nil for XEmacs.
9390         (gnus-message-citation-mode): Don't autoload in XEmacs.
9392         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9394 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9396         * nnimap.el (nnimap-expunge-search-string):
9397         Mention nnimap-search-uids-not-since-is-evil in docstring.
9399 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9401         * spam.el: Revert to make-obsolete-variable because
9402         define-obsolete-variable-alias is not supported in Emacs 21.
9404         * spam.el (spam-ifile-path, spam-ifile-database-path)
9405         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9406         make-obsolete-variable.
9407         (spam-bsfilter-path, spam-bsfilter-program)
9408         (spam-spamassassin-path, spam-spamassassin-program)
9409         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9410         Don't use "path" inappropriately.
9411         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9412         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9413         variable names.
9415 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9417         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9418         summary buffer.
9420         * password.el (password-cache-remove): Use clear-string to burn
9421         password, if available.
9423 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9425         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9427         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9429         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9430         (gnus-message-highlight-citation): Move defcustom here from
9431         gnus-cite.el.
9432         (gnus-message-citation-mode): Autoload.
9434         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9435         checks to make it compile with XEmacs.
9436         (gnus-message-citation-mode): New minor mode.
9437         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9438         (gnus-message-highlight-citation): New variables.
9439         (gnus-message-search-citation-line)
9440         (gnus-message-add-citation-keywords)
9441         (gnus-message-remove-citation-keywords)
9442         (turn-on-gnus-message-citation-mode)
9443         (turn-off-gnus-message-citation-mode): New functions.
9445 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9447         * gnus-cite.el: Enable highlighting of different citation levels in
9448         message-mode.
9450 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9452         * message.el (message-make-fqdn): Fix comment.
9453         (message-bogus-system-names): Add ".local".
9455         * spam.el (spam-ifile-path, spam-ifile-program)
9456         (spam-ifile-database-path, spam-ifile-database)
9457         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9458         Don't use "path" inappropriately.
9459         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9460         strings.
9461         (spam-check-ifile, spam-ifile-register-with-ifile)
9462         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9463         Use new variable names.
9465         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9466         (gnus-treat-display-smileys): Simplify using
9467         gnus-image-type-available-p.
9469         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9470         available.
9472 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9474         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9475         one after turning on the buffer's multibyteness instead of decoding
9476         them directly in the unibyte buffer that causes unexpected conversion
9477         in Emacs 23 (unicode).
9479 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9481         * message.el (message-generate-hashcash): Fix custom type.
9483 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9485         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9487 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9489         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9490         disconnect icons.  Add help text.
9492 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9494         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9495         negated to be consistent with the others we handle.
9497 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9499         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9500         version of gnus-summary-buffer to something, so that we can use two
9501         article buffers at the same time.
9503 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9505         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9506         trigger all the extra headers.
9507         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9508         sorting.
9510 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9512         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9513         solid groups.
9515 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9517         * legacy-gnus-agent.el: Add Copyright notice.
9519 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9521         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9523 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9525         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9527         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9528         to make it work reliably in CVS Emacs.
9529         (gnus-summary-limit-strange-charsets-predicate)
9530         (gnus-summary-limit-to-predicate): New functions.
9532 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9534         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9535         specifying array size.
9536         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9537         array if it is too small.
9538         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9539         (gnus-sort-threads-loop): New function.
9541 2006-12-06  Chris Moore  <dooglus@gmail.com>
9543         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9544         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9546 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9548         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9549         options.
9551 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9553         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9554         DOS-ing the recipient.
9556         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9557         the headers when creating the mapping to avoid mismappings.
9558         (nnweb-gmane-create-mapping): Always nix out old mapping.
9560 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9562         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9563         and mm-verify-option to never.
9565 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9567         * message.el (message-signed-or-encrypted-p): New function.
9568         (message-forward-make-body): Use it.
9570         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9571         Replace encode-coding-string with mm-encode-coding-string.
9573 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9575         * nneething.el (nneething-decode-file-name):
9576         Replace decode-coding-string with mm-decode-coding-string.
9578         * gnus-int.el (gnus-open-server): Say failed server's name.
9580 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9582         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9583         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9585         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9586         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9587         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9588         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9589         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9590         (gnus-subscribe-newsgroup, gnus-1):
9591         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9592         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9593         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9594         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9596 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9598         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9599         keystroke.
9600         (gnus-summary-limit-to-bodies): Implement headersp.
9602 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9604         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9606 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9608         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9610 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9612         * message.el (message-generate-hashcash): Expand range of values to
9613         include `opportunistic'.
9614         (message-send-mail): Use it.
9616 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9618         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9619         and comment it.
9621         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9623 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9625         * gnus-util.el (gnus-extract-address-components): Improve comment.
9627 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9629         * gnus-util.el (gnus-extract-address-components): Work with address in
9630         which the name portion contains @.
9632 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9634         * gnus.el (gnus-start): Move custom group up.
9635         (gnus-select-method): Don't autoload, but make it available for
9636         `customize-variable'.
9637         (gnus-getenv-nntpserver): Don't autoload.
9639 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9641         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9643 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9645         * message.el (message-sendmail-extra-arguments): New variable.
9646         (message-send-mail-with-sendmail): Use it.
9648 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9650         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9651         mm-with-unibyte-current-buffer to make string unibyte.
9653         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9654         mm-string-as-multibyte.
9656 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9658         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9659         Reported by Werner Koch <wk@gnupg.org>.
9661 2006-11-14  Daiki Ueno  <ueno@p360>
9663         * mml2015.el: Autoload epa-select-keys when compiling.
9665 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9667         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9668         message-options.
9669         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9671 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9673         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9674         EasyPG (< 0.0.6).
9675         (mml2015-always-trust): New user option.
9676         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9677         prompt.
9679 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9681         * nntp.el (nntp-authinfo-force): New variable.
9682         (nntp-send-authinfo): Use it.
9684 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9686         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9687         decode encoded words.  Improve prompt.  Add comment about forwarding.
9688         (message-replacement-char): Move up.
9690 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9692         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9693         instead of gnus-intersection because arguments of gnus-sorted-nunion
9694         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9696 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9698         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9699         (message-simplify-subject-functions):
9700         Enable message-strip-subject-encoded-words by default.
9702 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9704         * message.el (message-strip-subject-encoded-words): New function.
9705         (message-simplify-subject-functions): New variable.
9706         (message-simplify-subject): Use it.  Fix typo in doc string.
9707         Support message-strip-subject-encoded-words.
9709 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9711         * gnus-diary.el (gnus-diary-delay-format-function):
9712         * nndiary.el (nndiary-reminders):
9713         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9715 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9717         * gnus-art.el (article-hide-boring-headers): Fetch date from
9718         gnus-original-article-buffer to avoid problems with localized date
9719         strings.
9721 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9723         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9725 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9727         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9728         New variables.
9729         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9730         (mm-charset-synonym-alist): Move some entries to
9731         mm-codepage-iso-8859-list.
9732         (mm-charset-synonym-alist, mm-charset-override-alist):
9733         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9735 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9737         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9739 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9741         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9742         with Emacs 21 and XEmacs.
9744 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9746         * spam.el (spam-parse-address): New function for better parsing,
9747         catching errors, etc.
9748         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9750 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9752         * mm-view.el: Add interactive arg to html2text autoload.
9754 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9756         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9758 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9760         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9761         New variables.
9762         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9763         (mm-charset-synonym-alist): Move some entries to
9764         mm-codepage-iso-8859-list.
9766         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9768 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9770         * message.el (message-citation-line-format)
9771         (message-insert-formated-citation-line): Fix implementation of %E, %N
9772         and %n according to the doc string.
9774 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9776         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9777         Use car-safe to avoid bad parses.
9779 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9781         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9782         names.
9784         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9786 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9788         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9789         header.
9791         * message.el (message-draft-headers): Add Date.
9792         (message-headers-to-generate): Fix typo in docstring.
9794         * nndraft.el (nndraft-required-headers): New variable.
9795         (nndraft-generate-headers): Use it.
9797         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9799 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9801         * gnus-registry.el (gnus-registry-wash-for-keywords)
9802         (gnus-registry-find-keywords): New functions to allow easy searching of
9803         articles that are in the registry.
9805 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9807         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9808         Use ietf-drums-parse-address instead of gnus-extract-address-components.
9809         Reported by Damien Elmes <damien@repose.cx>.
9811 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9813         * gnus.el (gnus-mime): Remove unused custom group.
9815 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9817         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9818         "blank line" when searching for end of armor headers.
9820 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9822         * gmm-utils.el (gmm-write-region): Fix variable name.
9824 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9826         * gmm-utils.el (gmm-write-region): New function based on compatibility
9827         code from `mm-make-temp-file'.
9829         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9831         * nnmaildir.el (nnmaildir--update-nov)
9832         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9833         Use `gmm-write-region'.
9835 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9837         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
9838         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9840         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9842         * message.el (message-replacement-char): New variable.
9843         (message-fix-before-sending): Use it.
9844         (message-simplify-subject): New function to remove duplicate code.
9845         (message-reply, message-followup): Use it.
9847         * gnus-sum.el (gnus-summary-make-menu-bar):
9848         Clarify gnus-summary-limit-to-articles.
9850 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9852         * gnus-util.el (gnus-with-local-quit): New macro.
9854         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9856 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9858         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9859         ignore non-string data.
9861 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9863         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9864         non-string data (needs to be done in the registry too).
9866 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9868         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9869         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9870         (gnus-registry-split-fancy-with-parent)
9871         (gnus-registry-fetch-simplified-message-subject-fast)
9872         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9873         Remove text properties on ingress into the registry and when it's saved.
9874         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9875         registry from entries with no groups.
9877 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9879         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9880         function to remove string properties.
9882 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9884         * gmm-utils.el (gmm): Adjust custom version.
9886         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
9887         Adjust custom version.
9889         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9891 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9893         * gnus-art.el (gnus-insert-prev-page-button)
9894         (gnus-insert-next-page-button): Simplify.  Reformat.
9896 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9898         * gnus-art.el (gnus-insert-prev-page-button)
9899         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9901 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9903         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9905 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9907         * gnus-art.el (gnus-insert-mime-button)
9908         (gnus-insert-mime-security-button):
9909         Apply gnus-article-button-face to MIME and security buttons.
9911 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9913         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9914         readable.
9916 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9918         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9919         `browse-url-of-file' instead of `browse-url'.
9921 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9923         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9924         regexp.  Articles containing quotation were cut prematurely.
9926 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9928         * message.el (message-cite-original-1): Use nobody by default for the
9929         value of From header.
9930         (message-reply): Ditto.
9932 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9934         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9935         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9936         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9938 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9940         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9941         mails in the doc string.  Add some URLs in comment.
9942         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9944 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9946         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9947         backslashes handling and the way to find boundaries of quoted strings.
9949 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9951         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9952         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9953         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9954         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9956 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9958         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9959         doc string.
9960         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9962 2006-09-06  Simon Josefsson  <jas@extundo.com>
9964         * mml2015.el (mml2015-use): Doc fix, mention epg.
9966 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9968         * mml2015.el (mml2015-use): Default to epg, if available.
9970 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9972         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9973         message-sender.
9974         (mml1991-epg-encrypt): Ditto.
9975         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9976         message-sender.
9977         (mml2015-epg-encrypt): Ditto.
9979 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9981         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9982         several common directories.
9984 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9986         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9987         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9989 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9991         * gnus-art.el (article-decode-encoded-words): Make it fast.
9993 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9995         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9997         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9998         in quoted string into `\'.
10000 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10002         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10003         Use standard-syntax-table.
10005 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10007         * gnus-art.el (gnus-decode-address-function): New variable.
10008         (article-decode-encoded-words): Use it to decode headers which are
10009         assumed to contain addresses.
10010         (gnus-mime-delete-part): Remove useless `or'.
10012         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10013         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10014         (gnus-nov-parse-line): Use it to decode From header.
10015         (gnus-get-newsgroup-headers): Ditto.
10016         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10018         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10019         (mail-decode-encoded-address-string): New alias.
10021         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10022         New function.
10023         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10024         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10025         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10026         (rfc2047-decode-string): Ditto.
10027         (rfc2047-decode-address-region): New function.
10028         (rfc2047-decode-address-string): New function.
10030 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10032         * message.el (message-caesar-buffer-body): Allow rotating headers.
10034         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10036         * message.el (message-insert-formated-citation-line): Fix %f.
10037         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10039 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10041         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10042         (gnus-bookmark-mouse-available-p): New macro.
10043         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10044         (gnus-bookmark-bmenu-show-infos): Use it.
10045         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10046         (gnus-bookmark-bmenu-hide-infos): Ditto.
10047         (gnus-bookmark-remove-properties): New function.
10048         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10049         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10050         (gnus-bookmark-write-file): Bind coding-system-for-write.
10051         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10052         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10053         group before selecting it.
10054         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10055         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10056         quit-window if it is not available; use gnus-mouse-2 and bind it to
10057         gnus-bookmark-bmenu-select-by-mouse.
10058         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10059         (gnus-bookmark-bmenu-select-by-mouse): New function.
10061 2006-08-13  Romain Francoise  <romain@orebokech.com>
10063         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10064         space.
10066 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10068         * compface.el (uncompface): Use binary rather than raw-text-unix.
10070 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10072         * compface.el (uncompface): Make sure the eol conversion doesn't take
10073         place when communicating with the external programs.
10074         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10076 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10078         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10080 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10082         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10083         Make it more robust by parsing author and date independently.
10085 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10087         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10089 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10091         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10092         first matching secret key.
10093         (mml2015-epg-encrypt): Ditto.
10095         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10096         first matching secret key.
10097         (mml1991-epg-encrypt): Ditto.
10099         * mml2015.el (mml2015-encrypt-to-self): New user option.
10100         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10101         mml2015-epg-encrypt-to-self is set.
10103         * mml1991.el (mml1991-encrypt-to-self): New variable.
10104         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10105         mml1991-epg-encrypt-to-self is set.
10107         * mml2015.el (mml2015-signers): New user option.
10108         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10109         (mml2015-epg-encrypt): Allow to select signing keys.
10111         * mml1991.el (mml1991-signers): New variable.
10112         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10113         (mml1991-epg-encrypt): Allow to select signing keys.
10115 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10117         * nnheader.el (nnheader-insert-head): Make it work even if the file
10118         uses CRLF for the line-break code.
10120 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10122         * mml2015.el: Require mml-sec instead of password.
10123         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10124         (mml2015-cache-passphrase): Inherit the default value from
10125         mml-secure-cache-passphrase.
10126         (mml2015-passphrase-cache-expiry): Inherit the default value from
10127         mml-secure-passphrase-cache-expiry.
10129         * mml1991.el: Require mml-sec instead of password.
10130         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10131         (mml1991-cache-passphrase): Inherit the default value from
10132         mml-secure-cache-passphrase.
10133         (mml1991-passphrase-cache-expiry): Inherit the default value from
10134         mml-secure-passphrase-cache-expiry.
10136         * mml-sec.el: Require password.
10137         (mml-secure-verbose): New user option.
10138         (mml-secure-cache-passphrase): New user option.
10139         (mml-secure-passphrase-cache-expiry): New user option.
10141 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10143         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10144         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10145         andreas@altroot.de (Andreas Vögele).
10147         FIXME: Use `tiny change'?
10149 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10151         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10152         workaround for the url package included with Emacs.
10154         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10156 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10158         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10159         correctly.  This fixes a bug caused by the 2006-05-12 change.
10161 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10163         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10164         some information about the error when saying that the `bogus' mail
10165         group will be used.
10167 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10169         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10170         string.
10172 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10174         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10176 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10178         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10180 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10182         * mml1991.el (mml1991-function-alist): Add epg.
10183         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10184         (mml1991-epg-encrypt): New functions.
10186 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10188         * mml2015.el (mml2015-verbose): New variable.
10189         (mml2015-cache-passphrase): Ditto.
10190         (mml2015-passphrase-cache-expiry): Ditto.
10191         (mml2015-function-alist): Add epg.
10192         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10193         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10194         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10195         New functions.
10197 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10199         * message.el (message-cite-original-1): Preserve region when removing
10200         quoted text due to X-No-Archive in order to avoid bogus attribution
10201         when citing multiple messages.
10203 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10205         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10206         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10208 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10210         * gnus-diary.el (gnus-user-format-function-d)
10211         (gnus-user-format-function-D): Autoload.
10213         * imap.el (Commentary): Fix typo.
10215         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10216         2006-04-22 contribution.
10218 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10220         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10221         It didn't really fix the bogosity I'm seeing with solid web groups.
10223 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10225         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10226         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10227         created using server names.  If we use the feature without declaring
10228         it, Gnus does not properly manage server and group state.
10230         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10231         bound.
10233 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10235         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10236         looking up the method using GROUP's prefix before inventing a new one.
10237         It is used on killed/unknown groups in various places where returning
10238         an all-new method isn't expected by the caller.
10240         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10241         and match semantics of gnus-group-real-prefix.
10243 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10245         * nnmail.el (nnmail-broken-references-mailers): New variable.
10246         (nnmail-ignore-broken-references): New function generalizing
10247         nnmail-fix-eudora-headers.
10248         (nnmail-fix-eudora-headers): Now obsolete.
10250         * gnus-art.el (gnus-button-handle-custom):
10251         Support `customize-apropos*'.
10253 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10255         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10257         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10258         articles.
10260 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10262         * message.el (message-cite-reply-above): New variable.
10263         (message-yank-original): Use it.
10265 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10267         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10269 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10271         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10272         as read.
10274         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10276 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10278         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10279         (gnus-bookmark-default-file): Use gnus-directory.
10280         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10281         Remove "*" in doc string.
10282         (gnus-bookmark-write-file): Simplify.
10283         (gnus-bookmark-maybe-sort-alist): Use `when'.
10284         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10285         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10286         Add FIXME about Emacs 21 and XEmacs compatibility.
10287         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10288         compatibility.
10289         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10290         compatibility.
10291         (gnus-bookmark-menu-heading): Fix version.
10293 2006-06-19  Bastien Guerry  <bzg@altern.org>
10295         * gnus-bookmark.el: New file.
10297 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10299         * message.el (message-syntax-checks): Doc fix.
10301 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10303         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10304         unsubscribed groups as if they were killed ones.  It causes duplicate
10305         entries in gnus-newsrc-alist.
10307 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10309         * message.el (message-syntax-checks): Doc fix.
10310         (message-send-mail): Add check for continuation headers.
10311         (message-check-news-header-syntax): Fix regexp used to check for
10312         continuation headers.
10314 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10316         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10318 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10320         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10322 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10324         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10325         default-truncate-lines.
10327 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10329         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10330         to fill the utf-8 entry.
10332 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10334         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10336 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10338         * gnus-agent.el (directory-files-and-attributes): Move all the way
10339         forward (the third and final move).
10340         (gnus-agent-read-agentview): Trap reconstruction errors due to
10341         nonexistent directory.  Handle by returning nil.
10343 2006-05-30  Didier Verna  <didier@xemacs.org>
10345         * message.el (message-dont-reply-to-names): Update the custom type.
10346         * message.el (message-dont-reply-to-names): New defsubst: potentially
10347         convert a list of regexps into a single one.
10348         * message.el (message-get-reply-headers): Use it.
10349         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10351 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10353         * gnus-agent.el (directory-files-and-attributes): Move forward.
10355 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10357         * gnus-ml.el (gnus-mailing-list-subscribe)
10358         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10359         (gnus-mailing-list-message): Fix doc strings.
10361 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10363         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10364         of doing it manually.
10366 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10368         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10369         comment.
10371 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10373         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10374         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10375         (gnus-agent-read-local): All symbols allocated in my-obarray.
10376         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10377         (gnus-agent-regenerate-group): Check numeric names to see if they are
10378         messages or groups.
10379         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10380         better way of do this...)
10382         * gnus-cache.el (gnus-agent-total-fetched-for):
10383         Ignore 'dummy.group' (there should be a better way of do this...)
10385 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10387         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10388         (gnus-saved-headers): Ditto.
10389         (gnus-default-article-saver): Mention functions may have properties.
10390         (gnus-article-save): Override gnus-save-all-headers and
10391         gnus-saved-headers by :headers property which saver function may have.
10392         (gnus-summary-save-in-file): Add :headers property.
10393         (gnus-summary-write-to-file): Ditto.
10395         * gnus-sum.el (gnus-summary-save-article): Bind
10396         gnus-prompt-before-saving to t when saving many articles in a file;
10397         always show all headers.
10399 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10401         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10402         marks.
10404         * message.el (message-indent-citation): Add optional arguments to allow
10405         using it outside of message buffers.
10407         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10408         (gnus-article-treat-unfold-headers): Use it.
10409         (gnus-article-truncate-lines): New variable.
10410         (gnus-article-mode): Use it.
10411         (gnus-article-toggle-truncate-lines): New function.
10413         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10414         Add gnus-article-toggle-truncate-lines.
10416         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10417         coding system in XEmacs, use binary.
10419 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10421         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10422         after-load-alist.
10424         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10425         this function should save decoded articles.
10426         (gnus-summary-write-to-file): Use property to specify this function
10427         should save decoded articles and specify gnus-summary-save-in-file
10428         should be used to save articles other than the first one when saving
10429         many articles.
10430         (gnus-summary-save-body-in-file): Use property to specify this
10431         function should save decoded articles.
10432         (gnus-summary-write-body-to-file): Use property to specify this
10433         function should save decoded articles and specify
10434         gnus-summary-save-body-in-file should be used to save articles other
10435         than the first one when saving many articles.
10437         * gnus-sum.el (gnus-summary-save-article): Simplify.
10439 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10441         * gnus-art.el (gnus-default-article-saver):
10442         Add gnus-summary-write-body-to-file.
10443         (gnus-article-save-coding-system): Don't use coding system object
10444         in XEmacs.
10445         (gnus-read-save-file-name): Add optional `dir-var' argument which
10446         specifies directory in which files are saved; work even if optional
10447         `variable' argument is not specified.
10448         (gnus-summary-write-to-file): Read file name.
10449         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10450         (gnus-summary-write-body-to-file): New function.
10452         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10453         (gnus-summary-local-variables): Add it.
10454         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10455         (gnus-summary-save-article): Remove optional `decode' argument;
10456         determine whether to decode articles by the value of
10457         gnus-default-article-saver; when saving many files using
10458         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10459         it first and use gnus-summary-save-in-file or
10460         gnus-summary-save-body-in-file thereafter unless
10461         gnus-prompt-before-saving is always; move point to article which
10462         will be saved.
10463         (gnus-summary-save-article-file): Revert.
10464         (gnus-summary-write-article-file): Revert.
10465         (gnus-summary-save-article-body-file): Revert.
10466         (gnus-summary-write-article-body-file): New function.
10468 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10470         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10472 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10474         * gnus-art.el (gnus-default-article-saver): Doc fix.
10475         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10476         from gnus-summary-save-article-coding-system, and default to a
10477         certain coding system.
10478         (gnus-output-to-file): Add coding cookie and encode text according
10479         to gnus-article-save-coding-system; don't use mm-append-to-file.
10481         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10482         gnus-art.el and rename to gnus-article-save-coding-system.
10483         (gnus-summary-save-article): Require gnus-art; don't show all
10484         headers if it decodes articles; don't add coding cookie here;
10485         don't bind mm-text-coding-system-for-write.
10486         (gnus-summary-save-article-file): Save decoded articles.
10487         (gnus-summary-write-article-file): When saving many files, use
10488         gnus-summary-write-to-file first and gnus-summary-save-in-file
10489         thereafter unless gnus-prompt-before-saving is always.
10490         (gnus-summary-save-article-body-file): Save decoded articles.
10492 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10494         * nnrss.el (nnrss-check-group): Bind hash-index.
10496 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10498         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10499         its hash index.  Store this hash in `nnrss-group-data'.
10500         (nnrss-read-group-data): Update accordingly.
10502 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10504         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10505         entry.
10507         * gnus-sum.el (gnus-summary-make-menu-bar):
10508         Add gnus-article-browse-html-article.
10510 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10512         * gnus-sum.el (gnus-summary-mime-map):
10513         Add gnus-article-browse-html-article.
10515 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10517         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10518         suitable coding systems in customize.
10520 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10522         * mail-source.el (mail-sources): Fix custom type.
10524 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10526         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10527         (gnus-summary-expire-articles-now): Shorten prompt.
10529         * gmm-utils.el (wid-edit): Require.
10530         (defun-gmm): Rename from `gmm-defun-compat'.
10531         (gmm-image-search-load-path): Use it.
10532         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10534 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10536         * gnus-sum.el (gnus-summary-save-article-coding-system):
10537         New variable.
10538         (gnus-summary-save-article): Add optional `decode' argument.
10539         If it is set and gnus-summary-save-article-coding-system is non-nil,
10540         save decoded article.
10541         (gnus-summary-write-article-file): Save decoded article if
10542         gnus-summary-save-article-coding-system is non-nil.
10544         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10545         type.
10547 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10549         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10551 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10553         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10554         first to test gnus-single-article-buffer which may be buffer-local.
10556         * gnus-sum.el (gnus-summary-setup-buffer):
10557         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10558         group; make gnus-article-buffer, gnus-article-current, and
10559         gnus-original-article-buffer always buffer-local.
10560         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10561         group.
10562         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10564 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10566         * nnml.el (nnml-request-compact-group): Compressed files might not
10567         have .gz extension.
10569 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10571         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10572         (mm-copy-to-buffer): Use with-current-buffer.
10573         (mm-display-part): Simplify.
10574         (mm-inlinable-p): Add optional arg `type'.
10576 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10578         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10579         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10580         Try harder to show the attachment internally or externally using
10581         gnus-mime-view-part-as-type.
10583 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10585         * message.el (message-from-style, message-signature-separator)
10586         (message-user-organization-file, message-send-mail-function)
10587         (message-citation-line-function, message-yank-prefix)
10588         (message-indent-citation-function, message-signature)
10589         (message-signature-file, message-signature-insert-empty-line):
10590         Remove autoloads.
10592         * gnus-art.el (gnus-buttonized-mime-types):
10593         Remove "multipart/signed".  Revert 2006-04-26 change.
10595 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10597         * gnus.el (gnus-version-number): Bump version.
10599 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10601         * gnus.el: No Gnus v0.5 is released.
10603 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10605         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10606         fetching articles by message-id.
10608 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10610         * message.el (hashcash): Require hashcash as normal.
10612         * ecomplete.el (ecomplete-highlight-match-line):
10613         Use point-at-eol.
10614         (ecomplete-highlight-match-line): Use `highlight', because that
10615         face exists in both Emacs and XEmacs.
10617         * message.el (message-display-abbrev): Use point-at-bol.
10619         * mail-source.el: Don't require timer/timer-funcs.
10621         * gnus-async.el: Ditto.
10623         * password.el: Ditto.
10625         * mm-url.el: Ditto.
10627         * mm-util.el: Require timer/timer-funcs.
10629 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10631         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10632         Close.
10634 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10636         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10637         unibyte after clear-decrypt function runs.
10639         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10640         returns as a unibyte string.
10642 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10644         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10645         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10646         (mml1991-pgg-encrypt): Ditto.
10648 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10650         * message.el (message-user-organization-file): Check several
10651         locations of the organization file.
10653         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10654         Add gnus-article-view-part-as-type.
10656         * gnus-art.el (gnus-article-view-part-as-type): New function.
10658         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10659         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10661         * mml.el: Simplify autoload.
10662         (mml-mode): defvar dnd-protocol-alist instead of using
10663         symbol-value.
10664         (mml-default-directory): New variable.
10665         (mml-minibuffer-read-file): Use it.
10666         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10668         * message.el (message-citation-line-format): New variable.
10669         (message-insert-formated-citation-line): New function.
10670         (message-citation-line-function):
10671         Add `message-insert-formated-citation-line' to custom type.
10673         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10674         to doc string.
10676         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10677         depending on mm-verify-option.
10679 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10681         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10682         binding pgg-* variables; reimplement the section which prevents
10683         MIME header from being signed.
10684         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10685         pgg-text-mode; remove a blank line at the top of body.
10687         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10688         lines at the top of body; use gnus-newsgroup-charset if there's no
10689         Charset header.
10691 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10693         * message.el (message-self-insert-commands): Doc fix.
10695         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10696         (mm-uu-pgp-encrypted-test): Ditto.
10697         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10698         between header and body; return application/pgp-encrypted handle
10699         if decryption failed; decode decrypted body by charset.
10701         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10702         element match to application/pgp-*.
10704 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10706         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10707         HTML.
10709 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10711         * mail-source.el (mail-source-call-script): Message the error
10712         string.
10714 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10716         * gnus-util.el (gnus-byte-compile): Use it.
10718 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10720         * gnus-util.el (kill-empty-logs): New function.
10722 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10724         * message.el (message-mail-alias-type): Doc fix.
10725         (message-mail-alias-type-p): New function.
10726         (message-send): Use it.
10727         (message-mode): Ditto.
10728         (message-strip-forbidden-properties): Ditto.
10730         * ecomplete.el (ecomplete-database-file-coding-system):
10731         New variable.
10732         (ecomplete-save): Use it.
10733         (ecomplete-setup): Use it.
10735 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10737         * message.el (message-self-insert-commands): New variable.
10738         (message-strip-forbidden-properties): Use it.
10740 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10742         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10743         that doesn't make XEmacs choke.
10745 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10747         * gnus-util.el (gnus-replace-in-string):
10748         Prefer replace-regexp-in-string over of replace-in-string.
10750 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10752         * gnus-util.el (gnus-select-frame-set-input-focus):
10753         Use select-frame-set-input-focus if it is available in XEmacs; use
10754         definition defined in Emacs 22 for old Emacsen.
10756 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10758         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10760 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10762         * gnus-registry.el (gnus-registry-cache-save): Remove text
10763         properties when saving via the temp buffer.
10765 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10767         * message.el (message-generate-hashcash): Honor custom type.
10769 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10771         * message.el (message-generate-hashcash): Default to non-nil when
10772         hashcash is found.
10774         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10775         (gnus-refer-thread-limit): Increase default to 500.
10777         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10779         * flow-fill.el (fill-flowed): Allow delete-space.
10781 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10783         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10784         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10785         Remove autoloads.
10787 2006-04-18  Simon Josefsson  <jas@extundo.com>
10789         * message.el (message-generate-hashcash): Default to.
10791 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10793         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10794         concatenating segments rather than before concatenating them.
10796 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10798         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10800         * imap.el (imap-quote-specials): New function.
10801         (imap-login-auth): Quote specials.
10803 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10805         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10807         * message.el (message-forward-make-body-plain):
10808         Allow message-forward-ignored-headers to be a list.
10809         (message-remove-ignored-headers): Factor out into function.
10810         (message-forward-make-body-mml): Use it.
10811         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10812         (rfc2231-parse-string): Allow concatanation of parameters that
10813         aren't contiguous.  The test case is
10814           (mail-header-parse-content-type "message/external-body;
10815             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10816             access-type=LOCAL-FILE;
10817             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10819 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10821         * nntp.el (nntp-accept-process-output): Return the value of
10822         `nnheader-accept-process-output'.
10824 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10826         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10827         (gnus-button-alist): Recognize more diff formats.
10828         (gnus-button-patch): Strip directory.
10830 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10832         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10833         Emacs 22 when setting focus.
10835 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10837         * gnus-art.el (gnus-article-treat-types): Do treatment of
10838         text/x-verbatim parts.
10839         (gnus-button-patch): New command.
10841         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10842         addresses that contain invalid characters.
10844 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10846         * message.el (message-put-addresses-in-ecomplete):
10847         Use gnus-replace-in-string.
10848         (message-is-yours-p): Use the more correct
10849         mail-header-parse-address instead of
10850         mail-extract-address-components.
10851         (message-put-addresses-in-ecomplete): Fix typo.
10853         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10854         keystroke.
10856         * gnus-art.el (gnus-treatment-function-alist): Change order of
10857         newsgroups/generic header folding to avoid double-folding.
10859         * message.el (message-hidden-headers): Add X-Draft-From.
10861         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
10862         New command.
10863         (gnus-summary-repeat-search-article-backward): New command.
10865         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10866         groups in the parent topic.
10868 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10870         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10871         (spam-extra-header-to-number): Return the CRM114 number as a
10872         number instead of a string.
10874 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10876         * gnus-art.el (gnus-face-properties-alist): Move here from
10877         gnus-fun.
10879         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10881 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10883         * message.el (message-strip-forbidden-properties): Only display on
10884         self-insert-command.
10886         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10887         reindent.
10888         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10890 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10892         * smiley.el (smiley-style): Fix typo.
10894 2006-03-23  Kenichi Handa  <handa@m17n.org>
10896         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
10897         instead of set-buffer-multibyte.
10899 2006-03-23  Kenichi Handa  <handa@m17n.org>
10901         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10902         buffer and then decode the buffer text if necessary.
10903         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10904         first, and after mm-encode-body, change the buffer to unibyte.
10906 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10908         * hashcash.el (hashcash-insert-payment-async-2):
10909         Use message-goto-eoh instead of doing it manually.
10910         (mail-add-payment): Use message-narrow-to-header instead of trying
10911         to do the same itself.
10913         * message.el (message-hidden-headers): Add Face.
10915         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10916         reparenting code.
10917         (gnus-summary-reparent-children): Refactored out code.
10918         (gnus-summary-thread-map): New keystroke.
10919         (gnus-summary-reparent-children): Make into command.
10921         * smiley.el (smiley-style): Default to `medium' if using a large
10922         font.
10924         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10925         does it itself.
10927         * message.el (message-point-in-header-p): Simplify definition.
10929 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10931         * nnagent.el (nnagent-request-set-mark): Silence log file
10932         writing.
10933         (nnagent-request-set-mark): Use write-region instead of
10934         append-to-file.
10936         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10937         strange select method.
10939         * ecomplete.el (ecomplete-display-matches): Get highlightling
10940         right.
10941         (ecomplete-display-matches): Use literals.
10942         (ecomplete-display-matches): Disable message logging.
10944         * message.el (message-display-abbrev): Small optimization.
10946         * ecomplete.el (ecomplete-display-matches): Allow automatic
10947         display.
10949         * message.el (message-strip-forbidden-properties):
10950         Display abbrevs.
10951         (message-display-abbrev): Get automatic display right.
10953         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10954         keystrokes.
10956 2006-04-13  Romain Francoise  <romain@orebokech.com>
10958         TODO: Backport to v5-10!
10960         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10961         Move here (and rename) from gnus-registry.el.
10963         * gnus-registry.el: Require gnus-util.
10964         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10966 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10968         * gnus-group.el (gnus-group-catchup-current):
10969         Change if-then-else-if-then-else into cond.
10970         (gnus-group-catchup): Indent.
10971         (group-name-at-point): New function.
10972         (gnus-fetch-group): Provide default from thing at point.
10974 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10976         * message.el (message-display-abbrev): Fix regexp.
10978         * ecomplete.el (ecomplete-highlight-match-line):
10979         Reimplement choosing.
10980         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10981         dead variables.
10983         * message.el (message-newline-and-indent): Remove debugging.
10984         (message-display-abbrev): Use new implementation.
10986 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10988         * gnus-art.el (gnus-article-mode):
10989         Set cursor-in-non-selected-windows to nil.
10991         * smiley.el: Revert previous change.
10992         (smiley-data-directory): defvar it before using it in the
10993         defcustom of `smiley-style'.
10995 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10997         * message.el (message-newline-and-indent): New function.
10999         * ecomplete.el: Implement more bits.
11001         * message.el (message-put-addresses-in-ecomplete): Clean up the
11002         string.
11004         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11006         * gnus-sum.el (gnus-summary-save-parts):
11007         Bind gnus-summary-save-parts-counter and use it to make unique file
11008         names.
11010         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11012         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11013         parameter to say whether to actually parse the individual
11014         addresses.
11016         * message.el (message-put-addresses-in-ecomplete): New function.
11017         (ecomplete): Require.
11018         (message-mail-alias-type): Add ecomplete as an option.
11020 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11022         * flow-fill.el (fill-flowed): Remove trailing space from blank
11023         quoted lines.
11025 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11027         * smiley.el (smiley-style): Move definition later to avoid a
11028         compilation warning.
11030 2006-04-12  Kenichi Handa  <handa@m17n.org>
11032         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11033         buffer and then decode the buffer text if necessary.
11034         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11035         first, and after mm-encode-body, change the buffer to unibyte.
11036         Use mm-disable-multibyte instead of set-buffer-multibyte.
11038 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11040         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11041         Content-Type header instead of Content-Disposition header.
11042         (gnus-mime-inline-part): Ditto.
11043         (gnus-mime-view-part-as-charset): Ignore charset that the part
11044         specifies.
11046         * mm-decode.el (mm-display-part): Work with external parts and
11047         usual parts similarly.
11049         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11050         instead of gnus-display-mime.
11052         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11053         instead of with-temp-buffer.
11055         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11056         tag to summarized topics part in order to encode non-ASCII text.
11058 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11060         * smiley.el (smiley-style): New variable.
11061         (smiley-directory): New function.
11062         (smiley-data-directory): Derive from `smiley-style' using
11063         `smiley-directory'.
11064         (smiley-regexp-alist): Add new entries.
11066         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11067         (gnus-article-browse-delete-temp): Add :version.
11069 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11071         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11072         the sieve region.
11074 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11076         * gnus.el (gnus-version-number): Bump version.
11078 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11080         * gnus.el: No Gnus v0.4 is released.
11082 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11084         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11085         layout.
11087         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11088         unknown charset.
11090         * message.el (message-header-synonyms): Add Original-To to the
11091         default.
11093         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11094         optional parameter.
11096 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11098         * gnus-fun.el (gnus): Require it for gnus-directory.
11100 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11102         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11104 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11106         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11108 2006-04-05  Simon Josefsson  <jas@extundo.com>
11110         * password.el (password-reset): New function.
11112 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11114         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11115         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11117 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11119         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11120         Some whitespace was matched into the url, which broke browsing hits
11121         > 100 when mm-url-use-external was nil.
11123 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11125         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11126         Check gnus-extra-headers for 'Newsgroups.
11128         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11129         bound.
11131 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11133         * pgg-gpg.el: Clean up process buffers every time gpg processes
11134         complete.
11136 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11138         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11139         doc string.
11141 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11143         * pgg-gpg.el (pgg-gpg-process-filter)
11144         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11146         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11147         lines, temporary fix.
11149 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11151         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11153 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11155         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11156         default-enable-multibyte-characters.  This reverts the change from
11157         revision 6.17 which is no longer necessary because the passphrase
11158         is sent separately now.  GnuPG messages are unreadable under
11159         multibyte locales with default-enable-multibyte-characters set to
11160         nil.
11162 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11164         * message.el (message-tool-bar-gnome): Move "spell".
11166 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11168         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11169         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11170         instead.
11172 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11174         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11175         Improve newsgroups handling for NNTP overviews which don't include
11176         Newsgroups.
11178 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11180         * message.el (message-resend): Bind message-generate-hashcash to nil.
11182 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11184         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11185         when searching for already-paid recipients.
11187 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11189         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11190         passphrases when it is not needed.
11191         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11192         passphrase stuff from gpg, should only be necessary when you use
11193         gpg with a smartcard.
11195 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11197         * mml.el (mml-insert-mime): Ignore cached contents of
11198         message/external-body part.
11200         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11201         (mm-insert-part): Ditto.
11203 2006-03-23  Simon Josefsson  <jas@extundo.com>
11205         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11206         Reiner.
11207         (pgg-gpg-use-agent-p): Use it again.
11209 2006-03-23  Simon Josefsson  <jas@extundo.com>
11211         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11212         older emacsen.
11213         (pgg-gpg-use-agent-p): Don't use it.
11215 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11217         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11218         if we can.
11220 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11222         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11223         (pgg-gpg-update-agent): New function.
11224         (pgg-gpg-use-agent-p): New function.
11225         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11226         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11227         (pgg-gpg-sign-region): Use it.
11229 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11231         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11232         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11234 2006-03-21  Simon Josefsson  <jas@extundo.com>
11236         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11237         <wilde@sha-bang.de>.
11238         (pgg-gpg-use-agent): New variable.
11239         (pgg-gpg-process-region): Use it.
11240         (pgg-gpg-encrypt-region): Likewise.
11241         (pgg-gpg-encrypt-symmetric-region): Likewise.
11242         (pgg-gpg-decrypt-region): Likewise.
11243         (pgg-gpg-sign-region): Likewise.
11244         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11246 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11248         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11250         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11251         Add comment on version.
11253 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11255         * smiley.el: Add missing test smiley.
11257 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11259         * mm-decode.el (mm-with-part): New macro.
11260         (mm-get-part): Use it; work with message/external-body as well.
11261         (mm-save-part): Treat name and filename equally.
11263         * mm-extern.el (mm-extern-cache-contents): New function.
11264         (mm-inline-external-body): Use it; force the part to be displayed;
11265         move undisplayer added to the cached handle to the parent.
11267         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11268         (gnus-mime-view-part-as-type): Work with message/external-body.
11270         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11272 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11274         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11275         images in image-load-path.  [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
11276         Emacs.]
11278 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11280         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11281         path rather than symbol.  Always return list of directories.
11282         Guarantee that image directory comes first.  [Sync with image.el,
11283         , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
11285         * message.el (message-make-tool-bar): Adjust to new API of
11286         `gmm-image-load-path-for-library'.
11288         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11290         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11292 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11294         * gnus-art.el (gnus-article-only-boring-p):
11295         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11296         intangible text.
11297         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11299 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11301         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11302         Use `defun' instead of `gmm-defun-compat'.
11304 2006-03-14  Simon Josefsson  <jas@extundo.com>
11306         * message.el (message-unique-id): Don't use message-number-base36
11307         if (user-uid) is a float.
11308         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11310 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11312         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11314         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11315         empty line between a part and a message part.
11317 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11319         * smiley.el: Add more test smileys.
11320         (smiley-data-directory, smiley-regexp-alist)
11321         (gnus-smiley-file-types): Fix doc strings.
11322         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11323         adding new elements.
11324         (smiley-mouse-map): Unused code.  Make it a comment.
11326 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11328         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11329         scan latest NoCeM messages instead of old ones.
11330         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11331         delimiters that are recently used.
11332         (gnus-nocem-load-cache): Add autoload cookie.
11334         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11336         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11337         level which is larger than gnus-use-nocem is specified.
11339         * gnus-group.el (gnus-group-get-new-news): Ditto.
11341 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11343         * gnus-util.el (gnus-tool-bar-update): New function.
11345         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11346         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11348         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11350         * gnus-group.el (gnus-group-redraw-when-idle)
11351         (gnus-group-redraw-check): Remove.
11352         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11354 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11356         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11357         if optional last element is specified in splits (FIELD VALUE...).
11359 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11361         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11362         to gmm-image-load-path-for-library.  Call with no-error argument.
11363         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11365         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11367         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11369         * gmm-utils.el (gmm-image-load-path): Remove alias.
11371 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11373         * gmm-utils.el (gmm-image-load-path): Add alias.
11375         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11376         nnml-generate-nov-databases-1.
11377         (nnml-generate-nov-databases): Use it.
11378         (nnml-generate-nov-databases-directory): Document no-active
11379         argument.
11381         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11382         directory if path is t.  Add no-error.
11384         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11385         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11387         * gnus-art.el (gnus-article-browse-delete-temp-files):
11388         Simplify resetting gnus-article-browse-html-temp-list.
11390         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11391         mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs.  Rename `gmm-image-load-path'.
11392         Add example to docstring.  Rename local variables.  Move error
11393         checks to default case in cond and simplify.
11395 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11397         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11398         handle is multipart when calling it recursively.
11399         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11401 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11403         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11404         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11406 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11408         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11409         is loaded.
11411         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11412         loaded.
11414 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11416         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11417         to "Emacs 23 (unicode)" in doc string.
11419         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11420         "Emacs 23 (unicode)" in comment.
11422 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11424         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11426         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11427         characters 160 through 255 in Emacs 23.
11429 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11431         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11432         gnus-article-browse-html-temp.
11433         (gnus-article-browse-delete-temp): Make it customizable.
11434         Add `file'.  Adjust doc string.
11435         (gnus-article-browse-delete-temp-files): Add argument.
11436         Allow query for each file.  Adjust doc string.
11437         (gnus-article-browse-html-parts):
11438         Add `gnus-article-browse-delete-temp-files' to
11439         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11441 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11443         * gnus-art.el (gnus-article-browse-html-temp)
11444         (gnus-article-browse-delete-temp): New variables.
11445         (gnus-article-browse-delete-temp-files): New function.
11446         (gnus-article-browse-html-parts): Use it.
11448 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11450         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11452         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11453         string.
11455         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11456         gnus-summary-insert-new-articles when unplugged.
11457         Remove gnus-summary-search-article-forward.
11459         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11460         display-visual-class instead of display-color-cells.
11462 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11464         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11465         message/* containing non-ASCII text properly.
11467 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11469         * message.el: Require gmm-utils, remove autoloads.
11470         (message-tool-bar): Set default based on
11471         gmm-tool-bar-style.
11472         (message-tool-bar-gnome): Add gmm-customize-mode.
11474         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11475         gmm-tool-bar-style.
11476         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11478         * gnus-group.el (gnus-group-tool-bar): Set default based on
11479         gmm-tool-bar-style.
11480         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11482         * gmm-utils.el (gmm-image-directory): Rename variable from
11483         gmm-image-load-path.
11484         (gmm-image-load-path): Use gmm-image-directory.
11485         (gmm-customize-mode): New function.
11486         (gmm-tool-bar-style): New variable.
11488         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11489         gnus-group-redraw-line-number.
11490         (gnus-group-redraw-check): Simplify.
11491         (gnus-group-tool-bar-update): Remove redraw check.
11492         (gnus-group-make-tool-bar): Add redraw check.
11494 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11496         * gnus-art.el (gnus-button): Add missing parentheses.
11498 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11500         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11502 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11504         * gnus-art.el (gnus-button): New face.
11505         (gnus-article-button-face): Use it.
11507         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11508         Add gnus-summary-next-page.  Re-order.
11510         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11511         next-node are now included.
11512         (gnus-group-redraw-line-number): New internal variable.
11513         (gnus-group-redraw-check): Helper function for updating the tool
11514         bar.
11515         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11517         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11519         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11520         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11521         Use it to match format of Spamassassin 3.0 and later.
11522         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11523         (spam-check-bogofilter)
11524         (spam-bogofilter-register-with-bogofilter): Fix args of
11525         `gnus-error' calls.
11527 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11529         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11530         unnecessary interaction when sending queued mails.
11531         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11533 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11535         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11536         first or last are nil.
11538 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11540         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11542 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11544         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11546 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11548         * dns.el (query-dns): Protect more against buggy tcp output.
11550 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11552         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11553         nov.php.
11555 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11557         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11558         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11559         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11560         output on the server side.
11561         (nnweb-google-create-mapping): Update regexps and add some
11562         progress indication.
11564 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11566         * gnus-group.el (gnus-group-tool-bar-gnome):
11567         Fix gnus-agent-toggle-plugged.  Re-order icons.
11568         (gnus-group-tool-bar-gnome):
11569         Add gnus-group-{prev,next}-unread-group.
11570         (gnus-group-tool-bar-gnome): Re-order icons.
11572         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11573         Move gnus-summary-insert-new-articles.
11575         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11576         Fix comments.
11578         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11579         also available in Emacs 21.3.
11581         * message.el (message-fix-before-sending): Change "Emacs 22" to
11582         "Emacs 23 (unicode)" in comment.
11584         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11585         "Emacs 23 (unicode)" in comment.
11587         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11588         comment.
11589         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11591         * mm-view.el (mm-fill-flowed): Add :version.
11593 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11595         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11596         and load-path.
11598 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11600         * message.el: Autoload gmm-image-load-path.
11601         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11602         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11603         consitency.
11605         * gmm-utils.el (gmm-image-load-path): Also search in
11606         "../etc/images".  Don't set gmm-image-load-path if we don't find
11607         the image.
11609 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11611         * gmm-utils.el (gmm-image-load-path): Don't make
11612         `gmm-image-load-path' include subdirectories which the second arg
11613         `image' might specify.
11615         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11616         subdirectory to icon file names.
11618         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11620 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11622         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11623         gmm-image-load-path calls.
11625         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11627         * message.el (message-make-tool-bar): Ditto.
11629         * mml.el (mml-preview): Add comment concerning tool bar icons.
11631         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11632         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11634         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11635         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11637         * message.el (message-tool-bar-gnome): Use new icon names.
11638         (message-make-tool-bar): Use `gmm-image-load-path'.
11640         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11641         New functions from MH-E.
11642         (gmm-image-load-path): New variable from MH-E.
11643         (gmm-image-load-path): New function from MH-E.  Add arguments
11644         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11645         *-image-load-path-called-flag.
11647 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11649         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11651 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11653         * nnimap.el (nnimap-request-move-article): Change folder back to
11654         source group before deleting.
11656 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11658         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11660         * gnus-art.el (mm-url-insert-file-contents-external):
11661         Autoload mm-url.
11663         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11665 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11667         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11668         coding system which mm-charset-to-coding-system returns for a
11669         given charset is valid.
11671 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11673         * html2text.el (html2text-remove-tag-list):
11674         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11676 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11678         * gnus-cus.el: Revert 2005-10-17 change.
11680 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11682         * gnus-art.el (article-strip-banner):
11683         Call article-really-strip-banner only when the regexp match is made.
11685 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11687         * gnus-art.el (article-strip-banner):
11688         Use gnus-extract-address-components instead of
11689         mail-header-parse-addresses to make it work with non-ASCII text;
11690         remove mail-encode-encoded-word-string.
11692         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11693         values which are surrounded with \"...\"; make it never cause a
11694         Lisp error; give up parsing of parameters if it failed in
11695         extracting type.
11697 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11699         * smime.el (smime-cert-by-ldap-1): Fix bug where
11700         `smime-ldap-search' returns results without userCertificates.
11702 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11704         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11706 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11708         * spam.el (spam-check-spamassassin-headers): Adapt format for
11709         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11710         <ari@mbf.ocn.ne.jp>.
11711         (spam-list-of-processors): Add spam-use-gmane.
11713 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11715         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11716         make-temp-file; make it work with XEmacs as well.
11718         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11719         mm-make-temp-file.
11721         * mm-decode.el (mm-display-external): Use the 3rd arg of
11722         mm-make-temp-file.
11723         (mm-create-image-xemacs): Ditto.
11725 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11727         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11728         with message-narrow-to-headers.
11729         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11730         (gnus-draft-check-draft-articles): New function.
11731         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11733 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11735         * gnus-art.el (gnus-article-browse-html-parts):
11736         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11737         Don't use suffix argument for mm-make-temp-file for Emacs 21
11738         compatibility.  Remove useless `format'.
11740 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11742         * nnweb.el (nnweb-google-wash-article): Update regexps.
11743         (nnweb-group-alist): Use defvoo instead of defvar.
11745 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11747         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11748         re-loading nn* modules.
11750 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11752         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11753         for `tool-bar-mode' and don't check it's default-value.
11755         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11757         * message.el (message-make-tool-bar): Ditto.
11759         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11760         `substring'.  Shorten tmp-file name.
11762         * gnus.el: Remove bogus comment.
11764 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11766         * gnus-art.el (gnus-article-browse-html-parts): New function.
11767         (gnus-article-browse-html-article): New function for viewing html
11768         articles with a browser.
11770 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11772         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11773         (mml2015-pgg-encrypt): Ditto.
11775         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11776         (mml1991-pgg-encrypt): Ditto.
11778 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11780         * nnfolder.el (nnfolder-insert-newsgroup-line):
11781         Use message-make-date instead of current-time-string.
11783         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11784         to gnus-decoded which mm-uu might set.
11786 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11788         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11789         don't decode quoted parameters; remove misimported Emacs code.
11790         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11791         (rfc2231-decode-encoded-string): Don't use split-string which
11792         behaves differently according to Emacs version; use
11793         mm-decode-coding-region to convert charset to coding-system.
11794         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11795         (rfc2231-encode-string): Remove misimported Emacs code.
11797 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11799         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11800         when calling mail-header-parse-content-type.
11801         (article-de-quoted-unreadable): Ditto.
11802         (article-de-base64-unreadable): Ditto.
11803         (article-wash-html): Ditto.
11805         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11806         calling mail-header-parse-content-type and
11807         mail-header-parse-content-disposition.
11808         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11809         mail-header-parse-content-type.
11811         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11812         insert charset and format parameters; encode description after
11813         inserting it to buffer.
11814         (mml-insert-parameter): Fold lines properly even if a parameter is
11815         segmented into two or more lines; change the max column to 76.
11817         * rfc1843.el (rfc1843-decode-article-body): Don't use
11818         ignore-errors when calling mail-header-parse-content-type.
11820         * rfc2231.el (rfc2231-parse-string): Return at least type if
11821         possible; don't cause an error even if it fails in parsing of
11822         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11823         (rfc2231-encode-string): Don't break lines at the beginning, leave
11824         it to mml-insert-parameter.
11826         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11827         calling mail-header-parse-content-type.
11829 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11831         * spam-report.el (spam-report-gmane-use-article-number):
11832         Improve doc string.
11833         (spam-report-gmane-internal): Check if a suitable header was found
11834         in the article.
11836 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11838         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11839         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11841 2006-02-05  Romain Francoise  <romain@orebokech.com>
11843         Update copyright notices of all files in the gnus directory.
11845 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11847         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11849 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11851         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11852         segmented lines of parameter value to cope with Thunderbird 1.5
11853         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11854         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11855         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11857 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11859         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11860         parts.
11862 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11864         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11865         there's only one active file for all servers.
11866         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11867         solid groups.  Gnus might have used a FAST request to select the group.
11868         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11869         and nnweb-search redundantly in the active file.
11870         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11871         (nnweb-request-create-group): Don't use ARGS.
11872         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11873         initialisations.  Let nnoo do the work.
11875 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11877         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11878         Say the part has been decoded.
11880         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11882 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11884         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11885         mailcap-viewer-test-cache when there's no 'test clause, since that
11886         will invert the meaning of a "nil" test previously determined by
11887         mailcap-mailcap-entry-passes-test.
11889 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11891         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11892         compiling.
11894         * gnus-sum.el: Ditto.
11896         * message.el: Don't bind tool-bar-map when compiling.
11898 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11900         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11902 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11904         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11905         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11906         current Google Groups.
11908 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11910         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11911         and tool-bar-mode.
11913         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11914         and tool-bar-mode.
11916         * message.el (message-tool-bar-update): Simplify.
11917         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11919         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11920         gnus-summary-buffer.
11921         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11922         gnus-summary-reply.
11924         * gmm-utils.el (gmm): Add :version.
11926 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11928         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
11929         Don't autoload.
11931 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11933         * gmm-utils.el (gmm-verbose): Add :group.
11935 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11937         * message.el: Change some comments WRT tool-bars.
11939         * gnus-sum.el (gnus-summary-tool-bar)
11940         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11941         (gnus-summary-tool-bar-zap-list): New variables.
11942         (gnus-summary-make-tool-bar): Complete rewrite using
11943         `gmm-tool-bar-from-list'.
11945         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11946         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
11947         New variables.
11948         (gnus-group-make-tool-bar): Complete rewrite using
11949         `gmm-tool-bar-from-list'.
11950         (gnus-group-tool-bar-update): New function.
11952         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11954 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11956         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11957         is dissected into a single part of which the type is the same as
11958         the given one; decode charset.
11960 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11962         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11963         into alists as symbol not string, since that's what
11964         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11965         look for.
11967 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11969         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11970         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11972         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11974 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11976         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11977         (gnus-mime-security-button-menu): New definition.
11978         (gnus-mime-security-button-map): Use them.
11979         (gnus-mime-security-button-menu): New function.
11980         (gnus-insert-mime-security-button): Addition to help echo.
11981         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11982         (gnus-mime-security-pipe-part): New functions.
11984         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11985         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11987         * mm-decode.el (mm-handle-set-disposition): Remove.
11988         (mm-handle-set-description): Remove.
11990 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11992         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11993         (mm-w3m-standalone-supports-m17n-p): New function.
11994         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11995         w3m usage.
11997         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
11998         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12000 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12002         * message.el (message-tool-bar-zap-list):
12003         Use gmm-tool-bar-zap-list as custom type.
12004         (message-tool-bar-update): New function.
12005         (message-tool-bar, message-tool-bar-gnome)
12006         (message-tool-bar-retro): Add message-tool-bar-update.
12007         (message-tool-bar-gnome): Add flyspell-buffer.
12009         * gnus-util.el (gnus-error): Describe `args'.
12011         * gmm-utils.el (gmm-error): Describe `args'.
12012         (gmm-tool-bar-zap-list): New widget.
12013         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12015 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12017         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12018         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12019         the number of recursive calls.
12021         * mm-decode.el (mm-handle-set-disposition): New macro.
12022         (mm-handle-set-description): New macro.
12024 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12026         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12027         encoding.
12029 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12031         * message.el (message-tool-bar-zap-list, message-tool-bar)
12032         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12033         (message-tool-bar-local-item-from-menu): Remove.
12034         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12035         (message-make-tool-bar): New function.
12036         (message-mode): Use `message-make-tool-bar'.
12038         * gmm-utils.el: New file.
12039         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12040         (gmm-lazy): New widget copied from `nnmail.el'.
12041         (gmm-tool-bar-from-list): New function for creating customizable
12042         tool bars.
12043         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12044         output.
12045         (gmm): Add :prefix to defgroup.
12047 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12049         * gmm-utils.el (gmm-widget-p): New function.
12051 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12053         * mml.el (mml-attach-file): Describe `description' in doc string.
12054         (mml-menu): Add Emacs MIME manual and PGG manual.
12056 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12058         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12060 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12062         * nntp.el (nntp-end-of-line): Doc fix.
12064 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12066         * imap.el (imap-open): Handle case where buffer is a buffer
12067         object.
12069 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12071         * gnus-delay.el (gnus-delay): Don't autoload.
12072         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12073         to be re-loaded when customizing the `gnus-delay' group.
12075 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12077         * message.el (message-insert-citation-line): Use newlines.
12079 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12081         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12083         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12085 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12087         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12089 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12091         * mm-decode.el (mm-inlined-types): Add application/pgp.
12092         (mm-automatic-display): Ditto.
12094         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12095         part as text.
12097 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12099         * nnrss.el: Update copyright.
12100         (nnrss-opml-import): Query whether to subscribe to each entry.
12102         * gnus-art.el:
12103         * gnus-sum.el:
12104         * mm-uu.el:
12105         * mm-view.el: Update copyright.
12107 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12109         * message.el (message-info): New function.
12110         (message-mode-menu): Add it.
12111         Update copyright.
12113         * ChangeLog: Fix and update copyright.
12115 2006-01-13  Romain Francoise  <romain@orebokech.com>
12117         * message.el (message-forward-subject-name-subject): Prefer the
12118         address to 'nowhere' if the sender has no name.
12119         Fix typo.  Update copyright year.
12121 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12123         * gnus-art.el (article-wash-html):
12124         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12125         (gnus-article-wash-html-with-w3m-standalone): New function.
12127         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12128         mm-inline-text-html-render-with-w3m-standalone.
12129         (mm-text-html-washer-alist): Map w3m-standalone to
12130         gnus-article-wash-html-with-w3m-standalone.
12131         (mm-inline-text-html-render-with-w3m-standalone): New function.
12133 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12135         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12136         Improve LaTeX.
12138 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12140         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12141         (nnrss-request-article): Render text/plain parts as HTML.
12143         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12144         the buffer.
12146 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12148         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12149         custom definition of `gnus-posting-styles'.
12151         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12152         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12154 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12156         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12157         Use nntp for bug archive.
12159 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12161         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12162         parts.
12163         (nnrss-normalize-date): New function converts ISO 8601 date into
12164         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12165         (nnrss-check-group): Use it.
12167 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12169         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12171         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12172         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12173         (nnrss-insert-w3): Ditto.
12175 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12177         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12178         the articles to be forwarded including the case where neither a
12179         number of articles nor a region is specified.
12181 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12183         * nnrss.el (nnrss-request-article): Fix last change; fill
12184         text/plain parts.
12186 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12188         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12189         in text/plain part.
12190         (nnrss-check-group): Don't add excessive newline to dc:subject.
12192 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12194         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12195         article.
12197 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12199         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12200         (nnml-use-compressed-files, nnml-save-mail): Support other
12201         comression programs such as bzip2.
12203 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12205         * dns.el (query-dns): Make sure we check the buffer size before
12206         removing tcp headers.
12208 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12210         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12211         remove MIME buttons associated with multipart/alternative parts.
12212         (gnus-mime-display-alternative): Tag buttons using `article-type'
12213         text property.
12215         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12216         associated with multipart/alternative parts.
12218         * gnus-art.el (gnus-signature-separator): Fix custom type.
12220         * mm-decode.el (mm-inlined-types): Fix custom type.
12221         (mm-keep-viewer-alive-types): Ditto.
12222         (mm-automatic-display): Ditto.
12223         (mm-attachment-override-types): Ditto.
12224         (mm-inline-override-types): Ditto.
12225         (mm-automatic-external-display): Ditto.
12227 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12229         * spam-report.el (spam-report-user-mail-address)
12230         (spam-report-user-agent): New variables.
12231         (spam-report-url-ping-plain): Use spam-report-user-agent.
12233 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12235         * gnus-art.el (gnus-button-handle-custom): Do not just use
12236         `customize-apropos' for any "M-x customize-*" button but the
12237         function called for.  Accept both the function name and its
12238         argument in order to achieve this.
12239         (gnus-button-alist): Remove support for "custom:" URL's.
12240         Pass function name to `gnus-button-handle-custom' in case of "M-x
12241         customize-*" buttons.
12243 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12245         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12246         multipart/alternative and add xref to mm-discouraged-alternatives
12247         in doc string.
12249         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12250         gnus-buttonized-mime-types in doc string.
12252 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12254         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12255         Suggest image/.* in the doc string.
12257 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12259         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12260         message-marks (Debian bug #342521).
12262 2005-12-12  Simon Josefsson  <jas@extundo.com>
12264         * password.el (password-read-from-cache): Add.
12265         (password-read): Use it.
12267 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12269         * rfc2047.el (rfc2047-charset-to-coding-system):
12270         Recognize us-ascii as a MIME charset.
12272         * mm-bodies.el (mm-decode-content-transfer-encoding):
12273         Protect against the case where the 2nd arg TYPE is nil.
12275 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12277         * pop3.el (pop3-stream-type): Fix custom version.
12279         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12281 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12283         * mm-decode.el (mm-display-external): Add missing cdr.
12285 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12287         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12288         RFC1524) if it is in mailcap or add a suffix according to
12289         mailcap-mime-extensions when generating a temp filename; postpone
12290         deleting a temp file for 2 seconds for some wrappers, shell
12291         scripts, and so on, which might exit right after having started a
12292         viewer command as a background job.
12294 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12296         * nntp.el (nntp-marks-directory): Fix custom group.
12298         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12299         steps when < 10.
12301         * gnus-start.el (gnus-no-server-1):
12302         Mention `gnus-level-default-subscribed' in doc string.
12304 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12306         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12307         parens.
12309 2005-11-26  Dave Love  <fx@gnu.org>
12311         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12312         (tls-program, tls-success): Provide openssl alternative.
12314         * starttls.el: Doc fixes.
12315         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12316         SERVICE to PORT.
12318         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12319         port null or service name.
12320         (starttls-negotiate): Autoload.
12322 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12324         * message.el (message-kill-to-signature): Fix interactive spec.
12326 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12328         * pop3.el (pop3-open-server): Recognize a string as a service name.
12330 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12332         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12334 2005-11-23  Dave Love  <fx@gnu.org>
12336         Add pop3s, pop3/starttls.
12338         * pop3.el (pop3-authentication-scheme): Clarify doc.
12339         (open-tls-stream, starttls-open-stream): Autoload.
12340         (pop3-stream-type): New.
12341         (pop3-open-server): Use it.
12343         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12344         for POP.
12345         (mail-source-keyword-map): Add :stream for POP.
12346         (mail-source-fetch-pop): Use pop3-stream-type.
12348 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12350         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12351         of current-time-string.
12353 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12355         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12356         date header.
12358 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12360         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12361         it can seriously impact performance as it bypasses the agent's
12362         local caches.
12364 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12366         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12367         must be explicitly online rather than "not explicitly offline" for
12368         its flags to be synchronized.
12370         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12371         that gnus-uu-unmark-thread will function correctly.
12373         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12374         1024K is instead displayed as 1M.
12376 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12378         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12380 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12382         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12384 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12386         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12387         error message to display actual error condition.
12388         (gnus-agent-save-local): Avoid saving symbols that are bound to
12389         nil as they simply result in a warning message in
12390         gnus-agent-read-local.
12392 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12394         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12395         rather than make-variable-buffer-local for file-precious-flag.
12397 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12399         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12400         for duplicates which are removed.  The invalid sort check then
12401         triggers a rescan after the sort as sorting may have moved
12402         duplicate entries such that they can be cheaply detected.
12404 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12406         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12408 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12410         * gnus-agent.el (gnus-agent-article-alist-save-format):
12411         Change internal variable to a custom variable.  Change default value
12412         from compressed(2) to uncompressed(1).
12413         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12414         support for uncompressed agentview files.  Taken together, reading
12415         the agentview file should now be 6-7 times faster.
12417 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12419         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12420         as a buffer-local variable.  This avoids creating truncated
12421         dribble files as a result of a hang up, eg.
12423 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12425         * gnus-start.el (gnus-start-draft-setup):
12426         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12428         * gnus.el (gnus-splash): Change custom group.
12429         (gnus-group-get-parameter, gnus-group-parameter-value):
12430         Describe allow-list argument.
12432         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12433         string.
12435 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12437         * gnus-art.el (gnus-default-article-saver): Add user-defined
12438         `function' to custom type.
12440 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12442         * imap.el (imap-open): Handle case where buffer is a buffer
12443         object.
12445 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12447         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12448         long lines.
12449         (gnus-cache-delete-group): Wrap doc strings.
12451         * gnus-agent.el (gnus-agent-rename-group)
12452         (gnus-agent-delete-group): Wrap doc strings.
12454 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12456         * gnus-start.el (gnus-1): Add "native" to
12457         gnus-predefined-server-alist.
12459         * gnus.el (gnus-method-to-server): Don't add "native" to the
12460         lists here, because that leads to problems when
12461         gnus-select-method is bound.
12463 2005-11-09  Simon Josefsson  <jas@extundo.com>
12465         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12466         use (not sort-by-date) instead.
12468 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12470         * gnus-delay.el (gnus-delay-group): Don't autoload.
12471         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12472         to be re-loaded when customizing the `gnus-delay' group.
12474 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12476         * message.el: Revert last changes.
12477         (message-insert-citation-line): Use newlines.
12479 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12481         * message.el (message-courtesy-message)
12482         (message-mark-insert-begin, message-mark-insert-end)
12483         (message-elide-ellipsis, message-cancel-message)
12484         (message-add-header, message-change-subject)
12485         (message-cross-post-followup-to-header)
12486         (message-cross-post-insert-note, message-reduce-to-to-cc)
12487         (message-widen-reply, message-delete-not-region)
12488         (message-kill-to-signature, message-insert-signature)
12489         (message-insert-importance-high, message-insert-importance-low)
12490         (message-insert-or-toggle-importance)
12491         (message-insert-disposition-notification-to)
12492         (message-indent-citation, message-yank-original)
12493         (message-cite-original-without-signature, message-cite-original)
12494         (message-insert-citation-line, message-position-on-field)
12495         (message-fix-before-sending, message-send-mail-partially)
12496         (message-send-mail, message-send-mail-with-sendmail)
12497         (message-send-mail-with-qmail, message-send-news)
12498         (message-check-news-header-syntax, message-generate-headers)
12499         (message-insert-courtesy-copy, message-fill-address)
12500         (message-fill-header, message-shorten-references)
12501         (message-setup-1, message-cancel-news)
12502         (message-forward-make-body-plain, message-forward-make-body-mime)
12503         (message-forward-make-body-mml, message-encode-message-body)
12504         (message-forward-make-body-digest-plain)
12505         (message-forward-make-body-digest-mime)
12506         (message-use-alternative-email-as-from): Insert `hard-newline'
12507         instead of ordinary newlines.
12509 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12511         * message.el (message-generate-headers): Downcase the argument
12512         given to message-check-element.
12514 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12516         * nntp.el (nntp-authinfo-rejected): New error condition.
12517         (nntp-wait-for): Use new error condition to signal authentication
12518         error.
12519         (nntp-retrieve-data): Rethrow new error condition to break out of
12520         recursive call to nntp-send-authinfo.
12522 2005-11-08  Romain Francoise  <romain@orebokech.com>
12524         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12525         (gnus-summary-exit-map): Bind to `Z p'.
12526         (gnus-summary-make-menu-bar): Add menu item.
12528 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12530         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12531         (gnus-treat-*): Add `first' in all doc strings.
12533         * gnus-group.el (gnus-group-compact-group): Fix typo.
12535 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12537         * gnus.el (gnus-parameters-case-fold-search): New variable.
12538         (gnus-parameters-get-parameter): Use it.
12540         * gnus-score.el (gnus-home-score-file): Doc fix.
12542 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12544         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12546 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12548         * mm-util.el (mm-special-display-p): New function.
12550         * mml.el (mml-preview): Use it; doc fix.
12552 2005-10-29  Romain Francoise  <romain@orebokech.com>
12554         * message.el (message-fix-before-sending): Fix comment.
12556 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12558         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12560 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12562         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12563         Used in gnus-score.el.
12565 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12567         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12569 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12571         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12572         whitespace removed in revision 7.8.  Use concatenated string to
12573         protect trailing whitespace.
12575 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12577         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12578         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12579         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12580         Courier IMAP ("some version from 2004").  Mostly based on similar
12581         code in the same function.
12583 2005-10-26  Didier Verna  <didier@xemacs.org>
12585         * gnus-group.el (gnus-group-compact-group): Invalidate original
12586         article buffer.
12587         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12588         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12589         NOV database and in article itself.
12590         Invalidate article backlog.
12592 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12594         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12596 2005-10-26  Simon Josefsson  <jas@extundo.com>
12598         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12599         part of 2004-07-25 change.
12601 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12603         * message.el (message-display-completion-list): New function.
12604         (message-expand-group): Use it; make sure the Completions buffer
12605         is modifiable.
12607 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12609         * imap.el (imap-open): Handle case where buffer is a buffer object.
12611 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
12613         * pgg-def.el:
12614         * pgg-gpg.el:
12615         * pgg-parse.el:
12616         * pgg-pgp.el:
12617         * pgg-pgp5.el:
12618         * pgg.el: Move to the parent lisp directory.
12620 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12622         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12623         user-mail-name is an empty string.
12625 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12627         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12628         depending on gnus-score-decay-constant.
12630         * encrypt.el (encrypt-insert-file-contents)
12631         (encrypt-write-file-contents): Don't use `gnus-message'.
12633         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12634         arguments.
12635         (mm-uu-type-alist): Add message-marks and insert-marks.
12636         Pass arguments to mm-uu-verbatim-marks-extract.
12637         (mm-uu-hide-markers): New variable.
12638         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12640         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12641         (gnus-convert-image-to-face-command): Use "convert" by default to
12642         allow other input image formats.
12643         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12644         accordingly.
12646 2005-10-23  Simon Josefsson  <jas@extundo.com>
12648         * imap.el (imap-gssapi-program): Align command line parameters
12649         with latest GNU SASL.
12650         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12652 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12654         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12655         HTML.
12656         (nnslashdot-request-article): Ditto.
12658 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12660         * mail-source.el (mail-source-fetch-pop): Require pop3.
12661         (mail-source-check-pop): Ditto.
12663 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12665         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12666         errors.
12668 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12670         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12671         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12673         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12675         * mm-bodies.el (mm-decode-string):
12676         Call `mm-charset-to-coding-system' with allow-override argument.
12678 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12680         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12681         (rfc2047-charset-to-coding-system): New function.
12682         (rfc2047-decode-encoded-words): New function.
12683         (rfc2047-decode-region): Use them.
12684         (rfc2047-decode-cte): Remove.
12685         (rfc2047-parse-and-decode): Remove.
12686         (rfc2047-decode): Remove.
12688 2005-10-15  Kenichi Handa  <handa@m17n.org>
12690         * rfc2047.el (rfc2047-decode-cte): New function.
12691         (rfc2047-decode-region): Change the way to decode successive
12692         encoded-words: decode B- or Q-encoding in each encoded-word,
12693         concatenate them, and decode it as charset.
12695 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12697         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12698         widget-move-and-invoke.
12699         (gnus-custom-mode): Use gnus-custom-map.
12701 2005-10-15  Bill Wohler  <wohler@newt.com>
12703         * message.el (message-tool-bar-map): Rename image file from
12704         mail_send to mail/send.
12706 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12708         * message.el (message-expand-group): Pass the common
12709         prefix substring of completion to `display-completion-list'.
12711 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12713         * mml-sec.el (mml-secure-method): New internal variable.
12714         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12715         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
12716         New functions using mml-secure-method.
12718         * mml.el (mml-mode-map): Add key bindings for those functions.
12719         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12720         Harder <harder@myrealbox.com>.
12721         (mml-attach-file, mml-attach-buffer, mml-attach-external):
12722         Goto end of message if point is the headers of the message.
12724         * message.el (message-in-body-p): New function.
12726         * assistant.el: Autoload gnus-util and netrc.
12728         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12729         Use `mm-charset-override-alist' only when decoding.
12731         * mm-bodies.el (mm-decode-body):
12732         Call `mm-charset-to-coding-system' with allow-override argument.
12734         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12735         `filename' from Content-Disposition if Content-Type doesn't
12736         provide `name'.
12737         (gnus-mime-view-part-as-type): Set default instead of
12738         initial-input.
12740 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12742         * format-spec.el (format-spec): Propagate text properties of % spec.
12744 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12746         * gnus-art.el (gnus-treat-predicate): Add `first'.
12748 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12750         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12751         (mm-charset-override-alist): New variable.
12752         (mm-charset-to-coding-system): Use it.
12753         (mm-codepage-setup): New helper function.
12754         (mm-charset-eval-alist): New variable.
12755         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
12756         Warn about unknown charsets.
12758 2005-10-04  David Hansen  <david.hansen@gmx.net>
12760         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12761         (nnrss-check-group): Ditto.
12763 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12765         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12766         Rename x-gnus-verbatim to x-verbatim.
12767         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12769         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12770         x-verbatim.
12772         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12774         * gnus-util.el (gnus-remove-duplicates): Remove.
12776         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12777         instead of gnus-remove-duplicates.
12779         * message.el (message-remove-duplicates): Remove.
12780         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12781         message-remove-duplicates.
12783         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12784         available, else use implementation from `delete-dups'.
12786         * message.el (message-insert-expires): New function.
12787         (message-mode-map): Add key binding.
12788         (message-mode-field-menu): Add menu entry.
12789         (message-mode): Document it.
12790         (message-make-expires-date): Use `message-make-date'.
12792 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12794         * message.el (message-make-expires-date): New function.
12796 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12798         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12800 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12802         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12803         function rather than the diff-mode.el package.
12804         (mm-display-external): Use with-current-buffer.
12805         (mm-viewer-completion-map, mm-viewer-completion-map):
12806         Move initialization inside declaration.
12808 2005-09-29  Simon Josefsson  <jas@extundo.com>
12810         * spam.el: Load hashcash when compiling, to avoid warnings.
12811         Don't autoload mail-check-payment.
12812         (spam-check-hashcash): Define unconditionally, since hashcash.el
12813         is part of Gnus now.  Ignore errors from payment checking.
12815 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12817         * message.el (message-bold-region, message-unbold-region):
12818         Rename from `bold-region' and `unbold-region'.
12820         * message.el: Remove useless autoloads.
12822 2005-09-28  Simon Josefsson  <jas@extundo.com>
12824         * message.el (message-use-idna): Default to t.
12825         (message-use-idna): Test whether encoding works too.  Doc fix.
12827 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12829         * nntp.el (nntp-warn-about-losing-connection): Remove.
12831 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12833         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12834         customizable.  Change default value.
12835         (mm-uu-diff-groups-regexp): Change default value.
12836         (mm-uu-type-alist): Add doc string.
12837         (mm-uu-configure): Add doc string.  Make it interactive.
12838         (mm-uu-tex-groups-regexp): New variable.
12839         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12840         (mm-uu-type-alist): Add LaTeX documents.
12841         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12842         of "text/verbatim".
12843         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12845         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12846         instead of "text/verbatim".
12848         * message.el (message-mark-inserted-region)
12849         (message-mark-insert-file): Use slrn style marks when called with
12850         prefix argument.
12852 2005-09-27  Simon Josefsson  <jas@extundo.com>
12854         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12856 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12858         * message.el (message-remove-duplicates): New function.
12859         Implementation borrowed from `gnus-remove-duplicates'.
12860         (message-idna-to-ascii-rhs): Also encode idna addresses in
12861         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12862         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12863         only ask about the same idna domain once per header and also tell
12864         in what header to replace the idna domain.
12866         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12867         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12868         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12869         a header is decoded and not just the last one.
12871 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12873         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12874         has been decoded.
12876         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12877         (mm-insert-part): Don't modify text if it has been decoded.
12879         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12880         decoded.
12882         * mm-view.el (mm-inline-text): Don't strip text props unless
12883         decoding enriched or richtext parts.
12885 2005-09-25  Romain Francoise  <romain@orebokech.com>
12887         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12888         * gnus-start.el (gnus-subscribe-interactively):
12889         * gnus-uu.el (gnus-uu-grab-articles):
12890         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12891         space.
12893 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12895         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12896         * mm-view.el (mm-view-pkcs7-decrypt):
12897         * gnus-sum.el (gnus-summary-limit-to-extra)
12898         (gnus-summary-respool-article, gnus-read-move-group-name):
12899         * gnus-score.el (gnus-summary-increase-score):
12900         * gnus-util.el (gnus-completing-read-with-default):
12901         * gnus-art.el (gnus-read-save-file-name)
12902         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12903         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12904         * message.el (message-check-news-header-syntax):
12905         Follow convention for reading with the minibuffer.
12907 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12909         * spam-report.el (spam-report-url-ping-plain):
12910         Use gnus-extended-version as User-Agent.
12912         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12913         default value is nil.
12915         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
12916         (mm-uu-verbatim-marks-extract): New function.
12917         (mm-uu-extract): New face.
12918         (mm-uu-copy-to-buffer): Use it.
12920         * spam-report.el (spam-report-gmane-ham): Rename from
12921         `spam-report-gmane-unspam'.
12922         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
12923         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12925         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12926         Autoload.
12927         (spam-report-gmane-unregister-routine):
12928         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12930 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12932         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12933         (spam-report-gmane-unregister-routine): Add support for gmane
12934         unregistration.
12936         * spam-report.el (spam-report-gmane-unspam)
12937         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12938         (spam-report-gmane): Change to take a single article and do unspam
12939         registration.
12941 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12943         * mm-url.el (mm-url-decode-entities): Fix regexp.
12945 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12947         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12948         default to nil, to be able to use Gnus at all.  If the default
12949         switches to something else, then the function should be fixed not
12950         be exceedingly slow.
12952 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12954         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12955         fail hard.
12957         * spam-report.el: Add better Keywords line.
12959         * spam.el: Add Maintainer and better Keywords line.
12961 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12963         * gnus-art.el (gnus-article-replace-part)
12964         (gnus-mime-replace-part): New functions.
12965         (gnus-mime-action-alist, gnus-mime-button-commands)
12966         (gnus-mime-save-part-and-strip): Add file argument.
12967         (gnus-article-part-wrapper): Add interactive argument.
12969         * gnus-sum.el (gnus-summary-mime-map):
12970         Add `gnus-article-replace-part'.
12972 2005-09-19  Didier Verna  <didier@xemacs.org>
12974         The nnml compaction feature:
12975         * nnml.el (nnml-request-compact-group): New function.
12976         * nnml.el (nnml-request-compact): New function.
12977         * gnus-int.el (gnus-request-compact-group): New function.
12978         * gnus-int.el (gnus-request-compact): New function.
12979         * gnus-group.el (gnus-group-compact-group): New function.
12980         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12981         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12982         * gnus-srvr.el (gnus-server-compact-server): New function.
12983         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12984         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12986 2005-09-18  Deepak Goel  <deego@gnufans.org>
12988         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12989         format spec.
12991 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12993         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12995 2005-09-15  Romain Francoise  <romain@orebokech.com>
12997         * message.el (message-fill-paragraph): Clarify docstring.
12999 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13001         * gnus-art.el (gnus-mime-display-part): Protect against broken
13002         MIME messages.
13004 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13006         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13007         before parsing header.
13009 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13011         * html2text.el (html2text-replace-list): Add new entities.
13013 2005-09-11  Romain Francoise  <romain@orebokech.com>
13015         * message.el (message-alternative-emails): Improve docstring.
13016         (message-setup-1): Call `message-use-alternative-email-as-from'
13017         after `message-setup-hook' to give it precedence over posting
13018         styles, etc.
13019         (message-use-alternative-email-as-from): Add docstring.
13020         Remove the original From header if present.
13022         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13023         (nnml-save-mail): Use it.
13025         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13026         articles.  Add new argument `silent'.
13027         (gnus-uu-mark-all): Report the total number of marked articles.
13029 2005-09-10  Romain Francoise  <romain@orebokech.com>
13031         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13032         (gnus-uu-mark-series): Likewise.
13034 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13036         * spam-report.el (spam-report-gmane): Fix generation of spam
13037         report URL.
13039 2005-09-10  Simon Josefsson  <jas@extundo.com>
13041         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13042         t, based on discussion on the ding list with Robert Epprecht
13043         <epprecht@solnet.ch>.
13045 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13047         * spam-report.el (spam-report-gmane): Make it work without
13048         X-Report-Spam header.  Gmane now only provides Archived-At.
13049         This is only used if `spam-report-gmane-use-article-number' is nil.
13050         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13052         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13053         make `gnus-summary-sort-by-recipient' work with threading.
13055         * nnweb.el (nnweb-google-wash-article): Print a message if article
13056         is not available.
13058 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13060         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13061         change.  Decode text/* parts content before displaying.
13063 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13065         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13067 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13069         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13071 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13073         * message.el (message-tab-body-function): Fix mismatched custom type.
13075         * gnus.el (gnus-group-change-level-function): Ditto.
13077         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13079         * gnus-art.el (gnus-signature-limit)
13080         (gnus-article-mime-part-function): Ditto.
13082 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13084         * mml.el (mml-mode): Silence the byte compiler.
13086         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13087         using `(sit-for 0)' before moving the point to the specified part;
13088         skip unbuttonized parts.
13089         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13090         return to the summary window if gnus-auto-select-part is non-nil.
13092 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13094         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13095         New variables.
13096         (mml-dnd-attach-file, mml-mode): Use them.
13098         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13099         Make fetching article by MID work again for Google Groups.
13100         Add FIXME concerning gnus-group-make-web-group.
13102         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13103         Don't depend on Gnus by using mail-extract-address-components if
13104         gnus-extract-address-components is not bound.
13106 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13108         * gnus-art.el (gnus-mime-display-security): Don't display the
13109         signature, but only the signed part.
13111 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13113         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13115         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13116         list, not listp.
13118 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13120         * mm-encode.el (mm-encode-content-transfer-encoding):
13121         Likewise when encoding.
13123         * mm-bodies.el (mm-decode-content-transfer-encoding):
13124         De-canonicalize CRLF for all text content types, not just
13125         text/plain.
13127 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13129         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13130         valid article; point arrow and cursor at the MIME button.
13132 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13134         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13135         Suggested by Dan Christensen <jdc@uwo.ca>.
13137         * mm-decode.el (mm-save-part): Enable change of prompt.
13139 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13141         * gnus-msg.el (gnus-inews-add-send-actions):
13142         Make `message-post-method' lambda parameter ARG `&optional'.
13144 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13146         * gnus-sum.el (gnus-summary-mime-map):
13147         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13148         gnus-article-jump-to-part.
13150         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13151         (gnus-article-edit-part): Use it.
13152         (gnus-article-part-wrapper): Add no-handle argument.
13153         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13154         New functions.
13156 2005-08-29  Romain Francoise  <romain@orebokech.com>
13158         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13159         docstring.
13160         (gnus-face-from-file): Likewise.
13162 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13164         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13165         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13166         non-nil.
13167         (gnus-auto-select-part): New variable.
13168         (gnus-article-jump-to-part): New function.
13169         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13170         (gnus-mime-delete-part): Allow selecting specified part after
13171         deleting or stripping parts.
13172         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13173         part if argument is bogus.
13175 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13177         * gnus-art.el (w3m-minor-mode-map):
13178         * gnus-spec.el (gnus-newsrc-file-version):
13179         * gnus-util.el (nnmail-active-file-coding-system)
13180         (gnus-original-article-buffer, gnus-user-agent):
13181         * gnus.el (gnus-ham-process-destinations)
13182         (gnus-parameter-ham-marks-alist)
13183         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13184         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13185         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13186         * mm-decode.el (gnus-current-window-configuration):
13187         * mm-extern.el (gnus-article-mime-handles):
13188         * mm-url.el (url-current-object, url-package-name)
13189         (url-package-version):
13190         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13191         (smime-keys, w3m-cid-retrieve-function-alist)
13192         (w3m-current-buffer, w3m-display-inline-images)
13193         (w3m-minor-mode-map):
13194         * mml-smime.el (gnus-extract-address-components):
13195         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13196         (gnus-newsrc-hashtb, message-default-charset)
13197         (message-deletable-headers, message-options)
13198         (message-posting-charset, message-required-mail-headers)
13199         (message-required-news-headers):
13200         * mml1991.el (mc-pgp-always-sign):
13201         * mml2015.el (mc-pgp-always-sign):
13202         * nnheader.el (nnmail-extra-headers):
13203         * rfc1843.el (gnus-decode-encoded-word-function)
13204         (gnus-decode-header-function, gnus-newsgroup-name):
13205         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13207 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13209         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13210         the end of the date treatments.
13212 2005-08-15  Simon Josefsson  <jas@extundo.com>
13214         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13215         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13216         Capello and Romain Francoise.
13217         (pgg-fetch-key-function): Remove, not used?
13218         (pgg-insert-url-with-w3): Require url, to get
13219         url-insert-file-contents regardless of where it is defined.
13221 2005-08-13  Romain Francoise  <romain@orebokech.com>
13223         * message.el (message-cite-original-1): New function.
13224         (message-cite-original): Use it.
13225         (message-cite-original-without-signature): Ditto.
13227 2005-08-08  Romain Francoise  <romain@orebokech.com>
13229         * message.el (message-yank-empty-prefix): New variable.
13230         (message-indent-citation): Use it.
13231         (message-cite-original-without-signature): Respect X-No-Archive.
13233 2005-08-08  Simon Josefsson  <jas@extundo.com>
13235         * pgg.el: Autoload url-insert-file-contents instead of loading
13236         w3/url.
13237         (pgg-insert-url-with-w3): Don't load url here.
13239 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13241         * message.el (message-kill-to-signature): Don't insert newline at
13242         bol.
13243         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13245 2005-08-06  Romain Francoise  <romain@orebokech.com>
13247         * message.el (message-user-fqdn): Fix typo in docstring.
13249 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13251         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13253         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13255 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13257         * mm-bodies.el (mm-encode-body): Use coding system rather than
13258         charset to encode text.
13260         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13261         number of charsets if utf-8 is available (XEmacs).
13263 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13265         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13266         taken from `gnus-button-mid-or-mail-regexp'.
13267         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13268         (gnus-button-alist): Improve regexp for domain part of the MIDs
13269         for news:localpart@domain buttons.
13270         (gnus-button-ctan-directory-regexp): Update.
13272 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13274         * sieve-manage.el (sieve-manage-interactive-login):
13275         Use make-local-variable rather than make-variable-buffer-local.
13276         (sieve-manage-open): Ditto.
13277         (sieve-manage-authenticate): Ditto.
13279         * mml.el (mml-generate-mime-1): Make the content type default to
13280         text/plain if the filename is not specified.
13282 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13284         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13285         instead of insert-buffer.
13287         * message.el (message-yank-original): Ditto; set the mark at the
13288         end of the yanked message.
13290 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13292         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13293         lines to scroll rather than to stop it.
13295         * mml.el (mml-generate-default-type): Add doc string.
13296         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13297         default to application/octet-stream when determining the content
13298         type if it is not specified for the part or the mml contents; add
13299         a comment about mml-generate-default-type.
13301 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13303         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13304         make it default to application/octet-stream when determining the
13305         content type if it is not specified for the external contents.
13307 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13309         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13310         segmented parameter but also other parameters might be there.
13312 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13314         * mm-decode.el (mm-display-external): Delete temp file, directory
13315         and buffer immediately if the external process is exited.
13317 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13319         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13320         fewer lines than that of scroll-margin.
13321         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13323 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13325         * gnus-art.el (gnus-article-next-page): Revert.
13326         (gnus-article-beginning-of-window): New macro.
13327         (gnus-article-next-page-1): Use it.
13328         (gnus-article-prev-page): Ditto.
13329         (gnus-article-edit-part): Use insert-buffer-substring instead of
13330         insert-buffer.
13331         (gnus-article-edit-exit): Ditto.
13333         * gnus-util.el (gnus-beginning-of-window): Remove.
13334         (gnus-end-of-window): Remove.
13336 2005-07-25  Simon Josefsson  <jas@extundo.com>
13338         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13339         to have the url package without w3.  Reported by Daiki Ueno
13340         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13342 2005-07-20  Didier Verna  <didier@xemacs.org>
13344         * gnus-diary.el: Remove the description comment (nndiary is now
13345         properly documented in the Gnus manual).
13346         Fix the spelling of "Back End".
13347         * nndiary.el: Ditto.
13348         Fix the copyright notice.
13350 2005-07-18  Romain Francoise  <romain@orebokech.com>
13352         * gnus-sum.el (gnus-summary-to-prefix)
13353         (gnus-summary-newsgroup-prefix): New variables.
13354         (gnus-summary-from-or-to-or-newsgroups): Use them.
13356 2005-07-17  Romain Francoise  <romain@orebokech.com>
13358         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13359         space as it's generally not especially interesting to the user.
13361 2005-07-16  Romain Francoise  <romain@orebokech.com>
13363         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13364         nil to avoid prompting and file modification if one of the
13365         messages at the top of the nnfolder file contains a copyright
13366         notice.
13367         Update copyright notice.
13369         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13370         instead of `current-time-string' as the latter creates a time
13371         string that is not RFC 2822 compliant (it lacks the zone).
13372         Update copyright notice.
13374 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13376         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13377         for text/rtf.  Display default in prompt.  Pass default for M-n.
13379         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13381 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13383         * gnus-msg.el (gnus-button-mailto):
13384         Remove save-selected-window-window hackery because it relies on
13385         save-selected-window internals.
13387 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13389         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13390         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13391         (gnus-article-prev-page): Ditto.
13393         * gnus-util.el (gnus-beginning-of-window): New function.
13394         (gnus-end-of-window): New function.
13396 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13398         * gnus-score.el (gnus-score-edit-all-score):
13399         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13400         gnus-message.
13402 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13404         * gnus-msg.el (gnus-button-mailto):
13405         Remove save-selected-window-window hackery because it relies on
13406         save-selected-window internals.
13408 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13410         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13411         add-minor-mode.
13412         (gnus-binary-mode): Ditto.
13414         * gnus-topic.el (gnus-topic-mode): Ditto.
13416 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13418         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13419         (gnus-article-prev-page): Take scroll-margin into consideration.
13421 2005-07-04  Lute Kamstra  <lute@gnu.org>
13423         Update FSF's address in GPL notices.
13425 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13427         * gnus.el (gnus-exit):
13428         * gnus-group.el (gnus-group-icons):
13429         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13431         * gnus-nocem.el (gnus-nocem):
13432         * message.el (message-various, message-buffers, message-sending)
13433         (message-interface, message-forwarding, message-insertion)
13434         (message-headers, message-news, message-mail):
13435         * pgg-gpg.el (pgg-gpg):
13436         * pgg-parse.el (pgg-parse):
13437         * pgg-pgp.el (pgg-pgp):
13438         * pgg-pgp5.el (pgg-pgp5):
13439         * pop3.el (pop3): Finish `defgroup' description with period.
13441 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13443         * gnus-art.el (article-display-face): Improve the efficiency.
13444         (article-display-x-face): Ditto; remove grey x-face stuff.
13446 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13448         * gnus-art.el (article-display-face): Correct the position in
13449         which Faces are inserted.
13451 2005-06-29  Didier Verna  <didier@xemacs.org>
13453         * gnus-art.el (article-display-face): Display faces in correct
13454         order.
13456 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13458         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13459         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13460         (gnus-nocem-check-article): Fetch the Type header.
13461         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13462         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13463         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13464         make sure gnus-nocem-hashtb is initialized.
13465         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13466         (gnus-nocem-unwanted-article-p): Ditto.
13468         * pgg.el (pgg-verify): Return the verification result.
13470 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13472         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13473         is ascii.
13475 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13477         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13478         `show-nonbreak-escape'.
13480 2005-06-23  Lute Kamstra  <lute@gnu.org>
13482         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13484         * dig.el (dig-mode):
13485         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13487 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13489         * nnimap.el (nnimap-split-download-body): Fix spellings.
13491 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13493         * gnus-art.el (gnus-article-encrypt-body):
13494         * gnus-cus.el (gnus-score-customize):
13495         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13496         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13498 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13500         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13501         header by looking for magic "MII" at the beginnig.
13503 2005-06-16  Miles Bader  <miles@gnu.org>
13505         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13506         (assistant-field-face): New backward-compatibility alias for renamed
13507         face.
13508         (assistant-render-text): Use renamed assistant-field face.
13510         * spam.el (spam): Remove "-face" suffix from face name.
13511         (spam-face): New backward-compatibility alias for renamed face.
13512         (spam-face, spam-initialize): Use renamed spam face.
13514         * message.el (message-header-to, message-header-cc)
13515         (message-header-subject, message-header-newsgroups)
13516         (message-header-other, message-header-name)
13517         (message-header-xheader, message-separator, message-cited-text)
13518         (message-mml): Remove "-face" suffix from face names.
13519         (message-header-to-face, message-header-cc-face)
13520         (message-header-subject-face, message-header-newsgroups-face)
13521         (message-header-other-face, message-header-name-face)
13522         (message-header-xheader-face, message-separator-face)
13523         (message-cited-text-face, message-mml-face):
13524         New backward-compatibility aliases for renamed faces.
13525         (message-font-lock-keywords): Use renamed message faces.
13527         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13528         (sieve-test-commands, sieve-tagged-arguments):
13529         Remove "-face" suffix from face names.
13530         (sieve-control-commands-face, sieve-action-commands-face)
13531         (sieve-test-commands-face, sieve-tagged-arguments-face):
13532         New backward-compatibility aliases for renamed faces.
13533         (sieve-control-commands-face, sieve-action-commands-face)
13534         (sieve-test-commands-face, sieve-tagged-arguments-face):
13535         Use renamed sieve faces.
13537         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13538         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13539         (gnus-group-news-3-empty, gnus-group-news-4)
13540         (gnus-group-news-4-empty, gnus-group-news-5)
13541         (gnus-group-news-5-empty, gnus-group-news-6)
13542         (gnus-group-news-6-empty, gnus-group-news-low)
13543         (gnus-group-news-low-empty, gnus-group-mail-1)
13544         (gnus-group-mail-1-empty, gnus-group-mail-2)
13545         (gnus-group-mail-2-empty, gnus-group-mail-3)
13546         (gnus-group-mail-3-empty, gnus-group-mail-low)
13547         (gnus-group-mail-low-empty, gnus-summary-selected)
13548         (gnus-summary-cancelled, gnus-summary-high-ticked)
13549         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13550         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13551         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13552         (gnus-summary-low-undownloaded)
13553         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13554         (gnus-summary-low-unread, gnus-summary-normal-unread)
13555         (gnus-summary-high-read, gnus-summary-low-read)
13556         (gnus-summary-normal-read, gnus-splash):
13557         Remove "-face" suffix from face names.
13558         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13559         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13560         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13561         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13562         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13563         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13564         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13565         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13566         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13567         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13568         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13569         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13570         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13571         (gnus-summary-normal-ticked-face)
13572         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13573         (gnus-summary-normal-ancient-face)
13574         (gnus-summary-high-undownloaded-face)
13575         (gnus-summary-low-undownloaded-face)
13576         (gnus-summary-normal-undownloaded-face)
13577         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13578         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13579         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13580         (gnus-splash-face):
13581         New backward-compatibility aliases for renamed faces.
13582         (gnus-group-startup-message): Use renamed gnus faces.
13584         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13585         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13586         (gnus-server-agent): Remove "-face" suffix from face names.
13587         (gnus-server-agent-face, gnus-server-opened-face)
13588         (gnus-server-closed-face, gnus-server-denied-face)
13589         (gnus-server-offline-face):
13590         New backward-compatibility aliases for renamed faces.
13591         (gnus-server-agent-face, gnus-server-opened-face)
13592         (gnus-server-closed-face, gnus-server-denied-face)
13593         (gnus-server-offline-face): Use renamed gnus faces.
13595         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13596         Remove "-face" suffix from face names.
13597         (gnus-picon-xbm-face, gnus-picon-face):
13598         New backward-compatibility aliases for renamed faces.
13600         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13601         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13602         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13603         (gnus-cite-11): Remove "-face" suffix from face names.
13604         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13605         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13606         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13607         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13608         New backward-compatibility aliases for renamed faces.
13609         (gnus-cite-attribution-face, gnus-cite-face-list)
13610         (gnus-article-boring-faces): Use renamed gnus faces.
13612         * gnus-art.el (gnus-signature, gnus-header-from)
13613         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13614         (gnus-header-content): Remove "-face" suffix from face names.
13615         (gnus-signature-face, gnus-header-from-face)
13616         (gnus-header-subject-face, gnus-header-newsgroups-face)
13617         (gnus-header-name-face, gnus-header-content-face):
13618         New backward-compatibility aliases for renamed faces.
13619         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13621         * gnus-sum.el (gnus-summary-selected-face)
13622         (gnus-summary-highlight): Use renamed gnus faces.
13623         * gnus-group.el (gnus-group-highlight): Likewise.
13625 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13627         * gnus-sieve.el (gnus-sieve-article-add-rule):
13628         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13629         * spam-stat.el (spam-stat-buffer-change-to-spam)
13630         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13632         * message.el (message-is-yours-p):
13633         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13635 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13637         * mm-view.el (mm-inline-text): Withdraw the last change.
13639 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13641         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13642         executing enriched-decode.
13644 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13646         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13647         charset of tar files.
13649 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13651         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13653 2005-06-04  Lute Kamstra  <lute@gnu.org>
13655         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13656         information is never recorded.
13658 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13660         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13662 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13664         * pop3.el (pop3-apop): Run md5 in the binary mode.
13666         * starttls.el (starttls-set-process-query-on-exit-flag):
13667         Use eval-and-compile.
13669 2005-05-31  Simon Josefsson  <jas@extundo.com>
13671         * smime.el (smime-replace-in-string): Define.
13672         (smime-cert-by-ldap-1): Use it.
13674 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13676         * gnus-art.el (article-display-x-face): Replace
13677         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13679         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13680         set-process-query-on-exit-flag or process-kill-without-query.
13682         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13683         loop instead of replace-regexp.
13685         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13686         instead of process-kill-without-query if it is available.
13688         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13689         instead of find-file-hooks if it is available.
13691         * mml1991.el: Bind pgg-default-user-id when compiling.
13693         * mml2015.el: Bind pgg-default-user-id when compiling.
13695         * nndraft.el (nndraft-request-associate-buffer):
13696         Use write-contents-functions instead of write-contents-hooks if it is
13697         available.
13699         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13700         instead of find-file-hooks if it is available.
13702         * nntp.el (nntp-open-connection): Replace
13703         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13704         (nntp-open-ssl-stream): Ditto.
13705         (nntp-open-tls-stream): Ditto.
13707         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13708         set-process-query-on-exit-flag or process-kill-without-query.
13709         (starttls-open-stream-gnutls): Use it instead of
13710         process-kill-without-query.
13711         (starttls-open-stream): Ditto.
13713 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13715         * smime.el (smime-cert-by-ldap-1): Don't use
13716         replace-regexp-in-string.
13718 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13720         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13722         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13723         in PEM format.  Adjust to the XEmacs compability.
13725 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13727         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13728         by `string-to-number'.
13729         * gnus-agent.el (gnus-agent-regenerate-group)
13730         (gnus-agent-fetch-articles): Ditto.
13731         * gnus-art.el (gnus-button-fetch-group): Ditto.
13732         * gnus-cache.el (gnus-cache-generate-active)
13733         (gnus-cache-articles-in-group): Ditto.
13734         * gnus-group.el (gnus-group-set-current-level)
13735         (gnus-group-insert-group-line): Ditto.
13736         * gnus-score.el (gnus-score-set-expunge-below)
13737         (gnus-score-set-mark-below, gnus-summary-score-effect)
13738         (gnus-summary-score-entry): Ditto.
13739         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13740         (gnus-soup-pack): Ditto.
13741         * gnus-spec.el (gnus-xmas-format): Ditto.
13742         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13743         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13744         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13745         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13746         * nndb.el (nndb-get-remote-expire-response): Ditto.
13747         * nndiary.el (nndiary-parse-schedule-value)
13748         (nndiary-string-to-number, nndiary-request-replace-article)
13749         (nndiary-request-article): Ditto.
13750         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13751         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13752         * nneething.el (nneething-make-head): Ditto.
13753         * nnfolder.el (nnfolder-request-article)
13754         (nnfolder-retrieve-headers): Ditto.
13755         * nnheader.el (nnheader-file-to-number): Ditto.
13756         * nnkiboze.el (nnkiboze-request-article): Ditto.
13757         * nnmail.el (nnmail-process-unix-mail-format)
13758         (nnmail-process-babyl-mail-format): Ditto.
13759         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13760         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13761         (nnmh-request-create-group, nnmh-request-list-1)
13762         (nnmh-request-group, nnmh-request-article): Ditto.
13763         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13764         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13765         * nnsoup.el (nnsoup-make-active): Ditto.
13766         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13767         * nntp.el (nntp-find-group-and-number)
13768         (nntp-retrieve-headers-with-xover): Ditto.
13769         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13770         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13771         (pgg-format-key-identifier): Ditto.
13772         * pop3.el (pop3-last, pop3-stat): Ditto.
13773         * qp.el (quoted-printable-decode-region): Ditto.
13775         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13776         of concat.
13778 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13780         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13782         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13784         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13786         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13788         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13790         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13792         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13793         (gnus-carpal-mode): Ditto.
13795         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13796         (gnus-browse-mode): Ditto.
13798         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13800         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13802 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13804         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13806 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13808         * gnus-util.el (gnus-run-mode-hooks): New function.
13810         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13812 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13814         * gnus-agent.el (gnus-agent-make-mode-line-string):
13815         Use mode-line-highlight as mouse-face.
13817 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13819         * canlock.el (canlock): Change the parent group to news.
13821         * deuglify.el (gnus-outlook-deuglify): Add :group.
13823         * dig.el (dig): Add :group.
13825         * dns-mode.el (dns-mode): Add :group.
13827         * encrypt.el (encrypt): Add :group.
13829         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13830         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13831         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13832         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13833         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13835         * gnus-diary.el (gnus-diary): Add :group.
13837         * gnus.el (gnus-group-news-1-face): Add :group.
13838         (gnus-group-news-1-empty-face): Ditto.
13839         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13840         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13841         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13842         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13843         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13844         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13845         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13846         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13847         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13848         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13849         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13850         (gnus-summary-high-ticked-face): Ditto.
13851         (gnus-summary-low-ticked-face): Ditto.
13852         (gnus-summary-normal-ticked-face): Ditto.
13853         (gnus-summary-high-ancient-face): Ditto.
13854         (gnus-summary-low-ancient-face): Ditto.
13855         (gnus-summary-normal-ancient-face): Ditto.
13856         (gnus-summary-high-undownloaded-face): Ditto.
13857         (gnus-summary-low-undownloaded-face): Ditto.
13858         (gnus-summary-normal-undownloaded-face): Ditto.
13859         (gnus-summary-high-unread-face): Ditto.
13860         (gnus-summary-low-unread-face): Ditto.
13861         (gnus-summary-normal-unread-face): Ditto.
13862         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13863         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13865         * hashcash.el (hashcash): New custom group.
13866         (hashcash-default-payment): Add :group.
13867         (hashcash-payment-alist): Ditto.
13868         (hashcash-default-accept-payment): Ditto.
13869         (hashcash-accept-resources): Ditto.
13870         (hashcash-path): Ditto.
13871         (hashcash-extra-generate-parameters): Ditto.
13872         (hashcash-double-spend-database): Ditto.
13873         (hashcash-in-news): Ditto.
13875         * message.el (message-minibuffer-local-map): Add :group.
13877         * netrc.el (netrc): Add :group.
13879         * sieve-manage.el (sieve-manage-log): Add :group.
13880         (sieve-manage-default-user): Diito.
13881         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13882         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13883         (sieve-manage-authenticators): Ditto.
13884         (sieve-manage-authenticator-alist): Ditto.
13885         (sieve-manage-default-port): Ditto.
13887         * sieve-mode.el (sieve-control-commands-face): Add :group.
13888         (sieve-action-commands-face): Ditto.
13889         (sieve-test-commands-face): Ditto.
13890         (sieve-tagged-arguments-face): Ditto.
13892         * smime.el (smime): Add :group.
13894         * spam-report.el (spam-report): Add :group.
13896         * spam.el (spam, spam-face): Add :group.
13898 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13900         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13901         return \n.\n.\n at the end of articles.  Protect against that.
13902         (nntp-with-open-group): Allow debugging.
13904         * nnheader.el (mail-header-set-extra): Make into a function
13905         because I just could't understand how to quote the list properly.
13907         * dns.el (query-dns-cached): New function.
13909 2005-05-26  Lute Kamstra  <lute@gnu.org>
13911         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13913 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13915         * gnus-art.el: Don't autoload mail-extract-address-components.
13917         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13918         eval-and-compile to evaluate it.
13920         * hashcash.el: Don't autoload executable-find.
13922         * nndb.el: Don't declare the nndb back end two or more times; don't
13923         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13925         * nntp.el: Autoload format-spec instead of format; use
13926         eval-and-compile to evaluate autoload forms.
13928 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13930         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13932 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13934         * gnus.el (gnus-version-number): Bump version.
13936 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13938         * gnus.el: No Gnus v0.3 is released.
13940 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13942         * gnus-art.el (gnus-article-edit-part): Disable undo.
13944 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13946         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13947         gnus-article-date-lapsed-new-header is t if date timer is active;
13948         skip headers in which the original date value is empty.
13949         (gnus-article-save-original-date): Redefine it as a macro.
13950         (gnus-display-mime): Use it.
13952 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13954         * gnus-art.el (article-date-ut): Support converting date in
13955         forwarded parts as well.
13956         (gnus-article-save-original-date): New function.
13957         (gnus-display-mime): Use it.
13959 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13961         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13962         enclosure element of <item>.
13964 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13966         * message.el (message-kill-buffer-query): Rename from
13967         `message-kill-buffer-query-if-modified'.  Add :version.
13969 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13971         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13972         window layout.
13974 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13976         * mml.el: Autoload dnd when compiling.
13978 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13980         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13981         x-dnd-*.
13983 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13985         * qp.el (quoted-printable-encode-region): Save excursion.
13987 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13989         * message.el (message-kill-buffer-query-if-modified): Add new variable
13990         so the user can kill a modified message buffer quickly.
13991         (message-kill-buffer): Use it.
13993 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13995         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
13996         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13998 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14000         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14001         contained in text because xml.el decodes entities) with LFs.
14003 2005-04-11  Lute Kamstra  <lute@gnu.org>
14005         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14006         differently.
14008 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14010         * mm-util.el (mm-detect-coding-region): Typo.
14012 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14014         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14016 2005-04-06  Deepak Goel  <deego@gnufans.org>
14018         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14019         user-function allow user modifications of the scores.
14020         (spam-stat-score-buffer-user): New function, to allow
14021         user-computed modifications to the score.
14022         (spam-stat-score-buffer-user-functions): List of additional
14023         scoring functions.
14024         (spam-stat-error-holder): Global temporary error holder.
14025         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14026         variable.
14028 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14030         * gnus-registry.el (gnus-registry-clean-empty-function)
14031         (gnus-registry-trim, gnus-registry-fetch-groups)
14032         (gnus-registry-delete-group): Groups that match
14033         `gnus-registry-ignored-groups' are removed from the registry
14034         entries, not just ignored for splitting.  This helps clean up the
14035         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14036         to get all the groups a message ID is in.
14038         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14039         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14040         (spam-stat-score-buffer-user-functions): Add :number custom type.
14042 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14044         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14045         argument in XEmacs.
14047         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14048         (nnrss-request-group): Decode group name first.
14049         (nnrss-request-article): Make a text/plain article if mml-to-mime
14050         failed.
14051         (nnrss-get-encoding): Return a compatible encoding according to
14052         nnrss-compatible-encoding-alist.
14053         (nnrss-find-el): Use consp instead of listp.
14054         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14056 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14058         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14059         which Emacs 20 doesn't support.
14060         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14062 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14064         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14065         silence the byte compiler inside the defun.
14067         * gnus-demon.el (parse-time-string): Add autoload.
14069         * gnus-delay.el (parse-time-string): Add autoload.
14071         * gnus-art.el (parse-time-string): Add autoload.
14073         * nnultimate.el (parse-time): Require for `parse-time-string'.
14075 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14077         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14079         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14081         * smime.el (smime-ldap-host-list): Add :version.
14083 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14085         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14086         pass it to `gnus-browse-read-group'.
14087         (gnus-browse-read-group): Add NUMBER argument and pass it to
14088         `gnus-group-read-ephemeral-group'.
14090         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14091         argument and pass it to `gnus-group-read-group'.
14093 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14095         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14096         mm-xemacs-find-mime-charset-1 if we have the mule feature
14097         available at runtime.
14099 2005-03-25  Werner Lemberg  <wl@gnu.org>
14101         * nnmaildir.el: Replace `illegal' with `invalid'.
14103 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14105         * gnus-start.el (gnus-display-time-event-handler):
14106         Check display-time-timer at runtime rather than only at load time
14107         in case display-time-mode is turned off in the mean time.
14109 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14111         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14112         used.
14114         * nneething.el (nneething-map-file-directory): Derive from
14115         `gnus-directory'.
14117         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14118         the To/Cc button.
14120 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14122         * nnmaildir.el (nnmaildir-request-accept-article):
14123         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14125 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14127         * gnus-async.el: Require timer-funcs at compile time when in
14128         XEmacs for `run-with-idle-timer'.
14130 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14132         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14133         autoloaded function.
14135 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14137         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14139 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14141         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14143 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14145         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14146         Add gnus-expert-user to default.
14148 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14150         * nnimap.el (nnimap-open-server): Ditto.
14152         * imap.el (imap-authenticate): Fix typo.
14154 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14156         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14157         buffer (since IMAP server might return FETCH response out of
14158         order, and the nntp buffer must be sorted).
14160 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14162         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14163         comparison on string.
14165         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14166         (gnus-agent-score): Rename category keywords to match gnus-cus.
14167         (gnus-agent-summary-fetch-series): Modify to protect against
14168         gnus-agent-summary-fetch-group clearing processable flags.
14169         (gnus-agent-synchronize-group-flags): Update live group buffer as
14170         synchronization may occur due to the user toggle the plugged
14171         status.
14172         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14173         successfully downloaded.
14174         (gnus-agent-expire-group-1): Avoid using markers when the overview
14175         is in ascending order; greatly improves performance.
14176         (gnus-agent-regenerate-group):
14177         Use gnus-agent-synchronize-group-flags to reset read status in both
14178         gnus and server.
14179         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14181 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14183         * message.el: Don't autoload former message-utils variables.
14184         (message-strip-subject-trailing-was): Change doc string.
14186         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14187         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14188         (nnweb-google-search): Add "hl=en" here.
14189         (nnweb-google-parse-1, nnweb-google-create-mapping):
14190         Don't hardcode URL.
14192 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14194         * message.el (message-get-reply-headers, message-followup):
14195         Mention related variables `message-use-followup-to' and
14196         `message-use-mail-followup-to', in the information buffer.
14198         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14199         of broken groups(-beta).google.com.
14201 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14203         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14204         parameter to invoked gnus-request-move-article; remove the
14205         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14206         all at once instead of once per article.
14207         (gnus-summary-remove-process-mark): Accept a list of articles as
14208         well as a single article for processing.
14210         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14211         parameter.
14213         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14215         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14217         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14218         parameter.
14220         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14221         parameter.
14223         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14224         parameter and remove the gnus-sum-hint-move-is-internal variable.
14226         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14227         parameter.
14229         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14230         parameter.
14232         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14233         parameter.
14235         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14237         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14238         parameter.
14240         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14241         parameter.
14243 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14245         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14246         a more conservative way.
14248 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14250         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14251         buffer, so it moves the window's cursor.
14253 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14255         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14256         `mm-dissect-multipart' and receive the from field as an (optional)
14257         argument from `mm-dissect-multipart'.
14258         (mm-dissect-multipart): Receive the from field as an argument and
14259         pass it on when we call `mm-dissect-buffer' on MIME parts.
14260         Fixes verification/decryption of signed/encrypted MIME parts.
14262 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14264         * gnus-sum.el (gnus-summary-move-article):
14265         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14266         whatever it calls (right now, only nnimap-request-move article
14267         respects it).
14269         * nnimap.el (nnimap-request-move-article):
14270         When gnus-sum-hint-move-is-internal is set, don't do the extra
14271         nnimap-request-article.
14273 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14275         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14277         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14278         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14280         * gnus-sum.el (gnus-summary-caesar-message):
14281         Apply `gnus-treat-article' after rotation.
14283         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14284         doc string.
14286 2005-02-22  Simon Josefsson  <jas@extundo.com>
14288         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14289         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14290         <arne@arnested.dk>.
14291         (encrypt): Add password-cache and password-cache-expiry as group
14292         members.
14294 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14296         * smime.el (smime-ldap-host-list): Doc fix.
14297         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14298         cache) password.
14299         (smime-sign-region): Use it.
14300         (smime-decrypt-region): Use it.
14301         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14302         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14303         fails.
14304         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14305         certificate from DER to PEM format rather than calling openssl.
14307         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14309         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14310         for signing/encryption.
14312         * mml.el (mml-parse-1): Use them.
14314 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14316         * nnrss.el (nnrss-verbose): Remove.
14317         (nnrss-request-group): Use `nnheader-message' instead.
14319 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14321         * nnrss.el (nnrss-verbose): New variable.
14322         (nnrss-request-group): Make it say nnrss is requesting a group.
14324 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14326         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14327         Handle news URL with given port correctly.
14329 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14331         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14332         containing special characters.
14334         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14336         * mml.el (mime-to-mml): Ditto.
14338         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14339         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14340         (rfc2047-decode-region): Quote decoded words containing special
14341         characters when rfc2047-quote-decoded-words-containing-tspecials
14342         is non-nil.
14344 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14346         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14348         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14350 2005-02-15  Simon Josefsson  <jas@extundo.com>
14352         * nnimap.el (nnimap-debug): Doc fix.
14354         * imap.el (imap-debug): Doc fix.
14356 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14358         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14360 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14362         * gnus.el (spam-contents): Improve docs for spam-contents
14363         parameter in its variable incarnation.
14365 2005-02-14  Simon Josefsson  <jas@extundo.com>
14367         * smime-ldap.el: Use require instead of load-library for ldap.
14368         (smime-ldap-search): Indent.
14369         (smime-ldap-search-internal): Shorten line.
14371         * smime.el (smime-cert-by-dns): Add doc-string.
14372         (smime-cert-by-ldap-1): Indent.
14374         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14375         mml-smime-get-dns-ldap.
14376         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14378 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14380         * smime.el: Require smime-ldap.
14381         (smime-ldap-host-list): New variable.
14382         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14384         * mml-smime.el (mml-smime-encrypt-query): New function.
14385         (mml-smime-encrypt-query): Use it.
14387         * smime-ldap.el: New file.
14389 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14391         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14393 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14395         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14396         argument in doc string.  Make query for type more clear.
14398 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14400         * gnus.el (gnus-group-startup-message): Search for gnus images in
14401         etc/images/gnus.
14402         * mm-util.el (mm-image-load-path): Likewise.
14403         * smiley.el (smiley-data-directory): Search for smilies in
14404         etc/images/smilies.
14406 2005-02-09  Kim F. Storm  <storm@cua.dk>
14408         Change Emacs release version from 21.4 to 22.1 throughout.
14409         Change Emacs development version from 21.3.50 to 22.0.50.
14411 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14413         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14415         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14416         non-Mule XEmacs as well.
14417         (mm-decompress-buffer): Signal an error intentionally if it does
14418         not decompress compressed data because auto-compression-mode is
14419         disabled.
14421 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14423         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14424         an ID in the registry even if it has no groups.
14426 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14428         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14429         merge it into mm-decompress-buffer.
14430         (gnus-mime-copy-part): Use the MIME part charset, the value which
14431         a user specified or gnus-newsgroup-charset for decoding, like
14432         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14433         save-buffer what was used.  Suggested by Kevin Ryde
14434         <user42@zip.com.au>.
14435         (gnus-mime-inline-part): Allow the name parameter as well as the
14436         filename parameter; force decompressing of compressed data; always
14437         display contents being not decoded as unibyte.
14439         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14440         as well as the filename parameter.
14442         * mm-util.el (mm-decompress-buffer):
14443         Merge gnus-mime-jka-compr-maybe-uncompress.
14444         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14445         of compressed data.
14447 2005-02-08  Simon Josefsson  <jas@extundo.com>
14449         * imap.el (imap-log): Doc fix.
14451 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14453         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14454         the coding cookies; decompress compressed parts.
14456         * mml.el (mml-generate-mime-1): Add the charset parameter according
14457         to the value which a user specified manually or the coding cookie.
14459         * mm-util.el (mm-string-to-multibyte): New function.
14460         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14461         (mm-coding-system-to-mime-charset): New function.
14462         (mm-decompress-buffer): New function.
14463         (mm-find-buffer-file-coding-system): New function.
14465         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14466         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14467         parts.
14469 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14471         * mm-view.el (mm-display-inline-fontify): Decode a part according
14472         to the charset parameter.
14474 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14476         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14477         prefix arg is neither nil nor a number, as info specifies.
14479 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14481         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14482         timestamps.
14484 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14486         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14487         groups error checking and notify user.
14489 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14491         * message.el (message-send-mail-function): Check existence of
14492         sendmail-program first before using default value
14493         `message-send-mail-with-sendmail'.  Otherwise use more generic
14494         `smtpmail-send-it'.
14496 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14498         * nntp.el (nntp-request-update-info): Always return nil.
14500 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14502         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14504 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14506         * message.el (message-beginning-of-line): Change the behavior when
14507         invoked between BOL and : so that it first moves backward.
14509 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14511         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14512         article buffer when editing of the article is discarded.
14513         (gnus-article-prepare): Revert.
14515 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14517         * gnus-art.el (gnus-article-prepare):
14518         Remove message-strip-forbidden-properties from the local hook.
14520 2005-01-27  Simon Josefsson  <jas@extundo.com>
14522         * password.el (password-cache-add): Only start one timer per key.
14523         Reported by Derek Atkins <warlord@MIT.EDU>.
14525 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14527         * run-at-time.el: Remove.  It is no longer needed as
14528         timer-funcs.el in the xemacs-base package has a working version of
14529         `run-at-time'.
14531         * password.el: Require timer-funcs instead of run-at-time in
14532         XEmacs.
14533         Remove `password-run-at-time' macro.
14534         (password-cache-add): Use `run-at-time' instead of
14535         `password-run-at-time'.
14537         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14538         for `run-with-idle-timer'.
14540         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14541         for `run-at-time'.
14543         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14544         for `with-timeout'.
14546 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14548         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14549         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14551 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14553         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14554         sensitively.
14556 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14558         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14560 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14562         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14563         which will be inserted according to the multibyteness of a buffer
14564         rather than the type of contents.  Suggested by ARISAWA Akihiro
14565         <ari@mbf.ocn.ne.jp>.
14567         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14568         of string which old xml.el may return rather than a string.
14570 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14572         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14574 2005-01-16  Simon Josefsson  <jas@extundo.com>
14576         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14577         idn/idna.el isn't available.
14578         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14579         <michael@waxrat.com>.
14581         * hashcash.el: Remove non-FSF copyright header.
14583         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14584         (hashcash-generate-payment): Use it.
14585         (hashcash-generate-payment-async): Use it.
14587 2005-01-15  Simon Josefsson  <jas@extundo.com>
14589         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14590         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14592         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14593         gnus-summary-idna-message.
14594         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14595         (gnus-summary-idna-message): New function.
14597 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14599         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14600         gnus-novice-user.
14602 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14604         * nnrss.el (nnrss-request-delete-group): Delete entries in
14605         nnrss-group-alist as well.
14606         (nnrss-save-server-data): Insert newline.
14608 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14610         * gnus.el (gnus-user-agent): Use list of symbols instead of
14611         symbols.  Display full version number for (S)XEmacs.
14612         Optionally display (S)XEmacs codename.
14614         * gnus-util.el (gnus-emacs-version): Update for new
14615         `gnus-user-agent'.
14617         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14618         Gnus version.
14620 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14622         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14623         which is unreadable in some setups.
14625 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14627         * gnus-spec.el (gnus-update-format-specifications): Flush the
14628         group format spec cache if it doesn't support decoded group names.
14630 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14632         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14633         Allow to apply decay on score files matching a regexp.
14635 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14637         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14638         compatibility in %g and %c.
14640 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14642         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14643         name for only %g and %c.
14644         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14645         of gnus-tmp-group to decoded group name.
14646         (gnus-group-make-rss-group): Exclude `/'s from group names.
14648 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14650         * nnrss.el (nnrss-get-encoding): Fix regexp.
14652 2004-12-27  Simon Josefsson  <jas@extundo.com>
14654         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14655         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14656         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14658 2004-12-17  Kim F. Storm  <storm@cua.dk>
14660         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14662         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14664 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14666         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14668 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14670         * nnrss.el: Require rfc2047 and mml.
14671         (nnrss-file-coding-system): New variable.
14672         (nnrss-format-string): Redefine it as an inline function.
14673         (nnrss-decode-group-name): New function.
14674         (nnrss-string-as-multibyte): Remove.
14675         (nnrss-retrieve-headers): Decode group name; don't use
14676         nnrss-format-string.
14677         (nnrss-request-group): Decode group name.
14678         (nnrss-request-article): Decode group name; allow a Message-ID as
14679         well as an article number; don't use nnrss-format-string; encode a
14680         Message-ID string which may contain non-ASCII characters; use
14681         mml-to-mime to compose a MIME article.
14682         (nnrss-request-expire-articles): Decode group name.
14683         (nnrss-request-delete-group): Decode group name.
14684         (nnrss-fetch): Clarify error message.
14685         (nnrss-read-server-data): Use insert-file-contents instead of load;
14686         bind file-name-coding-system; use multibyte buffer.
14687         (nnrss-save-server-data): Bind coding-system-for-write to the
14688         value of nnrss-file-coding-system; bind file-name-coding-system;
14689         add coding cookie.
14690         (nnrss-read-group-data): Use insert-file-contents instead of load;
14691         bind file-name-coding-system; use multibyte buffer.
14692         (nnrss-save-group-data): Bind coding-system-for-write to the
14693         value of nnrss-file-coding-system; bind file-name-coding-system.
14694         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14695         make it work with non-ASCII text.
14696         (nnrss-find-el): Make it work with old xml.el as well.
14698 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14700         * nnrss.el (nnrss-get-encoding): New function.
14701         (nnrss-fetch): Use unibyte buffer initially; bind
14702         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14703         decode contents according to the encoding attribute.
14704         (nnrss-save-group-data): Add coding cookie.
14705         (nnrss-mime-encode-string): New function.
14706         (nnrss-check-group): Use it to encode subject and author.
14708 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14710         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14711         imaginary variable.
14713 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14715         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14716         correctly even if there are wide characters.
14718 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14720         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14721         downcased symbol names; make a new cache instead of reusing
14722         bbdb-hashtable.
14724 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14726         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14727         concatenating segments rather than before concatenating them.
14728         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14730         * message.el (message-get-reply-headers): Bind `extra'.
14732 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14734         * message.el (message-extra-wide-headers): New variable.
14735         (message-get-reply-headers): Use it.
14737 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14739         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14740         (gnus-agent-group-pathname): Ditto.
14742         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14744         * gnus-group.el (gnus-group-make-group): Decode group name.
14745         (gnus-group-make-rss-group): Register the group data after opening
14746         the nnrss group.
14748 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14750         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14751         by expiry now get marked as read.
14753 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14755         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14757 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14759         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14760         unify Latin characters in XEmacs.
14761         (mm-find-mime-charset-region): Use it.
14763 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14765         * gnus-util.el (gnus-delete-directory): New function.
14767         * gnus-agent.el (gnus-agent-delete-group): Use it.
14769         * gnus-cache.el (gnus-cache-delete-group): Use it.
14771 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14773         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14774         names.
14776 2004-12-16  Simon Josefsson  <jas@extundo.com>
14778         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14780 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14782         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14784         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14785         (gnus-group-set-current-level): Decode group name.
14787 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14789         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14790         failed.
14792 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14794         * gnus-group.el (gnus-group-delete-group): Decode group name.
14795         (gnus-group-make-rss-group): Encode group name.
14796         (gnus-group-catchup-current): Decode group name.
14797         (gnus-group-kill-group): Decode group name.
14799 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14801         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14803 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14805         * gnus-group.el (gnus-group-make-rss-group):
14806         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14808         * gnus-start.el (gnus-setup-news): Honor user's setting to
14809         gnus-message-archive-method.  Suggested by Lute Kamstra
14810         <lute@gnu.org>.
14812 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14814         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14815         global counterparts of the buffer-local variables.
14817 2004-11-16  Romain Francoise  <romain@orebokech.com>
14819         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14820         counterparts of the buffer-local variables.
14822 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14824         * message.el (message-forbidden-properties): Fix typo in doc
14825         string.
14827 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14829         * gnus-util.el (gnus-replace-in-string): Add doc string.
14831         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14832         to avoid problems when splitting mails with many recipients.
14834 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14836         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14837         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14839 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14841         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14842         if there is no hashtable in memory or file modification time is
14843         newer than cached timestamp.
14845 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14847         * gnus-sum.el (gnus-summary-limit-to-recipient):
14848         Implement not-matching option.
14850 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14852         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14853         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14854         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14855         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14856         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14857         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14859 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14861         * message.el (message-forward-make-body-mml): Remove headers
14862         according to message-forward-ignored-headers if a message is decoded.
14864 2004-12-02  Romain Francoise  <romain@orebokech.com>
14866         * message.el (message-forward-make-body-plain): Always remove
14867         headers according to message-forward-ignored-headers.
14869 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14871         * spam.el (spam-summary-prepare-exit): Remove the
14872         gnus-summary-limit pop for now, it has problems with ham marks for
14873         me.
14875 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14877         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14878         correctly.
14880 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14882         * format-spec.el (format-spec): Message the char.
14884 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14886         * gnus-art.el (gnus-split-methods): Reformat comments.
14888         * spam.el (spam-summary-prepare-exit): Remove article limits
14889         before exiting the summary buffer.
14891 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14893         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14894         order to silence the byte compiler.
14896         * spam.el: Fix the way to silence the byte compiler, which
14897         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14898         bbdb-search-simple, spam-BBDB-register-routine,
14899         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14900         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14901         spam-stat-buffer-is-spam, spam-stat-load,
14902         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14903         spam-stat-save and spam-stat-split-fancy.
14905 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14907         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14908         which may confuse users.
14909         (canlock-password-for-verify): Ditto.
14911         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14913         * gnus-art.el (gnus-emphasis-alist): Ditto.
14915         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14917         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14919         * gnus-start.el (gnus-save-killed-list): Ditto.
14921         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14922         (gnus-sum-thread-tree-root): Ditto.
14923         (gnus-sum-thread-tree-false-root): Ditto.
14924         (gnus-sum-thread-tree-single-indent): Ditto.
14926         * message.el (message-courtesy-message): Ditto.
14927         (message-archive-note): Ditto.
14928         (message-subscribed-address-file): Ditto.
14929         (message-user-fqdn): Ditto.
14931         * spam-report.el (spam-report-gmane-regex): Ditto.
14933         * spam.el (spam-blackhole-good-server-regex): Ditto.
14935 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14937         * mml.el (mml-preview): Widen the message buffer before copying
14938         the contents to the preview buffer; sort headers before previewing.
14940         * message.el (message-hidden-headers): Fix the way to avoid a bug
14941         in the `repeat' widget in Emacs 21.3 or earlier.
14943 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14945         * message.el (message-hidden-headers): Default to "^References:".
14946         Improve customization type.  Suggested by Reiner Steib
14947         <Reiner.Steib@gmx.de>.
14949 2004-11-25  Romain Francoise  <romain@orebokech.com>
14951         * message.el (message-strip-forbidden-properties): Remove check for
14952         obsolete `message-hidden' text property, hidden headers are not
14953         accessible in the buffer anymore.
14955 2004-11-22  Romain Francoise  <romain@orebokech.com>
14957         * message.el (message-header-format-alist): Add `From' in list
14958         so that it can be sorted.
14959         (message-fix-before-sending): Widen and sort headers before
14960         sending.
14961         (message-hide-headers): Use narrowing to hide headers by moving
14962         them to the top of the buffer and narrowing to the region
14963         underneath.
14965 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14967         * message.el (message-strip-forbidden-properties):
14968         Bind buffer-read-only (etc) to nil.
14970 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14972         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14973         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14975 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14977         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14979 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14981         * dns.el (query-dns): Use sit-for to time instead of
14982         accept-process-output, since that doesn't seem to work on udp
14983         sockets.
14985 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14987         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14989 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14991         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14992         doc string.  Improve doc string.
14994 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14996         * nntp.el (nntp-request-update-info): Return nil if
14997         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14998         may not call gnus-activate-group which uselessly issues the GROUP
14999         commands for all nntp groups and wastes time.  Reported by Romain
15000         Francoise <romain@orebokech.com>.
15002         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15004 2004-11-15  Simon Josefsson  <jas@extundo.com>
15006         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15007         headers separately.
15008         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15009         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15011 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15013         * gnus-start.el (gnus-convert-old-newsrc):
15014         Assign legacy-gnus-agent to 5.10.7.
15016 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15018         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15019         start of the lines.
15021 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15023         * hashcash.el (hashcash-default-payment): Change default to 20.
15024         (hashcash-default-accept-payment): Change default to 20.
15025         (hashcash-process-alist): New variable.
15026         (hashcash-generate-payment-async): Add.
15027         (hashcash-already-paid-p): Add.
15028         (hashcash-insert-payment): Don't generate payments twice.
15029         (hashcash-insert-payment-async): Add.
15030         (hashcash-insert-payment-async-2): Add.
15031         (hashcash-cancel-async): Add.
15032         (hashcash-wait-async): Add.
15033         (hashcash-processes-running-p): Add.
15034         (hashcash-wait-or-cancel): Add.
15035         (mail-add-payment): New optional argument.  Conditionally start
15036         asynchronous calculation.
15037         (mail-add-payment-async): Add.
15039         * message.el (message-send-mail): Wait for asynchronous hashcash
15040         results.  Don't clobber existing X-Hashcash headers.
15041         (message-setup-1): Call mail-add-payment-async when
15042         message-generate-hashcash is non-nil.
15044 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15046         * message.el (message-use-alternative-email-as-from): Examine the
15047         From header as well; use message-make-from in order to include a
15048         user's full name.
15050 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15052         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15053         default; improve customization type.
15054         (gnus-emphasis-custom-with-format): New macro.
15055         (gnus-emphasis-custom-value-to-external): New function.
15056         (gnus-emphasis-custom-value-to-internal): New function.
15058 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15060         * dns.el (query-dns): Resolve reverse addresses.
15062 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15064         * gnus-group.el (gnus-group-get-new-news): Use it.
15066         * gnus-start.el (gnus-check-reasonable-setup): New function.
15068 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15070         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15071         "Args out of range" error.  Reported by Arnaud Giersch
15072         <arnaud.giersch@free.fr>.
15074 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15076         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15078 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15080         * spam.el (spam group): Add :version.
15082         * pgg-def.el (pgg group): Add :version.
15084 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15086         * gnus-art.el (gnus-article-edit-article): Don't associate the
15087         article buffer with a draft file.  This is a temporary measure
15088         against the 2004-08-22 change to gnus-article-edit-mode.
15090 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15092         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15093         (html2text-format-tags): Remove unused variable `attr'.
15095 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15097         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15099         * spam-stat.el (spam-stat): Add :version.
15101         * sieve.el (sieve): Add :version.
15103         * sha1.el (sha1): Add :version.
15104         (sha1-use-external): Remove redundant version.
15106         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15107         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15108         (nnmail-split-fancy-match-partial-words)
15109         (nnmail-split-lowercase-expanded): Add :version.
15111         * nndiary.el (nndiary): Add :version.
15113         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15115         * mml-sec.el (mml-default-sign-method)
15116         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15117         Add :version.
15119         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15121         * mm-url.el (mm-url-use-external, mm-url-program)
15122         (mm-url-arguments): Add :version.
15124         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15125         (mm-attachment-file-modes, mm-decrypt-option)
15126         (mm-w3m-safe-url-regexp): Add :version.
15128         * message.el (message-cite-prefix-regexp)
15129         (message-sendmail-envelope-from, message-minibuffer-local-map)
15130         (message-user-fqdn, message-completion-alist): Add :version.
15132         * gnus-win.el (gnus-configure-windows-hook)
15133         (gnus-use-frames-on-any-display): Add :version.
15135         * gnus-art.el (gnus-article-address-banner-alist)
15136         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15137         (gnus-treat-from-picon, gnus-treat-mail-picon)
15138         (gnus-treat-x-pgp-sig): Add :version.
15140         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15141         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15142         (gnus-summary-article-delete-hook)
15143         (gnus-summary-display-while-building): Add :version.
15145         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15146         (gnus-get-top-new-news-hook): Add :version.
15148         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15149         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15151         * gnus-registry.el (gnus-registry): Add :version.
15153         * gnus-spec.el (gnus-use-correct-string-widths)
15154         (gnus-make-format-preserve-properties): Add :version.
15156         * gnus.el (gnus-group-charter-alist)
15157         (gnus-group-fetch-control-use-browse-url)
15158         (gnus-install-group-spam-parameters): Add :version.
15160         * gnus-diary.el (gnus-diary): Add :version.
15162         * gnus-delay.el (gnus-delay): Add :version.
15164         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15165         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15166         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15167         Add :version.
15169         * gnus-agent.el (gnus-agent-max-fetch-size)
15170         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15171         (gnus-agent-prompt-send-queue): Add :version.
15173         * deuglify.el (gnus-outlook-deuglify): Add :version.
15175         * html2text.el: Beautify code.  Improve doc strings.
15176         Some checkdoc cleanup.
15177         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15179 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15181         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15183 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15185         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15186         when package is loaded.
15188         * spam.el (spam-summary-score-preferred-header): Add global preference
15189         for people who want to override the default SpamAssassin over
15190         Bogofilter preference (when both are set).
15191         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15192         (spam-user-format-function-S):
15193         Check spam-summary-score-preferred-header.
15194         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15195         (spam-user-format-function-S): Format the score correctly.
15197 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15199         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15200         signature file.  Suggested by Manoj Srivastava
15201         <srivasta@golden-gryphon.com>.
15203         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15204         iso-2022-jp even in the Japanese language environment.
15205         Suggested by Jason Rumney <jasonr@gnu.org>.
15207 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15209         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15210         use the same characters as the dummy marks; make it free from
15211         getting affected by the language environment.
15212         (gnus-summary-read-group-1): Update mark positions only when the
15213         format spec is updated.
15215         * gnus-spec.el (gnus-update-format-specifications): Return a list
15216         of updated types.
15218 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15220         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15221         of boundp to check if display-warning is available.
15223 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15225         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15227 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15229         * nnspool.el (nnspool-spool-directory): Use news-path if the
15230         news-directory variable is not bound.
15232         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15233         function instead of display-warning if it is not available.
15235 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15237         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15238         v5-10: Use `point-at-bol'.
15240 2004-10-26  Simon Josefsson  <jas@extundo.com>
15242         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15243         <chenggao@gmail.com>.
15245 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15247         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15248         instead.
15250 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15252         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15253         to remove a server from the nnimap-server-buffer-alist.
15254         (nnimap-open-connection, nnimap-close-server): Use it.
15256         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15258 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15260         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15261         running the major-mode function.
15263 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15265         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15266         dummy marks in the right way.
15268 2004-10-18  David Edmondson  <dme@dme.org>
15270         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15271         excessively.
15273 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15275         * gnus-util.el (gnus-split-references): Accept a nil references
15276         string and go on blissfully.
15278         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15279         cases where the references string is non-nil but has no references.
15281         * encrypt.el: Add autoload tags.
15283         * spam.el (spam-resolve-registrations-routine): Remove article
15284         from unregistration list too.  Reported by David Hanak
15285         <dhanak@isis.vanderbilt.edu>
15287 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15289         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15290         nil.  Change custom type.
15292 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15294         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15296         * gnus-sum.el (gnus-summary-move-article): Use it.
15298 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15300         * encrypt.el: Add autoload cookies.
15302         * spam.el (spam-backend-article-list-property)
15303         (spam-backend-get-article-todo-list)
15304         (spam-backend-put-article-todo-list)
15305         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15306         Resolve registrations separately.
15307         (spam-register-routine): Format comments.
15308         (spam-unregister-routine, spam-register-routine): Always call with
15309         specific-articles, no default list.
15310         (spam-summary-prepare-exit): Use the spam-classifications function.
15312         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15313         gnus-encrypt.el.
15315         * encrypt.el: Copied from gnus-encrypt.el.
15317         * gnus-encrypt.el: Commented that it's obsolete.
15319 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15321         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15322         (gnus-score-save): Use it.
15324         * message.el (message-bury): Use `window-dedicated-p'.
15326 2004-10-15  Simon Josefsson  <jas@extundo.com>
15328         * pop3.el (top-level): Don't require nnheader.
15329         (pop3-read-timeout): Add.
15330         (pop3-accept-process-output): Add.
15331         (pop3-read-response, pop3-retr): Use it.
15333 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15335         * spam.el (spam-register-routine): Move comment.
15336         (spam-verify-bogofilter): Use 'unknown for the initial
15337         spam-bogofilter-valid state, not 'never.
15339         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15340         for netrc-machine.
15342         * nnimap.el (nnimap-open-connection):
15343         Use netrc-machine-user-or-password.
15345 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15347         * gnus-registry.el (gnus-registry-unload-hook):
15348         Set as a variable with add-hook.
15350         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15351         of news-path.
15353         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15355         * spam.el: Delete duplicate `provide'.
15356         (spam-unload-hook): Set as a variable with add-hook.
15358 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15360         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15361         in the doc string.
15363         * message.el (message-ignored-news-headers)
15364         (message-ignored-supersedes-headers)
15365         (message-ignored-resent-headers)
15366         (message-forward-ignored-headers): Improve custom type.
15368 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15370         * message.el (message-tokenize-header): Fix 2004-09-06 change
15371         which used point-min in the wrong place.
15373 2004-10-12  Simon Josefsson  <jas@extundo.com>
15375         * tls.el (tls-certtool-program): New variable.
15376         (tls-certificate-information): New function, based on
15377         ssl-certificate-information.
15379 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15381         * compface.el: Move the version of ELisp-based uncompface program
15382         to the contrib directory because of the copyright problem.
15384 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15386         * message.el (message-kill-buffer): Raise the current frame.
15388 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15390         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15392         * gnus.el (message-y-or-n-p): Autoload.
15394         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15395         (pop3-password-required, pop3-authentication-scheme)
15396         (pop3-leave-mail-on-server): Make customizable.
15397         (pop3): New custom group.
15398         (pop3-retr): Remove `sleep-for' statements.
15399         Suggested by Dave Love <fx@gnu.org>.
15401         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15402         Windows/DOS.
15404         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15405         (imap-parse-body): Fix incorrect use of `assert'.
15406         Suggested by Dave Love <fx@gnu.org>.
15408         * mml.el (mml-minibuffer-read-disposition): Require match.
15409         Suggested by Dave Love <fx@gnu.org>.
15411 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15413         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15414         doc string.
15416 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15418         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15420 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15422         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15423         instead of calling `mm-insert-inline', to decode text/* parts
15424         before displaying them.
15426 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15428         * mm-uu.el (mm-uu-text-plain-type): New variable.
15429         (mm-uu-pgp-signed-extract-1): Use it.
15430         (mm-uu-pgp-encrypted-extract-1): Use it.
15431         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15432         bind mm-uu-text-plain-type with that value.
15433         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15434         mm-uu-dissect.
15436 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15438         * gnus-group.el (gnus-update-group-mark-positions):
15439         * gnus-sum.el (gnus-update-summary-mark-positions):
15440         * message.el (message-check-news-body-syntax):
15441         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15442         of string-as-multibyte.
15444 2004-10-05  Juri Linkov  <juri@jurta.org>
15446         * gnus-group.el (gnus-update-group-mark-positions):
15447         * gnus-sum.el (gnus-update-summary-mark-positions):
15448         * message.el (message-check-news-body-syntax):
15449         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15450         8-bit unibyte values to a multibyte string for search functions.
15452 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15454         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15455         (mm-uu-dissect-text-parts): New function.
15457         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15458         dissect text parts.
15460         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15461         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15463         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15465         * gnus-topic.el (gnus-topic-hierarchical-parameters):
15466         Use gnus-current-topics instead of gnus-current-topic.
15468 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15470         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15472 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15474         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15475         where approriate.
15477         * nnml.el (nnml-generate-active-info): do.
15479         * nndiary.el (nndiary-generate-active-info): do.
15481         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15482         (gnus-topic-move): do.
15484         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15485         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15487         * gnus-srvr.el (gnus-server-prepare)
15488         (gnus-server-open-all-servers): do.
15490         * gnus-msg.el (gnus-summary-cancel-article)
15491         (gnus-summary-resend-message)
15492         (gnus-summary-mail-crosspost-complaint): do.
15494         * gnus-move.el (gnus-change-server): do.
15496         * gnus-group.el (gnus-group-unmark-all-groups)
15497         (gnus-group-set-current-level): do.
15499 2004-10-04  Simon Josefsson  <jas@extundo.com>
15501         * message.el (message-generate-hashcash): Doc fix.
15503 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15505         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15506         avoid infinite recursion via gnus-get-function.
15508 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15510         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15512         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15514         * nnmail.el (nnmail-split-history): do.
15516         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15517         (nnml-request-delete-group): do.
15519         * nnslashdot.el (nnslashdot-read-groups): do.
15521         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15522         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15524         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15525         (nnspool-sift-nov-with-sed): Use last.
15526         (nnspool-retrieve-headers-with-nov): Use mapc.
15527         (nnspool-request-newgroups): Use dolist.
15528         (nnspool-request-group): Use last.
15530         * nntp.el (nntp-read-server-type): Use dolist.
15532         * nnvirtual.el (nnvirtual-create-mapping)
15533         (nnvirtual-update-read-and-marked): Use dolist.
15534         (nnvirtual-convert-headers): Simplify.
15536 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15538         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15539         Add support for sync'ing tick marks.
15541 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15543         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15544         there's no visible header.
15546 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15548         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15549         When necessary, pass full group name to gnus-request-set-marks.
15551 2004-10-01  Simon Josefsson  <jas@extundo.com>
15553         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15554         acroread.
15556 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15558         * spam-report.el (spam-report-gmane): Fix interactive.
15560         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15562         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15563         when writing file.
15564         (gnus-agent-synchronize-flags): Don't default to being
15565         interactive.
15567 2004-09-30  Simon Josefsson  <jas@extundo.com>
15569         * message.el (message-generate-hashcash): Add.
15570         (message-send-mail): Use it, call mail-add-payment.
15572 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15574         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15576 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15578         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
15579         gnus-requst-update-info with explicit code to sync the in-memory
15580         info read flags with the marks being sync'd to the backend.
15582         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
15584 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15586         * spam.el (spam-verify-bogofilter): Add new function.
15587         (spam-check-bogofilter)
15588         (spam-bogofilter-register-with-bogofilter): Use it.
15589         (spam-verify-bogofilter): Add small fixes.
15591 2004-09-28  Simon Josefsson  <jas@extundo.com>
15593         * hashcash.el (hashcash-generate-payment): Revert.
15595 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15597         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15598         Use gnus-extract-references instead of gnus-split-references.
15600         * gnus-util.el (gnus-extract-references): Add new function, analogous
15601         to gnus-split-references but extracts only the message-ID without
15602         anything extra.
15604         * hashcash.el (hashcash-generate-payment)
15605         (hashcash-check-payment): Do the right thing if hashcash-path is
15606         nil (because the hashcash program could not be found).
15608         * spam.el (spam-use-hashcash): Remove comment.
15610 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15612         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15613         (gnus-cache-enter-article, gnus-cache-remove-article)
15614         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15616         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15618         * gnus-art.el (article-hide-boring-headers)
15619         (article-translate-strings, article-display-face)
15620         (gnus-article-mime-match-handle-first)
15621         (gnus-article-highlight-headers)
15622         (gnus-article-add-buttons-to-head): do.
15624 2004-09-27  Simon Josefsson  <jas@extundo.com>
15626         * hashcash.el: New version, from
15627         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15628         ../contrib/.
15630 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15632         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15634 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15636         * gnus-dup.el (gnus-dup-open): Use mapc.
15637         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15639         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15640         Reported by Stefan Wiens <s.wi@gmx.net>.
15642         * gnus.el (gnus-shutdown): Use dolist.
15644         * gnus-undo.el (gnus-undo): Use mapc.
15646         * nnrss.el (nnrss-generate-active): do.
15648         * message.el (message-cite-original-without-signature)
15649         (message-cite-original): Use mapc.
15650         (message-do-actions, message-make-forward-subject): Use dolist.
15652 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15654         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
15655         deletion to remove entire duplicate line.  Fixes merged article
15656         number bug.
15658 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15660         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15661         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15662         first ask if you want to open a server and then, even when you
15663         responded with no, asking if you want to synchronize the server's
15664         flags.
15665         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15666         multi-line expressions.
15667         (gnus-agent-synchronize-group-flags): New internal function.
15668         Updates marks in memory (in the info structure) AND in the
15669         backend.
15671         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
15673         * nnagent.el (nnagent-request-set-mark):
15674         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
15675         method, to ensure that synchronization updates marks in the
15676         backend and in the info (in memory) structure.
15678 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15680         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15681         convention fully; don't miss the root article of a thread; make
15682         the X-Draft-From header with correct article numbers.
15684 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15686         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15687         unless plugged.  Disable the agent so that an open failure causes
15688         an error.
15690         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15691         Revert 2004-09-21 change.  The backend must be opened while
15692         synchronizing flags even when the backend stores the flags
15693         locally.
15695 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15697         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15698         in `header' match.  Reported by Svend Tollak Munkejord.
15700         * message.el (message-cite-original): Fix use of
15701         `message-cite-articles-with-x-no-archive'.
15703 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15705         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15706         (gnus-window-to-buffer): Ditto.
15708         * mml.el (mml-preview-buffer): New variable.
15709         (mml-preview): Manage window layout with gnus-buffer-configuration.
15711         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15712         X-Draft-From header even if those articles aren't quoted.
15714 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15716         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15717         (gnus-request-set-mark, gnus-request-update-mark): Use new
15718         g-s-t-u-l-m to decide to use backend even when unplugged.
15720 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15722         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15723         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15725 2004-09-20  Simon Josefsson  <jas@extundo.com>
15727         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15728         "utf-16-le".
15730 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15732         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15734 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15736         * uudecode.el (uudecode-use-external): Add :version.
15738         * smime.el (smime-CA-file, smime-encrypt-cipher)
15739         (smime-dns-server): Add :version.
15741         * smiley.el (gnus-smiley-file-types): Add :version.
15743         * sha1.el (sha1-use-external): Add :version.
15745         * pgg-def.el (pgg-query-keyserver): Add :version.
15747         * nnmail.el (nnmail-fancy-expiry-targets)
15748         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15749         Add :version.
15751         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15752         (nnimap-retrieve-groups-asynchronous): Add :version.
15753         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
15755         * mml.el (mml-content-disposition-parameters)
15756         (mml-insert-mime-headers-always): Add :version.
15758         * mm-util.el (mm-coding-system-priorities): Add :version.
15760         * mm-decode.el (mm-inline-text-html-with-images)
15761         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15762         (mm-verify-option): Add :version.
15763         (mm-text-html-renderer): Change :version.
15765         * message.el (message-fcc-externalize-attachments)
15766         (message-required-headers, message-draft-headers)
15767         (message-subject-trailing-was-query)
15768         (message-subject-trailing-was-ask-regexp)
15769         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15770         (message-mark-insert-end, message-archive-header)
15771         (message-archive-note, message-cross-post-default)
15772         (message-cross-post-note, message-followup-to-note)
15773         (message-cross-post-note-function, message-use-mail-followup-to)
15774         (message-subscribed-address-functions)
15775         (message-subscribed-address-file, message-subscribed-addresses)
15776         (message-subscribed-regexps, message-allow-no-recipients)
15777         (message-yank-cited-prefix, message-signature-insert-empty-line)
15778         (message-hidden-headers, message-hierarchical-addresses)
15779         (message-mail-user-agent, message-use-idna)
15780         (message-valid-fqdn-regexp)
15781         (message-strip-special-text-properties, message-header-synonyms)
15782         (message-beginning-of-line, message-tab-body-function): Add :version.
15783         (message-insert-canlock, message-wide-reply-confirm-recipients):
15784         Change :version.
15786         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15787         and :version.
15788         (mail-source-delete-old-incoming-confirm)
15789         (mail-source-movemail-program): Add :version.
15791         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15792         (gnus-agent-cache, gnus-agent): Change :version.
15794         * gnus-util.el (gnus-use-byte-compile): Change :version.
15796         * gnus-sum.el (gnus-summary-make-false-root-always)
15797         (gnus-summary-default-high-score)
15798         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15799         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15800         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15801         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15802         (gnus-sum-thread-tree-single-indent)
15803         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15804         (gnus-sum-thread-tree-leaf-with-other)
15805         (gnus-sum-thread-tree-single-leaf): Add :version.
15806         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15807         (gnus-article-loose-mime): Change :version.
15809         * gnus-start.el (gnus-backup-startup-file)
15810         (gnus-save-startup-file-via-temp-buffer): Add :version.
15812         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15813         (gnus-server-offline-face): Add :version.
15815         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15817         * gnus-msg.el (gnus-gcc-externalize-attachments)
15818         (gnus-debug-files, gnus-debug-exclude-variables)
15819         (gnus-discouraged-post-methods): Change :version.
15820         (gnus-confirm-mail-reply-to-news)
15821         (gnus-confirm-treat-mail-like-news): Add :version.
15823         * gnus-int.el (gnus-server-unopen-status): Add :version.
15825         * gnus-group.el (gnus-group-jump-to-group-prompt)
15826         (gnus-large-ephemeral-newsgroup)
15827         (gnus-fetch-old-ephemeral-headers): Add :version.
15829         * gnus-fun.el (gnus-x-face-directory)
15830         (gnus-convert-pbm-to-x-face-command)
15831         (gnus-convert-image-to-x-face-command)
15832         (gnus-convert-image-to-face-command): Add :version.
15834         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15836         * gnus-cite.el (gnus-cite-blank-line-after-header)
15837         (gnus-article-boring-faces): Add :version.
15839         * gnus-art.el (gnus-buttonized-mime-types)
15840         (gnus-inhibit-mime-unbuttonizing)
15841         (gnus-treat-display-face)
15842         (gnus-treat-body-boundary): Change :version.
15843         (gnus-body-boundary-delimiter, gnus-picon-databases)
15844         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15845         (gnus-treat-date-english, gnus-treat-fold-headers)
15846         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15847         (gnus-treat-mail-picon, gnus-treat-wash-html)
15848         (gnus-article-encrypt-protocol)
15849         (gnus-use-idna, gnus-article-over-scroll)
15850         (gnus-mime-display-multipart-alternative-as-mixed)
15851         (gnus-mime-display-multipart-related-as-mixed)
15852         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15853         (gnus-ctan-url, gnus-button-ctan-handler)
15854         (gnus-button-handle-ctan-bogus-regexp)
15855         (gnus-button-ctan-directory-regexp)
15856         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15857         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15858         (gnus-button-man-level, gnus-button-emacs-level)
15859         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15861         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15862         (gnus-agent-go-online): Change :version.
15863         (gnus-agent-expire-unagentized-dirs)
15864         (gnus-agent-auto-agentize-methods): Add :version.
15866         * flow-fill.el (fill-flowed-display-column)
15867         (fill-flowed-encode-column): Add :version.
15869         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15870         (gnus-outlook-deuglify-unwrap-max)
15871         (gnus-outlook-deuglify-cite-marks)
15872         (gnus-outlook-deuglify-unwrap-stop-chars)
15873         (gnus-outlook-deuglify-no-wrap-chars)
15874         (gnus-outlook-deuglify-attrib-cut-regexp)
15875         (gnus-outlook-deuglify-attrib-verb-regexp)
15876         (gnus-outlook-deuglify-attrib-end-regexp)
15877         (gnus-outlook-display-hook): Add :version.
15879         * binhex.el (binhex-use-external): Add :version.
15881 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15883         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15884         and `invisible'.
15886 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15888         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15889         in gnus-registry-trim.
15891 2004-09-13  Simon Josefsson  <jas@extundo.com>
15893         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15895         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15897         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15898         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15899         <yamaoka@jpl.org>.
15900         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15901         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15902         <yamaoka@jpl.org>.
15904         * sieve.el (sieve-manage-mode): Ditto.
15906 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15908         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15910 2004-09-11  Simon Josefsson  <jas@extundo.com>
15912         * dns-mode.el: Add.
15914         * mm-view.el (mm-display-dns-inline): Add.
15916         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15917         (mm-automatic-display): Ditto.
15919         * mailcap.el (mailcap-mime-data): Add text/dns.
15920         (mailcap-mime-extensions): Map .soa to text/dns.
15922 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15924         * gnus-art.el (article-decode-mime-words, article-babel)
15925         (gnus-article-highlight-signature, gnus-article-add-buttons)
15926         (gnus-signature-toggle): Remove unnecessary bindings of
15927         `inhibit-read-only' inherited from v5.10 merge.
15929 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15931         * nntp.el (nntp): New customization group.
15932         (nntp-authinfo-file): Add customization group.
15934         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15936         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15938         * gnus.el (to-address, to-list, subscribed)
15939         (large-newsgroup-initial): Ditto.
15941         * flow-fill.el (fill-flowed-display-column)
15942         (fill-flowed-encode-column): Ditto.
15944 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15946         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15947         Use point-min rather than 1.
15948         (message-send-mail): Use buffer-size rather than point-max.
15950         * gnus-sum.el (gnus-summary-search-article-forward):
15951         Signal a specific `search-failed' rather than a generic `error'.
15953         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15954         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15955         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15957 2004-09-10  Simon Josefsson  <jas@extundo.com>
15959         * nndb.el (require): Remove tcp and duplicate cl.
15961 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15963         * gnus-agent.el (directory-files-and-attributes): Move forward.
15965 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15967         * gnus-agent.el (directory-files-and-attributes):
15968         Optionally defined to support XEmacs.
15970 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15972         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15973         to avoid run-time CL dependencies.
15974         (gnus-agent-unfetch-articles): New function.
15975         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15976         article numbers even when local .overview file is missing.
15977         (gnus-agent-read-article-number): New function.  Only accepts
15978         27-bit article numbers.
15979         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
15980         Use gnus-agent-read-article-number.
15981         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15982         from backend while recognizing that article numbers in .overview
15983         must be valid.
15984         (gnus-agent-update-files-total-fetched-for):
15985         Use directory-files-and-attributes to improve performance.
15986         * gnus-int.el (gnus-request-move-article):
15987         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
15988         improve performance.
15990         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
15991         some users confused by references to .newsrc when they only have a
15992         .newsrc.eld file.
15993         (gnus-convert-mark-converter-prompt)
15994         (gnus-convert-converter-needs-prompt): Fix use of property list.
15995         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15996         New function.  Used internally to only display 'gnus converting
15997         files' message when actually necessary.
15999         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16000         methods now autoloaded.
16002 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16004         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16005         identifiers.
16007 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16009         * gnus-picon.el: Fix indentation and closing parenthesis.
16011 2004-09-01  Simon Josefsson  <jas@extundo.com>
16013         * message.el (message-canlock-generate): Require sha1, not
16014         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16015         to require within a function.  Sadly, if sha1.el isn't loaded, the
16016         let binding in m-c-g will hide the defcustom definition, which is
16017         bad.)
16019         * canlock.el: Require sha1, not sha1-el.
16021         * message.el: Don't autoload sha1 (there is a autoload cookie in
16022         sha1.el).
16024         * sha1-el.el: Rename to sha1.el.
16026 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16028         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16030 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16032         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16034 2004-08-30  Kim F. Storm  <storm@cua.dk>
16036         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16038         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16039         Add :group 'nnimap.
16041 2004-08-30  Andreas Schwab  <schwab@suse.de>
16043         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16044         ?* and ?\;.
16046         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16047         and ?\' to symbol instead of whitespace.
16049 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16051         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16053         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16054         instead of re-search-forward.
16056         * gnus-uu.el (gnus-uu-save-article): Ditto.
16057         (gnus-uu-post-encode-uuencode): Ditto.
16059         * html2text.el (html2text-clean-list-items): Ditto.
16060         (html2text-clean-dtdd): Ditto.
16061         (html2text-format-tags): Ditto.
16063         * message.el (message-send-mail-with-sendmail): Fix regexp.
16064         (message-fill-field-general): Use search-forward instead of
16065         re-search-forward.
16066         (unbold-region): Ditto.
16068         * nnrss.el (nnrss-request-article): Ditto.
16070         * nnslashdot.el (nnslashdot-request-article): Ditto.
16072         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16074         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16075         "Unrecognized menu descriptor" error in XEmacs.
16077 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16079         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16080         parent article of a sparse article in the thread hashtb.
16082 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16084         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16085         (nnmail-expand-newtext): Lowercase expanded entries if
16086         nnmail-split-lowercase-expanded is non-nil.
16088 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16090         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16092         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16093         of gnus-tmp-news-method into string under XEmacs.  It will be
16094         passed to gnus-correct-length which takes only a string argument.
16096 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16098         * gnus-util.el (gnus-bind-print-variables): New macro.
16099         (gnus-prin1): Use it.
16100         (gnus-prin1-to-string): Use it.
16101         (gnus-pp): New function.
16102         (gnus-pp-to-string): New function.
16104         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16105         Replace pp-to-string with gnus-pp-to-string.
16106         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16107         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16108         * gnus-msg.el (gnus-debug): Ditto.
16109         * gnus-score.el (gnus-score-save): Ditto.
16110         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16111         gnus-pp-to-string.
16112         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16113         with gnus-pp.
16114         * score-mode.el (gnus-score-pretty-print): Ditto.
16115         * webmail.el (webmail-debug): Ditto.
16117 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16119         * gnus-art.el (article-display-face, article-display-x-face):
16120         Use buffer-read-only.
16122 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16124         * gnus-art.el (article-hide-list-identifiers):
16125         Bind inhibit-read-only as t.
16127 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16129         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16131 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16133         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16134         (gnus-narrow-to-page): Don't assume point-min == 1.
16135         (gnus-article-edit-mode): Derive from message-mode.
16137         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16138         point-min == 1.
16140         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16141         Disable incorrect use of `assert'.
16143         * message.el (message-mode): Set comment-start-skip.
16145 2004-08-22  Sam Steingold  <sds@gnu.org>
16147         * pop3.el (pop3-leave-mail-on-server): New user variable.
16148         (pop3-movemail): Delete mail only when it is nil.
16150 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16152         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16154         * mml.el (mml-preview): Use `pop-to-buffer'.
16156         * message.el (message-goto-mail-followup-to): Insert after "To".
16157         (message-carefully-insert-headers): Add comment.
16159         * gnus.el: Remove unused variable `gnus-article-check-size'.
16161         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16163         * gnus-art.el (gnus-button-alist):
16164         Improve `gnus-button-handle-library' entry.
16166 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16168         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16169         Use downcase, since XEmacs capitalizes error messages differently.
16171 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16173         * nntp.el: Add (require 'gnus) due to reference to
16174         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16176 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16178         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16179         Bind `mm-fill-flowed'.
16181         * mm-decode.el (mm-dissect-singlepart): Check it.
16183 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16185         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16186         'imap' for netrc parsing.
16188 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16190         * mailcap.el (mailcap-mime-data): Mark as risky.
16192 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16194         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16195         may be included in the encoded word.
16196         (rfc2047-encode): Don't append a space if the encoded word
16197         includes close parenthesis.
16199 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16201         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16202         of text within parentheses.
16204 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16206         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16207         (gnus-encrypt-write-file-contents): Make the password key the file
16208         name PLUS the cipher, not just the cipher.  Also remove failed
16209         passwords from the cache.
16211 2004-08-06  Simon Josefsson  <jas@extundo.com>
16213         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16214         Doc fix.
16216 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16218         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16219         LWSP.
16221 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16223         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16224         Try to append in-reply-to: data to the references: header.
16226         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16227         (netrc-parse): Use gnus-encrypt.el functions.
16229         * gnus-encrypt.el: Add new file for encryption support; currently
16230         does only a few GPG ciphers and an internal XOR cipher.
16232         * password.el: Add comments on using password-read-and-add.
16233         (password-read-and-add): Add function to read and add the
16234         password to the cache at once.
16236 2004-07-28  Simon Josefsson  <jas@extundo.com>
16238         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16239         parameter (but don't use it, for now).
16241         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16242         instead of hard coding to nil.
16244 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16246         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16247         as mm-inline-image-xemacs does.
16249 2004-07-26  Simon Josefsson  <jas@extundo.com>
16251         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16252         Revert part of 2004-07-17 change below.
16254 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16256         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16257         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16259 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16261         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16262         quotes that actually start with ">" at the beginning of the
16263         lines.
16265 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16267         * rfc2047.el (rfc2047-encode-region): Fix last change.
16268         (rfc2047-encode-parameter): Remove useless concat.
16270 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16272         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16273         encode special characters; fix some kind of misconfigured headers;
16274         signal a real error if debug-on-quit or debug-on-error is non-nil.
16275         (rfc2047-encode-max-chars): New variable.
16276         (rfc2047-encode-1): Use it.
16277         (rfc2047-encode-parameter): New function.
16279         * mml.el (mml-insert-parameter): Remove an excessive space.
16281 2004-07-17  Simon Josefsson  <jas@extundo.com>
16283         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16284         Kai Grossjohann <kai@emptydomain.de>.
16285         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16286         (gnus-group-make-menu-bar): Ditto.
16288         * gnus-util.el (gnus-group-server): Add.
16290 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16292         * message.el (message-clone-locals): Clone sendmail and smtp
16293         variables.
16295 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16297         * rfc2047.el (rfc2047-encode-region): Fix last change.
16299 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16301         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16302         characters as non-special.
16304 2004-07-09  Simon Josefsson  <jas@extundo.com>
16306         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16307         Users will lose all flag changes made while unplugged with
16308         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16309         good default.  See numerous reports on ding mailing list.
16311 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16313         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16314         add generate-head-function and generate-article-function to the
16315         rfc822-forward entry.
16316         (nndoc-rfc822-forward-generate-article): New function.
16317         (nndoc-rfc822-forward-generate-head): New function.
16319         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16321 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16323         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16324         respect display group parameter and gnus-summary-expunge-below.
16325         (gnus-articles-to-read): Remove unused reference to display group
16326         parameter.
16328 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16330         * nnheader.el (nnheader-uniquify-message-id): New experimental
16331         variable.
16332         (nnheader-nov-read-message-id): Use it.
16334         * spam-report.el (spam-report-gmane): Add interactive.
16336 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16338         * mm-encode.el (mm-content-transfer-encoding-defaults):
16339         Use qp-or-base64 for the application/* types.
16341 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16343         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16345 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16347         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16348         trim value.
16350 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16352         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16353         New macro and function.
16354         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16356 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16358         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16359         after-load-alist.
16361 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16363         * gnus-group.el (gnus-group-get-new-news-this-group):
16364         Don't update info that isn't there.
16366 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
16368         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16369         entry.
16371 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16373         * mm-view.el (mm-inline-render-with-function): Use multibyte
16374         buffer; decode html source by charset.
16376         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16378         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16379         Mule-UCS is loaded under XEmacs.
16380         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16382 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16384         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16386 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16388         * mm-util.el (mm-coding-system-p): Return a coding-system.
16389         (mm-mime-mule-charset-alist): Use shift_jis instead of
16390         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16391         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16392         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16393         instead of japanese-shift-jis and iso-latin-1 respectively in
16394         order to share the default value with both Emacs and XEmacs-mule.
16395         (mm-mule-charset-to-mime-charset):
16396         Make mm-coding-system-priorities effective.
16397         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16398         while predicating of candidates upon the priorities.
16400 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16402         * gnus-sum.el (gnus-summary-make-menu-bar):
16403         Add gnus-uu-invert-processable.
16405         * gnus.el: Autoload gnus-uu-invert-processable.
16407 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16409         * mm-util.el (mm-with-multibyte-buffer): New macro.
16411         * rfc2047.el (rfc2047-encode-string): Use it.
16412         (rfc2047-encode-region): Move point to the end of the region after
16413         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16415 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16417         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16418         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16420 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16422         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16423         (gnus-cite-parse): Ignore quoted envelope From_.
16424         Suggested by Karl Chen <quarl@nospam.quarl.org>.
16426 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16428         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16429         invalid addresses.
16431 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16433         * spam.el: Change section markers, revise TODO list.
16434         (spam-backends): Make new master list of all installed backends.
16435         (spam-summary-exit-behavior): Add new variable to determine how
16436         messages moves are done at summary exit.
16437         (spam-move-spam-nonspam-groups-only)
16438         (spam-process-ham-in-nonham-groups)
16439         (spam-process-ham-in-spam-groups): Remove variables, the
16440         spam-summary-exit-behavior variable should be used to manage this
16441         behavior.
16442         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16443         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16444         and spam-old-spam-articles.
16445         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16446         Add empty variables, placeholders for the backends they represent.
16447         (spam-set-difference): Move, unchanged.
16448         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16449         unless the user has a processor variable.
16450         (spam-classifications, spam-classification-valid-p)
16451         (spam-backend-properties, spam-backend-property-valid-p)
16452         (spam-backend-function-type-valid-p)
16453         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16454         (spam-report-articles-gmane, spam-report-articles-resend):
16455         Remove functions, they are not needed.
16456         (spam-install-backend-super, spam-backend-list)
16457         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16458         (spam-backend-function, spam-backend-ham-registration-function)
16459         (spam-backend-spam-registration-function)
16460         (spam-backend-ham-unregistration-function)
16461         (spam-backend-spam-unregistration-function)
16462         (spam-backend-statistical-p, spam-backend-mover-p)
16463         (spam-install-backend-alias, spam-install-checkonly-backend)
16464         (spam-install-mover-backend, spam-install-nocheck-backend)
16465         (spam-install-backend, spam-install-statistical-backend)
16466         (spam-install-statistical-checkonly-backend): Add backend installation
16467         support.
16468         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16469         (spam-group-processor-p): Use the new backend code and respect the
16470         summary exit behavior.
16471         (spam-mark-spam-as-expired-and-move-routine): Remove.
16472         (spam-summary-prepare): Change to use the new spam-old-articles
16473         variable.
16474         (spam-copy-or-move-routine, spam-copy-spam-routine)
16475         (spam-move-spam-routine, spam-copy-ham-routine)
16476         (spam-move-ham-routine): Add code to copy/move ham or spam.
16477         (spam-fetch-field-fast): Improve doc and code, plus allow the
16478         'number request.
16479         (spam-list-of-checks, spam-list-of-statistical-checks):
16480         Remove variables.
16481         (spam-split, spam-find-spam): Use the new backend code.
16482         (spam-registration-functions): Remove variable.
16483         (spam-unregister-routine): Add convenience wrapper.
16484         (spam-log-undo-registration, spam-register-routine)
16485         (spam-log-processing-to-registry)
16486         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16487         where possible.
16488         (spam-check-gmane-xref, spam-check-regex-headers)
16489         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16490         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16491         (spam-check-bogofilter-headers, spam-check-spamoracle)
16492         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16493         (spam-check-crm114-headers): Use the spam-split-group that
16494         spam-split prepares, no need to determine it every time.
16496         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16497         to the nnheader-parse-naked-head call.
16499         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16501         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16502         the nnheader-nov-read-message-id call.
16504 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16506         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16507         gnus-activate-group twice.  Suggested by Markus Peter
16508         <warp@spin.de>.
16510 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16512         * gnus-art.el (gnus-article-time-format): Exchange the order of
16513         day and month in the default value; fix customization type.
16514         (article-date-ut): Use add-text-properties.
16515         (article-make-date-line): Use message-make-date instead of
16516         current-time-string.
16518         * message.el (message-fetch-field): Don't use set-text-properties.
16519         (message-make-date): Simplify.
16521 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16523         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16524         (rfc2047-encode-region): Treat text within parentheses as special;
16525         show the original text when error has occurred.
16527         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16528         already-computed method to gnus-activate-group.
16530         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16531         same select-methods identical Lisp objects.
16533         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16534         object when modifying the info.
16536 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16538         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16539         gnus-opened-servers since it has never been opened with the new
16540         configuration yet.
16542 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16544         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16545         arg to nnheader-generate-fake-message-id.
16547 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16549         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16550         number and build a fake message ID localized to a group and
16551         article number (so it's repeatable from that point on).
16552         (nnheader-fake-message-id-p): Change regex to accommodate new fake
16553         ID format.
16555         * gnus-sum.el (gnus-get-newsgroup-headers):
16556         Call nnheader-generate-fake-message-id with the article number.
16558 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16560         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16561         end-of-buffer.
16563 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16565         * message.el (message-ignored-supersedes-headers): Add Approved.
16567 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16569         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16570         goto-char.
16571         (rfc2047-encode): Fold the line before encoding.
16573 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16575         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16576         folding -- not all headers can be folded, and this should be done
16577         by the message composition mode.  Probably.  I think.
16579 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16581         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16582         fast.
16584         * gnus-ems.el (gnus-remove-image): Don't use
16585         message-text-with-property; remove only the image found first.
16587 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16589         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16591 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16593         * message.el (message-text-with-property): Make it fast and accept
16594         optional arguments.
16595         (message-strip-forbidden-properties): Use it.
16596         (message-fix-before-sending): Follow the m-t-w-p change.
16598         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16600 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16602         * gnus-art.el (article-hide-headers): Don't change the buffer
16603         mistakenly when performing mml-preview even if
16604         gnus-single-article-buffer is nil.
16606 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16608         * message.el (message-expand-name-databases): New user option.
16609         (message-expand-name): Use it.
16611 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16613         * spam.el (spam-report-articles-resend)
16614         (spam-report-resend-register-routine): Allow ham reporting.
16615         (spam-report-resend-register-ham-routine): Add wrapper.
16616         (spam-registration-functions): Add ham resending functions.
16617         (spam-list-of-processors): Add ham resend processor.
16619         * gnus.el (ham-resend-to): Add new group parameter.
16620         (spam-process): Add ham resend option.
16622         * spam-report.el (spam-report-resend): Allow reporting ham.
16623         (spam-report-resend-ham): Add wrapper.
16625 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16627         * message.el (message-cite-articles-with-x-no-archive):
16628         New variable.
16629         (message-cite-original): Use it.
16631 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16633         * message.el (message-cite-original): Respect X-No-Archive.
16635 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16637         * gnus-art.el (article-hide-headers): Refer to the values for
16638         gnus-ignored-headers and gnus-visible-headers in the summary
16639         buffer since a user may have set them as group parameters.
16641 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16643         * assistant.el (assistant-node-name): Add convenience function.
16644         (assistant-render-text, assistant-render-node): Add error handling,
16645         plus handle multiple next nodes.
16646         (assistant-find-next-node): Comment out for now.
16647         (assistant-find-next-nodes): Add function, returns list of next
16648         nodes.
16650 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16652         * mail-source.el (mail-source-directory): Fix doc-string.
16654 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16656         * assistant.el (assistant-render-text, assistant-eval): Add :set
16657         widget type, which is different because it takes and returns a
16658         list.  Much hilarity ensues.
16660 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16662         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
16664         * gnus-group.el (gnus-group-get-new-news-this-group):
16665         Add doc-string.
16667         * gnus-start.el (gnus-activate-group): Add doc-string.
16669 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16671         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16673 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16675         * assistant.el (assistant-render-text): Try to add a :set
16676         widget, more to come.
16678         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16679         strings.
16680         (spam-report-articles-resend)
16681         (spam-register-routine): Do registration iff any articles warrant
16682         it.
16683         (spam-summary-prepare-exit): Change log message for nil group
16684         destinations.
16686 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16688         * spam.el (spam-report-resend-register-routine):
16689         Allow spam-report-resend-to to be a group parameter or a global value.
16691 2004-05-26  Simon Josefsson  <jas@extundo.com>
16693         * starttls.el: Merge with my GNUTLS based starttls.el.
16694         (starttls-gnutls-program, starttls-use-gnutls)
16695         (starttls-extra-arguments, starttls-process-connection-type)
16696         (starttls-connect, starttls-failure, starttls-success):
16697         New variables.
16698         (starttls-program, starttls-extra-args): Doc fix.
16699         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
16700         New functions.
16701         (starttls-negotiate, starttls-open-stream):
16702         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
16703         function if it is set.
16705 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16707         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16708         structured fields.
16710 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16712         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16714 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16716         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16717         Add variable.
16718         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16719         assigning the spam-mark to new messages.
16721 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16723         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16725 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16727         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16728         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16729         default.
16731 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16733         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16734         correct data.
16736 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16738         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16739         (spam-group-processor-p): Fix function.
16740         (spam-group-processor-multiple-p)
16741         (spam-group-spam-processor-report-gmane-p)
16742         (spam-group-spam-processor-report-resend-p)
16743         (spam-group-spam-processor-bogofilter-p)
16744         (spam-group-spam-processor-blacklist-p)
16745         (spam-group-spam-processor-ifile-p)
16746         (spam-group-ham-processor-ifile-p)
16747         (spam-group-spam-processor-spamoracle-p)
16748         (spam-group-spam-processor-crm114-p)
16749         (spam-group-ham-processor-bogofilter-p)
16750         (spam-group-spam-processor-stat-p)
16751         (spam-group-ham-processor-stat-p)
16752         (spam-group-ham-processor-whitelist-p)
16753         (spam-group-ham-processor-BBDB-p)
16754         (spam-group-ham-processor-spamoracle-p)
16755         (spam-group-ham-processor-copy-p): Remove functions with some
16756         prejudice against unneeded code.
16757         (spam-report-articles-resend)
16758         (spam-report-resend-register-routine): Allow the group/topic
16759         spam-resend-to value to override spam-report-resend-to.
16760         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16761         properly now.
16763         * gnus.el (spam-resend-to): Add group/topic parameter.
16764         (spam-process): Move the OBSOLETE processors to the end of the
16765         choices.
16767 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16769         * spam-report.el (spam-report-resend-to, spam-report-resend):
16770         Start with resend-to set to nil, and then ask the user if necessary.
16771         (spam-report-resend): spam-report-resend takes a list of articles, not
16772         separate article numbers.
16774 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16776         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16777         addition to emacs-w3m.
16779 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16781         * assistant.el (assistant-authinfo-data): New function.
16782         (assistant-eval): Eval for entire assistant.
16784         * netrc.el (netrc-services-file): New variable.
16785         (netrc-parse-services): New function.
16786         (netrc-find-service-name): New function.
16787         (netrc-find-service-number): New function.
16788         (netrc-port-equal): New function.
16789         (netrc-machine): Use it.
16791         * nnimap.el (nnimap-open-connection): Use netrc.
16793         * gnus-util.el (gnus-netrc-get): Remove aliases.
16795         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16797         * assistant.el (wid-edit): Fix compilation.
16799         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16801 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16803         * gnus-util.el (gnus-set-file-modes): New function.  (small
16804         patch).
16806 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16808         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16810         * assistant.el (assistant-render-node): Fix up rendering and
16811         read-only text.
16812         (assistant-render-node): Reset.
16813         (assistant-make-read-only): Not sticky.
16815 2004-05-20  Danny Siu  <dsiu@adobe.com>
16817         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16818         centered even when gnus-auto-center-summary is t
16820 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16822         * dns.el (dns-get-txt-answer): New function.
16823         (dns-read-txt): Ditto.
16824         (query-dns): Use it.
16826 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16828         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16829         active for foreign groups even if the group level is higher than
16830         the specified value.
16832 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16834         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16835         non-active groups.
16837         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16839 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16841         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16843 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16845         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16846         (spam-crm114-header, spam-crm114-spam-switch)
16847         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16848         (spam-crm114-positive-spam-header)
16849         (spam-crm114-database-directory, spam-list-of-processors)
16850         (spam-group-spam-processor-crm114-p)
16851         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16852         (spam-generic-score, spam-list-of-checks)
16853         (spam-list-of-statistical-checks, spam-registration-functions)
16854         (spam-check-crm114-headers, spam-crm114-score)
16855         (spam-check-crm114, spam-crm114-register-with-crm114)
16856         (spam-crm114-register-spam-routine)
16857         (spam-crm114-unregister-spam-routine)
16858         (spam-crm114-register-ham-routine)
16859         (spam-crm114-unregister-ham-routine): Add CRM114 support.
16860         From asjo@koldfront.dk (Adam Sjøgren).
16862         * gnus.el: Add spam-use-crm114.
16864         * spam.el (spam-list-of-processors, spam-registration-functions):
16865         Add spam-use-resend.
16866         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16867         (spam-report-articles-gmane): Add doc fix.
16868         (spam-report-articles-resend, spam-report-resend-register-routine):
16869         Add wrappers around spam-report-resend-to.
16871         * spam-report.el (spam-report-resend-to, spam-report-resend):
16872         Add support for resending spam.
16873         (spam-report-gmane): Fix line length >80.
16875         * gnus.el (spam-process): Add spam-use-resend.
16877 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16879         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16880         number of processed spam messages.
16881         (spam-ham-copy-or-move-routine): Return the number of processed
16882         ham messages.
16883         (spam-summary-prepare-exit): Use the above values to decide
16884         whether status messages shouled be displayed.
16886 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16888         * rfc2047.el (rfc2047-encode-function-alist): Rename from
16889         `rfc2047-encoding-function-alist' in order to avoid conflicting
16890         with the old version.
16891         (rfc2047-encode-region): Concatenate words containing non-ASCII
16892         characters in structured fields; don't encode space-delimited
16893         ASCII words even in unstructured fields; don't break words at
16894         char-category boundaries.
16895         (rfc2047-encode-1): New function.
16896         (rfc2047-encode): Use it; encode text so that it occupies the
16897         maximum width within 76-column; work correctly on Q encoding for
16898         iso-2022-* charsets.
16899         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16900         sure not to break a line just after the header name.
16901         (rfc2047-b-encode-region): Remove.
16902         (rfc2047-b-encode-string): New function.
16903         (rfc2047-q-encode-region): Remove.
16904         (rfc2047-q-encode-string): New function.
16906         * mm-util.el (mm-replace-in-string): New function.
16908 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16910         * gnus-msg.el (gnus-inews-make-draft-meta-information):
16911         Really get it right.
16912         (gnus-inews-make-draft): Really.
16914 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16916         * nnmh.el (nnmh-request-list-1): Don't check the link count
16917         before descending.  (small patch)
16919 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16921         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16922         stuff.
16924         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
16925         Match on real group name.
16927         * gnus-art.el (gnus-signature-limit): Doc fix.
16929         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16931 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16933         * gnus-draft.el (gnus-draft-send):
16934         Bind rfc2047-encode-encoded-words.
16936         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16937         (rfc2047-encodable-p): Say that =? needs encoding.
16938         (rfc2047-encode-encoded-words): New variable.
16940         * gnus-group.el (gnus-group-select-group): Doc fix.
16942         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16944         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16945         to nil.
16947         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16949         * nnheader.el (nnheader-get-lines-and-char): New function.
16951 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16953         * gnus-msg.el (gnus-summary-followup-with-original):
16954         Document yanking of region when active.
16956 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16958         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16959         groups if the group level is higher than the specified value.
16961 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16963         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16964         (gnus-group-jump-to-group): Add prefix argument using
16965         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16966         non-active group.
16968         * compface.el (uncompface): Be verbose when changing
16969         `uncompface-use-external'.
16971         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16972         handle manual section.
16974 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16976         * gnus-art.el (gnus-button-alist): Revert previous change.
16978 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16980         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16982 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16984         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16985         whether backend can accept message.
16987         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16989 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16991         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16992         Avoid creating directory when nntp-marks-is-evil is true.
16993         Reported by Reiner Steib.
16995 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16997         * gnus-picon.el (gnus-picon-style): New variable.
16998         (gnus-picon-insert-glyph): Add optional `nostring' argument.
16999         (gnus-picon-transform-address): Support `gnus-picon-style'.
17000         From Jesper Harder <harder@ifa.au.dk>.
17002 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17004         * message.el (message-fill-field): Return point.
17005         (message-generate-headers): Go to end of field.
17007         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17008         stuff for non-living groups.
17010 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17012         * gnus-art.el (gnus-article-followup-with-original)
17013         (gnus-article-reply-with-original): gnus-mark-active-p ->
17014         gnus-region-active-p.
17016 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17018         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17019         only when there is spam or ham to be processed.
17021 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17023         * mail-source.el (mail-source-delete-crash-box): Refactor.
17024         (mail-source-fetch): Use it.
17025         (mail-source-fetch-file): Ditto.
17026         (mail-source-fetch-directory): Run postscript in loop.
17027         (mail-source-fetch-pop): Delete.
17028         (mail-source-fetch-maildir): Ditto.
17029         (mail-source-fetch-imap): Ditto.
17031         * imap.el (imap-authenticators): Comment out sasl.
17033         * message.el (message-skip-to-next-address): New function.
17034         (message-fill-header-address): Refactor.
17035         (message-fill-address): Use it.
17036         (message-delete-address): Use it.
17037         (message-fill-header-general): Refactor.
17038         (message-fill-field-address): Rename.
17039         (message-narrow-to-field): Find the start of the header.
17040         (message-header-format-alist): Don't pre-fill.
17041         (message-fill-header): Remove.
17042         (message-insert-header): New function.
17043         (message-shorten-references): Use it.
17045         * rfc2047.el (rfc2047-field-value): Strip props.
17047         * mail-parse.el (mail-header-make-address): New alias.
17049         * ietf-drums.el (ietf-drums-make-address): New function.
17051         * imap.el: Add compiler directives.
17053         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17055         * gnus-art.el (article-decode-idna-rhs): Don't use
17056         message-idna-inside-rhs-p.
17058 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17060         * message.el (message-idna-inside-rhs-p): Remove.
17061         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17063         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17064         false positives.
17066 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17068         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17070 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17072         * nneething.el (nneething-file-name): Don't create spurious
17073         files.
17075         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17076         (gnus-inews-do-gcc): Remove sleep.
17078         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17079         part under point.
17081         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17082         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17084 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17086         * spam.el (spam-summary-prepare-exit): Fix (length).
17088 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17090         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17091         as expired without moving it" message when there are spam
17092         messages left.
17094 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17096         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17097         header is not nil.
17099 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17101         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17102         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17103         (nntp-marks-changed-p): New arg SERVER.
17104         (nntp-request-update-info): Adjust caller.
17106 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17108         * nntp.el (nntp-save-marks): Pass missing arg.
17110 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17112         * nntp.el: Support marks.
17113         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17114         (nntp-marks-modtime, nntp-marks-directory): New variables.
17115         (nntp-request-set-mark, nntp-request-update-info)
17116         (nntp-possibly-create-directory, nntp-marks-changed-p)
17117         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17118         New functions.
17120 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17122         * gnus-score.el (gnus-score-insert-help):
17123         Use gnus-select-lowest-window.
17125         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17126         appt-select-lowest-window and rename to gnus-select-lowest-window.
17128         * gnus.el: do.
17130 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17132         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17133         encodings of MIME-encoded words, in order to improve
17134         interoperability with several broken MUAs.
17136 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17138         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17139         tags, only when charsets are not specified in headers.
17140         (mm-inline-text-html-render-with-w3m): Ditto.
17142 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17144         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17145         instead of MIME-decoded from fields when checking
17146         `gnus-article-address-banner-alist'.
17148 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17150         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17151         description rather than subject.
17153 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17155         * gnus.el (gnus-version-number): Bump.
17157 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17159         * gnus.el: No Gnus v0.2 is released.
17161 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17163         * gnus-agent.el (gnus-agent-read-agentview):
17164         Inline gnus-uncompress-range.
17166 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17168         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17169         `exec-installed-p'.
17171 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17173         * gnus.el (spam-process, spam-autodetect-methods):
17174         Add bsfilter and bsfilter-headers.
17176         * spam.el (spam-bsfilter): New customize group.
17177         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17178         (spam-bsfilter-header, spam-bsfilter-probability-header)
17179         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17180         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17181         (spam-bsfilter-database-directory): New options.
17182         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17183         (spam-list-of-statistical-checks, spam-registration-functions):
17184         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17185         (spam-bsfilter-score): New command.
17186         (spam-check-bsfilter-headers, spam-check-bsfilter)
17187         (spam-bsfilter-register-with-bsfilter)
17188         (spam-bsfilter-register-spam-routine)
17189         (spam-bsfilter-unregister-spam-routine)
17190         (spam-bsfilter-register-ham-routine)
17191         (spam-bsfilter-unregister-ham-routine): New functions.
17192         (spam-generic-score): Support bsfilter; Accept an optional argument
17193         to recalcurate spam score even if scoring header has already been
17194         added.
17195         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17196         optional argument to recalcurate spam score even if scoring header
17197         has already been added.
17199 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17201         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17202         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17203         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17204         link is missing.
17206 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17208         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17209         (html2text-get-attr): Rewrite.
17211         * message.el (message-setup-1): Remove redundant put-text-property
17212         on mail-header-separator.
17214 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17216         * gnus-registry.el (gnus-registry-cache-whitespace)
17217         (gnus-registry-action, gnus-registry-spool-action)
17218         (gnus-registry-split-fancy-with-parent): Change message levels
17219         from 5 to 3 or 7, as needed.
17221         * spam.el (spam-summary-prepare-exit)
17222         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17223         (spam-split, spam-find-spam, spam-log-undo-registration)
17224         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17225         level from 5 to 6.
17227 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17229         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17230         2004-03-04 change).
17232 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17234         * sieve-manage.el (sieve-manage-open):
17235         * nnweb.el (nnweb-insert-html):
17236         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17237         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17238         * nnspool.el (nnspool-request-group):
17239         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17240         * nnml.el (nnml-request-update-info):
17241         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17242         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17243         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17244         (nnimap-request-set-mark):
17245         * nnfolder.el (nnfolder-request-update-info):
17246         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17247         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17248         * gnus-uu.el (gnus-uu-find-articles-matching):
17249         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17250         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17251         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17252         * gnus-nocem.el (gnus-nocem-scan-groups):
17253         * gnus-int.el (gnus-start-news-server):
17254         * gnus-group.el (gnus-group-make-kiboze-group)
17255         (gnus-group-browse-foreign-server):
17256         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17257         Use mapc when appropriate.
17259 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17261         FIXME: Make separate entries for each person.
17263         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17264         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17265         <shields@msrl.com>:
17267         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17268         may need for spam sorting and scoring.
17269         (spam-user-format-function-S): Add user format function suitable for
17270         general use.
17271         (spam-article-sort-by-spam-status): Add sorting function for summary
17272         sorting.
17273         (spam-extra-header-to-number): Add function to get a score from a
17274         header.
17275         (spam-summary-score): Add function to  get a numeric score from the
17276         headers.
17277         (spam-generic-score): Fix function doc, was in wrong place.
17278         (spam-initialize): Take symbols when it's run, and install the
17279         extra headers that spam-necessary-extra-headers thinks we need.
17281 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17283         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17284         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17286 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17288         * gnus-sum.el (gnus-set-global-variables)
17289         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17290         (gnus-article-get-xrefs, gnus-summary-best-group)
17291         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17292         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17293         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17294         Use with-current-buffer.
17296 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17298         * spam.el (spam-summary-prepare-exit): Simplify logic.
17299         (spam-fetch-article-header): Read the article header if it's not
17300         available.
17301         (spam-list-articles): Simplify logic.
17302         (spam-filelist-register-routine): Fix bug with unregister-list.
17304         * gnus-registry.el: Fix comments at beginning.
17306 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17308         * message.el (message-cater-to-broken-inn): Remove.
17309         (message-shorten-references): Make sure the total folded length of
17310         References is shorter than 998 characters to cater to a bug in INN
17311         2.3.  Also, don't pretend that references aren't folded -- this
17312         hasn't worked for a while.
17314 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17316         * gnus-agent.el (gnus-agentize):
17317         gnus-agent-send-mail-real-function no longer set to current value
17318         of message-send-mail-function but rather a lambda that calls
17319         message-send-mail-function.  The change makes the agent real-time
17320         responsive to user changes to message-send-mail-function.
17322 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17324         * legacy-gnus-agent.el
17325         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17326         help from Florian Weimer <fw@deneb.enyo.de>
17328 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17330         * nnmail.el (nnmail-cache-insert): Revert last change.
17332 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17334         * nnmail.el (nnmail-cache-insert): Always check whether
17335         nnmail-cache-ignore-groups matches a group name.
17337 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17339         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17340         (spam-find-spam, spam-log-processing-to-registry)
17341         (spam-log-registered-p, spam-log-unregistration-needed-p)
17342         (spam-log-undo-registration): Use gnus-message instead of
17343         gnus-error, none of these errors are fatal.
17345         * gnus-registry.el (gnus-registry-clean-empty-function)
17346         (gnus-registry-clean-empty): Remove only empty entries without
17347         extra data.
17349 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17351         * spam-stat.el (spam-stat-buffer-change-to-spam)
17352         (spam-stat-buffer-change-to-non-spam): Change (error) to
17353         (gnus-message 8) invocation.
17355 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17357         * nntp.el (nntp-via-netcat-command): New variable.
17358         (nntp-via-netcat-switches): New variable.
17359         (nntp-open-via-rlogin-and-netcat): New function.
17360         (nntp-open-connection-function): Doc fix.
17361         (nntp-telnet-command): Doc fix.
17362         (nntp-end-of-line): Doc fix.
17363         (nntp-via-rlogin-command): Doc fix.
17364         (nntp-via-user-name): Doc fix.
17365         (nntp-via-address): Doc fix.
17367 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17369         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17370         error in Emacs 21.1.
17372 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17374         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17376 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17378         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17379         (gnus-agent-with-refreshed-group): New macro.
17380         (gnus-agent-rename-group): New function.
17381         (gnus-agent-delete-group): New function.
17382         (gnus-agent-save-group-info): Use gnus-command-method when
17383         `method' parameter is nil.  Don't write nil entries into the
17384         active file.
17385         (gnus-agent-get-group-info): New function.
17386         (gnus-agent-fetch-articles):
17387         Use gnus-agent-update-files-total-fetched-for to increment disk space
17388         used.
17389         (gnus-agent-fetch-headers, gnus-agent-save-alist):
17390         Use gnus-agent-update-view-total-fetched-for to increment disk space
17391         used.
17392         (gnus-agent-get-local): Add optional parameters to avoid calling
17393         gnus-group-real-name and gnus-find-method-for-group.
17394         (gnus-agent-set-local): Delete stored entry if either min, or max,
17395         are nil.
17396         (gnus-agent-fetch-session): Reworded error/quit messages.
17397         On quit, use gnus-agent-regenerate-group to record existence of any
17398         articles fetched to disk before the quit occurred.
17399         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17400         gnus-agent-update-view-total-fetched-for, and
17401         gnus-agent-update-files-total-fetched-for to decrement disk space
17402         used.
17403         (gnus-agent-retrieve-headers):
17404         Use gnus-agent-update-view-total-fetched-for to increment disk space
17405         used.
17406         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17407         with gnus-agent-update-files-total-fetched-for to decrement disk
17408         space and fresh group buffer.
17409         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17410         (gnus-agent-need-update-total-fetched-for): New variable.
17411         (gnus-agent-update-files-total-fetched-for): New function.
17412         (gnus-agent-update-view-total-fetched-for): New function.
17413         (gnus-agent-total-fetched-for): New function.
17415         * gnus-cache.el (gnus-cache-save-buffers):
17416         Use gnus-cache-update-overview-total-fetched-for to change disk space
17417         used by this group.
17418         (gnus-cache-possibly-enter-article):
17419         Use gnus-cache-update-file-total-fetched-for to increment disk space
17420         used by this group.
17421         (gnus-cache-possibly-remove-article):
17422         Use gnus-cache-update-file-total-fetched-for to decrement disk space
17423         used by this group.
17424         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17425         (gnus-cache-rename-group): New function.
17426         (gnus-cache-delete-group): New function.
17427         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17428         (gnus-cache-need-update-total-fetched-for): New variable.
17429         (gnus-cache-with-refreshed-group): New macro.
17430         (gnus-cache-update-file-total-fetched-for): New function.
17431         (gnus-cache-update-overview-total-fetched-for): New function.
17432         (gnus-cache-rename-group-total-fetched-for): New function.
17433         (gnus-cache-delete-group-total-fetched-for): New function.
17434         (gnus-cache-total-fetched-for): New function.
17436         * gnus-group.el: Require gnus-sum and autoload functions to
17437         resolve warnings when gnus-group.el compiled alone.
17438         (gnus-group-line-format): Documented new %F.
17439         (size of Fetched data) group line format; identifies disk space
17440         used by agent and cache.
17441         (gnus-group-line-format-alist): Defined new F format.
17442         (gnus-total-fetched-for): New function.
17443         (gnus-group-delete-group): No longer update
17444         gnus-cache-active-altered as gnus-request-delete-group now keeps
17445         the cache in sync.
17446         (gnus-group-list-active): Let the agent store a server's active
17447         list if currently plugged.
17449         * gnus-int.el (gnus-request-delete-group):
17450         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17451         local disk in sync with the server.
17452         (gnus-request-rename-group):
17453         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17454         local disk in sync with the server.
17456         * gnus-start.el (gnus-get-unread-articles):
17457         Cosmetic simplification to logic.
17459         * gnus-util.el (gnus-rename-file): New function.
17461 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17463         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17465 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17467         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17468         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17470 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17472         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17473         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17475 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17477         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17479 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17481         * spam.el (spam-set-difference): Add function to replace
17482         gnus-set-difference in spam.el.
17483         (spam-summary-prepare-exit): Use spam-set-difference.
17485 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17487         * gnus-registry.el (gnus-registry-cache-file): Update to use
17488         gnus-dribble-directory OR gnus-home-directory OR ~.
17489         (gnus-registry-split-fancy-with-parent): Fix doc.
17491 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17493         * message.el (message-exchange-point-and-mark):
17494         Use message-mark-active-p.  Suggested by Jesper Harder
17495         <harder@ifa.au.dk>.
17497 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17499         * message.el (message-exchange-point-and-mark): Don't activate
17500         region if it was inactive.  Suggested by Hiroshi Fujishima
17501         <pooh@nature.tsukuba.ac.jp>.
17503 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17505         * gnus-art.el (article-display-face): Display Faces in the same
17506         order as X-Faces.
17508 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17510         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17512 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17514         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17515         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17516         (gnus-article-mime-hierarchy): Remove.
17517         (gnus-article-mime-hierarchy-next): Remove.
17518         (gnus-article-mode): Revert 2004-03-19 change.
17519         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17520         (gnus-insert-mime-button): Revert 2004-03-19 change.
17521         (gnus-mime-accumulate-hierarchy): Remove.
17522         (gnus-mime-enter-multipart): Remove.
17523         (gnus-mime-leave-multipart): Remove.
17524         (gnus-mime-display-part): Revert 2004-03-19 change.
17525         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17527         * mml.el (mml-preview): Revert 2004-03-19 change.
17529 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17531         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17533 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17535         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17536         t while entering a file name using the mm-with-multibyte macro.
17537         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17539         * mm-util.el (mm-with-multibyte): New macro.
17541 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17543         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
17544         New user option.
17545         (gnus-mime-multipart-functions): Doc and customization fix.
17546         (gnus-article-mime-hierarchy): New variable.
17547         (gnus-article-mime-hierarchy-next): New variable.
17548         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17549         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17550         gnus-article-mime-hierarchy-next to nil.
17551         (gnus-insert-mime-button): Show hierarchy numbers.
17552         (gnus-mime-accumulate-hierarchy): New function.
17553         (gnus-mime-enter-multipart): New function.
17554         (gnus-mime-leave-multipart): New function.
17555         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17556         (gnus-mime-display-alternative): Show hierarchy numbers.
17558         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17559         gnus-article-mime-hierarchy-next to nil.
17561 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17563         * dns.el: Don't require gnus-xmas.
17565 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17567         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17568         inline PGP.
17569         (mml-menu): Disable mml-quote-region if mark is inactive.
17571 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17573         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17574         when the group's active is not available.
17576 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17578         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17579         error.
17581 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17583         * imap.el (imap-store-password): New variable.
17584         (imap-interactive-login): Use it.
17585         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17587 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17589         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17590         window-start and hscroll to summary window.
17592 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17594         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17595         conversion message to newsrc-dribble when an actual conversion is
17596         performed.
17598 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17600         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17602 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17604         * mm-decode.el (mm-complicated-handles): New function reviving
17605         former definition of mm-multiple-handles.
17607         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17608         (gnus-mime-delete-part): Use it.
17610 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17612         * gnus-agent.el (gnus-agent-read-local):
17613         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
17614         avoid the implicit assumption that they will always be equal.
17615         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17616         coding-system-for-write, as the with-temp-file macro first prints
17617         to a buffer then saves the buffer.
17619 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17621         * gnus-art.el (gnus-article-edit-part): New function.
17622         (gnus-mime-save-part-and-strip): Use it; do query instead of
17623         signaling an error; don't use mm-multiple-handles.
17624         (gnus-mime-delete-part): Ditto.
17626 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17628         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
17629         old file versions.
17630         (gnus-group-prepare-hook): Remove function that converted list
17631         form of gnus-agent-expire-days to group properties.
17633         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17634         (gnus-request-accept-article): Re-indented.
17636         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17637         converters to handle old agent file formats.  Add logic for a
17638         "backup before upgrading warning".
17639         (gnus-convert-mark-converter-prompt): Developers can mark
17640         functions as needing (default), or not needing,
17641         gnus-convert-old-newsrc's "backup before upgrading warning".
17642         (gnus-convert-converter-needs-prompt): Tests whether the user
17643         should be protected from potentially irreversable changes by the
17644         function.
17646         * legacy-gnus-agent.el: New.  Provides converters that are only
17647         loaded when gnus-convert-old-newsrc needs to call them.
17649 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17651         * mail-source.el (mail-source-touch-pop): Doc fix.
17653         * message.el (message-smtpmail-send-it): Doc fix.
17655 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17657         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17659         * nnmail.el (nnmail-split-fancy): do.
17661         * gnus-kill.el (gnus-kill, gnus-execute): do.
17663 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17665         * gnus-sum.el (gnus-widget-reversible-match)
17666         (gnus-widget-reversible-to-internal)
17667         (gnus-widget-reversible-to-external): New functions.
17668         (gnus-widget-reversible): New widget.
17669         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17671 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17673         * gnus-sum.el (gnus-thread-sort-functions)
17674         (gnus-article-sort-functions): Document `(not F)' items.
17676 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17678         * spam.el (spam-use-gmane-xref): Add new backend.
17679         (spam-gmane-xref-spam-group): Add variable to control the name of the
17680         Gmane spam group.
17681         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17682         (spam-regex-headers-spam, spam-regex-headers-ham)
17683         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17684         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17685         backends and checks.
17686         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17688         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17689         an autodetect method.
17691 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17693         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17694         articles are being added to a group.
17695         (gnus-request-replace-article): Inform the agent that articles
17696         need to be uncached as the cached contents are no longer valid.
17698 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17700         * binhex.el: Don't autoload executable-find.
17702         * canlock.el: Don't autoload mail-fetch-field.
17704         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17706         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17707         rmail-dont-reply-to and rmail-output.
17709         * gnus-score.el: Don't autoload ffap-string-at-point.
17711         * gnus-setup.el: Don't autoload sc-cite-original.
17713         * imap.el: Don't autoload base64-decode-string,
17714         base64-encode-string and md5.
17716         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17717         and rmail-msg-restore-non-pruned-header.
17719         * mm-decode.el: Don't autoload executable-find.
17721         * mm-url.el: Don't autoload executable-find.
17723         * mm-view.el: Don't autoload diff-mode.
17725         * nndb.el: Don't autoload news-reply-mode, news-setup,
17726         cancel-timer and telnet.
17728         * password.el: Don't autoload run-at-time for Emacs.
17730         * sha1-el.el: Don't autoload executable-find.
17732         * sieve-mode.el: Don't autoload c-mode.
17734         * uudecode.el: Don't autoload executable-find.
17736 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17738         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
17739         (gnus-agent-possibly-alter-active): Avoid null in numeric
17740         comparison.
17741         (gnus-agent-set-local): Refuse to save null in local object table.
17742         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17743         list of articles that will be marked as unread.
17745 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17747         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17749 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17751         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17752         language tags.
17754 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17756         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17757         Don't bind "obarray".
17759         * gnus-sum.el (gnus-thread-sort-functions):
17760         Add `gnus-thread-sort-by-most-recent-number' and
17761         `gnus-thread-sort-by-most-recent-date'.
17762         Reported by Kai Grossjohann <kai@emptydomain.de>.
17764 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17766         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17768 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17770         * gnus-cus.el (gnus-agent-customize-category):
17771         Remove ignore-errors macro reference that required cl to be loaded at
17772         run-time.
17774         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17775         single-interval range of the form (min . max).  Previously the
17776         range had to look like ((min . max)).  Likewise, return
17777         (min . max) rather than ((min . max)).
17778         (gnus-range-map): Use gnus-range-normalize to accept
17779         single-interval range.
17781         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17782         the cache, but not the agent, now appear with their usual face.
17784 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17786         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17787         w3m-safe-url-regexp variable buffer-local.
17789         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17791 2004-02-27  Simon Josefsson  <jas@extundo.com>
17793         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17794         gnus-group-real-prefix.
17795         (gnus-summary-move-article): Use it, instead of
17796         gnus-group-real-prefix.
17798 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17800         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17801         w3m-safe-url-regexp variable buffer-local and set it as the value
17802         of mm-w3m-safe-url-regexp.
17804         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17806         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17807         parsing gnus-posting-styles when the message is not for replying.
17809         * nnrss.el (nnrss-opml-export):
17810         Use mm-set-buffer-file-coding-system instead of
17811         set-buffer-file-coding-system.
17813 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17815         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17816         of checkdoc.el).
17817         * nnrss.el: do.
17818         * gnus-mlspl.el: do.
17819         * gnus-ml.el: do.
17820         * gnus-srvr.el: do.
17822         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17824 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17826         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17827         Corrections to custom-manual links.
17829         * gnus-art.el (gnus-article): Ditto.
17831         * mm-decode.el (mime-display, mime-security): Ditto.
17833 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17835         * flow-fill.el: Typo.
17837 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17839         * spam-wash.el: New file.
17841 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17843         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17845 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17847         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17848         to be run with new-articles as LIST1, not LIST2.
17849         (spam-registration-functions): Add spam-use-ham-copy as a nil
17850         registration backend.
17852 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17854         * spam-stat.el (spam-stat-washing-hook): New option.
17855         (spam-stat-buffer-words): Use it.
17856         (spam-stat-process-directory, spam-stat-test-directory):
17857         Use insert-file-contents-literally.
17858         (spam-stat-coding-system): New variable.
17859         (spam-stat-load, spam-stat-save): Use it.
17861 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17863         * spam-report.el (spam-report-plug-agent):
17864         Quote spam-report-url-to-file and spam-report-url-ping-plain.
17866 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17868         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
17869         Allow / in mailto URLs.
17871 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17873         * spam-report.el (spam-report-process-queue): Fix interactive use.
17874         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17875         (spam-report-unplug-agent): Doc fixes.
17876         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17877         (spam-report-agentize, spam-report-deagentize):
17878         Autoload 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17880         * message.el (message-setup-fill-variables): Add mml tags to
17881         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17882         <ajk@iu.edu>.
17883         (message-mode): Don't modify paragraph-separate there.
17885 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17887         * compface.el (uncompface-use-external): Default to undecided.
17888         (uncompface-use-external-threshold): New variable.
17889         (uncompface-float-time): New macro.
17890         (uncompface): Determine whether to use the external decoder if
17891         uncompface-use-external is undecided.
17893 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17895         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17896         after images.
17898         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17900 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17902         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17904         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17906         * gnus-sum.el (gnus-summary-limit-to-age)
17907         (gnus-summary-limit-children): do.
17909         * gnus-int.el (gnus-request-scan): do.
17911         * gnus-group.el (gnus-group-suspend): do.
17913         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17915         * gnus-cite.el (gnus-cite-parse-attributions): do.
17917         * gnus-agent.el (gnus-summary-set-agent-mark)
17918         (gnus-agent-regenerate-group): do.
17920         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17922         * binhex.el (binhex-decode-region-internal): do.
17924 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17926         * gnus-fun.el (gnus-face-properties-alist): New user option.
17927         (gnus-display-x-face-in-from): Use it.
17929         * gnus-art.el (article-display-face): Ditto.
17931         * compface.el (uncompface-use-external): Default to nil.
17933 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17935         * nntp.el (nntp-erase-buffer): New function.
17936         (nntp-retrieve-data, nntp-send-command)
17937         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17938         (nntp-possibly-change-group): Use it.
17940         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
17941         Use with-current-buffer.
17943 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17945         * compface.el: Merge the ELisp-based uncompface program.
17946         (compface): New customization group.
17947         (uncompface-use-external): New user option.
17948         (uncompface): Call uncompface-internal if uncompface-use-external
17949         is nil.
17950         (uncompface-internal): New function.  Note that there are also
17951         some other functions and variables added for this function.
17953 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17955         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17956         if necessary.
17958 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17960         * spam-report.el (spam-report-unplug-agent)
17961         (spam-report-plug-agent, spam-report-deagentize)
17962         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17963         Add support for the Agent in spam-report: when unplugged, report to a
17964         file; when plugged, submit all the requests.
17966         * spam.el (spam-register-routine): Fix message about
17967         registration.
17969 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17971         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17972         dependencies.
17973         (rfc2047-encode): Use it.
17975         * gnus-art.el (gnus-button-marker-list): Move before first
17976         reference.
17978         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17979         (imap-parse-body): Fix format string mismatch.
17981         * gnus-score.el (gnus-summary-increase-score): do.
17983         * nnrss.el (nnrss-close): New function.
17985 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17987         * nnrss.el (nnrss-make-filename): New function.
17988         (nnrss-request-delete-group, nnrss-read-server-data)
17989         (nnrss-save-server-data, nnrss-read-group-data)
17990         (nnrss-save-group-data): Use it.
17991         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17992         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17993         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17995 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17997         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17999 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18001         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18002         files.
18004         * message.el (message-generate-headers-first): Don't quote nil
18005         and t in docstrings.
18007         * imap.el (imap-id): do.
18009         * gnus-agent.el (gnus-agent-consider-all-articles)
18010         (gnus-agent-queue-mail): do.
18012 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18014         * spam-report.el (spam-report-process-queue): New function.
18015         Process requests from `spam-report-requests-file'.
18016         (spam-report-process-queue): Doc fix.
18018 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18020         * spam.el (spam-register-routine)
18021         (spam-log-processing-to-registry, spam-log-registered-p)
18022         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18023         Change "check" to "spam-check" for semi-clarity.
18025 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18027         * pop3.el: Require nnheader.
18029         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18031         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18033         * gnus-picon.el: Require cl.
18035         * gnus-fun.el: Require gnus-ems and gnus-util.
18037         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18039         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18041         * gnus-art.el (gnus-article-edit-mode): Define before first
18042         reference.
18044 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18046         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18047         (gnus-uu-post-encoded): Use point-at-bol.
18049         * gnus-topic.el (gnus-group-active-topic-p): do.
18051         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18053         * gnus-group.el (gnus-group-kill-region): do.
18055         * gnus-art.el (article-date-ut): do.
18057         * message.el (message-fetch-field): Remove redundant
18058         case-fold-search binding.
18059         (message-narrow-to-field): Simplify.
18061 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18063         * spam.el (spam-directory): Derive from `gnus-directory'.
18065         * spam-report.el (spam-report-url-to-file)
18066         (spam-report-requests-file): New function and variable for offline
18067         reporting.
18068         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18069         and user defined function.
18070         (spam-report-url-ping-mm-url): Remove doubled slash.
18072 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18074         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18076 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18078         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18079         Fix format string mismatch.
18081         * sieve.el (sieve-deactivate-all): do.
18083         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18085         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18087         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18089         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18091 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18093         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18094         the list of checks.
18096 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18098         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18099         padding.
18101 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18103         * mm-view.el (mm-fill-flowed): New variable.
18104         (mm-inline-text): Use it.
18106 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18108         * spam.el (spam-spamassassin-register-ham-routine)
18109         (spam-spamassassin-register-spam-routine): Fix function names.
18111 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18113         * gnus.el (gnus-tmp-grouplens): Remove.
18114         (gnus-summary-line-format): Remove grouplens.
18116         * gnus-group.el (gnus-group-line-format): Ditto.
18118         * gnus-spec.el (gnus-format-specs): Ditto.
18119         (gnus-update-format-specifications): Flush the group format spec
18120         cache if there's the grouplens stuff.
18121         (gnus-parse-simple-format): Replace %l with the empty string.
18123 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18125         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18126         omission.
18128 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18130         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18131         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18133 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18135         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18136         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18137         New macros and functions.
18138         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18139         Handle > NLINK_MAX messages.
18140         * nnmaildir.el (nnmaildir-request-set-mark):
18141         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18143 2004-01-25  Alex Schroeder  <alex@gnu.org>
18145         * spam-stat.el (spam-stat-process-directory-age): New option.
18146         (spam-stat-process-directory): Use it.
18148 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18150         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18151         (spam-stat-save): Accept prefix argument.
18153 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18155         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18156         links" error.
18158 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18160         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18161         compatibility with old .newsrc.eld files.
18163         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18165         * gnus-start.el (gnus-1): do.
18167         * gnus-group.el (gnus-group-line-format-alist): do.
18169         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18171         * gnus-gl.el: Remove.
18173 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18175         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18176         marks consisting of a single range {for example, (3 . 5)} rather
18177         than a list of a single range { ((3 . 5)) }.
18179 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18181         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18182         Use with-current-buffer.
18183         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18184         avoid consing a string.
18186         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18187         Remove obsolete entries for big5 and gb2312.
18189 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18191         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18192         uncompressed list.
18194 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18196         * spam-stat.el (spam-stat-strip-xref): New function.
18197         (spam-stat-process-directory): Use it.
18199         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18200         here -- it's done in message-fetch-field.
18202 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18204         * gnus-agent.el (gnus-agent-queue-mail)
18205         (gnus-agent-prompt-send-queue): New variables.
18206         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18207         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18208         "nndraft:queue" along to gnus-draft-send.
18209         Use gnus-agent-prompt-send-queue.
18210         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18211         is "nndraft:queue".  Suggested by Gaute Strokkenes
18212         <gs234@srcf.ucam.org>
18214         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18215         (agent-enable-undownloaded-faces): Add.
18216         (gnus-agent-cat-groups): Use eval-and-compile, not
18217         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18218         method of gnus-agent-cat-groups even when the buffer has been
18219         evaled.
18220         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18221         delete gnus-agent-save-active-1.
18222         (gnus-agent-save-groups): Delete.  Identical to
18223         gnus-agent-save-active.
18224         (gnus-agent-write-active): No longer adjust agent's copy of active
18225         file as agent's adjustments are now stored in their own
18226         file.  Remove optional parameter.
18227         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18228         servers.  Add use of min/max range limits from server's local
18229         file.
18230         (gnus-agent-save-alist): Remove unused optional argument.
18231         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18232         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18233         (gnus-agent-set-local): A per-server file that keeps min/max range
18234         limits for articles known to the agent.  Provides a fast mechanism
18235         for altering many active ranges.
18236         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18237         active file (local makes it unnecessary).
18238         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18240         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18241         (agent-enable-undownloaded-faces): Add.
18243         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18244         disable it when sending to "nndraft:queue".
18245         (gnus-group-send-queue): Add safety check to avoid sending queue
18246         when unplugged.
18248         * gnus-group.el (gnus-group-catchup): Use new
18249         gnus-sequence-of-unread-articles, not
18250         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18251         numbers of articles.  Use gnus-range-map to avoid having to
18252         uncompress the unread list.
18253         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18254         Fix invalid ange-ftp reference.
18256         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18257         (gnus-sorted-range-intersection): Intersection of two ranges
18258         without requiring that they first be uncompressed.
18260         * gnus-start.el (gnus-activate-group): Unless blocked by the
18261         caller, possibly expand the active range to include both cached
18262         and agentized articles.
18263         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18264         multiple version-dependent converters.
18265         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18266         gnus-agent-save-active.
18267         (gnus-save-newsrc-file): Save dirty agent range limits.
18269         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18270         gnus-agent-possibly-alter-active.
18271         (gnus-adjust-marked-articles): Faster handling of simple lists
18273 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18275         * spam-stat.el (spam-stat-test-directory): New optional argument
18276         displays a list of files detected.  Suggested by Andrew Cohen
18277         <cohen@andy.bu.edu>.
18278         (spam-stat-buffer-words-with-scores): Don't narrow and change
18279         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18281 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18283         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18284         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18285         (spam-spamassassin-arguments)
18286         (spam-spamassassin-spam-flag-header)
18287         (spam-spamassassin-positive-spam-flag-header)
18288         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18289         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18290         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18291         (spam-list-of-processors, spam-list-of-checks)
18292         (spam-list-of-statistical-checks, spam-registration-functions)
18293         (spam-check-spamassassin-headers, spam-check-spamassassin)
18294         (spam-spamassassin-score)
18295         (spam-spamassassin-register-with-sa-learn)
18296         (spam-spamassassin-register-spam-routine)
18297         (spam-spamassassin-register-ham-routine)
18298         (spam-assassin-register-spam-routine)
18299         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18300         (spam-bogofilter-score): Fix to show article before scoring.
18302 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18304         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18305         default scoring function.
18306         (spam-generic-score): Call spam-spamassassin-score if
18307         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18308         spam-bogofilter-score otherwise.
18310         * gnus.el (spam-process, spam-autodetect-methods):
18311         Add spamassassin and spamassassin-headers.
18313 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18315         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18316         Suppress unnecessary messages.
18318 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18320         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18321         make-hash-table.
18323 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18325         * canlock.el (base64-encode-string): Don't autoload it.
18327 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18329         * run-at-time.el: Remove useless (require 'itimer),
18330         eval-and-compile and (featurep 'xemacs).
18332 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18334         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18335         GROUP is a virtual group.
18337 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18339         * gnus.el: Autoload `message-y-or-n-p'.
18341 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18343         * pgg-parse.el: Remove unnecessary (require 'custom).
18345         * pgg-def.el: do.
18347         * nnmail.el: do.
18349         * gnus-undo.el: do.
18351         * gnus-picon.el: do.
18353         * gnus-util.el: do.
18355 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18357         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18359 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18361         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18362         handle, as well as a list.
18364         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18365         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18366         (mm-w3m-cid-retrieve): Simplify.
18368 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18370         * message.el (message-kill-to-signature): Allow prefix arg to
18371         specify number of lines to keep before signature.
18373 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18375         * message.el (message-kill-to-signature): Change docstring.
18377 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18379         * canlock.el: Always require sha1-el.
18380         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18382         * message.el: Autoload sha1 only when compiling.
18384 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18386         * message.el (message-canlock-generate): Require sha1-el.
18388 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18390         * message.el (message-expand-name): Silence the byte compiler.
18392 2004-01-13  Simon Josefsson  <jas@extundo.com>
18394         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18395         Invoke gnus-score-mode.
18396         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18398         * gnus-range.el (gnus-compress-sequence): Doc fix.
18399         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18401 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18403         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18405 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18407         * spam.el (spam-get-article-as-string): Update to use
18408         gnus-request-article-this-buffer, much simpler.
18409         (spam-get-article-as-buffer): Remove.
18411 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18413         * message.el (message-expand-name): Use EUDC if the user uses that.
18415 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18417         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18418         character for the encoding to avoid consing a string.
18420         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18421         unnecessarily.
18423         * mm-util.el (mm-replace-chars-in-string): Remove.
18425         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18426         of mm-replace-chars-in-string.
18428 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18430         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18432         * mm-util.el (mm-subst-char-in-string): Support inplace.
18434         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18435         a new string in every iteration.  Use shy groups.
18437 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18439         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18440         * gnus-soup.el (gnus-soup-group-brew):
18441         * gnus-msg.el (gnus-put-message):
18442         * gnus-move.el (gnus-group-move-group-to-server):
18443         * gnus-kill.el (gnus-batch-score):
18444         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18445         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18446         (gnus-group-update-group, gnus-group-read-group)
18447         (gnus-group-make-group, gnus-group-make-help-group)
18448         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18449         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18450         (gnus-group-sort-by-unread, gnus-group-catchup)
18451         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18452         (gnus-group-yank-group, gnus-group-set-info)
18453         (gnus-group-list-groups):
18454         * gnus.el (gnus-generate-new-group-name):
18455         * gnus-delay.el (gnus-delay-send-queue):
18456         * nnvirtual.el (nnvirtual-catchup-group):
18457         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18458         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18459         (gnus-group-prepare-topics, gnus-topic-check-topology):
18460         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18461         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18462         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18463         (gnus-group-make-articles-read):
18464         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18465         (gnus-group-change-level, gnus-kill-newsgroup)
18466         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18467         (gnus-get-unread-articles, gnus-make-articles-unread)
18468         (gnus-make-ascending-articles-unread): Use accessor
18469         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18470         to get group information for improved readability.
18472 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18474         * gnus-art.el (article-decode-mime-words, article-babel)
18475         (gnus-article-highlight-signature, gnus-article-add-buttons)
18476         (gnus-signature-toggle): Use gnus-with-article-buffer.
18478         * gnus-art.el (gnus-article-highlight-headers)
18479         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18481         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18482         (gnus-article-set-globals, gnus-request-article-this-buffer)
18483         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18484         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18485         (gnus-mime-display-alternative): Use with-current-buffer.
18487 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18489         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18490         also under 80 char limit, and call gnus-error if needed.
18491         (spam-fetch-article-header): Fix - it was a
18492         buffer-local variable (gnus-newsgroup-data).
18493         (spam-find-spam): Use spam-generate-fake-headers, forget about
18494         spam-insert-fake-headers.
18495         (spam-insert-fake-headers): Remove.
18497 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18499         * deuglify.el (gnus-article-outlook-unwrap-lines)
18500         (gnus-outlook-rearrange-article)
18501         (gnus-outlook-repair-attribution-outlook)
18502         (gnus-outlook-repair-attribution-block)
18503         (gnus-outlook-repair-attribution-other): Remove redundant
18504         save-excursion.
18506 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18508         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18509         (spam-fetch-field-subject-fast)
18510         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18511         (spam-fetch-article-header): Add functions to deal with Gnus
18512         internals for fast retrieval of article header data.
18513         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18515 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18517         * pop3.el (pop3-md5): Remove.
18518         (pop3-apop): Replace pop3-md5 with md5.
18520         * mm-bodies.el: base64 is always built-in.
18522         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18523         Use with-current-buffer.
18525 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18527         * canlock.el (canlock-insert-header): Remove excessive grouping in
18528         regexp.
18530         * gnus-sum.el (gnus-summary-read-document): Ditto.
18532         * gnus-uu.el (gnus-uu-part-number): Ditto.
18534         * html2text.el (html2text-remove-tags): Ditto.
18535         (html2text-format-tags): Ditto.
18536         (html2text-format-single-elements): Ditto.
18538         * mml.el (mml-parse-1): Ditto.
18540 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18542         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18544         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18546         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18548         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18550 2003-11-15  Simon Josefsson  <jas@extundo.com>
18552         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18553         (pgg-gpg-lookup-key): Use regexp match instead of
18554         split-string (split-string is different between emacs 21.2 and
18555         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18557 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18559         * gnus-art.el (gnus-mime-view-all-parts)
18560         (gnus-article-part-wrapper, gnus-article-view-part):
18561         Use with-current-buffer.
18563 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18565         * spam.el (spam-disable-spam-split-during-ham-respool)
18566         (spam-spamoracle-database, spam-cache-lookups)
18567         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18568         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18569         (spam-group-ham-marks, spam-group-spam-marks)
18570         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18571         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18572         also add spam-use-blackholes to the statistical checks.
18573         (spam-fetch-field-fast): Add interface to fetching fields, may
18574         become a macro.
18575         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18576         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18577         (spam-insert-fake-headers): Fake an article when needed.
18578         (spam-find-spam): Fake article when possible.
18579         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18580         (spam-check-bogofilter-headers): Use message-fetch-field instead
18581         of nnmail-fetch-field.
18583 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18585         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18587 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18589         * spam.el (spam-split): Do not require spam-use-CHECK to be
18590         enabled if that check is passed to spam-split explicitly; also
18591         fix so 'spam doesn't get converted to spam-split-group when
18592         spam-split-symbolic-return is t.
18593         (spam-find-spam): Find registrations of the article and use those
18594         instead of re-running spam-split to find the spam/ham
18595         classification of the article.
18596         (spam-log-processing-to-registry, spam-log-registered-p)
18597         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18598         Use gnus-error instead of gnus-message.
18599         (spam-log-registration-type): Add function to determine the
18600         classification of a message based on registry entries; will
18601         return nil if both 'spam and 'ham are found.
18602         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18603         a reasonably fast local cache without the loading errors.
18604         (spam-cache-lookups): Set to t by default.
18605         (spam-find-spam): Don't try to guess spam-cache-lookups.
18606         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18607         spam-caches entry.
18608         (spam-filelist-build-cache, spam-filelist-check-cache):
18609         Fix caching of whitelist/blacklist entries.
18610         (spam-check-whitelist, spam-check-blacklist):
18611         Invoke spam-from-listed-p with a type, not a cache variable.
18612         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18614 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18616         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18618         * nnmail.el (nnmail-split-fancy): do.
18620         * mml.el (mml-parse): do.
18622         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18623         (gnus-score-adaptive): do.
18625 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18627         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18628         (gnus-mime-button-map): Don't set keymap parent.
18629         (gnus-button-ctan-directory-regexp): Use shy grouping.
18630         (gnus-prev-page-map): Don't set keymap parent.
18631         (gnus-prev-page-map): Remove duplicated one.
18632         (gnus-next-page-map): Don't set keymap parent.
18633         (gnus-mime-security-button-map): Ditto.
18635         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18636         version number.
18638         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18640 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18642         * canlock.el (canlock-sha1-function): Remove.
18643         (canlock-sha1-function-for-verify): Remove.
18644         (canlock-openssl-program): Remove.
18645         (canlock-openssl-args): Remove.
18646         (canlock-ignore-errors): Remove.
18647         (canlock-sha1-with-openssl): Remove.
18648         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18649         (canlock-verify): Don't use canlock-ignore-errors.
18651         * sha1-el.el (sha1-string-external): Make it can return a string
18652         in binary form.
18653         (sha1-region-external): Ditto.
18654         (sha1-string-internal): Ditto.
18655         (sha1-region-internal): Ditto.
18656         (sha1-region): Ditto.
18657         (sha1-string): Ditto.
18658         (sha1): Ditto.
18660 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18662         * spam.el (spam-report-articles-gmane): New command.
18664 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18666         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18668         * run-at-time.el (run-at-time-saved): Remove.
18669         (run-at-time): Doc fix.
18671 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18673         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18674         (gnus-summary-limit-map): Add it.
18675         (gnus-summary-make-menu-bar): do.
18677 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18679         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18680         Make attempt at some caching support (done for BBDB only now).
18681         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18682         addresses to be checked.
18683         (spam-clear-cache-BBDB): Add function, to be invoked by
18684         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18685         (spam-check-BBDB): Check and use the caches, if
18686         spam-cache-lookups is on, remove superfluous (provide).
18688 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18690         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
18692 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18694         * run-at-time.el (run-at-time-saved): Move to after the definition
18695         of `run-at-time'.
18697 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18699         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18700         mm-w3m-local-map-property.
18702         * mm-view.el (mm-w3m-mode-map): Remove.
18703         (mm-w3m-local-map-property): Remove.
18704         (mm-inline-text-html-render-with-w3m): Don't use
18705         mm-w3m-local-map-property.
18707 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18709         * run-at-time.el: New file.
18711         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18712         of gnus-set-text-properties.
18714         * gnus-uu.el (gnus-uu-save-article): Ditto.
18716         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18718         * gnus-cite.el (gnus-cite-parse): Ditto.
18720         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18721         of gnus-.
18723         * gnus.el: Change calls to nnheader-run-at-time and
18724         password-run-at-time throughout to use run-at-time directly.
18726         * password.el: Remove definition of run-at-time.
18728 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18730         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18731         in prompt.
18733 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18735         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18736         XEmacs version.
18738         * dns.el (dns-make-network-process): Use `open-network-stream'
18739         instead of `gnus-xmas-open-network-stream'.
18741         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18743 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18745         * gnus-art.el (gnus-mime-display-alternative)
18746         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18747         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18748         Don't use gnus-local-map-property.
18750         * gnus-util.el (gnus-local-map-property): Remove.
18752         * mm-view.el (mm-view-pkcs7-decrypt):
18753         Replace gnus-completing-read-maybe-default with completing-read.
18755         * gnus-util.el (gnus-completing-read): do.
18756         (gnus-completing-read-maybe-default): Remove.
18758 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18760         * password.el: Only autoload `run-at-time' if not XEmacs.
18761         Only autoload the itimer functions if XEmacs.
18763 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18765         * gnus-art.el (gnus-read-string): Remove.
18766         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18767         read-string.
18769 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18771         * netrc.el: Autoload password-read.
18772         (netrc): Add configuration group.
18773         (netrc-encoding-method, netrc-openssl-path):
18774         Add variables for encoding and decoding of files with symmetric
18775         ciphers.
18776         (netrc-encode): Add assistant function to encode a file with
18777         netrc-encoding-method.
18778         (netrc-parse): Add interactive parameter, added optional
18779         decoding if netrc-encoding-method is non-nil but otherwise
18780         behavior is standard.
18781         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18782         Do s/encode/encrypt/ everywhere.
18784         * spam.el: Remove executable-find autoload.
18786 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18788         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18790         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18792 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18794         * gnus-art.el (gnus-treat-ansi-sequences)
18795         (article-treat-ansi-sequences): New variable and function.
18796         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18798         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18799         Use it.
18801 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18803         * mm-util.el (mm-quote-arg): Remove.
18805         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18806         shell-quote-argument.
18808         * gnus-uu.el (gnus-uu-command): do.
18810         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18812         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18813         with make-char.
18815         * mm-util.el (mm-make-char): Remove.
18817         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18818         add-minor-mode.
18820         * gnus-undo.el (gnus-undo-mode): do.
18822         * gnus-topic.el (gnus-topic-mode): do.
18824         * gnus-sum.el (gnus-dead-summary-mode): do.
18826         * gnus-start.el (gnus-slave-mode): do.
18828         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18830         * gnus-ml.el (gnus-mailing-list-mode): do.
18832         * gnus-gl.el (gnus-grouplens-mode): do.
18834         * gnus-draft.el (gnus-draft-mode): do.
18836         * gnus-dired.el (gnus-dired-mode): do.
18838         * gnus-ems.el (gnus-add-minor-mode): Remove.
18840         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18841         Replace gnus-char-width with char-width.
18843         * gnus-ems.el (gnus-char-width): Remove.
18845         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18846         Replace gnus-char-width with char-width.
18848         * gnus-ems.el (gnus-char-width): Remove.
18850         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18851         definition.
18852         Remove Emacs 20 hash table compatibility code.
18854         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18855         20 compatibility code.
18857         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18859         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18861         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
18862         Replace with point-at-{eol,bol}.
18864         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18866         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18868         * flow-fill.el (fill-flowed-point-at-bol)
18869         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18871         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18872         Replace with point-at-{eol,bol} throughout all files.
18874 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18876         * ntlm.el (ntlm-string-as-unibyte): New macro.
18877         (ntlm-build-auth-response): Use it.
18879         Remove Emacs 20 stuff:
18880         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18881         of delq and copy-sequence.
18882         * gnus-art.el (popup-menu): Remove the compiler macro.
18883         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18884         Emacs 20.
18886 2004-01-05  Simon Josefsson  <jas@extundo.com>
18888         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18889         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18890         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18891         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18892         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18893         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18894         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18895         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18896         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18897         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18898         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18899         string-xor into ntlm-string-xor.
18900         Suggested by Jesper Harder <harder@myrealbox.com>.
18902         * ntlm.el: Don't include poem.
18904         * md4.el (print-int32, print-string-hexa): Remove.
18905         Suggested by Jesper Harder <harder@myrealbox.com>.
18907         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18909         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18910         probably breaks emacs with DL patch, but do we care? Is anyone
18911         still using the DL stuff?)
18913         * sieve-manage.el: Use the password package.
18914         (sieve-manage-read-passwd): Remove.
18915         (sieve-manage-interactive-login): Use password.  Re-add
18916         condition-case around loop.
18918         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18919         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
18920         Use the password package.
18922 2003-02-19  Simon Josefsson  <jas@extundo.com>
18924         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18925         token.
18927 2002-08-07  Simon Josefsson  <jas@extundo.com>
18929         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18930         (sieve-manage-authenticators):
18931         (sieve-manage-authenticator-alist): Add some SASL mechs.
18932         (sieve-sasl-auth): New function.
18933         (sieve-manage-cram-md5-auth):
18934         (sieve-manage-plain-auth): Rewrite using SASL library.
18935         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18936         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18937         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18938         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18940 2004-01-05  Simon Josefsson  <jas@extundo.com>
18942         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18943         New files.
18945 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18947         * gnus-group.el (gnus-no-groups-message): Update.
18949         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18951 2003-11-09  Simon Josefsson  <jas@extundo.com>
18953         * imap.el: Support for ID IMAP extension (RFC 2971).
18954         (imap-local-variables): Add imap-id.
18955         (imap-id): New variable.
18956         (imap-id): New function.
18957         (imap-parse-response): Parse untagged ID response.
18958         * nnimap.el (nnimap-id): New variable.
18959         (nnimap-open-connection): Use it.
18961 2003-12-28  Simon Josefsson  <jas@extundo.com>
18963         * gnus-score.el (gnus-score-edit-all-score): New.
18964         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18966 2004-01-04  Simon Josefsson  <jas@extundo.com>
18968         * password.el: Add.
18970 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18972         * dns.el (dns-query-types): Fix typo.
18973         (dns-query-types): New function.
18974         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18975         PTR and SOA replies, see RFC 1035.
18977 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18979         * gnus.el (gnus-logo-color-style): Change colors to `no'.
18981         * Move to Changelog.2.
18983 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18985         * gnus.el (gnus-version-number): Bump version.
18987 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18989         * gnus.el: No Gnus v0.1 is released.
18991 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18993         * gnus.el: No Gnus v0.0 is released.
18995 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18997         * gnus.el (gnus-version-number): Bump.
18998         (gnus-version): No.
19000 See ChangeLog.2 for earlier changes.
19002   Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19003     Free Software Foundation, Inc.
19005   This file is part of GNU Emacs.
19007   GNU Emacs is free software: you can redistribute it and/or modify
19008   it under the terms of the GNU General Public License as published by
19009   the Free Software Foundation, either version 3 of the License, or
19010   (at your option) any later version.
19012   GNU Emacs is distributed in the hope that it will be useful,
19013   but WITHOUT ANY WARRANTY; without even the implied warranty of
19014   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19015   GNU General Public License for more details.
19017   You should have received a copy of the GNU General Public License
19018   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19020 ;; Local Variables:
19021 ;; coding: utf-8
19022 ;; fill-column: 79
19023 ;; add-log-time-zone-rule: t
19024 ;; End: