Update the queue group in the group buffer after sending the queue.
[gnus.git] / lisp / ChangeLog
blob1f189c5e7a20c0f09b092599a44831fd02dcd6d3
1 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
3         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
4         group buffer after sending the queue.
6         * gnus-agent.el (gnus-agent-send-mail): Ditto.
8 2011-01-22  Julien Danjou  <julien@danjou.info>
10         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
12 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
14         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
15         nested related parts.
17         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
18         unexpired articles.  This fixes the regression that led expiry marks to
19         disappear from nnfolder groups.
21 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
24         Don't confuse the "ret" of "retrograde" with RET.
26 2011-01-21  Julien Danjou  <julien@danjou.info>
28         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
29         than mm-insert-inline.
31 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
33         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
34         Widen article buffer.
36 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
38         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
39         the temp buffer.
40         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
42 2011-01-20  Julien Danjou  <julien@danjou.info>
44         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
46         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
47         than mm-insert-inline to insert inline part: this respect
48         mm-inline-media-tests displayers.
50         * mm-view.el (mm-display-shell-script-inline): New function.
52         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
54         * mm-uu.el (mm-uu-type-alist): Add org block.
55         (mm-uu-org-src-code-block-extract): New function.
57         * mm-view.el (mm-display-org-inline): New function.
59         * mm-decode.el (mm-automatic-display): Add text/org.
61         * mailcap.el (mailcap-mime-extensions): Add .org.
63 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
65         * gnus-art.el (gnus-article-highlight): Remove argument passed to
66         gnus-article-add-buttons.
68 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
70         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
71         From header with a date and "nobody" as the sender.
73 2011-01-19  Julien Danjou  <julien@danjou.info>
75         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
76         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
77         if you have the same regexp several times.
78         (gnus-button-push): Fix matching when regexp is symbol.
80 2011-01-15  Glenn Morris  <rgm@gnu.org>
82         * message.el (message-mail): A compose-mail function should
83         accept headers as strings.
85 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
87         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
88         Add :vert-only tags.
89         (message-mail): New arg RETURN-ACTION.
90         (message-return-action): New var.
91         (message-bury): Use it.
92         (message-mode): Make it buffer-local.
93         (message-send-and-exit): Always call message-bury.
95         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
96         message-mail.
98 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
100         * nnimap.el (nnimap-convert-partial-article): Protect against
101         zero-length body parts.
103         * mm-decode.el (mm-preferred-alternative-precedence):
104         Discourage showing empty parts.
106         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
107         and stuff if the backend didn't return the article number.  This fixes
108         an Exchange-related nnimap bug.
110         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
111         group window, because it does the wrong thing when a separate frame
112         displays the group buffer.
114         * proto-stream.el (open-protocol-stream): Protect against the low-level
115         transport functions returning nil.
117 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
119         * mml2015.el (epg-sub-key-fingerprint): Autoload.
120         (mml2015-epg-find-usable-secret-key): New function.
121         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
122         mml2015-epg-find-usable-key (Bug#7797).
123         (mml2015-epg-encrypt): Ditto.
125 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
127         * dgnushack.el (rot13-string): Fix the way to get the argument.
129 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
131         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
133 2011-01-03  Glenn Morris  <rgm@gnu.org>
135         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
137         * sieve.el (sieve-open-server): Give a more explicit error if
138         sieve-manage-open returns nil.  (Bug#7720)
140 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
142         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
144 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
146         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
147         This avoids sending passwords in plain text over non-encrypted
148         channels.
150         * shr.el (shr-rescale-image): Display all GIF images as animated images.
152         * nnimap.el (nnimap-login): Refactored out into own function, and
153         implement CRAM-MD5.
154         (nnimap-wait-for-line): Refactored out.
156         * mm-view.el (mml-smime): Require.
158 2010-12-20  David Engster  <deng@eml.cc>
160         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
161         use EPG to decrypt S/MIME messages instead of openssl.
163 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
165         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
167         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
168         status is the group clearly is unreachable.
170         * auth-source.el (auth-source-create): Add the optional second
171         parameter to `local-variable-p' to be compatible with XEmacs.
173 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
175         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
176         work when using a compressed nnml folder.
178 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
180         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
181         backends after sanitising on entry, because this never makes sense:
182         If the articles have gone missing, then the data no longer exists on
183         the backend, and if they haven't, then Gnus is wrong, and shouldn't
184         overwrite anything anyway.
186         * shr.el (shr-insert-document): Bind shr-width dynamically to
187         window-width if it's nil.
189 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
191         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
192         with the meaning of using the full emacs window width for rendering.
194 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
196         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
197         case when sender is not given.
199 2010-12-23  Julien Danjou  <julien@danjou.info>
201         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
202         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
203         the addresses, otherwise we might misplaced the gravatar.
205 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
207         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
208         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
209         obsolete in Emacs.
211 2010-12-20  Julien Danjou  <julien@danjou.info>
213         * gnus-util.el (gnus-rescale-image): Revert last change.
215 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
217         * binhex.el: Improve commentary (Bug#7482).
219 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
221         * gnus-group.el (gnus-group-delete-articles): New command.
223 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
225         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
227 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
229         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
230         here, since it's up to the backends to do CRLF removal if their
231         protocol has it.
233         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
235 2010-12-17  Julien Danjou  <julien@danjou.info>
237         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
238         they are from file. Can also scale up.
240 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
242         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
243         gnus-use-agent.
244         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
246         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
248 2010-12-17  Julien Danjou  <julien@danjou.info>
250         * gravatar.el (gravatar-retrieve-synchronously): New function.
251         (gravatar-get-data): Make more robust.
253 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
255         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
257 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
259         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
260         to really consider the last line.
262 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
264         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
265         list of recipient keys, or use symmetric encryption if not a list.
266         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
267         EPA override, replacing the call to `netrc-store-data'.
269 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
271         * gnus-srvr.el: Avoid passing nil regexp argument to
272         delete-matching-lines.
274 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
276         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
277         fetching stops when Gnus exits.
279         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
280         function.
281         (nnfolder-request-expire-articles): Save all the buffers after doing
282         expiry.
284         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
285         the last article", since that led to serious performance regressions
286         when expiring nnml groups.
288 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
290         * nnir.el: Improve customizations.
292 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
294         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
296         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
297         group has been killed.
298         (gnus-group-yank-group): Ditto.
300         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
302         * nnimap.el (nnimap-request-update-group-status): New function.
304         * gnus-int.el (gnus-request-update-group-status): New interface
305         function.
307         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
308         copying read-ness to the backends.
310         * nnimap.el (nnimap-quirk): New function.
311         (nnimap-retrieve-group-data-early): Use it.
312         (nnimap-quirks): New alist.
314 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
316         * shr.el (shr-insert): Set shr-start after deleting trailing space;
317         don't delete it within indentation.
319 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
321         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
322         previous line.
324 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
326         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
327         QRESYNC command by deleting a superfluous space which broke Cyrus
328         servers.  This change will break other servers that are buggy the other
329         way around.
331 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
333         * spam.el: Reindent and fix long lines.
334         (spam-copy-or-move-routine): Exclude invalid move destinations.
336 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
338         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
339         installed the registry.
341 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
343         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
345 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
347         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
348         groupname doesn't contain "gmane".
350 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
352         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
353         and netrc-bound-and-true-p bindings.
354         (netrc-parse): Cache the netrc contents.
356         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
357         (gnus-1): Don't create the nndrafts group twice.
358         (gnus-setup-news): There's no need to read the active file here, since
359         that's done again later on a per-backend basis.
360         (gnus-start-draft-setup): Make sure that the new group is started out
361         empty.
363         * gnus-agent.el (gnus-agentize): Don't create the queue group
364         automatically on startup.  It'll be created later, if needed.
366         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
367         of automatically subscribed groups.
368         (gnus-auto-subscribed-categories): New variable.
369         (gnus-matches-options-n): Use it.
370         (gnus-default-subscribed-newsgroups): Remove unused variable.
371         (gnus-start-draft-setup): Message a bit less.
373 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
375         * nnir.el (nnir-run-imap): Return article list in order of increasing
376         UID.
378 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
380         * gnus-sum.el (gnus-summary-enter-digest-group):
381         Mention gnus-auto-select-on-ephemeral-exit.
383         * proto-stream.el (proto-stream-open-network-only): Fix the calling
384         convention of the network-only option.
386 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
388         * proto-stream.el (proto-stream-open-network-only): New function to
389         have a way to specify non-STARTTLS upgrade connections.
391 2010-12-10  Julien Danjou  <julien@danjou.info>
393         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
394         email address is nil.
396         * message.el (message-bogus-recipient-p): Set address to "" if nil.
398 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
400         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
401         deletion.
402         (nnir-run-imap): Only need to parse list once.
404 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
406         * shr.el (shr-tag-script): Ignore <script>.
407         (shr-tag-label): Add <label> support.
409 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
411         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
413         * shr.el (shr-image-displayer): Work for images lined side by side.
415 2010-12-08  Robert Pluim  <rpluim@gmail.com>
417         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
418         parameter, since XEmacs doesn't accept t as a parameter.
420 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
422         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
423         ids.
424         (nnir-run-gmane): Simplify groupspec formatting.
425         (nnir-request-expire-articles): New function.
427 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
429         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
430         overflow, possibly.
432         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
433         (shr-render-td): Handle td style="" better.
434         (shr-tag-table): Use the color from the style sheet.
435         (shr-render-td): Make sure we copy over all the overlays, too.
437 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
439         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
440         (nnir-request-article): Improve article retrieval.
442 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
444         * mm-util.el (mm-extra-numeric-entities): New variable.
446         * mm-url.el (mm-url-decode-entities):
447         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
449         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
451 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
453         * message.el: Use completion-at-point.
454         (message-completion-function): New fun, extracted from message-tab.
455         (message-mode): Use it for completion-at-point-functions.
456         (message-tab): Use it and completion-at-point.
458 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
460         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
461         character if a non-breakable character follows.
463 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
465         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
466         any stream.
468         * shr.el (shr-tag-font): Colorize the region.
469         (shr-tag-body): Ditto.
470         (shr-tag-font): Actually let the styles be inherited instead of
471         overwriting them.
472         (shr-tag-font): Get the background color right.
473         (shr-tag-style): Ignore all <style> tags for the moment.
475         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
476         a Message-ID to avoid having nnimap depend on gnus-sum.
478         * shr.el (shr-descend): Only colorize something if we have a node that
479         sets colors.
481 2010-12-06  Julien Danjou  <julien@danjou.info>
483         * shr.el (shr-render-td): Render td content with shr-descend, so style
484         will be applied to <td> too.
485         (shr-colorize-region): Colorize region even if we only have a background.
486         (shr-tag-body): Fix color and background color inheritance.
487         Do not recolorize after shr-generic.
488         (shr-tag-font): Let shr-generic colorize via inheritance.
490 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
492         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
494 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
496         * nnir.el (nnir-request-move-article): Remove obsolete code.
498 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
500         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
502 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
504         * gnus-sum.el (gnus-summary-respool-article): The completion function
505         expects a list instead of an alist.
507         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
508         string as the parameter.
510         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
512         * shr.el (shr-stylesheet): New dynamic variable for cascading the
513         styles.
514         (shr-colorize-region): New function.
515         (shr-insert-background-overlay): Remove.
516         (shr-render-td): Background setting should be taken care of on a higher
517         level.
518         (shr-tag-body): Use post-hoc colorizations.
519         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
520         (shr-put-color-1): Don't overwrite old colors.
521         (shr-colorize-region): When the background color isn't explicit, use
522         a fixed background.
524         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
525         nnmail variables.
527 2010-12-05  Bjørn Mork  <bjorn@mork.no>
529         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
530         unless necessary.
532 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
534         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
535         server.
537 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
539         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
540         so that TAB works.
542         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
543         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
545         * shr.el (shr-urlify): Show the URL before the title to avoid
546         misleading URLs.
548 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
550         * shr.el (shr-urlify): Display the title in <a> tags.
552 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
554         * nnir.el (nnir-categorize): Replace mapcar with mapc.
556 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
558         * nnir.el: Rearrange code to allow macros to be autoloaded by
559         gnus-sum.el.
560         (nnir-retrieve-headers-override-function): Make this variable
561         customizable.
562         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
564         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
565         from nnir.el.
567 2010-12-03  Julien Danjou  <julien@danjou.info>
569         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
571 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
573         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
574         allow optional argument `environment'.
576 2010-12-03  Glenn Morris  <rgm@gnu.org>
578         * mm-extern.el (message-goto-body): Update declaration.
580 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
582         * gnus-util.el (gnus-macroexpand-all): New function.
584         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
585         instead of macroexpand-all that is unavailable in XEmacs.
587 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
589         * nnir.el (nnir-summary-line-format): New variable.
590         (nnir-mode): Use it.
591         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
592         (nnir-article-ids): Reimplement as defsubst.
593         (nnir-retrieve-headers): Don't mangle the subject header.
594         (nnir-run-imap): Use 100 as RSV score.
595         (nnir-run-find-grep): Fix for full server searching.
596         (nnir-run-gmane): Better restriction to gmane groups.
598         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
599         summary buffers.
601 2010-12-02  Julien Danjou  <julien@danjou.info>
603         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
605         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
607         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
608         support.
610 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
612         * nnir.el: Update to handle the registry better.
613         (autoload): Silence byte-compiler.
614         (nnir-open-server): Add a hook for nnir groups.
615         (nnir-request-move-article): Don't mangle the header. Better to use
616         formating variables (which will be added in the future).
617         (nnir-registry-action): Update the registry using the original article
618         group name.
619         (nnir-mode): Install nnir-specific hooks for updating the registry.
621         * gnus-sum.el
622         (gnus-article-original-subject,gnus-newsgroup-original-name):
623         Remove obsolete variables.
624         (gnus-summary-move-article): Remove use of obsolete variables.
625         (gnus-summary-local-variables): Make move and delete hooks local to
626         summary buffers.
628 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
630         * rtree.el: New file.
632 2010-12-01  Julien Danjou  <julien@danjou.info>
634         * message.el (message-user-organization): Do not use
635         gnus-local-organization.
637         * gnus.el: Remove gnus-local-organization.
639         * gnus-msg.el: Remove nastygram thing.
641 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
643         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
644         funcall.
646 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
648         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
649         names.
651         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
652         characters.
654         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
655         to t of inhibit-read-only since it is inside gnus-with-article-headers.
656         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
657         (gnus-gravatar-transform-address): Use mail-extract-address-components
658         that supports non-ASCII names rather than mail-header-parse-addresses.
660 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
662         * proto-stream.el (open-protocol-stream): All starttls connections are
663         handled by the network handler.
665 2010-11-30  Julien Danjou  <julien@danjou.info>
667         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
668         (nnimap-open-connection-1): Fix PREAUTH.
670         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
672 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
674         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
675         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
676         (shr-insert): Use them.
677         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
679 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
681         * nnir.el (nnir-request-move-article): Bail out if original group
682         doesn't support article moves.
683         (nnir-get-active): Improve active list retrieval.
685 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
687         * shr.el (shr-find-fill-point): Don't break before apostrophes.
689 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
691         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
692         seem to accept strings-with-numbers as port numbers,
694 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
696         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
697         change the registry.
699 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
701         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
702         delete-dups that is not available in XEmacs 21.4.
704         * mm-util.el (mm-delete-duplicates): Add comment.
706 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
708         * nnir.el (nnir-ignored-newsgroups): New variable.
709         (nnir-get-active): Use it.
711 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
713         * proto-stream.el (proto-stream-open-network): Add some comments.
715         * nntp.el (nntp-open-connection): Provide a :success condition.
717         * nnimap.el (nnimap-open-connection-1): Ditto.
719         * proto-stream.el (proto-stream-open-network): See what the response to
720         the STARTTLS command is.
722         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
723         backwards compatibility).
724         (nnimap-open-connection-1): Really respect nnimap-server-port.
726         * proto-stream.el (proto-stream-open-network): When doing opportunistic
727         TLS upgrades we don't really care about the identity of the peer.
728         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
729         that what we've checked for.
730         (proto-stream-always-use-starttls): Only default to t if
731         open-gnutls-stream exists.
732         (proto-stream-open-network): If STARTTLS failed, then just open a
733         normal connection.
734         (proto-stream-open-network): Wait until the greeting before doing
735         STARTTLS.
737         * nntp.el (nntp-open-connection): Report what the connection error is.
739         * proto-stream.el (open-protocol-stream): Rename from
740         open-proto-stream.
742 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
744         * nnimap.el (nnimap-stream): Change default to `undecided'.
745         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
746         first, and then network.
747         (nnimap-open-connection-1): Respect nnimap-server-port.
748         (nnimap-open-connection): Be more backwards-compatible.
750         * proto-stream.el (proto-stream-always-use-starttls): New variable.
751         (proto-stream-open-starttls): De-duplicate the starttls code.
752         (proto-stream-open-starttls): Folded back into the main function.
753         (proto-stream-open-network): Fix typo in the gnutls path.
754         (proto-stream-command): Refactor out.
756         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
758         * proto-stream.el (proto-stream-open-starttls): Actually implement the
759         starttls.el STARTTLS.
761         * color.el (color-lab->srgb): Fix function call name.
763         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
764         if we're using tls.el.
765         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
766         built in, then don't try to establish a STARTTLS connection.
768         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
769         servers.
771         * proto-stream.el (open-proto-stream): Use network, not stream.
772         (open-proto-stream): Add a way to specify what the end of a command is.
774         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
775         connections types.
776         (nntp-open-network-stream): Remove.
777         (nntp-open-ssl-stream): Remove.
778         (nntp-open-tls-stream): Remove.
779         (nntp-ssl-program): Remove.
781         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
783 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
785         * nnir.el: Fix typos.
786         (nnir-retrieve-headers-override-function): Rename variable to reflect
787         new semantics.
788         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
789         macros.
790         (nnir-request-article, nnir-request-move-article): Use them.
791         (nnir-categorize): New function.
792         (nnir-run-query): Use it.
793         (nnir-retrieve-headers): Rewrite to batch header retrieval.
794         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
795         sorted.
796         (nnir-group-full-name): Use gnus-group-full-name instead.
797         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
798         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
800 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
802         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
804         * proto-stream.el: New library to provide protocol-specific
805         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
806         protocols.
807         (open-proto-stream): Complete the documentation.
808         (proto-stream-open-network): Fix some typos.
810         * nnimap.el (nnimap-open-connection): Use it.
812 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
814         * pop3.el (pop3-open-server): Read server greeting before starting TLS
815         negotiation.
817 2010-11-26  Julien Danjou  <julien@danjou.info>
819         * color.el: Rename various rgb functions to srgb.
821 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
823         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
824         names.
826 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
828         * shr.el (shr-insert): Revert last change.
829         (shr-find-fill-point): Never leave point being at bol;
830         relax the kinsoku limitation when rendering tables.
832 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
834         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
835         results from -accept-article.
837         * shr-color.el: Require cl when compiling.
839         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
840         checkin.
842         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
844         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
846         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
847         'add and 'delete to set backend marks.
849         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
851         * nnheader.el (nnheader-update-marks-actions): Refactor out.
853         * nntp.el (nntp-request-set-mark): Use it.
855         * nnfolder.el (nnfolder-request-set-mark): Ditto.
857         * nnml.el (nnml-request-set-mark): Ditto.
859         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
860         introduces regressions in article selection.
861         (nnimap-find-uid-response): New function.
862         (nnimap-request-accept-article): Use the UID returned, if any.
863         (nnimap-request-move-article): Use the UID returned, if any.
864         (nnimap-get-groups): Reimplement to work with folded lines.
865         (nnimap-find-uid-response): The UID is the last element in the list.
866         (nnimap-request-set-mark): Extend syntax with 'set.
868         * nnml.el (nnml-request-set-mark): Ditto.
870         * nnfolder.el (nnfolder-request-set-mark): Ditto.
872         * nntp.el (nntp-request-set-mark): Ditto.
874 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
876         * message.el (message-called-interactively-p): A temporary macro.
877         (message-goto-body): Use it temporarily.
879 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
881         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
882         (nnimap-last-response-string): Unfold quoted lines, if they exist.
883         (nnimap-last-response-string): Fix last unfolding fix.
885 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
887         * shr.el (shr-insert): Fix the way to fold lines.
889 2010-11-25  Julien Danjou  <julien@danjou.info>
891         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
893         * color.el: Rename from color-lab.el
894         (color-rgb->hex): Add.
895         (color-complement): Add.
896         (color-complement-hex): Add.
898         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
900 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
902         * shr-color.el (shr-color-visible): Don't bug out if the colour names
903         don't exist.
905 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
907         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
908         assuming that article displaying or another mml-preview may be
909         interrupted for an error or for the like.
911         * shr.el (shr-get-background): Fix argument name.
913 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
915         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
917         * gnus-sum.el (gnus-summary-include-articles): New function.
919         * message.el (message-goto-body): called-interactively-p needs a
920         parameter, so use `any'.
922         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
923         clear marks before moving, since they're synced from the Gnus side
924         first.
926         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
927         (gnus-summary-move-article): Copy over all marks before moving, so that
928         IMAP doesn't think a new article has arrived.
930 2010-11-24  Julien Danjou  <julien@danjou.info>
932         * shr.el (shr-insert-background-overlay): Fix typo.
933         (shr-render-td): Copy the background before rendering.
935         * shr-color.el (shr-color-visible): Fix docstring.
937         * shr.el (shr-tag-table): Add bgcolor support.
938         (shr-render-td): Add bgcolor support.
939         (shr-get-background): Add.
940         (shr-insert-foreground-overlay): Use shr-get-background.
942         * message.el (message-goto-body): Use called-interactively-p.
943         (message-in-body-p): message-goto-body returns point.
945 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
947         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
948         Fixes something or other in Emacs 23, and is backwards compatible.
950         * message.el (message-goto-body): Remove the <#secure special-casing,
951         which is too special.
953         * shr.el (shr-parse-style): Drop !important from styles.
955 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
957         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
958         this function to return incorrect results when calling it with an
959         explicit article argument different from
960         (gnus-summary-article-number).
962 2010-11-24  Julien Danjou  <julien@danjou.info>
964         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
965         (shr-tag-body): Add background support.
966         (shr-descend): Add background support.
967         (shr-tag-title): Add.
969         * shr-color.el (shr-color-visible): Really return original background
970         if fixed.
972 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
974         * shr.el (shr-color-check): Protect against non-existant colour names.
976 2010-11-24  Julien Danjou  <julien@danjou.info>
978         * color-lab.el: Require 'cl when compiling.
980         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
982         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
983         matched part.
985         * color-lab.el: Fix all expt calls to use float type.
987 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
989         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
990         expression to shr-color-check as is.
992         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
994         * color-lab.el: Add coding cookie.
995         (float-pi): Use eval-and-compile.
997         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
998         compiled for Emacsen having no `libxml-parse-html-region' support.
1000 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1002         * shr.el (shr-insert-color-overlay): Split stuff like
1003         "#444444 !important" to find the real colour.
1004         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1005         parse <font color="red"> entries.
1007 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1009         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1010         point when parsing headers.
1012         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1013         is positioned properly when parsing headers.
1015 2010-11-23  Julien Danjou  <julien@danjou.info>
1017         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1019         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1021         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1023         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1024         Use shr-color-hue-to-rgb.
1025         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1027 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1029         * shr.el (shr-color->hexadecimal): Autoload.
1030         (shr-descend): Add color to all tags.
1032 2010-11-22  Julien Danjou  <julien@danjou.info>
1034         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1035         shr-color->hexadecimal.
1037         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1038         RGB() or HSL() color representation.
1040         * shr.el (shr-tag-font): Add.
1041         (shr-tag-color-check): New function to get better colors.
1042         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1043         tag-span.
1045         * shr-color.el: New file.
1047         * color-lab.el: New file.
1049         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1051 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1053         * nnir.el: Fix typo in comments.
1054         (nnir-run-imap): Simplify code. No need to reverse artlist.
1055         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1057 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1059         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1061         * nnimap.el (nnimap-get-capabilities): Refactor out.
1062         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1064 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1066         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1067         appearing when `mm-uu-hide-markers' is nil.
1069 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1071         * nnimap.el (nnimap-unselect-group): Make into its own function.
1072         (nnimap-request-rename-group): Unselect group before renaming.
1073         This had gotten lost somewhere.
1074         (nnimap-request-accept-article): Keep track of examined groups, and
1075         unselect the group before APPENDing to read-only groups.
1076         (nnimap-request-move-article): Clear flags before moving so that they
1077         can be re-set later.
1079 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1081         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1082         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1084 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1086         * gnus-art.el (gnus-mime-display-single)
1087         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1088         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1089         parameter.
1091 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1093         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1094         (shr-table-vertical-line): New variable.
1095         (shr-insert-table): Use it.
1097 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1099         * gnus-html.el (gnus-html-wash-images): Don't display images if
1100         gnus-inhibit-images is non-nil; register displayer for cid images.
1101         (gnus-html-display-image): Work for cid image.
1102         (gnus-html-insert-image): Allow arguments.
1103         (gnus-html-put-image): Inhibit read-only.
1104         (gnus-html-prefetch-images): Don't prefetch images if
1105         gnus-inhibit-images is non-nil.
1107 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1109         * shr.el (shr-put-image): Break lines when inserting big pictures.
1111 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1113         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1114         sender, thanks Katsumi Yamaoka.
1116 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1118         * nnir.el (nnir-run-imap): Reverse the article list for each group
1119         rather than the whole list.
1121 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1123         * shr.el (shr-image-displayer): Protect function against non-existent
1124         image source.
1126         * gnus-art.el (gnus-inhibit-images): New user option.
1127         (gnus-mime-display-single): Don't display image if it is non-nil.
1129         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1130         gnus-inhibit-images.
1132         * shr.el (shr-image-displayer): New function.
1133         (shr-tag-img): Use it.
1135 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1137         * mml2015.el (mml2015-epg-sign): Use From header.
1139 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1141         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1143         * gnus-util.el (gnus-find-text-property-region): Return markers.
1145         * shr.el (shr-tag-img): Put a displayer in the text property.
1147         * gnus-util.el (gnus-find-text-property-region): New utility function.
1149         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1150         (gnus-html-show-images): Remove.
1152         * gnus-art.el (gnus-article-show-images): New, more general function.
1154         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1155         image url text properties.
1157         * shr.el: Ditto.
1159         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1160         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1162 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1164         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1165         work for two or more articles.
1167 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1169         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1170         divide an image that's in an html article to two or more when washing
1171         non-ASCII characters in alt text of it.
1173 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1175         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1176         smime-decrypt-region using function argument.
1177         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1179         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1181         * smime.el (smime-decrypt-region): Catch it.
1183 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1185         * smime.el (smime-mode-map): Move initialization into declaration.
1186         (gnus-run-mode-hooks): Don't autoload.
1187         (smime-mode): Use define-derived-mode.
1189 2010-11-11  Glenn Morris  <rgm@gnu.org>
1191         * smime.el (from): Restrict declaration to XEmacs.
1193         * nnir.el (gnus-group-topic-name): Autoload.
1195 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1197         * shr.el (shr-insert): Don't break long line if it is because of
1198         kinsoku-bol characters in the line end.
1200 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1202         * nnir.el (nnir-request-move-article): Fix to provide original group
1203         and subject.
1204         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1205         been retrieved.
1207         * gnus-sum.el (gnus-summary-move-article): Use original group and
1208         subject for virtual articles such as those in an nnir summary buffer.
1210 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1212         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1213         least 21.5).
1215         * smime.el (from): Declare it again for XEmacs.
1217 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1219         * message.el (message-resend): Don't disable encoding unless it's
1220         already encoded.
1222         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1223         low-numbered articles.
1225 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1227         * rfc2047.el (rfc2047-syntax-table): Simplify.
1229         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1231         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1232         set-char-table-range for XEmacs.
1234 2010-11-10  Glenn Morris  <rgm@gnu.org>
1236         * time-date.el (time-to-seconds): Always an alias on Emacs,
1237         never a real function.
1238         (with-no-warnings): Remove compat stub, now unused.
1239         (time-less-p): Doc fix.
1240         (time-to-number-of-days): Simplify.
1242         * smime.el (from): Remove unused declaration.
1244         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1245         (gnus-float-time): On Emacs, always an alias.
1247         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1248         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1250 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1252         * dgnushack.el: Don't use ignore-errors in the top level form since it
1253         is unavailable in XEmacs even if cl is loaded.
1255         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1257 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1259         * shr.el (browse-url-mailto): Autoload.
1261         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1263         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1264         regexp doesn't need quoting.
1266 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1268         * message.el (message-subject-trailing-was-ask-regexp)
1269         (message-subject-trailing-was-regexp): Match was: in addition to was.
1271 2010-11-09  Glenn Morris  <rgm@gnu.org>
1273         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1274         (nnbabyl-check-mbox): Use point-at-bol.
1276 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1278         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1280         * message.el (message-mailto): New function.
1281         (message-mailto): Should accept other parameters.
1282         (message-mailto): Remove since it duplicates browse-url-mailto
1283         functionality.
1285 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1287         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1288         methods.
1289         (gnus-read-active-file): Ditto.
1291         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1292         ": " from the prompt.
1293         (gnus-group-make-group): Ditto.
1295 2010-11-07  Glenn Morris  <rgm@gnu.org>
1297         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1298         (gnus-bookmark-kill-line): Use point-at-eol.
1300 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1302         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1303         asterisks in From header.
1305 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1307         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1308         string to avoid making the From headers syntactically invalid.
1310         * message.el (message-send-mail): Don't insert courtesy messages if the
1311         message already has List-Post and List-ID messages.
1313 2010-11-06  Glenn Morris  <rgm@gnu.org>
1315         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1316         `condition', `type', `length' a prefix.
1317         (gnus-treat-predicate): Update for above name changes.
1319 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1321         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1322         binding.  Handled by `gnus-summary-refer-thread' instead.
1323         (nnir-warp-to-article): New backend function.
1325         * nnimap.el (nnimap-request-thread): Force dependency updating.
1327         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1328         (gnus-summary-refer-thread): Rework to improve thread-referral.
1330         * gnus-int.el (gnus-warp-to-article): New function.
1332         * gnus-sum.el (gnus-summary-article-map): Bind it.
1334 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1336         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1337         gnus-summary-refer-thread.
1339         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1340         headers.
1341         (gnus-summary-limit-include-thread): Prevent articles in thread from
1342         being cut in gnus-cut-threads.
1343         (gnus-summary-refer-thread): Limit retrieved headers to those in
1344         thread.
1346 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1348         * message.el (message-send-mail): Use the value of
1349         message-courtesy-message from the message buffer.
1351         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1353         * shr.el (shr-browse-url): Implement mailto: URLs.
1355         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1356         "raw".
1358         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1359         if it's already selected.
1361         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1363 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1365         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1366         to measure the length and truncate alt text.
1368 2010-11-03  Glenn Morris  <rgm@gnu.org>
1370         * nndiary.el (nndiary-generate-nov-databases-1)
1371         (nndiary-generate-active-info): Rename dynamic variable `files' to
1372         something less generic.
1374 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1376         * nnir.el (nnir-request-move-article): Call the underlying backend to
1377         move articles from nnir.
1379 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1381         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1383 2010-11-02  Julien Danjou  <julien@danjou.info>
1385         * nnir.el: Remove wais support.
1387 2010-11-02  Glenn Morris  <rgm@gnu.org>
1389         * gnus-html.el: Reorder requirements to quieten compiler.
1391 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1393         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1394         properly for XEmacs as well.
1395         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1396         (gnus-article-natural-long-line-p): Use window-width rather than
1397         frame-width.
1399 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1401         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1402         (nnir-read-parms): Don't modify query.
1403         (nnir-run-query): Add ability to search topic on current line.
1404         (nnir-get-active): Clean up.
1406 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1408         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1409         degenerate articles.
1411         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1412         (gnus-print-buffer): Just print the buffer as is, without any copying
1413         to a buffer and then re-highlighting.
1415         * nnimap.el (nnimap-request-group): Store the new updated info.
1416         (nnimap-request-group): Select the group when we don't know whether it
1417         exists or not.
1419         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1420         groups.
1422         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1423         groups.
1425         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1426         groups.
1428         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1429         long-lines case by only filling the long lines.
1431         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1432         (bug #7311).
1434 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1436         * shr.el: No need to declare `declare-function' since shr.el is for
1437         only Emacsen that provide `libxml-parse-html-region'.
1439         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1440         effective only in a file it is referred to.
1442 2010-11-01  Glenn Morris  <rgm@gnu.org>
1444         * mm-util.el (gnus-completing-read): Autoload.
1445         (mm-read-coding-system): Simplify Emacs definition.
1447         * nnmail.el (gnus-activate-group):
1448         * nnimap.el (gnutls-negotiate):
1449         * nntp.el (netrc-parse): Fix declarations.
1451 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1453         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1454         string-match-p in Emacs >=23.
1456         * gnus-msg.el (gnus-configure-posting-styles)
1457         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1459 2010-11-01  Glenn Morris  <rgm@gnu.org>
1461         * nnir.el (declare-function): Add compat stub.
1462         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1463         (nnir-run-gmane): Require 'mm-url.
1465         * mm-util.el (mm-string-to-multibyte): Simplify.
1467         * shr.el (declare-function): Add compat stub.
1468         (url-cache-create-filename): Declare.
1469         (mm-disable-multibyte, widget-convert-button): Autoload.
1471         * smime.el (ldap-search): Declare.
1472         (smime-cert-by-ldap-1): Require ldap on Emacs.
1474         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1475         (nnimap-keepalive): Use gnus-float-time.
1477         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1478         (mail-source-delete-crash-box): Use gnus-float-time.
1480         * gnus-dired.el (gnus-completing-read): Autoload.
1482         * mm-view.el (gnus-rescale-image): Autoload.
1484         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1486         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1488         * sieve-manage.el: Require 'cl when compiling.
1490         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1491         (gnus-iswitchb-completing-read): Require iswitchb.
1492         (gnus-select-frame-set-input-focus): Silence compiler.
1494 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1496         * message.el (message-subject-trailing-was-query): Change default to t,
1497         since I think that's what most people want.
1499         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1500         appending for easier debugging.
1501         (nnimap-wait-for-connection): Take a regexp.
1502         (nnimap-request-accept-article): Wait for the continuation line before
1503         sending anything unless we're streaming.
1505         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1506         leave the header washing to take place.
1508 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1510         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1511         regular expression match and replace in posting styles.
1513 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1515         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1516         an entire server.
1517         (nnir-get-active): New function.
1518         (nnir-run-imap): Use it.
1519         (nnir-run-gmane): Who knew, gmane search returns an article score!
1521         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1522         server on the current line with nnir.
1524 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1526         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1527         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1528         left edge.
1529         (gnus-article-foldable-buffer): Skip past the prefix when determining
1530         raggedness.
1532         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1533         the raw article, and change `C-u g' to show the article without doing
1534         treatments.
1536         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1537         on to `gnus-treat-article'.
1538         (gnus-inhibit-article-treatments): New variable.
1540         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1542         * gnus-art.el (gnus-treatment-function-alist): Have
1543         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1544         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1545         sections.
1547         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1548         parameter.
1549         (gnus-article-fill-cited-long-lines): New function.
1550         (gnus-article-fill-cited-article): Allow filling only long sections.
1552         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1553         and non-punctuation (like after the apostrophe in "'We").
1555         * gnus-sum.el (gnus-summary-select-article): Make sure
1556         gnus-original-article-buffer is alive.
1558         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1559         reflect the order they're in in the digest.
1561         * gnus.el (gnus-group-startup-message): Move point to the start of the
1562         buffer.
1564         * nnimap.el (nnimap-capability): New function.
1565         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1566         is set.
1568 2010-10-31  David Engster  <dengste@eml.cc>
1570         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1571         conform with changes to gnus-completing-read.
1573 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1575         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1577 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1579         * nnir.el: Move defvar, defcustom around to keep file organized
1580         and keep byte-compiler quiet.
1581         (nnir-read-parms): Accept search-engine as arg.
1582         (nnir-run-query): Pass search-engine as arg.
1583         (nnir-search-engine): Remove.
1585 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1587         * shr.el (shr-generic): The text nodes should be text, not :text.
1589         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1590         later in the file.
1592 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1594         * nnir.el: General clean up.  Allow searching with multiple engines.
1595         Allow separate extra-parameters for each engine.
1596         Batch queries when possible.
1597         (nnir-imap-default-search-key,nnir-method-default-engines):
1598         Add customize interface.
1599         (nnir-run-gmane): New engine.
1600         (nnir-engines): Use it.  Qualify all prompts with engine name.
1601         (nnir-search-engine): Remove global variable.
1602         (nnir-run-hyrex): Restore for now.
1603         (nnir-extra-parms,nnir-search-history): New variables.
1604         (gnus-group-make-nnir-group): Use them.
1605         (nnir-group-server): Remove in favor of gnus-group-server.
1606         (nnir-request-group): Avoid searching twice.
1607         (nnir-sort-groups-by-server): New function.
1609 2010-10-30  Julien Danjou  <julien@danjou.info>
1611         * gnus-group.el: Remove gnus-group-fetch-control.
1613         * gnus-start.el (gnus-find-new-newsgroups):
1614         Remove gnus-check-first-time-used.
1616         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1618 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1620         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1621         set on groups that don't have \* permanentflags.
1623 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1625         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1626         control the background color.
1627         (shr-tag-img): Ignore very small web bug type images.
1628         (shr-put-image): Add help-echo alt texts to the images.
1629         (shr-tag-video): Show the video poster image.
1631 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1633         * shr.el (shr-table-depth): New variable.
1634         (shr-tag-table-1): Only insert the images after the top-level table.
1636         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1638         * gnus-util.el (gnus-list-memq-of-list): New function.
1640         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1641         selected.
1642         (nnimap-unsplittable-articles): New slot.
1643         (nnimap-new-articles): Use it.
1645 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1647         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1648         move to the previous line on `M-g'.
1650 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1652         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1653         *-request-group, which seems unnecessary.
1655         * nnimap.el (nnimap-quote-specials): Function copied over from
1656         imap.el.
1657         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1658         they support that.  Suggested by Tom Regner.
1660 2010-10-29  Julien Danjou  <julien@danjou.info>
1662         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1663         defalias.
1664         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1666         * gnus.el: Remove `gnus-nntp-service' variable.
1667         (gnus-secondary-servers): Make obsolete.
1668         (gnus-nntp-server): Make obsolete.
1670         * gnus-start.el (gnus-1): Remove x-splash calls.
1672         * gnus-ems.el (gnus-x-splash): Remove.
1674         * gnus.el (gnus-group-startup-message): Simplify/update code.
1676         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1677         definition.
1679         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1680         capability before doing anything.
1681         (gnus-group-insert-group-line): Remove useless
1682         gnus-group-remove-excess-properties.
1684 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1686         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1688 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1690         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1691         config after reselecting.
1693 2010-10-28  Julien Danjou  <julien@danjou.info>
1695         * shr.el (shr-put-image): Use point even if only inserting text.
1696         (shr-put-image): Save excursion when inserting alt text on non-graphic
1697         display, so the behaviour is the same when we are on a graphic display.
1699         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1701 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1703         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1704         (gnus-mime-copy-part): Check coding system, not charset.
1705         (gnus-mime-view-part-externally): Never remove part.
1706         (gnus-mime-view-part-internally): Don't remove part here.
1707         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1708         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1709         multipart/alternative.
1711         * mm-decode.el (mm-display-part): Take optional arg `force'.
1713 2010-10-26  Julien Danjou  <julien@danjou.info>
1715         * gnus-group.el (gnus-group-default-list-level): Add this function to
1716         compute the default list level.
1717         (gnus-group-default-list-level): Add possibility to use a function.
1719 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1721         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1723         * gnus-group.el (gnus-group-completing-read)
1724         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1725         gnus-replace-in-string.
1727 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1729         * shr.el (shr-tag-div): Add.
1731         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1733 2010-10-25  Julien Danjou  <julien@danjou.info>
1735         * gnus-util.el: Remove `gnus-with-local-quit'.
1737         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1739 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1741         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1742         the original article buffer.
1744 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1746         * nnimap.el (nnimap-request-head): New function.
1747         (nnimap-request-move-article): Try to be slighly faster by not
1748         requesting the entire message when moving.
1749         (nnimap-transform-headers): Don't bug out on bodiless articles.
1750         (nnimap-send-command): Have no outstanding messages if the IMAP server
1751         doesn't support streaming.
1752         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1754 2010-10-24  Julien Danjou  <julien@danjou.info>
1756         * message.el (message-default-headers): Fix type.
1758 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1760         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1761         prefetching images.
1763         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1764         backend for unknown groups.  This is mainly useful for nnimap groups.
1766         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1767         group isn't covered by the agent.
1769 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1771         * nnir.el (nnir-method-default-engines): New variable.
1772         (nnir-run-query): Use it.
1773         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1774         (gnus-summary-nnir-goto-thread): Change group if needed.
1776         * gnus-group.el (gnus-group-group-map): Add key binding for
1777         gnus-group-make-nnir-group.
1779 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1781         * shr.el (shr-tag-object): Add.
1783         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1784         original article buffer live.
1785         (gnus-summary-select-article-buffer):
1786         Mention gnus-widen-article-buffer.
1788 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1790         * shr.el (shr-tag-strong): Add.
1792 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1794         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1795         group names.  They mess up the group buffer badly.
1797         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1799         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1800         instead of the summary one.
1802 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1804         * mml.el (mml-preview): Work properly when editing article.
1806         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1807         gnus-have-read-active-file if it's already been in.
1809 2010-10-22  Tom Tromey  <tromey@redhat.com>
1811         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1812         gnus-group-completing-read.
1814 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1816         * message.el (message-mode-map): Don't bind M-; to comment region, to
1817         allow the global comment-dwim to work.
1819 2010-10-21  Julien Danjou  <julien@danjou.info>
1821         * message.el (message-setup-1): Allow message-default-headers to be a
1822         function.
1824 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1826         * shr.el (shr-tag-table): Simplify.
1828 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1830         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1831         to avoid trying to snarf invalid stuff.
1833         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1835         * gnus.el (gnus-message-archive-group): Quote value.
1836         (gnus-message-archive-group): Mark as changed.
1838         * shr.el (shr-add-font): Don't put the font properties on the newline
1839         or the indentation.
1841         * message.el (message-fix-before-sending): Change options when sending
1842         non-printable characters.
1844         * gnus.el (gnus-message-archive-method): Change the default to
1845         monthly outgoing groups.
1847         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1848         that have gotten new numbers.
1850         * nnimap.el (nnimap-request-replace-article): New function.
1852 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1854         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1855         (nnrss-request-article): Don't use special html washing code.
1857 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1859         * shr.el (shr-tag-table): Remove useless nconc.
1861 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1863         * gnus-art.el (article-wash-html): Simplify and remove the charset
1864         stuff.  Use the normal html rendering code instead of the special html
1865         washing code.
1867         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1868         `gnus-w3m' symbols.
1869         (mm-text-html-washer-alist): Remove.
1871         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1872         (mm-inline-media-tests): Remove use.
1873         (mm-text-html-renderer): Change default to the `shr' symbol.
1875         * mm-view.el (mm-inline-text-html): Remove use.
1877         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1878         `gnus-blocked-images' to be a function.
1879         (gnus-article-wash-function): Remove.
1881 2010-10-20  Julien Danjou  <julien@danjou.info>
1883         * spam.el (spam-list-of-processors): Mark as obsolete.
1885         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1886         (nnimap-insert-partial-structure): Fix boundary detection.
1888 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1890         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1891         run file-truename on remote files.  This can be expensive and even
1892         prevent one from editing drafts if some unrelated buffer has a stale
1893         connection.
1895 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1897         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1898         kinsoku-eol regardless of shr-kinsoku-shorten.
1899         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1900         (shr-tag-table): Support caption, thead, and tfoot.
1902 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1904         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1905         lines.
1906         (shr-save-contents): New command and keystroke.
1908         * nndoc.el (nndoc-type-alist): Add git support.
1909         (nndoc-git-type-p): New function.
1910         (nndoc-transform-git-article): Ditto.
1911         (nndoc-transform-git-headers): Ditto.
1912         (nndoc-transform-git-headers): Generate Subject headers.
1914         * shr.el (shr-parse-style): New function.
1915         (shr-tag-span): Ditto.
1917         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1918         to `G G' to avoid collisions.
1920 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1922         * shr.el: Load kinsoku if necessary.
1923         (shr-kinsoku-shorten): New internal variable.
1924         (shr-find-fill-point): Make kinsoku shorten text line if
1925         shr-kinsoku-shorten is bound to non-nil.
1926         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1927         shr-indentation too when testing if table is wider than frame width.
1928         (shr-insert-table): Use `string-width' instead of `length' to measure
1929         text width.
1930         (shr-insert-table-ruler): Make sure indentation is done at bol.
1932 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1934         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1935         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1936         undecoded network data.
1938 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1940         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1941         name in the mode line spec so that the mode line menu works
1942         (bug #2431).
1944         * message.el (message-get-reply-headers): If we're fed `to-address',
1945         then always use that.
1947         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1948         aren't so wide as to need to switch off the edit menu.
1950         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1951         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1953         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1954         `M-g'.
1955         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1956         the permanent marks.
1958 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1960         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1961         Splitting according to references/in-reply-to obeys the ignore-groups
1962         variable, while splitting by sender and subject do not.
1964 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1966         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1967         alist, so that we can look for non-Unicode chars.
1968         (article-translate-strings): Allow both character and string maps.
1970 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1972         * shr.el (shr-insert): Don't insert space behind a wide character
1973         categorized as kinsoku-bol, or between characters both categorized as
1974         nospace.
1976 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1978         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1979         headers to gnus-newsgroup-headers.
1981 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1983         * shr.el (shr-tag-img): Don't align images -- since we're not
1984         rescaling, this often leads to ugly displays.
1986 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1988         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1989         duplicates.
1991 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1993         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1994         call.
1996 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1998         * gnus.el: Autoload gnus-html-show-images.
2000         * nnimap.el: Use nnheader-message throughout.
2002         * shr.el (shr-tag-img): Ignore images with no data.
2004 2010-10-15  Julien Danjou  <julien@danjou.info>
2006         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2007         a possibility to disable format=flow encoding when using hard newlines.
2009 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2011         * shr.el (shr-insert): Remove space inserted before or after a
2012         breakable character or at the beginning or the end of a line.
2013         (shr-find-fill-point): Do kinsoku; find the second best point or give
2014         it up if there's no breakable point.
2016 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2018         * nnimap.el (nnimap-open-connection): Message when opening connection
2019         for debugging purposes.
2021         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2022         on every setup buffer call to allow this to change from article to
2023         article.
2025         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2026         buffers where we have a wide table.
2028 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2030         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2031         uses *-request-thread.
2033 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2035         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2036         incantation, which is no longer valid.
2038 2010-10-14  Julien Danjou  <julien@danjou.info>
2040         * shr.el: Fix defcustom type (char -> character).
2042 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2044         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2045         programs.
2047 2010-10-14  Julien Danjou  <julien@danjou.info>
2049         * shr.el (shr-tag-a): Use url-link as widget type.
2051         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2052         `gnus-group-get-icon'.
2054 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2056         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2057         This should make server editing work better.
2059         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2061         * tls.el (tls-program): Remove spurious %s from openssl.
2063         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2064         (nnimap-parse-flags): Fix regexp.
2066         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2067         probably work for CJVK text, too.
2069         * nnimap.el (nnimap-extend-tls-programs): Remove.
2070         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2072         * tls.el (tls-starttls-switches): Remove starttls hack.
2073         (open-tls-stream): Ditto.
2074         (tls-find-starttls-argument): Ditto.
2076 2010-10-13  Julien Danjou  <julien@danjou.info>
2078         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2079         responses.
2081 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2083         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2085         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2086         anything in Emacs.
2088         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2090 2010-10-13  Julien Danjou  <julien@danjou.info>
2092         * shr.el (shr-width): Make shr-width a defcustom with default to
2093         fill-column.
2094         (shr-tag-img): Use shr-width rather than fill-column.
2096 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2098         * dgnushack.el (byte-optimize-apply)
2099         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2101         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2102         position when (X-)Faces exist.
2103         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2104         avatars when called interactively.
2106 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2108         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2109         gnus-article-x-face-too-ugly is bound.
2111 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2113         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2115         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2116         mailbox that doesn't exist.
2118 2010-10-12  Julien Danjou  <julien@danjou.info>
2120         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2121         (shr-get-image-data): Encode URL properly when fetching from cache.
2122         (shr-tag-img): Use aligned-to spaces to align correctly images.
2124         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2125         before inserting the Gravatar.
2127         * shr.el (shr-tag-img): Add align attribute support for <img>.
2129 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2131         * gnus-gravatar.el (gnus-art): Require.
2133         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2134         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2135         Remove long obsoleted functions.
2137 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2139         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2141         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2143         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2144         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2145         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2146         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2147         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2148         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2149         * sieve-manage.el, smime.el, spam.el:
2150         Fix comment for declare-function.
2152 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2154         * nnimap.el (nnimap-request-rename-group): Select group read-only
2155         before renaming it.
2157         * shr.el (shr-insert): Fix up the white space only regexp.
2159         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2160         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2162         * shr.el (shr-current-column): New function.
2163         (shr-find-fill-point): New function.
2165 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2167         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2168         numbers.
2170 2010-10-11  Julien Danjou  <julien@danjou.info>
2172         * shr.el (shr-hr-line): Add.
2173         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2174         display hr lines.
2175         (shr-max-columns): Do not change state to nil if we just inserting
2176         spaces.
2178 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2180         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2181         select the last group.
2183 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2185         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2187 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2189         * dig.el (dig-mode-map): Declare and define in one step.
2191 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2193         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2194         for Gnus.
2195         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2196         (nnimap-update-qresync-info): Mark \Seen articles as read.
2198         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2199         non-variable, too.
2201         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2202         available.
2203         (nnimap-update-info): Rely more on the current active than the param
2204         active to avoid marking articles as read too much.
2206         * auth-source.el (auth-source-create): Use (user-login-name) for the
2207         user name default.
2209         * nnimap.el (nnimap-update-info): If the server doesn't return any
2210         useful info, just use the previous info.
2211         (nnimap-update-info): Prefer old info over start-article.
2212         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2214 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2216         * nnir.el (autoload): Clean up autoloads.
2217         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2218         Use key rather than value.
2219         (nnir-imap-search-other): New variable.
2220         (nnir-read-parm): Use it.
2221         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2222         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2224 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2226         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2227         the process, too.
2229 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2231         * spam.el (gnus-summary-mode-map): Bind to "$".
2232         Suggested by Russ Allbery.
2234         * shr.el: Rework the way things are indented by <li> slightly.
2236         * gnus.el (gnus-group-set-parameter): Fix typo.
2238         * nnimap.el: Start implementing QRESYNC support.
2240 2010-10-09  Julien Danjou  <julien@danjou.info>
2242         * nnir.el (nnir-engines): Fix too many arguments.
2244 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2246         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2247         group is the "last", so that the backends like nnfolder actually save
2248         their folders.
2250         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2251         try to use that for the tls stream.
2252         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2253         UIDVALIDITY and find out which groups are read-only and not.
2254         (nnimap-get-flags): Use the same marks parsing code as the rest of
2255         nnimap.
2257 2010-10-09  Julien Danjou  <julien@danjou.info>
2259         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2261         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2262         retrieving gravatars.
2264         * shr.el (shr-table-corner): Add.
2265         (shr-table-line): Add.
2266         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2268 2010-10-08  Julien Danjou  <julien@danjou.info>
2270         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2272 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2274         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2276         * gnus-sum.el (gnus-mark-article-as-unread)
2277         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2278         (gnus-summary-set-bookmark): Use it.
2280         * gnus-msg.el (gnus-setup-message): Use it.
2282         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2284         * gnus.el (gnus-group-remove-parameter): Use it.
2286         * gnus-group.el (gnus-group-make-web-group): Use it.
2288         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2290         * nnregistry.el: Update docs to mention manual.
2292         * gnus-registry.el: Update docs to mention nnregistry.el.
2293         (gnus-registry-initialize): Don't install nnregistry refer method
2294         automatically.
2295         (gnus-registry-install-nnregistry): Remove it.
2297 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2299         * shr.el (shr-insert): Don't insert double spaces.
2301 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2303         * gnus-gravatar.el (gnus-treat-from-gravatar)
2304         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2305         called interactively.
2307         * gnus-art.el (gnus-mime-view-part-externally)
2308         (gnus-mime-view-part-internally): Make predicate function passed to
2309         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2310         of a mime type.
2312         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2314 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2316         * shr.el (require): Require cl when compiling.
2317         (shr-tag-hr): New function.
2319         * nnimap.el (nnimap-update-info): Remove double setting of high.
2320         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2321         This makes nnimap work properly on Courier again.
2323         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2324         the variable for backwards compatability.
2326         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2327         the file name before using to avoid setting mm-default-directory to
2328         nil.
2330         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2331         bidning gnus-agent variables.
2333         * shr.el (shr-render-td): Use a cache for the table rendering function
2334         to avoid getting an exponential rendering behaviour in nested tables.
2335         (shr-insert): Rework the line-breaking algorithm.
2336         (shr-insert): Don't leave trailing spaces.
2337         (shr-insert-table): Also insert empty TDs.
2338         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2340 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2342         * gnus-sum.el (gnus-number): Rename from `number'.
2343         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2344         (gnus-summary-limit-children): Update uses correspondingly.
2346 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2348         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2349         (gnus-gravatar-transform-address): Don't show avatars of people of
2350         which mail addresses match gnus-gravatar-too-ugly.
2352 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2354         * shr.el (shr-table-widths): Expand TD elements to fill available
2355         space.
2357 2010-10-07  Julien Danjou  <julien@danjou.info>
2359         * nnimap.el (nnimap-request-rename-group): Add this method.
2361 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2363         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2364         name from XEmacs' function-arglist.
2366         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2367         gravatar under XEmacs.
2369 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2371         * auth-source.el: Update docs with TODO items.
2373         * gnus-sync.el: Update docs to explain state and plans.
2375         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2376         Hooks for mark updates.
2377         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2379         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2380         hooks with arguments, which is needed for mark update hooks.
2382 2010-10-06  Julien Danjou  <julien@danjou.info>
2384         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2385         was matched.
2387         * sieve-manage.el: Update example in `Commentary'.
2389         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2391         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2392         not 2000.
2393         (sieve-manage-authenticate): Re-add function.
2395 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2397         * shr.el (shr-insert): Get 'space transition right.
2398         (shr-render-td): Only delete space at the end of the TD.
2400         * nnimap.el (nnimap-open-connection): Prepare to support
2401         open-gnutls-stream.
2403         * shr.el: Rearrange function order to be more logical.
2405 2010-10-06  Julien Danjou  <julien@danjou.info>
2407         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2408         (nnrss-discover-feed): Remove 404 URL in docstring.
2410         * nnir.el: Fix Swish-E URL.
2411         Fix Namazu URL.
2413         * message.el (message-change-subject): Remove 404 URL in a comment.
2415 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2417         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2418         called interactively.
2420         * gnus-util.el (gnus-remove-if): Allow hash table.
2421         (gnus-remove-if-not): New function.
2423         * gnus-art.el (gnus-mime-view-part-as-type)
2424         * gnus-score.el (gnus-summary-score-effect)
2425         * gnus-sum.el (gnus-read-move-group-name):
2426         Replace remove-if-not with gnus-remove-if-not.
2428         * gnus-group.el (gnus-group-completing-read):
2429         Regard collection as a hash table if it is not a list.
2431 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2433         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2435         * shr.el: Document the table-rendering algorithm.
2437 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2439         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2440         for Emacsen having no `libxml-parse-html-region' support.
2442 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2444         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2445         invalid URLs.
2447         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2448         line-broken.
2449         (shr-tag-img): Ignore image fetching errors.
2450         (shr-overlays-in-region): Compute overlay positions correctly.
2452         * mm-decode.el (mm-shr): Require shr.
2454         * gnus-art.el (gnus-blocked-images): Move variable here.
2456         * shr.el (shr-insert-table): Bind free variable.
2458         * mm-decode.el (mm-shr): Bind shr-content-function.
2460         * shr.el (shr-content-function): New variable.
2462         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2463         added for symmetry.
2465         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2467         * gnus-group.el (gnus-group-make-group): Doc fix.
2469         * nnimap.el (nnimap-request-newgroups): Return success.
2471         * shr.el (shr-find-elements): New function.
2472         (shr-tag-table): Put all the images after the table.
2473         (shr-tag-table): Really inhibit images inside the table.
2474         (shr-collect-overlays): Copy over overlays from the TD elements to the
2475         main document.
2477         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2478         gnus-blocked-images.
2480 2010-10-05  Julien Danjou  <julien@danjou.info>
2482         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2484         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2485         (gnus-html-maximum-image-size): Add this function.
2486         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2488         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2489         server-value of the capability is nil.
2491 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2493         * shr.el (shr-tag-em): Add <EM> tag.
2495 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2497         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2498         customizable.
2500         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2501         handing broken links to browse-url.
2503 2010-10-05  Julien Danjou  <julien@danjou.info>
2505         * gnus-util.el (gnus-emacs-completing-read)
2506         (gnus-iswitchb-completing-read): Use autoload rather than require.
2508 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2510         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2511         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2512         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2513         iswitchb-temp-buflist for XEmacs.
2515         * gnus-util.el (gnus-completing-read-function): Exclude
2516         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2517         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2518         XEmacs.
2520         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2521         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2523         * gnus-html.el: Don't require help-fns under XEmacs.
2524         (gnus-html-schedule-image-fetching): Work for XEmacs.
2526         * mm-decode.el (mm-shr): Decode contents by charset.
2528 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2530         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2531         unknown.
2533         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2534         (shr-get-image-data): Ensure against the cache file missing.
2536         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2537         for data.
2539         * spam-report.el (spam-report-url-ping-plain): Don't query about
2540         killing the process.
2542         * shr.el (shr-render-td): Protect against too-wide text.
2544 2010-10-04  Julien Danjou  <julien@danjou.info>
2546         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2547         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2549         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2550         retrieved.
2552 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2554         * shr.el (browse-url): Require.
2555         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2556         lines.
2557         (shr-show-alt-text, shr-browse-image): New commands.
2558         (shr-browse-url, shr-copy-url): New commands.
2560         * gnus-sum.el (gnus-widen-article-window): New variable.
2561         (gnus-summary-select-article-buffer): Use it.
2563         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2564         without @ signs.
2566 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2568         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2570 2010-10-04  Julien Danjou  <julien@danjou.info>
2572         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2573         for XEmacs.
2575 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2577         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2579         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2580         (nnimap-close-server): Implement.
2582         * dgnushack.el (iswitchb): Require to shut up the compiler.
2584         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2585         (shr-insert): Tweak line breaking.
2586         (shr-insert): Handle <pre> better.
2587         (shr-tag-li): Get <li> indentation right.
2588         (shr-tag-li): Get <li> indentation even righter.
2589         (shr-tag-blockquote): Ensure paragraph start.
2590         (shr-make-table): Tweak table generation.
2591         (shr-make-table): Fix typo.
2593         * shr.el: Implement table rendering.
2595 2010-10-04  Julien Danjou  <julien@danjou.info>
2597         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2599 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2601         * shr.el (shr-insert): Use string anchors instead of line anchors.
2603 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2605         * shr.el: Add headings.
2606         (shr-ensure-paragraph): Actually work.
2607         (shr-tag-li): Make <ul> prettier.
2608         (shr-insert): Get white space at the beginning/end of elements right.
2609         (shr-tag-p): Collapse subsequent <p>s.
2610         (shr-ensure-paragraph): Don't insert double line feeds after blank
2611         lines.
2612         (shr-insert): \t is also space.
2613         (shr-tag-s): Fix "s" tag name function.
2614         (shr-tag-s): Fix face prop name.
2616 2010-10-03  Julien Danjou  <julien@danjou.info>
2618         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2620         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2621         gnus-window-inside-pixel-edges.
2623         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2624         gnus-ems.
2626         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2628         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2629         function.
2631         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2632         resize choice.
2634 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2636         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2637         beginning of the buffer.
2639         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2640         article buffer again.
2642         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2644         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2645         when it's at the start of the buffer.
2647         * shr.el (shr-tag-blockquote): Convert name.
2648         (shr-rescale-image): Use the right image-size variant.
2650         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2651         buffer isn't shown, then select the current article first instead of
2652         bugging out.
2653         (gnus-summary-select-article-buffer): Show both the article and summary
2654         buffers again.
2656         * shr.el (shr-fontize-cont): Protect against regions with no text.
2657         Rename tag functions to shr-tag-* for enhanced security.
2658         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2660 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2662         * shr.el (shr-insert):
2663         * pop3.el (pop3-movemail):
2664         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2665         loaded.
2667 2010-10-03  Glenn Morris  <rgm@gnu.org>
2669         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2671         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2673         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2675         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2677         * gnus-util.el (gnus-make-local-hook): Simplify.
2679 2010-10-02  Julien Danjou  <julien@danjou.info>
2681         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2682         (gnus-ido-completing-read): New function.
2683         (gnus-emacs-completing-read): New function.
2684         (gnus-completing-read): Use gnus-completing-read-function.
2685         Add gnus-completing-read-function.
2687 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2689         * shr.el (shr-insert-document): Autoload.
2690         (shr-img): Be silent.
2691         (shr-insert): Add a newline after every picture before text.
2692         (shr-add-font): Use overlays for combining faces.
2693         (shr-insert): Pass upwards the text start point.
2695         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2696         possible.
2697         (mm-shr): New function.
2699 2010-10-02  Julien Danjou  <julien@danjou.info>
2701         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2702         should go backward.
2704 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2706         * shr.el (shr): Fix typo in provide call.
2708 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2710         * shr.el: New file.
2712         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2714         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2715         completing read.
2717 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2719         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2720         we're being queried about.  Suggested by Dan Jacobson.
2722         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2723         Suggested by Jason Eisner.
2725         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2726         table, too.  Suggested by Stefan Wiens.
2727         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2728         the table unnecessary.  Suggested by Stefan Wiens.
2730         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2731         longer needed, and probably doesn't work either, as pointed out by
2732         Stefan Wiens.
2733         (gnus-summary-exit): Remove call to the clearing function.
2734         (gnus-summary-exit-no-update): Ditto.
2736         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2737         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2738         Reported by Stefan Monnier.
2739         (gnus-summary-save-in-rmail): Ditto.
2741         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2742         article buffer, instead of both the article buffer and the summary
2743         buffer.  Sort of suggested by Dan Jacobson.
2745         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2747         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2748         Suggested by Dan Jacobson.
2750         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2751         documentation clearer.
2753         * message.el (message-shorten-references): Comment on the number "21".
2754         Suggested by Stefan Monnier.
2756         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2757         Suggested by Dan Jacobson.
2759         * gnus.el (gnus-large-newsgroup):
2760         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2762         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2763         externalize attachments.  Bug reported by Steve Wen.
2765         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2766         really message anything to the user.
2768         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2769         directly.
2771         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2772         messages in empty groups.
2774 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2776         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2777         non-UIDNEXT group.
2779 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2781         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2782         not the value from the collection.
2784         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2785         values.  This sometimes happens on some groups that have no info.
2786         (nnimap-request-newgroups): New function.
2788 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2790         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2791         check into `gnus-registry-initialize'.
2792         (gnus-registry-initialize): Ditto.
2793         Fix and extend header docs.
2795 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2797         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2798         regexp backtrace overflows.
2800         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2801         for starttls that tls.el implements; i.e. openssl.
2803         * tls.el (tls-starttls-switches): Give up on using starttls with
2804         gnutls-cli.
2805         (tls-program): Add --insecure to be consistent with the defaults from
2806         openssl s_client.  Now all three commands are insecure.
2808 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2810         * lpath.el: Bind completion-styles-alist for XEmacs.
2812         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2813         (gravatar-create-image): New function that's an alias to
2814         gnus-xmas-create-image, gnus-create-image, or create-image.
2815         (gravatar-data->image): Use it.
2817 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2819         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2820         install the nnregistry refer method.
2821         (gnus-registry-install-hooks): Use it.
2822         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2823         unfollowed groups.
2825 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2827         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2828         expanding threads.
2830 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2832         * nnir.el: Use the server names without suffixes (bug #7009).
2834         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2835         unencrypted to STARTTLS, if possible.
2837 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2839         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2840         headers before superseding.
2842 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2844         * nnrss.el (nnrss-use-local): Add documentation.
2846         * nnimap.el (nnimap-extend-tls-programs): New function.
2847         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2848         (nnimap-wait-for-connection): Accept the greeting from the stupid
2849         output from openssl s_client -starttls, too.
2851         * tls.el (tls-starttls-switches): New variable.
2852         (tls-find-starttls-argument): Use it.
2853         (open-tls-stream): Ditto.
2855         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2856         (netrc-machine): Ditto.
2858         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2859         article number.
2860         (nnimap-split-fancy): New variable.
2861         (nnimap-split-incoming-mail): Use it.
2863         * nntp.el (nntp-server-list-active-group): Document.
2865         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2866         SELECT to get the message-id.
2868         * mail-source.el (mail-sources): Remove webmail support.
2869         (defvar): Ditto.
2870         (mail-source-fetcher-alist): Ditto.
2871         (mail-source-fetch-webmail): Remove.
2873         * webmail.el: Remove -- doesn't seem relevant any more.
2875         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2877         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2878         the \r.
2880 2010-09-30  Julien Danjou  <julien@danjou.info>
2882         * gnus-agent.el (gnus-agent-add-group): Fix call to
2883         gnus-completing-read.
2885 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2887         * nndoc.el (nndoc-retrieve-groups): New function.
2889         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2890         `default', use nnmail-split-methods.
2891         (nnimap-request-article): Downcase the NILs so that they are nil.
2893         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2894         symbol.
2896         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2897         code, since if the user has requested network, that's what they ought
2898         to get.
2899         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2900         (nnimap-split-rule): Mark as obsolete.
2902         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2903         New variable.
2905         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2906         correct slot, too.
2908 2010-09-29  Julien Danjou  <julien@danjou.info>
2910         * gnus.el (gnus-local-domain): Declare variable obsolete.
2912         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2913         Fix history computing.
2914         (gnus-ido-completing-read): Require ido.
2916 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2918         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2919         build Gnus.
2921         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2922         when interpreting the structures.
2923         (nnimap-request-accept-article): Add \r\n to the lines to make this
2924         work with Cyrus.
2926         * nndraft.el (nndraft-request-expire-articles): Use the group name
2927         instead if "nndraft".  Fix found by Nils Ackermann.
2929 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2931         * nnregistry.el: Add.
2933 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2935         * nnmail.el (group, group-art-list, group-art):
2936         Remove unneeded directives.
2938 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2940         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2941         (mm-mime-charset)
2942         * rfc2047.el (rfc2047-syntax-table)
2943         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2945         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2946         rather than `insert-file-contents' and `eval-region'.
2948         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2949         construction.
2951         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2953         * time-date.el: No need to require cl for Emacs 21.
2955 2010-09-29  Julien Danjou  <julien@danjou.info>
2957         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2958         replacement of `gnus-gravatar-relief' to mimic
2959         `gnus-faces-properties-alist'.
2960         Add :version property.
2962 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2964         * mail-source.el (mail-source-report-new-mail)
2965         * message.el (message-default-mail-headers)
2966         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2968         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2970 2010-09-28  Julien Danjou  <julien@danjou.info>
2972         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2973         mail-address contains the same string as real-name.
2975         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2976         non-blank in header, otherwise it'll get stripped.
2978         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2979         real-name, and then for mail address rather than doing : or , search.
2981 2010-09-27  Julien Danjou  <julien@danjou.info>
2983         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2984         right completing-read function.
2985         (gnus-use-ido): New variable
2986         (gnus-completing-read-with-default): Remove.
2987         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2988         (gnus-agent-add-group):
2989         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2990         * mm-view.el (mm-view-pkcs7-decrypt):
2991         * mm-util.el (mm-codepage-setup):
2992         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2993         * mml-smime.el (mml-smime-openssl-sign-query):
2994         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2995         (mml-insert-multipart):
2996         * gnus-msg.el (gnus-summary-yank-message):
2997         * gnus-int.el (gnus-start-news-server):
2998         * mm-decode.el (mm-interactively-view-part):
2999         * gnus-dired.el (gnus-dired-attach):
3000         * gnus.el (gnus-read-method):
3001         * gnus-bookmark.el (gnus-bookmark-jump):
3002         * gnus-art.el (gnus-mime-view-part-as-type)
3003         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3004         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3005         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3006         * nnmairix.el (nnmairix-create-server-and-default-group)
3007         (nnmairix-update-groups, nnmairix-get-server)
3008         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3009         (nnmairix-get-group-from-file-path):
3010         * nnrss.el (nnrss-find-rss-via-syndic8):
3011         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3012         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3013         (gnus-group-browse-foreign-server):
3014         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3015         (gnus-summary-execute-command, gnus-summary-respool-article)
3016         (gnus-read-move-group-name):
3017         * gnus-score.el (gnus-summary-increase-score)
3018         (gnus-summary-score-effect):
3019         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3021 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3023         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3024         x-focus-frame.
3026         * nnimap.el (auth-source-forget-user-or-password)
3027         (auth-source-user-or-password): Autoload.
3029         * message.el (message-from-style, message-interactive)
3030         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3031         (message-yank-prefix, message-indentation-spaces, message-signature)
3032         (message-signature-file): Add comment.
3034 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3036         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3037         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3038         new articles.
3040         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3041         parts.
3042         (nnimap-request-article): Work with the t setting, too.
3044         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3045         that you don't get flashes of other buffers.
3046         (gnus-summary-show-complete-article): Intern before setting.
3048 2010-09-27  David Engster  <dengste@eml.cc>
3050         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3051         well as HEADERS.
3052         (nnmairix-retrieve-headers): Provide new argument for the above.
3054 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3056         * gnus-sum.el (gnus-summary-move-article): Don't alter
3057         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3058         group.
3060         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3062         * message.el (message-cite-prefix-regexp): Revert my last edit.
3064         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3065         variable instead of the Gnus variable.
3067         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3069         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3071         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3072         since some servers don't like it.
3073         (nnimap-open-connection): Forget credentials if the server says the
3074         password was wrong.
3075         (nnimap-parse-line): Protect against invalid data.
3077         * gnus-sum.el (gnus-summary-move-article): Add comment.
3078         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3079         nothing alters it while scanning for new messages.
3081         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3082         which may or may not help.
3083         (nnimap-open-connection): If we're doing a stream connection, and then
3084         discover we're on a STARTTLS-capable server, then open a STARTTLS
3085         connection instead.
3087 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3089         * nnimap.el (utf7): Require.
3091         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3092         prefix.
3094 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3096         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3098 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3100         * nnimap.el (nnimap-request-accept-article): Message the error on
3101         error.
3103 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3105         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3107 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3109         * nndoc.el (nndoc-request-list): Return success always.
3111         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3112         `fetch-old' -- we only want to fetch the articles we've requested.
3113         The rest are in the agent, probably.
3114         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3115         disappeared server" to something low.  It's not important.
3117         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3118         arrived before the FETCH data.
3120         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3121         target here, because we don't know the Gnus name of the group.
3123         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3124         for the correct group.
3126         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3128         * gnus.el (gnus): Give a final warning after startup.
3130         * gnus-util.el (gnus-action-message-log): New variable.
3131         (gnus-message): Use it.
3132         (gnus-final-warning): New function.
3134         * nnimap.el (nnimap-open-connection): Record the greeting.
3135         (nnimap): Add greeting.
3137 2010-09-26  Julien Danjou  <julien@danjou.info>
3139         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3140         arguments.
3141         (gnus-html-wash-images): Fix spec computing to include start/end.
3143         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3145 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3147         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3148         deletion.
3149         (nnimap-retrieve-headers): Don't select the group, because that's
3150         already done by nnimap-possibly-change-group.
3152         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3153         (gnus-picon-transform-address): Use it.
3155         * mail-source.el (mail-source-value): Revert previous patch.
3157         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3158         on failure.
3159         (nnimap-open-connection): Look up both virtual and physical server name
3160         credentials.
3162         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3164 2009-02-07  Dave Love  <fx@gnu.org>
3166         * tls.el (open-tls-stream): Don't query killing process.
3168 2009-02-08  Dave Love  <fx@gnu.org>
3170         * gnus-win.el (gnus-window-to-buffer-helper)
3171         (gnus-all-windows-visible-p): Function needn't be a symbol.
3173         * mail-source.el (mail-source-value): Function needn't be a symbol.
3175 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3177         * message.el (message-cite-prefix-regexp): Remove } from the cite
3178         prefix.
3180         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3181         highlight again, so that the highlight is correct.
3183         * gnus-picon.el (gnus-picon): Remove again.
3184         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3186         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3187         doing the header highlightling, so that the background colour of the
3188         picon is correct.
3190         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3191         (gnus-picon): Ditto.
3192         (gnus-picon): Reinstate.  The background colour for picons is white.
3193         (gnus-picon-insert-glyph): Make the background white.
3195         * nnml.el (nnml-open-nov): Don't return dead buffers.
3197         * auth-source.el (auth-source-create): Query the user for whether to
3198         store the credentials.
3200         * netrc.el (netrc-store-data): New function.
3202         * auth-source.el (auth-source-user-or-password): Use the existing auth
3203         sources, if any, for creation.
3205         * gnus.el (gnus-group-fast-parameter): Return the last matching
3206         parameter instead of the first matching parameter.
3208 2010-09-26  Julien Danjou  <julien@danjou.info>
3210         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3212 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3214         * mml2015.el (mml2015-use): Remove gpg support.
3216         * mml1991.el (mml1991-function-alist): Remove gpg function.
3217         (mml1991-gpg-sign): Remove.
3219 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3221         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3222         (gnus-browse-unsubscribe-current-group): Document it.
3223         (gnus-browse-unsubscribe-group): Use it.
3225 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3227         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3228         address to the To list for easier response.
3230         * gnus.el (gnus-play-startup-jingle): Remove.
3231         (gnus-splash): Don't play jingle.
3232         (gnus): Silence gnus-load message.
3234         * gnus-art.el (gnus-treat-play-sounds): Remove.
3236         * gnus.el (gnus-play-jingle): Remove audio support.
3238         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3240         * earcon.el: Remove -- no users.
3242         * gnus-audio.el: Remove -- no users of this package.
3244         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3246         * gnus-start.el (gnus-setup-news): Remove nocem support.
3248         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3250         * gnus.el (gnus-use-nocem): Remove.
3252         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3253         Remove.
3255         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3256         uses NoCeM any more.
3258         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3259         (gnus-button-ctan-handler): Ditto.
3260         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3261         (gnus-button-ctan-directory-regexp): Ditto.
3262         (gnus-button-handle-ctan): Ditto.
3263         (gnus-button-tex-level): Ditto.
3264         (gnus-button-alist): Remove CTAN stuff.
3266 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3268         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3269         nnimap-streaming test.
3271         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3272         servers twice.
3274         * nnimap.el (nnimap-open-connection): Add more error reporting when
3275         nnimap fails early.
3277         * nnheader.el (nnheader-get-report-string): New function.
3278         (nnheader-get-report): Use it.
3280         * gnus-int.el (gnus-check-server): Say what the error was when opening
3281         failed.
3283         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3284         using streaming.
3286 2010-09-25  Julien Danjou  <julien@danjou.info>
3288         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3289         gnus-window-inside-pixel-edges.
3291 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3293         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3295         * mm-decode.el (mm-save-part): Allow saving to other directories the
3296         normal Emacs way.
3298         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3299         Suggested by Jay Berkenbilt.
3301         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3302         there isn't a single byte.
3304         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3305         just do it.  It doesn't really seem to matter what the user responds
3306         here, I think, so it's just a confusing question.
3308         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3309         non-streaming case.
3311         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3312         (gnus-article-encrypt-body): Use it.
3314         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3315         keystroke.
3317         * nnimap.el (nnimap-find-wanted-parts-1):
3318         Use gnus-fetch-partial-articles.
3320         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3322         * nnimap.el (nnimap-insert-partial-structure): New function.
3323         (nnimap-get-partial-article): New function.
3324         (nnimap-request-article): Use it.
3325         (nnimap-wait-for-response): Return whether the wait was successful.
3326         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3327         retrieval wasn't successful.
3328         (nnimap-retrieve-group-data-early): Allow throttling servers.
3329         (nnimap-streaming): New variable.
3330         (nnimap-fetch-partial-articles): Remove.
3332         * mm-decode.el (mm-with-part): Protect against killed buffers.
3334         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3335         for prettier summary display.
3337 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3339         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3341 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3343         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3344         apparently third-party libraries depend on it.
3346         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3347         before starting negotiation.
3349         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3350         privacy reasons.
3351         (gnus-treat-mail-gravatar): Ditto.
3353         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3354         buffer when inserting images.  Inserting text into the headers, for
3355         instance, can make them invalid.
3357 2010-09-25  Julien Danjou  <julien@danjou.info>
3359         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3360         variables.
3362         * nnheader.el: Remove useless variables news-reply-yank-from and
3363         news-reply-yank-message-id.
3365         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3366         variables.
3368         * mml1991.el: Remove useless mml1991-verbose.
3370         * gnus.el: Remove useless variable gnus-use-generic-from.
3371         Remove obsolete variable gnus-topic-indentation.
3373         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3375         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3377         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3379         * gnus-group.el: Remove useless gnus-group-icon-cache.
3380         Remove useless gnus-ephemeral-group-server.
3382         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3384         * mml2015.el: Remove useless mml2015-verbose.
3386         * mml-smime.el: Remove useless mml-smime-verbose.
3388         * gnus.el: Remove useless gnus-local-domain.
3390         * gnus-gravatar.el (gnus-gravatar-transform-address):
3391         Use gnus-gravatar-size.
3393         * gnus-art.el: Remove useless gnus-treat-translate.
3395 2010-09-24  Julien Danjou  <julien@danjou.info>
3397         * gnus-sum.el: Add support for Gravatars.
3399         * gnus-art.el: Add support for Gravatars.
3401         * gnus-gravatar.el: Add this file.
3403         * gravatar.el: Add this file.
3405 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3407         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3409         * gnus-group.el (gnus-group-fetch-faq): Remove.
3411         * gnus.el (gnus-group-faq-directory): Remove.
3413         * gnus-group.el (gnus-group-fetch-charter): Remove.
3415         * gnus.el (gnus-group-charter-alist): Remove.
3417         * gnus-group.el (gnus-group-archive-directory): Remove.
3418         (gnus-group-recent-archive-directory): Ditto.
3419         (gnus-group-make-archive-group): Remove.
3421         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3423         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3424         use the same article number for all the cached articles.
3426         * nnimap.el (nnimap-command): Register the last command time so
3427         that we can use it for idling NOOPs.
3428         (nnimap-open-connection): Start the keeplive timer.
3429         (nnimap-make-process-buffer): Store all the process buffers.
3430         (nnimap-keepalive): New function.
3432         * starttls.el (starttls-open-stream): Add autoload cookie.
3434 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3436         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3437         handling.
3439 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3441         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3442         its data structures.
3444         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3445         instead of the cl.el copy-list.
3446         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3447         equalp.
3449 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3451         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3452         and tool-bar-local-item-from-menu.
3454         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3455         mode-line-highlight face for Emacs.
3457         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3458         loading gnus-sum.elc; fix comment for canlock-verify.
3459         (gnus-article-jump-to-part): Use read-number.
3460         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3461         Remove Emacs pre-21 compatible code for help-echo.
3462         (gnus-article-next-page-1): No need to adjust the number of lines.
3463         (gnus-article-describe-bindings): Always use help-buffer.
3465         * gnus-audio.el (gnus-audio-inline-sound)
3466         * gnus-cus.el (gnus-custom-mode)
3467         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3469         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3471         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3472         compatible code.
3474 2010-09-24  Glenn Morris  <rgm@gnu.org>
3476         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3477         visiting the fcc file in rmail-mode.
3479         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3481 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3483         * nnir.el: Silence the byte compiler.
3485         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3486         alias to browse-url-url-encode-chars if any.
3487         (gnus-html-encode-url): Use it.
3489 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3491         * gnus-start.el (gnus-use-backend-marks): New variable.
3492         (gnus-get-unread-articles-in-group): Use it.
3494         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3495         makeover.
3497 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3499         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3501 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3503         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3504         Remove.
3505         (gnus-setup-news-hook):
3506         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3508         * gnus-int.el (gnus-request-update-info): Protect against backends not
3509         having the function.
3511         * nnimap.el (nnimap-stream): Mention starttls.
3512         (nnimap-open-connection): Add starttls support.
3514 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3516         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3518 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3520         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3521         BODYSTRUCTUREs.
3522         (nnimap-transform-headers): Unfold quoted {42} headers.
3524         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3525         the info.
3526         (gnus-get-unread-articles): Only call updatep on backends that support
3527         it.
3529         * nnweb.el (nnweb-request-update-info): NOOP.
3531         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3533         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3534         since it only deals with marks.
3536         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3537         gnus-request-marks, and make a new gnus-request-update-info.
3539         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3540         the active instead of the high number, which is usually too low.
3542 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3544         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3545         * encrypt.el: Remove.
3547 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3549         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3550         server in symbolic form.
3552         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3554 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3556         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3557         (nnimap-update-info): Fix up code slightly.
3559         * gnus-int.el (gnus-open-server): Add tracing for performance
3560         debugging.
3562         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3563         (gnus-group-insert-group-line): Pass the real group name so that it
3564         gets the right data.
3566         * gnus-start.el (gnus-get-unread-articles): Don't have
3567         `gnus-get-unread-articles-in-group' update info, since that can be
3568         really slow and doesn't seem to be needed?
3570 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3572         * time-date.el (date-to-time): Try using parse-time-string first before
3573         using the slower timezone-make-date-arpa-standard.
3575 2010-09-22  Julien Danjou  <julien@danjou.info>
3577         * gnus-group.el (gnus-group-insert-group-line):
3578         Call gnus-group-highlight-line.
3579         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3580         default hook list.
3581         (gnus-group-update-eval-form): Add new function.
3582         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3583         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3585 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3587         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3588         immediate, then expire all articles.
3589         (nnimap-update-info): Fix off-by-one errors.
3590         (nnimap-flags-to-marks): Would return no marks lists for group with no
3591         flags.  Instead return the other data.
3593 2010-09-22  Julien Danjou  <julien@danjou.info>
3595         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3596         Only return an icon.
3597         (gnus-group-insert-group-line): Compute icon to return.
3599         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3600         (gnus-html-image-fetched): Only cache if
3601         gnus-html-image-automatic-caching is set.
3602         (gnus-html-image-fetched): Check for errors.
3604 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3606         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3607         once per method on `g'.  This ensures that backends like nnfolder don't
3608         open all their folders.
3610         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3611         (nnimap-request-list): Nix out group in the correct buffer.
3612         (nnimap-parse-flags): Implement by using `read' instead of
3613         hand-parsing.
3614         (nnimap-flags-to-marks): Pass on permanent-flags.
3615         (nnimap-make-process-buffer): Record the server name.
3616         (nnimap-parse-flags): Fix typo.
3617         (nnimap-request-scan): Run split on the server in general, not just a
3618         single group.
3620         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3621         parameter, and propagate this downwards.
3623         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3624         since EXAMINE changes it on the server.
3626         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3627         this command might take a while.
3629 2010-09-22  Julien Danjou  <julien@danjou.info>
3631         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3632         harmful if you have 2 images side-by-side, they can't be properly
3633         update on text deletion.  Using text-property is safer here.
3634         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3635         data.
3637 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3639         * nnimap.el (nnimap-expunge-inbox): Remove.
3640         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3641         (nnimap-expunge): Flip default to t.
3643         * gnus.el (gnus-method-to-server): Don't push things to the cache
3644         unless it's unique.
3645         (gnus-server-to-method): Ditto.
3647 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3649         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3651 2010-09-22  Julien Danjou  <julien@danjou.info>
3653         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3654         get the start of data.
3655         (gnus-html-encode-url): Add this function to encode special chars in
3656         URL.
3657         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3658         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3660         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3661         default.
3662         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3664         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3665         images alt-text.
3666         (gnus-html-put-image): Put alt-text as help-echo.
3668 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3670         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3671         * mm-util.el (mm-decompress-buffer)
3672         * nnir.el (nnir-run-find-grep)
3673         * pop3.el (pop3-list): Use 3rd arg of split-string.
3675         * time-date.el (format-seconds): Comment fix.
3677         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3678         and byte-optimize-form-code-walker.
3679         (dgnushack-make-auto-load): Don't advise make-autoload.
3681         * lpath.el: Remove Emacs 21 stuff.
3683 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3685         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3686         outside the active range.  Suggested by Dan Christensen.
3688         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3689         slightly later to avoid double-getting it.
3691         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3692         previous patch.
3694         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3696 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3698         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3700 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3702         * gnus-int.el (gnus-open-server): Give a better error message in the
3703         "go offline" case.
3705         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3706         marks for nnimap, which is seldom the right thing to do.
3708         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3709         (gnus-same-method-different-name): New function.
3711         * nnimap.el (parse-time): Require.
3713         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3714         method in the presence of many similar methods.
3716         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3718         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3719         nnml-inhibit-expiry.
3721         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3722         find out whether methods are equal.
3724         * nnimap.el (nnimap-find-expired-articles): New function.
3725         (nnimap-process-expiry-targets): New function.
3726         (nnimap-request-move-article): Request the article before looking at
3727         what the Message-ID is.  Fix found by Andrew Cohen.
3728         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3730         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3731         for oldness in addition to being a predicate.
3733         * nnimap.el (nnimap-request-group): When we have zero articles, return
3734         the right data to Gnus.
3735         (nnimap-request-expire-articles): Only delete articles immediately if
3736         the target is 'delete.
3738         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3739         method, this would bug out.
3741         * gnus-group.el (gnus-group-expunge-group): Rename from
3742         gnus-group-nnimap-expunge, and implemented as a normal interface
3743         function.
3745         * gnus-int.el (gnus-request-expunge-group): New function.
3747         * nnimap.el (nnimap-request-create-group): Implement.
3748         (nnimap-request-expunge-group): New function.
3750 2010-09-21  Julien Danjou  <julien@danjou.info>
3752         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3753         (gnus-html-cache-expired): Add new function.
3754         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3755         wethever we should display image for fetch it.
3756         Compute alt-text earlier to pass it to the fetching function too.
3757         (gnus-html-schedule-image-fetching): Change function argument to only
3758         get one image at a time, not a list.
3759         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3760         cache.
3761         (gnus-html-get-image-data): New function to retrieve image data from
3762         cache.
3763         (gnus-html-put-image): Change buffer argument to use image data rather
3764         than file, and place image above region rather than inserting a new
3765         one.  Do not take alt-text as argument, since it's useless now: we place
3766         the image above alt-text.
3767         (gnus-html-prune-cache): Remove.
3768         (gnus-html-show-images): Start to fetch image when we find one, do not
3769         push into a temporary list.
3770         (gnus-html-prefetch-images): Only fetch image if they have expired.
3771         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3772         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3774 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3776         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3778 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3780         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3781         spec inser "*" if the group isn't active instead of 0.
3783         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3784         opening the server.
3785         (nnimap-request-delete-group): Implement group deletion.
3786         (nnimap-transform-headers): Return the size of the entire message in
3787         the Bytes header, not just the size of the first part.
3788         (nnimap-request-move-article): When moving an article from nnimap,
3789         request the article first so the accepting form has an article to
3790         accept.  Reported by Dan Christensen.
3791         (nnimap-command): Make sure that the error message doesn't error out.
3793 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3795         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3796         we haven't requested anything.
3798 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3800         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3801         "".  Fix found by Andrew Cohen.
3803         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3804         instead of -encode-string.
3806 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3808         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3810         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3811         by mm-subst-char-in-string.
3813 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3815         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3816         waiting for the connection string.
3818         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3819         arriving.
3821         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3822         bogus characters.  This allows selecting certain Gmail groups.
3824         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3825         (nnimap-fetch-partial-articles): New variable.
3826         (nnimap-open-connection): When looking for credentials, also use the
3827         nnimap-server-port.
3828         (nnimap-request-article): Return the group/article number, so that Gnus
3829         `^' works as expected.
3830         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3832         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3833         comments.
3834         (gnus-methods-sloppily-equal): New function.
3835         (gnus): When using the development version of Gnus, load the gnus-load
3836         file.
3838         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3839         `gnus-open-server' on each method before trying to scan them etc.
3840         This ensures that all the backend parameters are set correctly.
3842         * nnimap.el (nnimap-authenticator): New variable.
3843         (nnimap-open-connection): Allow anonymous login.
3844         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3845         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3847         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3848         patch, found by Knut Anders Hatlen.
3850 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3852         * gnus-agent.el (gnus-agent-batch-confirmation)
3853         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3854         to gnus-message.
3855         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3856         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3857         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3858         * gnus-int.el (gnus-open-server): Likewise.
3859         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3860         (gnus-score-check-syntax): Likewise.
3861         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3862         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3863         Likewise.
3864         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3866 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3868         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3869         calling conventions so that prefetch doesn't bug out.
3871 2010-09-19  Julien Danjou  <julien@danjou.info>
3873         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3874         rather than `subst-char-in-region' in order to be able to replace ASCII
3875         char by UTF-8 ones.
3877         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3878         than curl.
3879         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3880         the right URL and ALT text on images.
3881         (gnus-html-wash-tags): Fix tag case.
3882         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3883         (gnus-article-html): Add -o display_ins_del=2 option.
3884         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3886 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3888         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3889         the extra mail headers, which sometimes seem to happen for unknown
3890         reasons.
3892         * mail-parse.el (mail-header-encode-parameter): Define as
3893         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3894         (or most, perhaps?) mail readers don't understand the latter, but do
3895         understand the former.
3897         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3898         to nil, so that no methods are automatically agentized.  I think this
3899         is probably what most users want.
3901         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3902         from url-retrieve, for instance about invalid URLs.
3904         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3905         groups that have no articles.
3906         (nnimap-request-article): Check that we really got an article when we
3907         requested one.
3909         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3910         doesn't exist.
3912         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3913         nntp buffer so the agent can save it.
3914         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3915         that CRLF doesn't get translated to \n.
3916         (nnimap-open-connection): Don't make 'shell commands only send \n.
3918 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3920         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3921         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3922         Update var name.
3923         (nnml-generate-nov-file): Use dolist.
3924         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3925         Use with-current-buffer.
3927 2010-09-18  Julien Danjou  <julien@danjou.info>
3929         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3930         parallel.
3932 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3934         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3935         the range update right.
3936         (nnimap-request-group): Don't make `M-g' bug out on group with no
3937         marks.
3938         (nnoo): Require, so that other packages can require nnimap.
3939         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3940         command we're looking for.  This helps when the server sends more
3941         responses after we've gotten everything we expected.
3942         (nnimap): Add a `newlinep' field to keep track of end-of-line
3943         conventions.
3944         Don't send CRLF to things that don't want it.
3945         (nnimap-request-accept-article): Ditto.
3947 2010-09-18  Julien Danjou  <julien@danjou.info>
3949         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3950         than curl to retrieve images.
3952 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3954         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3955         the marks.
3956         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3957         (nnimap-wait-for-connection): New function.
3958         (nnimap-open-connection): If we have PREAUTH, don't query for login
3959         credentials.
3960         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3961         when doing a partial update.
3963 2010-09-18  Julien Danjou  <julien@danjou.info>
3965         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3966         tags.
3968 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3970         * nnimap.el (nnimap-credentials): New function.
3971         (nnimap-open-connection): Use the new function to look for credentials
3972         also on the numeric equivalents of "imap" and "imaps".
3974         * gnus-start.el (gnus-activate-group): Send the info to
3975         gnus-request-group.
3977         * nnimap.el (nnimap-request-group): Have the "check" version of the
3978         function parse flags and update the info, so that a `M-g' get a total
3979         resync of all flags from the group.
3981         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3982         to allow backends to alter the info on group selection.  Also alter all
3983         the backend -request-group functions to take the parameter.
3985         * nnimap.el (nnimap-store-info): New function.
3986         (nnimap-update-info): Store the info for later usage.
3987         (nnimap-request-group): Use the stored info for the dont-check case, so
3988         that we don't retrieve all marks when we enter a group.
3990         * nnimap.el: Use deffoo instead of defun for interface functions.
3992         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3993         update the group info.  This makes the nndraft groups, for instance, go
3994         back to their old behaviour.
3996         * gnus-sum.el (gnus-select-newsgroup): Indent.
3998         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3999         in.
4000         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4001         nothing.
4003         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4004         from methods that are denied.
4006         * gnus-int.el (gnus-method-denied-p): New function.
4008         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4009         store the password instead of netrc.
4010         (nnimap-open-connection): Don't error out when we can't make a
4011         connections.
4013         * auth-source.el (auth-source-create): In the password prompt, say what
4014         we're querying for.  Also prompt for user name if that hasn't been
4015         given.
4017         * nnimap.el (nnimap-with-process-buffer): Remove.
4019 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4021         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4022         method when we're reading from the agent.
4024         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4026         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4027         that's probably most useful for users.
4029         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4030         "failed" all the time.
4032         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4033         ...)) with (with-current-buffer ... ).
4035         * nntp.el (nntp-open-server): Return whether the open was successful or
4036         not.
4038         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4039         select an unread unseen article first.
4041         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4042         /etc/services, supply some sensible port defaults.
4044         * dgnushack.el: Define netrc-credentials.
4046 2010-09-17  Julien Danjou  <julien@danjou.info>
4048         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4050 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4052         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4053         doesn't have any parameters.
4055 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4057         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4058         only upcased checks.
4060         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4062         * nnimap.el (nnimap-open-shell-stream): New function.
4063         (nnimap-open-connection): Use it.
4064         (nnimap-transform-headers): Get the number of lines in each message.
4065         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4066         number of lines.
4067         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4068         problem.
4070         * utf7.el (utf7-encode): Autoload.
4072         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4073         to allow the mail splitting to not return a default group.  This is
4074         useful for nnimap, which will leave unmatched mail in the inbox.
4076         * nnimap.el: Rewritten.
4078         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4079         nnimap usage.
4081         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4082         if the move is internal, so that nnimap can do fast internal moves.
4084         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4085         data.
4086         (gnus-read-active-for-groups): Support finishing the early retrieval of
4087         data.
4089         * gnus-range.el (gnus-range-nconcat): New function.
4091         * gnus-int.el (gnus-finish-retrieve-group-infos)
4092         (gnus-retrieve-group-data-early): New functions.
4094 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4096         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4097         (nnrss-retrieve-groups):
4098         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4099         (pop3-quit): Use with-current-buffer.
4101 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4103         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4104         instead of nnheader-accept-process-output.
4106         * dgnushack.el (dgnushack-compile): Add comment.
4108         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4110         * gnus-html.el (gnus-html-schedule-image-fetching)
4111         (gnus-html-prefetch-images): Replace process-kill-without-query by
4112         gnus-set-process-query-on-exit-flag.
4114 2010-09-16  Romain Francoise  <romain@orebokech.com>
4116         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4118 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4120         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4121         parameter to unintern is mandatory-ish in Emacs 24.
4123         * gnus-html.el (gnus-html-schedule-image-fetching)
4124         (gnus-html-prefetch-images): Check for curl before using it.
4126         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4127         depend on curl, which isn't essential.
4129         * imap.el: Revert back to version
4130         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4131         seem problematic.
4133 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4135         * gnus-registry.el (gnus-registry-install-shortcuts):
4136         Explicitly pass `obarray' to `unintern' to avoid a warning.
4138 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4140         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4141         change.
4143         * nnrss.el (nnrss-request-list): Remove this function and related
4144         functions, including the moreover stuff.
4146 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4148         * nnrss.el (nnrss-retrieve-groups): New function.
4150 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4152         * .dir-locals.el: Add no-byte-compile cookie.
4154 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4156         * time-date.el (format-seconds): Comment fix.
4158         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4159         for back end that doesn't support request-scan.
4161 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4163         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4164         then do request scans from the backends.
4166         * netrc.el (netrc-credentials): New conveniency function.
4168         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4169         avoid running a hook per line, since this takes a lot of time,
4170         profiling shows.
4171         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4172         directly if gnus-visual-p is true.
4174 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4176         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4177         groups; replace mapcar with dolist which is a bit faster; pass groups
4178         info to gnus-read-active-file-1.
4179         (gnus-read-active-file-1): Scan only specified groups if the new
4180         optional arg `infos' is given.
4182 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4184         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4186         * pop3.el (pop3-movemail): Remove.
4187         (pop3-streaming-movemail): Rename to pop3-movemail.
4189         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4190         don't restrict end-tag searches to the end of the line.
4192 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4194         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4195         articles of every unchecked group to t, which means unknown since the
4196         server has never been opened.
4198 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4200         * gnus-html.el (gnus-html-show-alt-text): New command.
4201         (gnus-html-browse-image): Ditto.
4202         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4203         to browse the image directly.
4204         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4205         better.
4207         * gnus-async.el (gnus-async-article-callback):
4208         Call `gnus-html-prefetch-images' unconditionally.
4210         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4211         before feeding URLs to curl.
4213 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4215         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4216         internal images as deletable by `W D D'.
4218         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4219         (gnus-async-article-callback): Fix typo.
4221 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4223         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4224         current line to work around bugs in the output from w3m.
4226         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4227         for groups that want that.
4229         * nntp.el (nntp-wait-for-string): Supply a timeout for
4230         accept-process-output to ensure progress.
4232         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4233         level to get unread articles from, then use that for foreign groups,
4234         too.
4236         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4237         confuses the rest of the function.
4239         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4240         for the methods that support -retrieve-groups, too.
4242         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4244 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4246         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4247         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4249         * pop3.el: Require cl when compiling.
4250         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4252 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4254         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4255         that aren't going to be activated.
4256         (gnus-get-unread-articles): Fix up the last commit.
4258         * gnus-html.el (gnus-article-html): Allow calling without specifying
4259         the handle.  In that case, dissect the buffer first.
4261         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4263         * nnimap.el (nnimap-open-connection): Revert the change that would look
4264         into authinfo for imaps instead of imap.
4266         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4267         say that you don't want to call gnus-request-group with don-check, but
4268         do check the reponse.  This is for virtual groups only.
4269         (gnus-get-unread-articles): Count the archive groups as secondary, so
4270         that they're activated the same way as before.
4272         * imap.el (imap-message-map): Removed optional buffer parameter, since
4273         no callers use it.
4274         (imap-message-get): Ditto.
4275         (imap-message-put): Ditto.
4276         (imap-mailbox-map): Ditto.
4277         (imap-mailbox-put): Ditto.
4278         (imap-mailbox-get): Ditto.
4279         (imap-mailbox-get): Revert last change for this function.
4281         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4282         case-insensitively.
4283         (nnimap-debug): Remove.
4285         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4286         to use `imap-fetch' instead.  According to the comments, this should be
4287         safe, since all other IMAP clients use the 1:* syntax.
4288         (imap-enable-exchange-bug-workaround): Removed.
4289         (imap-debug): Removed -- doesn't seem very useful.
4291         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4292         mail from a file, and the file doesn't exist.
4294         * imap.el (imap-log): New convenience function used throughout instead
4295         of repeating the same code all over the place.
4297         * pop3.el (pop3-streaming-movemail): Return t for success.
4299         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4300         .authinfo if we're using ssl connection.
4302         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4303         already have if we're in a main Gnus `g' run.
4305         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4307 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4309         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4311         * nnmh.el (nnmh-request-list-1): Bind `file'.
4313         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4314         alias to set-process-query-on-exit-flag or process-kill-without-query.
4315         (pop3-open-server): Use it.
4317 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4319         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4320         box to the Incoming file.  Fixes mistake in previous checkin.
4322         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4323         request loop (for debugging purposes) removed.
4325         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4326         culprit is more visible.
4327         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4328         (nnml-add-incremental-nov): New functions to do "incremental" nov
4329         updates, where we just append to the end of the existing nov files
4330         without reading/writing them in full.
4332         * mail-source.el (mail-source-delete-crash-box): Really only check the
4333         incoming files once in a while.
4335         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4337         * mail-source.el (mail-source-delete-crash-box): Only check the
4338         incoming files for deletion once per day to save a lot of file
4339         accesses.
4341         * pop3.el (pop3-logon): Fix up unbound variable typo.
4343         * mail-source.el (pop3-streaming-movemail): Autoload.
4345         * pop3.el (pop3-streaming-movemail):
4346         Respect pop3-leave-mail-on-server.
4348         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4349         retrieval.
4351         * pop3.el (pop3-process-filter): Remove unused function.
4352         (pop3-streaming-movemail, pop3-send-streaming-command)
4353         (pop3-wait-for-messages, pop3-write-to-file)
4354         (pop3-number-of-responses): New functions for streaming pop3
4355         retrieval.
4357         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4358         come from no known methods.
4359         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4360         list.
4362         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4363         message sizes.
4364         (pop3-movemail): Use erase-buffer instead of looping and deleting
4365         regions, which seems rather odd.
4367         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4368         file once per `g' run.
4370         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4371         directories.  This makes the draft queue directory work.
4373         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4374         data from the backends, so that we only request the list of groups from
4375         each method once.  This should speed things up considerably.
4377         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4378         detect that it's not implemented.
4380         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4381         we actually do recurse down into the tree, but don't stat all leaf
4382         nodes.
4384         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4385         then say so instead of bugging out.
4387         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4388         files exist before trying to read them.
4390         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4391         around <pre_int>.
4393         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4395         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4397 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4399         * mm-util.el (mm-image-load-path): Just return the image directories,
4400         not all directories in the path in addition to the image directories.
4401         (mm-image-load-path): Maintain a cache of the image directories so that
4402         the `g' command in Gnus doesn't have to stat dozens of directories each
4403         time.
4405         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4406         (gnus-html-wash-tags): Add a new `i' command to insert images.
4407         (gnus-html-insert-image): New command and keystroke.
4408         (gnus-html-redisplay-with-images): New command and keystroke.
4409         (gnus-html-show-images): Rename command.
4410         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4411         spacers.
4412         (gnus-html-wash-tags): Decode entities at the end, so that entities
4413         inside the tags don't mess up the rest of the "parsing".
4415         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4416         so that nnimap methods aren't agentized by default.  There's apparently
4417         many problems related to agent/imap behaviour.
4419         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4421         * gnus-html.el: Doc fix.
4423 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4425         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4426         specifier-spec-list for Emacs 21.
4428         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4429         glyph-width and glyph-height instead of display-graphic-p and
4430         image-size; make avoidance of displaying small images work for XEmacs.
4432         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4433         for XEmacs.
4435         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4436         of symbol that holds plist data.
4437         (gnus-process-plist): Remove plist of process after getting it.
4439 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4441         * message.el (message-generate-hashcash): Change default to
4442         'opportunistic if hashcash is installed.
4444         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4445         (gnus-html-put-image): Only call image-size once, since it's somewhat
4446         time-consuming on remote X servers.
4448 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4450         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4451         type on data, not a file name.
4453         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4454         window-pixel-edges for Emacs 21.
4456         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4457         decoded contents.
4458         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4460 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4462         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4463         group line format, since it isn't very interesting.
4465         * gnus-agent.el (gnus-agent-short-article),
4466         (gnus-agent-long-article): Increase values for these two variables,
4467         since most people are likely to have more network connection and
4468         storage than before.
4470         * gnus.el (gnus-refer-article-method): Change default to 'current.
4471         When referring an article, the common behaviour is to refer it from the
4472         current select method, not the native select method.  The chances of
4473         the native select method having the message in question is rather slim
4474         these days.
4476         * gnus-sum.el (gnus-auto-select-subject): Change default to
4477         `unseen-or-unread'.  I think it's likely that most people want to
4478         select an unseen article over a previously seen, but unread one.
4480         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4481         means that in the article buffer none of the minor mode elements will
4482         be shown, usually, and this is not desirable in most cases.
4484         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4485         that commands like `d' (and the like) go to the next line in the
4486         buffer, instead of the next unread article.  I think this is the
4487         behaviour that is most natural for most users.
4488         (gnus-single-article-buffer): Change default to nil, so that people can
4489         have as many article buffers open as they have summary buffer.  I think
4490         this is the most natural way for the groups to behave.
4492         * message.el (message-generate-new-buffers): Change default to
4493         `unsent', so that all new message buffers start their names with the
4494         string "*unsent", and it's easier to find the buffers if you move from
4495         them.
4497 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4499         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4500         small.  They're probably tracking images.
4501         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4502         (gnus-html-rescale-image): Yet another try at getting the image sizing
4503         right.
4505         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4506         nntp-marks-file-name is nil.
4508 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4510         * gnus-html.el (gnus-html-wash-tags)
4511         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4512         Better logging.
4514 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4516         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4518         * gnus-html.el (gnus-html-wash-tags): Check the value of
4519         gnus-blocked-images in the summary buffer.
4521 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4523         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4525 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4527         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4528         like "a", it seems like.
4529         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4530         since it needs to be picked from the correct buffer.
4532         * nnwfm.el: Remove.
4534         * nnlistserv.el: Remove.
4536 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4538         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4539         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4541 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4543         * nnkiboze.el: Remove.
4545         * nndb.el: Remove.
4547         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4548         alt text.
4549         (gnus-html-rescale-image): Try to get the rescaling logic right for
4550         images that are just wide and not tall.
4552         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4553         overshadow variable bindings.
4555 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4557         * gnus-html.el (gnus-html-wash-tags)
4558         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4559         Add extra logging.
4561 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4563         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4564         (gnus-max-image-proportion): New variable.
4565         (gnus-html-rescale-image): New function.
4566         (gnus-html-put-image): Rescale images.
4568 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4570         Fix up some byte-compiler warnings.
4571         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4572         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4573         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4574         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4575         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4576         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4577         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4579 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4581         * gnus-html.el (gnus-article-html): Decode contents by charset.
4583 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4585         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4586         (gnus-html-frame-width, gnus-blocked-images)
4587         * message.el (message-prune-recipient-rules): Add custom version.
4588         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4590         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4591         functions.
4593         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4594         gnus-process-get.
4596 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4598         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4599         instead of lsub directly.
4601 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4603         * nnwarchive.el: Remove.
4605         * gnus-soup.el: Remove.
4607         * nnsoup.el: Remove.
4609         * nnultimate.el: Remove.
4611         * gnus-html.el (gnus-blocked-images): New variable.
4613         * message.el (message-prune-recipients): New function.
4614         (message-prune-recipient-rules): New variable.
4616         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4617         guess whether a long line is natural text or not.
4619         * gnus-html.el (gnus-html-schedule-image-fetching):
4620         Use gnus-process-plist and friends for compatibility.
4622 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4624         * gnus-html.el: Require packages that define macros used in this file.
4625         (gnus-article-mouse-face): Declare to silence byte-compiler.
4626         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4627         process-get.
4628         (gnus-html-put-image): Use plist-get to avoid getf.
4629         (gnus-html-prefetch-images): Use with-current-buffer.
4631 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4633         * gnus-ems.el: Provide compatibility functions for
4634         gnus-set-process-plist.
4636         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4637         header-line-format for XEmacs 21.4.
4639         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4640         * gnus.el (gnus-valid-select-methods)
4641         * message.el (message-send-mail-partially-limit)
4642         * mm-decode.el (mm-text-html-renderer)
4643         * mml.el (mml-insert-mime-headers-always)
4644         * smiley.el (smiley-regexp-alist): Bump custom version.
4646 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4648         * gnus-html.el: require mm-url.
4649         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4650         with the url to `url'.
4651         (gnus-html-wash-tags): Support cid: URLs/images.
4653 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4655         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4656         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4657         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4659         * gnus-move.el: Remove file, since it doesn't really work.
4661         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4662         UTF-8.  This seems to fix problems with some German web feeds.
4664         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4665         at the top so that the proper colours are applied.
4667         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4668         don't have dots in their names.
4670         * gnus-art.el (gnus-article-view-part): Doc fix.
4672         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4673         XEmacs-compatible.
4674         (gnus-html-put-image): Don't do images on non-graphic displays.
4676         * nnslashdot.el: Remove this unused backend.
4678         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4679         actions.
4680         (gnus-undo-register-1): Revert last change.
4682         * gnus-group.el (gnus-group-completing-read): Protect against not
4683         having completion-styles bound.
4685         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4686         make broken recipients happier.
4688         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4690         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4691         point parameter.
4693         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4695         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4696         completion-styles for group selection.
4698 2009-02-04  Andreas Schwab  <schwab@suse.de>
4700         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4701         headers and regexp-quote the match if necessary.
4703 2009-03-24  Miles Bader  <miles@gnu.org>
4705         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4706         the blinking smiley.
4708 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4710         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4711         blink smiley.
4713 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4715         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4716         where the dribbel file lives exists.
4718         * message.el (message-send-mail-partially-limit): Change the default to
4719         nil, since most people don't want this.
4721         * mm-url.el (mm-url-decode-entities): Also decode entities like
4722         &#x3212.
4724 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4726         * gnus-sum.el (gnus-summary-idna-message):
4727         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4728         Hyperlink urls in docstrings with URL `...'.
4730 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4732         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4733         functions.
4735 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4737         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4738         say what the mouseover text should be.
4740         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4741         version of the mm-w3m-safe-url-regexp variable to only download images
4742         in the groups where we want that to happen.
4744         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4746         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4747         easier debugging.
4748         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4749         big pictures in the article buffer.
4751         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4752         gnus-article-html.
4753         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4754         w3m.
4756         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4758 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4760         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4761         which doesn't exist.
4763         * message.el (message-inhibit-ecomplete): New variable to allow some
4764         function to inhibit ecomplete address storage.
4765         (message-resend): Disable ecomplete message storage when resending
4766         messages.
4768         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4770 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4772         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4773         Save excursion while copying, moving, and deleting articles in order to
4774         prevent the cursor from jumping to unforeseen place.
4776 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4778         * lpath.el: No need to bind bookmark-current-buffer,
4779         bookmark-yank-point and bookmark-make-record-function.
4781 2010-08-17  Glenn Morris  <rgm@gnu.org>
4783         * gnus-sync.el: Require gnus components whose functions are used.
4785         * gnus-art.el (bookmark-make-record-function):
4786         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4787         Declare for compiler.
4789         * mm-url.el (mml-compute-boundary): Autoload.
4791 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4793         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4795 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4797         Typo fix "hoo4a" -> "hook".
4799         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4801 2010-08-14  Glenn Morris  <rgm@gnu.org>
4803         * gnus-sync.el (gnus-sync): Fix defgroup version.
4805 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4807         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4809         * gnus-sync.el: Fix docs.
4810         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4811         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4813 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4815         Optimizations for gnus-sync.el.
4817         * gnus-sync.el: Add docs about gnus-sync-backend
4818         possibilities.
4819         (gnus-sync-save): Remove unnecessary message.
4820         (gnus-sync-read): Optimize and show what groups were skipped.
4822 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4824         Minor bug fixes for gnus-sync.el.
4826         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4827         Don't read the sync on get-new-news.
4829         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4830         quiet.
4832         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4833         (fix typo).
4835 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4837         Make saving and restoring of hidden threads work with overlays.
4838         Patch applied by Ted Zlatanov.
4840         * gnus-sum.el (gnus-hidden-threads-configuration)
4841         (gnus-restore-hidden-threads-configuration): Update to deal with text
4842         properties, rather than searching for a magic character.
4844 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4846         New gnus-sync.el library for synchronization of marks.
4848         * gnus-sync.el: New library for synchronization of marks.
4850         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4851         renamed from `gnus-registry-grep-in-list'.
4853         * gnus-registry.el (gnus-registry-follow-group-p):
4854         Use `gnus-grep-in-list'.
4856         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4858 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4860         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4861         determining charset of text fails.
4863 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4865         * nnmail.el (nnmail-get-new-mail-1): Revert.
4867         * nnml.el (nnml-active-number): Make sure names of newly created groups
4868         in nnml-group-alist are encoded.
4870 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4872         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4873         containing non-ASCII characters in active file for nnml back end.
4875 2010-07-24  David Engster  <dengste@eml.cc>
4877         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4878         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4880 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4882         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4883         tag (Bug#6654).
4885 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4887         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4888         the article buffer, not the summary buffer.
4890 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4892         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4893         Emacs 23 as well.
4895 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4897         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4898         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4900 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4902         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4903         Patch applied by Karl Fogel.
4905         * gnus-sum.el (gnus-summary-bookmark-make-record):
4906         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4908 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4910         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4911         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4912         C-w still not working correctly from Article buffers; Thierry's
4913         patch to fix that will be applied after this.
4915         * gnus-art.el (bookmark-make-record-function): New local variable.
4917         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4918         article buffer.
4919         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4921 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4923         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4924         on changes in bookmark.el.
4926 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4928         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4929         `no-log' instead of message not to log prompt string.
4931 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4933         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4934         the *other* type of HTML form submission.
4936 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4938         * auth-source.el (auth-source-pick): If choice does not contain a
4939         questioned keyword, set the check to t.
4941 2010-06-12  Romain Francoise  <romain@orebokech.com>
4943         * gnus-util.el (gnus-date-get-time): Move up before first use.
4945 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4947         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4948         (gnus-article-edit-part): Bind it to make last part that is substituted
4949         or deleted visible.
4950         (gnus-mime-display-single): Buttonize part of which id equals to
4951         gnus-mime-buttonized-part-id.
4953 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4955         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4956         (gnus-dd-mmm): Use gnus-date-get-time.
4957         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4958         simplify logic.
4959         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4960         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4962 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4964         * auth-source.el (top): Autoload `secrets-list-collections',
4965         `secrets-create-item', `secrets-delete-item'.
4966         (auth-sources): Fix tag string.
4967         (auth-get-source, auth-source-retrieve, auth-source-create)
4968         (auth-source-delete): New defuns.
4969         (auth-source-pick): Rewrite in order to avoid 2 passes.
4970         (auth-source-forget-user-or-password): New parameter USERNAME.
4971         (auth-source-user-or-password): New parameters CREATE-MISSING and
4972         DELETE-EXISTING.  Retrieve password interactively, if needed.
4974 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4976         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4977         deleting unused directories when gnus-expert-user is t.
4979 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4981         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4982         for each temp file when gnus-article-browse-delete-temp is ask.
4984 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4986         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4987         Lisp calls to delete-backward-char by calls to delete-char.
4989 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4991         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4993 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4995         * password-cache.el (password-cache-remove): Fix docstring.
4997 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4999         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5000         article unless decoding article to be saved.
5002 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5004         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5005         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5006         generated within the mm-with-unibyte-current-buffer macro.
5008 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5010         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5011         to nil when we're in a mml-preview buffer and no group is selected.
5013 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5015         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5016         when catching the `C-g'.  Reported by "Leo".
5018 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5020         * message.el (message-forward-make-body-plain)
5021         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5022         multibyte-string-p.
5024         * lpath.el: Revert.
5026 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5028         * message.el (message-forward-make-body-mml): Assume original message
5029         is multibyte string; error on unibyte.
5030         (message-forward-make-body-plain): Ditto; don't add excessive newline
5031         in body end.
5033         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5035 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5037         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5038         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5040 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5042         * mm-extern.el (mm-extern-url): Don't use
5043         mm-with-unibyte-current-buffer.
5044         (mm-extern-cache-contents): Use with-current-buffer instead of
5045         save-excursion + set-buffer.
5047 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5049         * mm-util.el (mm-emacs-mule): Remove.
5051 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5053         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5054         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5055         change.
5057 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5059         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5060         bind the default value of enable-multibyte-characters to nil.
5062 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5064         * message.el (message-forward-make-body-plain)
5065         (message-forward-make-body-mml):
5066         Don't use mm-with-unibyte-current-buffer.
5068 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5070         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5072 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5074         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5075         (Bug#5592).
5077 2010-05-07  Julien Danjou  <julien@danjou.info>
5079         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5080         it to mm-pipe-part.
5082         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5083         it is given.
5085 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5087         * binhex.el (binhex-decode-region-internal)
5088         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5089         (dns-query)
5090         * nnweb.el (nnweb-gmane-search)
5091         * pgg-parse.el (pgg-parse-armor)
5092         * pgg.el (pgg-verify-region)
5093         * sha1.el (sha1-string-external)
5094         * uudecode.el (uudecode-decode-region-internal)
5095         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5096         XEmacs.
5098         * gnus-art.el (gnus-article-browse-html-parts)
5099         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5100         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5101         make-temp-file.
5103         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5104         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5105         compiling.
5107         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5108         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5109         XEmacs when compiling.
5111         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5112         gnus-pick-mode-off-hook for XEmacs when compiling.
5113         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5114         gnus-binary-mode-off-hook for XEmacs when compiling.
5116         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5117         Return nil if char-charset is not available.
5119         * imap.el (imap-disable-multibyte)
5120         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5121         macros.
5123         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5124         instead of encode-coding-string.
5126         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5127         'xemacs) instead of mm-emacs-mule to switch function definitions.
5128         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5130         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5131         bind temporary-file-directory for XEmacs;
5132         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5133         timer-set-function for XEmacs 21.4 and SXEmacs;
5134         bind timer-list for XEmacs 21.4 and SXEmacs;
5135         fbind char-charset and find-charset-region for non-Mule XEmacs;
5136         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5137         encode-coding-region and encode-coding-string for XEmacs having no
5138         file-coding feature.
5140 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5142         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5144 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5146         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5147         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5149 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5151         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5152         alias `jka-compr-delete-temp-file' no longer exists.
5154 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5156         Use define-minor-mode in Gnus where applicable.
5157         * mml.el (mml-mode): Use define-minor-mode.
5158         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5159         (gnus-undo-mode): Use define-minor-mode.
5160         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5161         (gnus-dead-summary-mode): Use define-minor-mode.
5162         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5163         Initialize in declaration.
5164         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5165         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5166         (gnus-mailing-list-mode): Use define-minor-mode.
5167         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5168         (gnus-draft-mode): Use define-minor-mode.
5169         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5170         (gnus-dired-mode): Use define-minor-mode.
5172 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5174         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5175         handles on recursive mml-to-mime translation and check them for
5176         boundary delimiter collisions.  Reported by Greg Troxel.
5178 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5180         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5182 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5184         * mm-util.el (mm-find-buffer-file-coding-system):
5185         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5187 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5189         * message.el (message-generate-headers): Record insertion of optional
5190         headers as well.  Otherwise the check to prevent repeated insertion of
5191         optional headers is a no-op.
5193 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5195         * smime.el: Don't mention CVS.
5197         * nnrss.el (nnrss-fetch): Don't mention CVS.
5199         * nnir.el: Don't mention CVS.
5201 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5203         * gnus-sum.el (gnus-summary-bookmark-make-record):
5204         Add `location' field.
5206 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5208         * lpath.el: Fbind bookmark-default-handler,
5209         bookmark-get-bookmark-record, bookmark-make-record-default,
5210         bookmark-prop-get for Emacs <23 and XEmacs.
5212 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5214         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5215         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5216         Use with-current-buffer to silence the byte-compiler.
5217         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5218         bother to require `gnus'.
5219         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5221 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5223         * gnus-sum.el (gnus-summary-bookmark-make-record)
5224         (gnus-summary-bookmark-jump): New functions.
5225         (gnus-summary-mode): Setup bookmark support.
5227 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5229         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5230         if set.
5232 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5234         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5235         gnus-article-browse-html-save-cid-image; make it work recursively for
5236         forwarded messages as well.
5237         (gnus-article-browse-html-parts): Work when prefix arg is given.
5238         (gnus-article-browse-html-article): Doc fix.
5240 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5242         * message.el (message-default-mail-headers):
5243         (message-default-headers): Carry the value mail-default-headers over
5244         into message-default-mail-headers, rather than message-default-headers.
5246 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5248         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5249         charset.
5251         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5252         charset into the <meta> tag when the article is encoded to utf-8.
5254 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5256         * gnus-art.el (gnus-article-browse-delete-temp-files):
5257         Delete directories as well.
5258         (gnus-article-browse-html-parts): Work for images that do not specify
5259         file names; delete temp directory when quitting; insert header at the
5260         right place; use file: scheme for image files.
5262 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5264         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5265         (gnus-article-browse-html-parts): Use it to make temporary cid image
5266         files in addition to html file so that browser may display them.
5268 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5270         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5272 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5274         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5276 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5278         * auth-source.el (auth-sources): Change default to be simpler.
5279         Explain about Secret Service API sources.  Improve Customize options.
5280         (auth-source-pick): Change to accept any number of search parameters.
5281         Implement fallbacks iteratively, not recursively.  Add scoring on the
5282         second pass and sort by score.  Call Secret Service API when needed.
5283         (auth-source-user-or-password): Use it.  Call Secret Service API
5284         directly when needed to get the user name and the password.
5286 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5288         * message.el (message-interactive): Doc fix.
5289         (message-qmail-inject-args): Reflow.
5290         (message-kill-to-signature): Fix typo in docstring.
5292         * smiley.el (smiley-buffer): Fix typo in docstring.
5294 2010-03-24  Glenn Morris  <rgm@gnu.org>
5296         * mail-source.el (gnus-message): Declare.
5297         (mail-source-delete-old-incoming): Require gnus-util.
5299 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5301         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5303         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5305         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5306         password-cache's default if it is not bound.
5307         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5308         password-cache-expiry's default if it is not bound.
5310         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5311         available in Emacs 21.
5313         * lpath.el: Suppress compiler warnings for:
5314         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5315         XEmacs;
5316         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5317         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5318         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5320 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5322         * auth-source.el (auth-sources): Fix up definition so extra parameters
5323         are always inline.
5325 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5327         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5328         wasn't updated after mismatch.  Clear cached mailbox info correctly
5329         when uidvalidity changes.
5330         (nnimap-group-prefixed-name): New function to avoid some code
5331         duplication.
5332         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5333         (nnimap-request-group): Use it.
5334         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5335         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5336         with many imap folders.  This is done by caching the group status from
5337         the imap server persistently in a group parameter `imap-status'.  (This
5338         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5339         but not persistently, so every Gnus startup was still very slow.)
5341 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5343         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5344         delete the extra newline.  Otherwise editing of :string and :number
5345         types don't work.
5347 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5349         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5350         secrets.el dependency.
5351         (auth-sources): Add optional user name.  Add secrets.el configuration
5352         choice (unused right now).
5354 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5356         * gnus-sum.el (gnus-summary-make-menu-bar):
5357         Let `gnus-registry-install-shortcuts' fill in the functions.
5359         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5360         warnings.
5361         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5362         (gnus-registry-install-shortcuts): Populate and use it in a
5363         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5365 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5367         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5368         In-place substitutions for the group name encoding/decoding.
5369         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5370         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5371         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5372         (nnimap-update-unseen, nnimap-request-list)
5373         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5374         (nnimap-request-set-mark, nnimap-split-to-groups)
5375         (nnimap-split-articles, nnimap-request-newgroups)
5376         (nnimap-request-create-group, nnimap-request-accept-article)
5377         (nnimap-request-delete-group, nnimap-request-rename-group)
5378         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5379         `encoded-mbx' for consistency.
5380         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5381         variable `imap-current-mailbox'.
5383         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5384         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5386 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5388         * pop3.el (pop3-display-message-size-flag): Display message size byte
5389         counts during POP3 download.
5390         (pop3-movemail): Use it.
5391         (pop3-list): Implement listing of available messages.
5393 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5395         * nnir.el (nnir-get-article-nov-override-function): New function to
5396         override the normal NOV retrieval.
5397         (nnir-retrieve-headers): Use it.
5399 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5401         * auth-source.el (netrc-machine-user-or-password): Autoload.
5403 2010-03-19  Glenn Morris  <rgm@gnu.org>
5405         Stop message.el from loading about 40 libraries it doesn't always need.
5406         The general approach is to autoload rather than require, and to
5407         require in the specific functions rather than the file.  (Bug#5642)
5409         * gmm-utils.el: Don't require wid-edit.
5410         (widget-create-child-value, widget-convert, widget-default-get):
5411         Autoload.
5413         * gnus-util.el: Don't require time-date, netrc.
5414         (message-fetch-field, gnus-group-name-decode): Declare rather than
5415         autoloading.
5416         (gnus-fetch-field): Require message.
5417         (gnus-decode-newsgroups): Require gnus-group.
5419         * ietf-drums.el: Don't require time-date.
5421         * message.el: Don't require hashcash, canlock, ecomplete.
5422         Do require mail-utils.  Require nnheader only when compiling.
5423         (smtpmail-default-smtp-server): Remove declaration.
5424         (message-send-mail-function): Check smtpmail-default-smtp-server
5425         is bound rather than requiring smtpmail.
5426         (message-auto-save-directory, message-insert-signature):
5427         Use expand-file-name rather than nnheader-concat.
5428         (nnheader-insert-file-contents): Autoload.
5429         (hashcash-wait-async): Declare.
5430         (message-send-mail): Only call gnus-setup-posting-charset if
5431         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5432         (message-send-mail-with-sendmail): Require sendmail.
5433         (canlock-password, canlock-password-for-verify): Declare.
5434         (message-canlock-password): Require canlock.
5435         (nnheader-get-report): Autoload.
5436         (gnus-setup-posting-charset): Declare.
5437         (message-send-news): Require gnus-msg.
5438         (message-make-references, message-make-in-reply-to): Use mail-header-id
5439         rather than the alias mail-header-message-id.
5440         (ecomplete-add-item, ecomplete-save): Declare.
5441         (message-put-addresses-in-ecomplete): Require ecomplete.
5442         (ecomplete-display-matches): Autoload.
5444         * mm-decode.el: Don't require mailcap, gnus-util.
5445         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5446         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5447         Autoload.
5448         (mailcap-mime-extensions): Declare.
5450         * mm-encode.el: Don't require mailcap.
5451         (mailcap-extension-to-mime): Autoload.
5453         * mml-sec.el: Don't require password-cache.
5455         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5456         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5457         (mml-minibuffer-read-type): Require mailcap.
5458         (mml-preview): Require gnus-msg.
5460         * mml1991.el: Require password-cache.
5461         (password-cache-expiry): Remove declaration.
5463         * mml2015.el: Require password-cache.
5464         (password-cache-expiry): Remove declaration.
5466         * nneething.el (mailcap): Require mailcap.
5468         * nnheader.el (declare-function): Add compatibility stub.
5469         (message-remove-header): Declare rather than autoload.
5470         (nnheader-replace-header): Require message.
5472         * nnimap.el (declare-function): Add compatibility stub.
5473         (netrc-parse, netrc-machine-user-or-password): Declare.
5474         (nnimap-open-connection): Require netrc.
5476         * nntp.el (declare-function): Add compatibility stub.
5477         (netrc-parse, netrc-machine, netrc-get): Declare.
5478         (nntp-send-authinfo): Require netrc.
5480         * rfc2047.el: Don't require qp.
5481         (quoted-printable-encode-region, quoted-printable-decode-string):
5482         Autoload.
5484         * sieve-mode.el: Don't require easymenu.
5485         (easy-menu-add-item): Autoload it.
5487         * spam-stat.el (time-to-number-of-days): Autoload it.
5489 2010-03-19  Glenn Morris  <rgm@gnu.org>
5491         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5493 2010-03-18  Glenn Morris  <rgm@gnu.org>
5495         * hashcash.el (declare-function): Remove duplicate definition.
5497 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5499         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5500         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5501         value if any backslash escapes).
5503 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5505         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5506         if it is available.  (bug#5647)
5508         * lpath.el: Suppress compiler warning for coding-system-from-name for
5509         Emacs 21 and XEmacs.
5511 2010-03-14  Juri Linkov  <juri@jurta.org>
5513         * hmac-def.el:
5514         * hmac-md5.el:
5515         * netrc.el: Fix keywords.
5517 2010-02-26  Glenn Morris  <rgm@gnu.org>
5519         * message.el (message-send-mail-function): Change the default, so that
5520         it inherits from a customized send-mail-function.  (Bug#5643)
5522 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5524         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5525         shell-command-to-string signals an error (bug#5299).
5527 2010-02-24  Glenn Morris  <rgm@gnu.org>
5529         * message.el (message-smtpmail-send-it)
5530         (message-send-mail-with-mailclient): Doc fixes.
5532 2010-02-16  Glenn Morris  <rgm@gnu.org>
5534         * message.el (message-default-mail-headers): Change the default value
5535         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5537 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5539         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5540         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5542 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5544         * time-date.el (date-to-time): Doc fix (Bug#5408).
5546 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5548         * message.el (message-mail): Just pass yank-action on to message-setup.
5549         (message-setup): Handle (FUN . ARGS) form of yank-action.
5550         (message-with-reply-buffer, message-widen-reply)
5551         (message-yank-original): Handle non-buffer values of
5552         message-reply-buffer (Bug#4080).
5553         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5555 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5557         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5558         Fix typo in docstring.
5560 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5562         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5563         response.
5565 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5567         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5569         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5571         * message.el (message-check-news-header-syntax): Protect against a
5572         string that `rfc822-addresses' returns when parsing fails.
5574 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5576         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5577         (gnus-previous-char-property-change): New functions.
5579         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5581 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5583         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5584         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5586 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5588         * message.el (message-exchange-point-and-mark): Rework last change to
5589         avoid using optional arg of exchange-point-and-mark, for backward
5590         compatibility.
5592 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5594         * message.el (message-exchange-point-and-mark):
5595         Call exchange-point-and-mark with an argument rather than setting
5596         mark-active by hand (Bug#5175).
5598 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5600         * nntp.el (nntp-service-to-port): Work for service expressed with
5601         numeric string; replace [:digit:] with [0-9] for XEmacs.
5603 2009-12-17  Glenn Morris  <rgm@gnu.org>
5605         * gnus-group.el (gnus-bug-group-download-format-alist):
5606         Change emacs entry to debbugs.gnu.org.  Bump :version.
5608 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5610         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5612 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5614         * message.el (message-info): Explain why we use `Info-goto-node'.
5616 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5618         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5620 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5622         * message.el (message-completion-in-region): New compatibility function.
5623         (message-expand-group): Use it.
5625 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5627         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5628         with no unread article should be listed if the 2nd arg `predicate' is
5629         given.
5631 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5633         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5635 2009-11-29  Juri Linkov  <juri@jurta.org>
5637         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5638         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5639         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5641 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5643         * sha1.el (sha1-string-external): default-directory "/" in case
5644         otherwise non-existent.  process-connection-type pipe for touch of
5645         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5647 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5649         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5650         it's comms related and sgml-mode.el has "comm" on that basis too.
5652 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5654         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5655         containing tspecial characters if they have been already quoted.
5657 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5659         * dns-mode.el (auto-mode-alist): Purecopy string.
5661 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5663         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5665 2009-10-24  Glenn Morris  <rgm@gnu.org>
5667         * gnus-art.el (help-xref-stack-item): Define for compiler.
5669 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5671         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5673 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5675         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5677 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5679         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5680         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5682 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5684         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5685         (gnus-overlays-in): New alias to overlays-in.
5687         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5688         gnus-overlay-get, and gnus-delete-overlay.
5689         (gnus-summary-show-thread): Make it work as well for systems in which
5690         next-single-char-property-change is not available.
5691         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5693         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5694         (gnus-overlay-get): New alias to extent-property.
5695         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5697         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5698         SXEmacs.
5700         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5701         SXEmacs.
5703 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5705         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5707 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5709         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5710         and XEmacs that don't have `remove-overlays'.
5712 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5714         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5715         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5716         selective display.  Use overlays instead.
5718 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5720         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5722 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5724         * spam-stat.el (spam-stat-load): Fix typo in message.
5726 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5728         * dig.el (dig-invoke): Fix typo in docstring.
5729         (query-dig): Reflow docstring.
5731 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5733         * gnus-art.el (gnus-article-encrypt-body):
5734         * message.el (message-check-recipients):
5735         * mm-util.el (mm-codepage-setup):
5736         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5737         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5739 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5741         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5742         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5743         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5744         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5745         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5747 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5749         * dig.el: Add "Keywords: comm", as per net-utils.el.
5751 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5753         * dig.el (dig-mode): Use define-derived-mode.
5755 2009-09-19  Glenn Morris  <rgm@gnu.org>
5757         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5759 2009-09-18  Glenn Morris  <rgm@gnu.org>
5761         * gnus-diary.el (gnus-diary-check-message):
5762         * message.el (message-insert-formatted-citation-line):
5763         * nnbabyl.el (top-level):
5764         * nndiary.el (nndiary-schedule):
5765         Fix typos in condition-case handlers.
5767 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5769         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5770         configuration that provides the sole article window in a frame;
5771         position point correctly after deleting a part.
5773 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5775         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5776         (spam-resolve-registrations-routine): Use it to unregister articles
5777         that change status.
5779 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5781         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5782         with XEmacs.
5783         (parse-time-string-chars): Use it.
5785 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5787         * imap.el (imap-interactive-login): Better messages.
5788         (imap-open): Fix bug with renamed buffer on reconnect.
5789         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5790         for easier debugging and cleaner code.  On successful (guessed based on
5791         server capabilities) secondary authentication, set imap-state
5792         correctly.
5793         (imap-last-authenticator): Define imap-last-authenticator as a variable
5794         to avoid warnings.
5796 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5798         * nnrss.el (nnrss-request-article): Remove binding of
5799         default-enable-multibyte-characters that has gotten needless by
5800         the 2007-07-13 change in rfc2047-encode-message-header.
5802         * mml.el (mml-insert-multipart): Error on the message header.
5803         (mml-insert-part): Error on the message header; position point at
5804         the end of a MIME tag.
5806 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5808         * time-date.el (autoload): Expand define-obsolete-function-alias into
5809         defalias and make-obsolete for old Emacsen that Gnus supports.
5810         (with-no-warnings): Define it for old Emacsen.
5811         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5812         is available.
5813         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5814         float-time is available; suppress compile warning for time-to-seconds.
5816         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5817         (gnus-float-time): Alias to float-time if it exists.
5819         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5820         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5821         float-time is available; suppress compile warning for time-to-seconds.
5823         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5824         XEmacs.
5826 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5828         * imap.el (imap-message-map): Docstring fix.
5830 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5832         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5833         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5834         Add the optional argument `encoding' that overrides the default.
5836         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5837         mm-encode-buffer.
5839 2009-09-04  Glenn Morris  <rgm@gnu.org>
5841         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5842         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5843         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5844         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5845         * mm-util.el (mm-with-unibyte-current-buffer)
5846         (mm-find-buffer-file-coding-system):
5847         * yenc.el (yenc-decode-region): Use default-value rather than
5848         default-enable-multibyte-characters.
5850 2009-09-03  Glenn Morris  <rgm@gnu.org>
5852         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5853         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5854         than default-enable-multibyte-characters.
5856 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5858         * gnus-art.el (gnus-article-read-summary-keys):
5859         Fix gnus-buffer-configuration's value temporarily used.
5861 2009-09-02  Glenn Morris  <rgm@gnu.org>
5863         * gnus-util.el (gnus-float-time): New function.
5864         * gnus-delay.el (gnus-delay-article):
5865         * gnus-sum.el (gnus-thread-latest-date):
5866         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5867         * nnspool.el (nnspool-request-newgroups):
5868         Use gnus-float-time rather than time-to-seconds.
5869         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5871         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5872         (gnus-header-subject-face, gnus-header-newsgroups-face)
5873         (gnus-header-name-face, gnus-header-content-face):
5874         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5875         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5876         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5877         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5878         (gnus-cite-face-11):
5879         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5880         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5881         (gnus-server-closed-face, gnus-server-denied-face)
5882         (gnus-server-offline-face):
5883         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5884         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5885         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5886         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5887         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5888         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5889         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5890         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5891         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5892         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5893         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5894         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5895         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5896         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5897         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5898         (gnus-summary-high-undownloaded-face)
5899         (gnus-summary-low-undownloaded-face)
5900         (gnus-summary-normal-undownloaded-face)
5901         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5902         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5903         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5904         (gnus-splash-face):
5905         * message.el (message-header-to-face, message-header-cc-face)
5906         (message-header-subject-face, message-header-newsgroups-face)
5907         (message-header-other-face, message-header-name-face)
5908         (message-header-xheader-face, message-separator-face)
5909         (message-cited-text-face, message-mml-face):
5910         * sieve-mode.el (sieve-control-commands-face)
5911         (sieve-action-commands-face, sieve-test-commands-face)
5912         (sieve-tagged-arguments-face):
5913         * spam.el (spam-face):
5914         Mark face aliases with "-face" in the name as obsolete.
5916 2009-09-01  Glenn Morris  <rgm@gnu.org>
5918         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5919         than goto-line.
5921 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5923         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5924         Don't move point if the command is invoked inside the message header.
5926 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5928         * imap.el (imap-send-command): Simplify.
5929         (imap-wait-for-tag): point-max -> buffer-size.
5931 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5933         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5934         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5935         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5936         * nnir.el (nnir-swish-e-index-file):
5937         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5938         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5939         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5940         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5941         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5942         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5944 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5946         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5947         Don't save excursion.
5949 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5951         * nnheader.el (nnheader-find-file-noselect):
5952         * mm-util.el (mm-insert-file-contents):
5953         Use (default-value 'major-mode) instead of default-major-mode.
5955 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5957         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5959 2009-08-26  Glenn Morris  <rgm@gnu.org>
5961         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5962         than placing in files.el.
5964 2009-08-25  Glenn Morris  <rgm@gnu.org>
5966         * nnir.el (top-level): Don't require cl at run-time.
5967         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5968         Replace cl-function substitute with gnus-replace-in-string.
5969         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5970         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5971         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5972         simplified expansions.
5974 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5976         * dig.el (dig): Add autoload cookie.
5978 2009-08-22  Glenn Morris  <rgm@gnu.org>
5980         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5981         goto-line.
5983 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5985         * parse-time.el (parse-time-string-chars): Save match data.
5987 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5989         * parse-time.el (parse-time-string-chars): Compute using character
5990         classes, to handle non-ascii characters (Bug#3190).
5992 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5994         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5996         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5997         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5998         (gnus-mm-display-part, gnus-mime-display-single)
5999         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6000         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6002         * gnus-sum.el
6003         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6004         (gnus-summary-move-article): Add expirable mark to articles copied or
6005         moved to group that has auto-expire turned on if the option is non-nil.
6007 2009-07-24  Glenn Morris  <rgm@gnu.org>
6009         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6010         Fix typo.  (Bug#3903)
6012 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6014         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6015         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6016         that should not be used for draft articles.
6017         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6018         that has no concern in minor mode keys.
6019         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6020         Abolish.
6022 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6024         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6025         article without making inquiry to a user for unknown encoding.
6027         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6028         (nnmaildir--scan): Assume i-node and device number that file-attributes
6029         returns might be cons-cell.
6031         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6033         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6035 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6037         * auth-source.el: Remove docs now in auth.texi.  Don't use
6038         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6039         `auth-source-hide-passwords' and use them.
6041 2009-07-15  Glenn Morris  <rgm@gnu.org>
6043         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6045 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6047         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6048         excessive whitespace from the default values of title and description.
6050 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6052         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6053         mail-fetch-field to fetch Content-Description header in order to
6054         exclude newlines.
6056 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6058         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6059         format used by GnuPG 2.0.11.
6061 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6063         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6064         to deleted part.
6066 2009-05-30  David Engster  <dengste@eml.cc>
6068         * nnmairix.el: Remove old documentation in the commentary block.
6069         (nnmairix-request-group): Do not update active file for nnml back ends.
6070         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6071         end so that overview files are ignored.
6072         (nnmairix-update-groups): Make updating the groups more robust by using
6073         marks.
6074         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6075         with dollar characters in message-id.
6077 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6079         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6080         2008-12-25 in dns.el.
6082 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6084         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6085         could happen if the text is only composed of spaces and/or tabs.
6087 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6089         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6090         when sending a queued message to avoid extra mml tags.
6092 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6094         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6096 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6098         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6099         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6100         rmail-toggle-header for XEmacs;
6101         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6103 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6105         * gnus-dired.el: Remove autoload for gnus-setup-message.
6106         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6107         displaying Gnus logo; always use compose-mail.
6109 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6111         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6113 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6115         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6116         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6117         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6118         available.
6119         (gnus-nocem-epg-verify): New function.
6121 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6123         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6125 2009-02-15  Glenn Morris  <rgm@gnu.org>
6127         * gnus-util.el (rmail-insert-rmail-file-header)
6128         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6129         autoloads.
6130         (rmail-default-rmail-file): Remove unnecessary declaration.
6131         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6133 2009-02-14  Glenn Morris  <rgm@gnu.org>
6135         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6136         variable (only used in gnus-util, which declares it anyway).
6137         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6138         which was only needed by gnus-art (changed to not use it any more).
6139         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6140         only used in gnus-util, which autoloads it itself.
6141         (rmail-update-summary): Fix autoload.
6143         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6144         rather than rmail-output-to-rmail-file.
6146 2009-02-07  Glenn Morris  <rgm@gnu.org>
6148         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6149         autoload of function that no longer exists.
6150         (rmail-toggle-header): Declare.
6151         (message-forward-rmail-make-body): Handle mbox Rmail.
6153 2009-01-31  Glenn Morris  <rgm@gnu.org>
6155         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6156         2009-01-09 change.
6158 2009-01-31  Dave Love  <fx@gnu.org>
6160         * imap.el (imap-fetch-safe): Bind debug-on-error.
6161         (imap-debug): Add imap-fetch-safe.
6163 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6165         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6166         (auth-source-forget-all-cached): New convenience function.
6167         (auth-source-user-or-password): Accept list of modes or a single mode.
6169         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6170         auth-source modes.
6172         * netrc.el (netrc-machine-user-or-password): Use list of
6173         auth-source modes.
6175         * nnimap.el (nnimap-open-connection): Use list of
6176         auth-source modes.
6178         * nntp.el (nntp-send-authinfo): Use list of
6179         auth-source modes.
6181 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6183         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6184         now.
6186 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6188         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6189         coding system in XEmacs; add a workaround for XEmacs.
6191         * lpath.el: Fbind coding-system-aliasee.
6193 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6195         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6196         of current-language-environment.
6198 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6200         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6201         available at runtime.
6203 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6205         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6207 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6209         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6210         the greatest positive fixnum value doesn't work under an XEmacs with
6211         bignum support; use the most-positive-fixnum constant instead,
6212         available since Emacs 21.1 with cl and XEmacs 21.1.
6214 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6216         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6217         XEmacs gets not to work.
6219 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6221         * mm-util.el (mm-coding-system-priorities): Allow the value like
6222         "Japanese (UTF-8)" of current-language-environment.
6224 2009-01-09  Glenn Morris  <rgm@gnu.org>
6226         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6227         with last-command-event.
6229 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6231         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6232         in the doc string.
6234         * message.el (message-fix-before-sending): Amend comment.
6236 2009-01-08  Dave Love  <fx@gnu.org>
6238         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6240 2009-01-07  David Engster  <dengste@eml.cc>
6242         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6243         simplified server definitions by converting it via
6244         gnus-server-to-method.
6246 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6248         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6249         parameter's operands.
6251 2009-01-06  David Engster  <dengste@eml.cc>
6253         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6254         primary select method (for gnus-group-mark-article-as-read).
6256 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6258         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6259         `(gnus)Face', not `(gnus)X-Face'.
6261 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6263         * mm-util.el (mm-ucs-to-char): New function.
6265         * mm-url.el (mm-url-decode-entities): Use it.
6267         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6268         unicode-to-char.
6270 2009-01-05  Dave Love  <fx@gnu.org>
6272         * time-date.el: Require cl for `declare'.
6274 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6276         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6277         Dave Love.
6279 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6281         * message.el (message-fix-before-sending): Add `eight-bit' to
6282         illegible-text check.
6284 2009-01-03  Michael Olson  <mwolson@gnu.org>
6286         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6287         `headers' is nil.  This can occur if the IMAP server does not have
6288         permissions to read messages from a folder, but can write new messages
6289         to the folder.
6290         (nnimap-request-article-part): Do not insert `data' if it is nil.
6292         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6293         characters which will confuse `read', so skip past them.
6295 2009-01-01  Dave Love  <fx@gnu.org>
6297         * imap.el (imap-string-to-integer): Fix typo.
6298         (imap-fetch-safe): New function.
6299         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6301         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6303         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6304         (imap-parse-greeting): Fix doc strings.
6305         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6306         (imap-parse-flag-list): Make messages unique.
6307         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6309         * nnimap.el: Fix author email.
6310         (nnimap-split-rule): Add FIXME comment.
6311         (nnimap-debug): Fix doc string.
6313 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6315         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6317 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6319         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6320         nslookup if resolv.conf isn't available.
6321         (dns-query): Rename from query-dns.
6322         (dns-query-cached): Rename from query-dns-cached.
6324 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6326         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6327         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6328         to check if those variables exist (first appeared in Emacs 18.50).
6330 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6332         * mm-util.el (mm-line-number-at-pos): New function.
6334         * spam-report.el (spam-report-process-queue): Use it.
6336 2008-12-24  David Engster  <dengste@eml.cc>
6338         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6339         parameters that haven't existed as variables as buffer-local variables.
6341 2008-12-23  Dave Love  <fx@gnu.org>
6343         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6344         cadar.
6346         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6347         imap-starttls-p.
6348         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6350 2008-12-22  Dave Love  <fx@gnu.org>
6352         * imap.el: Fix author email.  Doc fixes.
6353         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6354         reply.
6356 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6358         * spam-report.el (spam-report-gmane-max-requests): New constant.
6359         (spam-report-gmane-wait): New variable.
6360         (spam-report-gmane-ham, spam-report-gmane-spam)
6361         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6362         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6363         the server.
6365         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6366         Add explanations.
6368         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6369         nnheader-accept-process-output and nnheader-read-timeout if available.
6370         (pop3-movemail): Use it.
6372         * message.el (message-check-news-body-syntax): Fix signature check if
6373         there's an attachment.
6375 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6377         * mm-util.el: Add comments to the mm- emulating functions.
6379 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6381         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6382         Reported by Stephen Berman <stephen.berman@gmx.net>.
6384 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6386         * mm-util.el (mm-substring-no-properties): New function.
6387         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6388         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6389         (mm-string-to-multibyte): Doc fix.
6391         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6393 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6395         * mml.el (mml-attach-file): Strip text properties from file name.
6396         (Bug#1574)
6398 2008-12-16  Glenn Morris  <rgm@gnu.org>
6400         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6402 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6404         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6405         knows since the charset specified might be a bogus alias that
6406         mm-charset-synonym-alist provides.
6408 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6410         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6411         "ISO_8859-1".
6413         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6415 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6417         * mm-util.el (mm-charset-eval-alist):
6418         Define it before mm-charset-to-coding-system.
6419         (mm-charset-to-coding-system): Add optional argument `silent';
6420         define it before mm-charset-override-alist.
6421         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6422         default value if it can be used in Emacs currently running;
6423         silence mm-charset-to-coding-system.
6425 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6427         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6428         `allow-override' which says whether to use `mm-charset-override-alist'.
6429         (rfc2047-decode-encoded-words): Use it.
6431         * mm-util.el (mm-charset-override-alist): Fix custom type;
6432         add `(gb2312 . gbk)' to choices.
6434 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6436         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6437         fast.
6439         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6441         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6443 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6445         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6446         on links.
6448         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6450 2008-12-03  Lute Kamstra  <lute@gnu.org>
6452         * sha1.el: Remove leading * from docstrings of defcustoms,
6453         deffaces, defconsts and defuns.
6455 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6457         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6458         users' addresses that don't have domain parts.
6459         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6460         rather than message-narrow-to-head since there will be the message
6461         header separator.
6463 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6465         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6466         since the result is inserted in a unibyte buffer anyway.
6467         (nnimap-demule-use-string-to-multibyte): Remove.
6468         (nnimap-demule): Alias it to mm-string-to-multibyte.
6470 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6472         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6473         variable for debugging bug#464 and bug#1174.
6474         (nnimap-demule): Use it.
6476 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6478         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6479         score calculation correctly.
6481 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6483         * message.el (message-send-mail): Just set the buffer to unibyte
6484         rather than use mm-with-unibyte-current-buffer which does a lot more.
6485         (message-send-mail-partially): Don't bother with
6486         mm-with-unibyte-current-buffer since it's already been made unibyte by
6487         message-send-mail.
6489 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6491         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6493 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6495         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6497 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6499         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6500         require itself and to remove `with-no-warnings'.
6502 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6504         * starttls.el (starttls-any-program-available): Get the name of the
6505         available TLS layer program.
6506         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6507         well as the host name in the "opening" message.
6509         * auth-source.el (auth-source-cache, auth-source-do-cache)
6510         (auth-source-user-or-password): Cache passwords and logins by default,
6511         allow override with `auth-source-do-cache'.
6512         (auth-source-forget-user-or-password): Allow users to remove cache
6513         entries if needed.
6515 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6517         * md4.el (md4-buffer): Fix typo in docstring.
6518         (md4, md4-64): Doc fixes.
6519         (md4-pack-int32): Reflow docstring.
6521 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6523         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6524         condition-case to only the forward-sexp call.
6526 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6528         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6529         quotes contained.  Make it more robust regardless by an extra
6530         condition-case wrapper.
6532 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6534         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6536 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6538         * nnml.el (nnml-request-expire-articles): Check if the function set to
6539         `nnmail-expiry-target' returns the symbol `delete'.
6541         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6543         * nnmail.el (nnmail-expiry-target): Fix custom type.
6545 2008-10-02  Glenn Morris  <rgm@gnu.org>
6547         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6548         Silence compiler warning.
6550 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6552         * tls.el (open-tls-stream): Show the actual command being
6553         executed, instead of the format string.
6555 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6557         * lpath.el: Fbind codepage-setup for Emacs 23.
6559 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6561         * mml.el (mml-menu): Don't assume mml2015 is bound.
6563 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6565         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6566         exists.
6568 2008-09-27  Glenn Morris  <rgm@gnu.org>
6570         * gnus-util.el (mail-header-remove-comments): Autoload it.
6572 2008-09-27  Andreas Schwab  <schwab@suse.de>
6574         * gnus-util.el (gnus-split-references): Strip comments.
6575         (gnus-parent-id): Likewise.
6577 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6579         * message.el (message-confirm-send): Fix version.
6581 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6583         * message.el (message-idna-to-ascii-rhs-1): Use
6584         mail-extract-address-components rather than mail-header-parse-addresses
6585         that is an alias by default to ietf-drums-parse-addresses that does not
6586         support non-ASCII names in headers' contents.
6588 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6590         * message.el (message-confirm-send): Fix variable documentation to
6591         avoid the "y/n" wording.
6593 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6595         * message.el (message-set-auto-save-file-name): Save to a different
6596         filename so multiple messages (especially drafts) can be recovered.
6598 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6600         * message.el (message-confirm-send): Add appropriate version.
6602 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6604         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6605         defvar.
6607 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6609         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6610         (mm-pkcs7-enveloped-magic): Ditto.
6612 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6614         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6615         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6617 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6619         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6620         default, it's better.
6622 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6624         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6625         summary line gnus-number property and ignore them (with a warning
6626         message).
6628 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6630         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6631         macro caddr in the interactive form since it won't be expanded.
6633 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6635         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6636         `charset'; fix name of function called recursively.
6637         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6639 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6641         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6642         (gnus-mime-set-charset-parameters): New function.
6643         (gnus-mime-view-part-as-charset): Use it to correctly display part
6644         specifying wrong charset.
6646 2008-09-08  David Engster  <dengste@eml.cc>
6648         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6649         in completing-read for back end server.
6651 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6653         * message.el (message-confirm-send): New variable to confirm sending a
6654         message.
6655         (message-send): Use it.
6657 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6659         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6661 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6663         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6665 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6667         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6668         prevent tracking too many groups.
6669         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6670         Use it.
6672 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6674         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6675         moving point to the bottom of the window in order to avoid recentering.
6677 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6679         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6681         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6682         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6683         (gnus-article-beginning-of-window): Fix calculation.
6685 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6687         * gnus-msg.el (gnus-summary-supersede-article)
6688         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6689         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6690         message header.
6692 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6694         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6695         pending output coming after the status change.
6697 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6699         * message.el:
6700         * gnus-start.el:
6701         * gnus-registry.el: Remove VMS support.
6703 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6705         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6706         macro.
6707         (rfc2104-hash): Use it.
6709 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6711         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6712         (gnus-summary-sort-by-most-recent-date): New commands.
6713         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6714         and menu entries.
6716 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6718         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6719         don't redisplay article for raw contents; remove plural articles stuff.
6721         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6722         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6723         on gnus-summary-save-article; display results properly.
6725 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6727         * lpath.el: No need to fbind ns-focus-frame.
6729 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6731         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6733 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6735         * gnus-art.el (gnus-summary-save-in-pipe):
6736         Consider gnus-save-all-headers.
6738 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6740         * gnus-util.el (ns-focus-frame): Remove declaration.
6741         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6742         like x.
6744 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6746         * rfc2104.el (rfc2104-zero): Delete defconst.
6747         (rfc2104-hex-alist): Likewise.
6748         (rfc2104-hex-to-int): Delete func.
6749         (rfc2104-hexstring-to-bitstring): Likewise.
6750         (rfc2104-nybbles): New defconst.
6751         (rfc2104-hash): Rewrite for speed.
6753 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6755         * tls.el (open-tls-stream): Make it work with the 2nd argument
6756         BUFFER that is a string but does not exist as a buffer object, as
6757         mentioned in the doc-string.
6759 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6761         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6762         SXEmacs.
6764 2008-07-16  Glenn Morris  <rgm@gnu.org>
6766         * gnus-util.el (ns-focus-frame): Declare for compiler.
6768 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6770         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6771         set as a group parameter.
6772         (gnus-summary-save-in-pipe): Work when it is called independently.
6773         (gnus-summary-pipe-to-muttprint): Don't modify
6774         gnus-summary-pipe-output-default-command.
6776 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6778         * message.el (message-send-mail-with-sendmail):
6779         Display the error message.
6781 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6783         * gnus-art.el (gnus-default-article-saver):
6784         Add gnus-summary-save-in-pipe to choices.
6785         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6786         gnus-summary-pipe-output-default-command as the default command.
6787         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6788         instead of gnus-last-shell-command.
6790         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6791         New user option.
6792         (gnus-summary-muttprint-program): Mention the value will be changed.
6793         (gnus-summary-save-article): Force showing of all headers.
6794         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6796 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6798         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6800 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6802         * nnimap.el (nnimap-id):
6803         * sieve-manage.el (sieve-manage-open): Doc fixes.
6805 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6807         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6808         if available.
6810 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6812         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6814         * nnkiboze.el (nnkiboze-generate-group):
6815         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6817         * nnmairix.el: Require CL.
6819 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6821         * dgnushack.el: Autoload get-display-table and put-display-table for
6822         XEmacs 21.5.
6824         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6825         21.4 and SXEmacs.
6827 2008-06-15  David Engster  <dengste@eml.cc>
6829         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6831 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6833         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6834         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6835         runtime choice under XEmacs.
6837         * gnus-sum.el (gnus-summary-set-display-table):
6838         Use `gnus-put-display-table', `gnus-get-display-table',
6839         `gnus-set-display-table' for the display table, instead of `aset'.
6841         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6842         Use `gnus-put-display-table', `gnus-get-display-table',
6843         `gnus-set-display-table' for the display table.
6845 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6847         * nnmairix.el: Add autoloads.
6849 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6851         * nnmairix.el (nnmairix-delete-recreate-group)
6852         (nnmairix-update-and-clear-marks): Fix error messages.
6854 2008-06-14  David Engster  <dengste@eml.cc>
6856         * nnmairix.el: Upgrade to version 0.6.
6857         (nnmairix-group-toggle-propmarks-this-group)
6858         (nnmairix-group-toggle-readmarks-this-group)
6859         (nnmairix-group-delete-recreate-this-group)
6860         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6861         (nnmairix-remove-tick-mark-original-article): New commands.
6862         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6863         (nnmairix-propagate-marks-to-nnmairix-groups)
6864         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6865         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6866         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6867         functions needed for marks propagation and manipulation of read marks.
6868         (nnmairix-update-groups): New function.
6869         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6870         (nnmairix-determine-original-group-from-registry)
6871         (nnmairix-determine-original-group-from-path)
6872         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6873         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6874         New helper functions.
6875         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6876         keystrokes for new commands.
6877         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6878         (nnmairix-request-group): Check allow-fast group parameter.
6879         (nnmairix-request-create-group): Set allow-fast group parameter if
6880         nnmairix-allowfast-default is set.
6881         (nnmairix-close-group): Propagate marks upon closing if needed.
6882         (nnmairix-group-toggle-threads-this-group): Use new.
6883         nnmairix-group-toggle-parameter helper function.
6884         (nnmairix-search): Better check for empty search result.
6885         (nnmairix-goto-original-article): Use new helper functions for
6886         determining original article.
6887         (nnmairix-show-original-article): Make sure message-id is in brackets.
6888         (nnmairix-call-mairix-binary): Change variable name.
6889         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6890         helper function.
6891         (nnmairix-widget-toggle-activate): Fix doc string.
6893 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6895         * nnir.el: Require edmacro when compiling with XEmacs.
6896         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6897         available in Emacs 21.
6899 2008-06-11  Glenn Morris  <rgm@gnu.org>
6901         * gnus-util.el (x-focus-frame):
6902         * gnus.el (image-size):
6903         * mm-decode.el (image-size): Declare.
6905         * gnus-picon.el (declare-function): Add compat definition.
6906         (image-size): Declare.
6908         * gnus-group.el (tool-bar-map):
6909         * gnus-sum.el (tool-bar-map): Define for compiler.
6911         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6913         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6915         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6916         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6917         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6918         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6919         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6920         * sieve-manage.el, spam-report.el, spam.el:
6921         Remove unnecessary eval-and-compile of autoloads.
6923 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6925         * auth-source.el: Precise Tramp doc.
6927 2008-06-07  Glenn Morris  <rgm@gnu.org>
6929         * nnmairix.el: Remove unnecessary eval-when-compile.
6931 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6933         * lpath.el: Fbind propertize for XEmacs 21.4.
6935 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6937         * nnir.el: Move here from ../contrib.
6939 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6941         * gnus-util.el (gnus-read-shell-command): New function.
6942         * mm-decode.el (mm-pipe-part):
6943         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6945 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6947         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6949 2008-06-03  Glenn Morris  <rgm@gnu.org>
6951         * pop3.el (nnheader-accept-process-output): Autoload it.
6953 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6955         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6956         are not 2-digit hexadecimal characters that follow `%'s.
6958 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6960         * message.el (message-bogus-recipient-p): Fix type in doc string.
6961         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6962         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6963         Improve custom options.
6964         (message-bogus-recipient-p): Adjust accordingly.
6966 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6968         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6969         long-form month and day names.
6971 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6973         * dgnushack.el: Autoload debug, eudc-expand-inline and
6974         pgg-snarf-keys-region for XEmacs.
6976         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6978         * nnmairix.el: Require edmacro when compiling with XEmacs.
6980 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6982         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6983         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6985 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6987         * auth-source.el: Add more docs.
6989         * netrc.el (netrc-machine): Always match if the port is not given.
6991 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6993         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6994         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6995         retrieval faster in some cases, but might make CPU usage larger.
6996         If this has any bad side effects, we might revert this change.
6998         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6999         seems to make mail retrieval much, much faster.
7000         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7001         unconditionally.
7003         * gnus-draft.el (gnus-group-send-queue):
7004         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7006 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7008         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7010         * message.el (message-bogus-address-regexp): Fix and improve custom
7011         type.
7012         (message-setup-hook): Add message-check-recipients as custom option.
7014 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7016         * message.el (message-cite-function): Remove bogus autoload which crept
7017         in during merge from v5-10.
7019 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7021         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7023         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7025         * auth-source.el: Preliminary Tramp docs.
7026         (auth-sources): Change the default auth-sources to use
7027         EPA .gpg files.
7029 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7031         * nntp.el: Autoload `auth-source-user-or-password'.
7032         (nntp-send-authinfo): Use it.
7034         * nnimap.el: Autoload `auth-source-user-or-password'.
7035         (nnimap-open-connection): Use it.
7037         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7038         for the gnus-message function.
7039         (auth-source-user-or-password): Use it.
7041 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7043         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7044         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7045         (rfc2104-hash): Use it.
7047 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7049         * gnus-art.el (gnus-article-toggle-truncate-lines):
7050         Don't use `iff' in docstring.
7052 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7054         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7056         * gnus-util.el (gnus-extract-address-component-name)
7057         (gnus-extract-address-component-email): Convenience functions around
7058         `gnus-extract-address-components'.
7060         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7061         Use `gnus-extract-address-component-email' to fix bug of comparing full
7062         sender name to `user-mail-address'.
7064 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7066         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7067         catch/throw to optimize.
7068         (gnus-registry-find-keywords): Just use member to find a keyword.
7070 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7072         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7073         is current before calling gnus-server-prepare.
7074         (gnus-server-setup-buffer, gnus-server-update-server)
7075         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7077 2008-05-04  Juri Linkov  <juri@jurta.org>
7079         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7080         (mailcap-file-default-commands): Use mailcap-replace-in-string
7081         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7082         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7084 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7086         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7088 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7090         * gnus.el: Bump version to 0.11.
7092 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7094         * gnus.el: No Gnus v0.10 is released.
7096 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7098         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7099         hooks.
7100         (gnus-update-read-articles): Speed up non-marks-using users.
7101         (gnus-use-marks): Define gnus-use-marks.
7102         (gnus-propagate-marks): Rename variable to something more sensible.
7104 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7106         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7107         (gmm-image-load-path-for-library): Fix typos in docstrings.
7108         (gmm-message): Reflow docstring.
7110 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7112         * mail-source.el (mail-source-set-1, mail-source-bind):
7113         Move auth-source code out of the macro to clean it up and fix bugs.
7115 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7117         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7118         by sender if it's equal to user-mail-address, it's likely to be
7119         useless.
7121         * mail-source.el (mail-source-bind): Don't use user or password if they
7122         are not bound.  Unintern them if they are nil.  Don't use server unless
7123         it's bound, and default it to empty string otherwise.
7125 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7127         * mail-source.el: Load auth-source.el.
7128         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7129         get user name or password, if auth-sources is set up.
7131         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7132         strategy of splitting with parent.
7133         (gnus-registry-split-fancy-with-parent)
7134         (gnus-registry-post-process-groups): Use it and fix prior
7135         bug (returning a list as the split result).
7137         * auth-source.el (auth-sources): Remove server parameter.
7138         (auth-source-pick, auth-source-user-or-password)
7139         (auth-source-user-or-password-imap)
7140         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7141         (auth-source-user-or-password-sftp)
7142         (auth-source-user-or-password-smtp): Remove server parameter.
7144 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7146         * smime.el (smime-sign-region, smime-encrypt-region)
7147         (smime-decrypt-region):
7148         Remove redundant calls to `generate-new-buffer-name'.
7150 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7152         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7153         Don't use QP for message/rfc822.
7154         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7156 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7158         * sieve-manage.el (sieve-string-bytes): Remove.
7159         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7160         correct byte-length only if the process's coding-system is the same as
7161         the one used internally by Emacs to represent strings.
7163 2008-04-22  Juri Linkov  <juri@jurta.org>
7165         * mailcap.el (mailcap-file-default-commands): New function.
7167 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7169         * message.el (message-signature-separator, message-cite-function):
7170         Change custom version.
7172 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7174         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7175         commands.
7176         (tls-checktrust): Ditto.
7178 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7180         * mm-decode.el (mm-display-external): Make temp file read-only.
7182 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7184         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7185         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7186         `C-c C-f d'.
7188 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7190         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7192 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7194         * gnus.el: Bump version to 0.9.
7196 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7198         * gnus.el: No Gnus v0.8 is released.
7200 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7202         * mail-source.el (mail-source-value):
7203         Prefer fboundp to functionp so it works with macros as well.
7205 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7207         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7208         Fix last change in case the element is not even a symbol.
7210 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7212         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7213         Prefer fboundp to functionp so it works with macros as well.
7215 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7217         * auth-source.el: Add docs.
7218         (auth-sources): Modify format to support server.
7219         (auth-source-pick, auth-source-user-or-password)
7220         (auth-source-user-or-password-imap)
7221         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7222         (auth-source-user-or-password-sftp)
7223         (auth-source-user-or-password-smtp): Add server parameter.
7225 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7227         * gnus-registry.el: Initialize the registry when gnus-registry-install
7228         is t.
7230 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7232         * compface.el (uncompface): Make buffer unibyte.
7234 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7236         * mail-source.el (mail-source-value):
7237         Prefer fboundp to functionp so it works with macros as well.
7239 2008-04-05  Glenn Morris  <rgm@gnu.org>
7241         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7243 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7245         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7246         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7248         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7249         multibyteness after rather than before erasing it.
7251         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7252         mm-with-multibyte.
7253         (gnus-request-article-this-buffer): Make sure the proper decoding is
7254         used if gnus-original-article-buffer happens to be unibyte.
7256         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7257         default-enable-multibyte-characters.
7259         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7260         default-enable-multibyte-characters.
7262         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7264         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7266 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7268         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7269         Fix last change in case the element is not even a symbol.
7271 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7273         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7274         (imap-message-copyuid-1): Use it.
7275         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7276         J. Williams in
7277         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7279         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7280         imap-enable-exchange-bug-workaround.
7281         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7283 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7285         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7286         a 100 byte status-checks into a 2-3MB transfer for each group.
7287         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7288         to enable bug workaround or not.
7289         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7291 2008-03-31  Glenn Morris  <rgm@gnu.org>
7293         * message.el (mml2015-use): Declare for compiler.
7294         (message-info): Require mml2015 when appropriate.
7296 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7298         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7299         whitespace.
7301 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7303         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7304         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7305         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7306         (nntp-service-to-port): New function.
7307         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7308         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7309         (nntp-open-netcat-stream): New function.
7310         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7312 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7314         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7316 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7318         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7320 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7322         * dns.el (dns-write): Use set-buffer-multibyte.
7324 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7326         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7328 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7330         * message.el (message-signature-separator): Change default.
7331         Improve custom type.
7332         (message-cite-function): Change default to
7333         message-cite-original-without-signature.
7335         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7336         toggle.
7338         * message.el (message-check-news-body-syntax): Fix signature check.
7339         (message-setup-1): Mark buffer as unmodified _after_ running
7340         message-setup-hook and handling message-alternative-emails.
7341         (message-shorten-references): Be more strict when building list of
7342         valid references to comply with GNKSA.
7344         * gnus-group.el (gnus-read-ephemeral-bug-group)
7345         (gnus-read-ephemeral-debian-bug-group)
7346         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7348         * message.el (message-info): Don't use booleanp which isn't supported
7349         in Emacs 21 and XEmacs.
7351 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7353         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7354         gnus-group-gmane-group-download-format.
7355         (gnus-group-read-ephemeral-gmane-group): Rename from
7356         gnus-group-read-ephemeral-gmane-group.
7357         (gnus-read-ephemeral-gmane-group-url): Rename from
7358         gnus-group-read-ephemeral-gmane-group-url.
7359         (gnus-bug-group-download-format-alist): New variable.
7360         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7361         (gnus-read-ephemeral-emacs-bug-group): New commands.
7363 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7365         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7366         (gnus-visible-headers): Improve custom type.
7368 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7370         * mml.el (mml-menu): Add workarounds for XEmacs.
7372         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7373         X-Boundary header.
7375         * message.el (message-simplify-recipients): Fix previous commit.
7377 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7379         * mm-util.el (mm-set-buffer-multibyte): New function.
7380         * mm-decode.el (mm-copy-to-buffer): Use it.
7382         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7383         Prefer fboundp to functionp so it works with macros as well.
7385 2008-03-19  Glenn Morris  <rgm@gnu.org>
7387         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7388         Accidentally removed in the sync process with Emacs.
7390 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7392         * message.el (message-alter-recipients-discard-bogus-full-name):
7393         New function.
7394         (message-alter-recipients-function): New variable.
7395         (message-get-reply-headers): Use it.
7396         (message-replace-header): New helper function.
7397         (message-recipients-without-full-name): New variable.
7398         (message-simplify-recipients): New command.
7400         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7402         * message.el (message-info): Handle EasyPG manual.
7404         * mml.el (mml-menu): Add entry for EasyPG.
7406 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7408         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7409         parameter.
7411         * message.el (message-disassociate-draft): Specify drafts group name
7412         fully.
7414 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7416         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7417         Eliminate unnecessary duplicates from the match list.
7419 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7421         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7423         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7425         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7426         args of `how-many' of which the XEmacs version doesn't take; declare
7427         Info-index-next as function.
7429 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7431         * gnus-score.el (gnus-score-headers): Fix handling of
7432         gnus-inhibit-slow-scoring.
7434         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7435         string.
7436         (gnus-button-url-regexp): Improve handling of parenthesis.
7437         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7438         (gnus-button-handle-info-keystrokes): Handle index entries.
7440 2008-03-15  Glenn Morris  <rgm@gnu.org>
7442         * parse-time.el (parse-time-string): Simplify.
7444 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7446         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7447         Incoming* files.
7449 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7451         * auth-source.el (auth-sources): Rename from auth-source-choices.
7452         (auth-source-pick): Use it.
7454 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7456         * binhex.el (binhex-decode-region-internal):
7457         * uudecode.el (uudecode-decode-region-internal):
7458         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7459         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7460         setting default-enable-multibyte-characters.
7462 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7464         * auth-source.el (auth-source-protocols)
7465         (auth-source-protocols-customize, auth-source-choices): Add and
7466         modified variable customizations and defaults.
7467         (auth-source-pick, auth-source-user-or-password)
7468         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7469         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7470         (auth-source-user-or-password-sftp)
7471         (auth-source-user-or-password-smtp): Use new variables and provide an
7472         interface to netrc.el.
7474 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7476         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7477         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7478         Make sure the nntp port to specify is a string.
7480 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7482         * nntp.el: Use with-current-buffer.
7483         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7484         dubious mm-with-unibyte-current-buffer.
7485         (nntp-with-open-group-function): New function extracted from
7486         nntp-with-open-group macro.
7487         (nntp-with-open-group): Use the function, so it's easier to debug.
7488         Add indentation and debugging info.
7489         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7490         Recommend the use of the netcat alternatives.
7492         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7493         Avoid mm-string-as-multibyte as well.
7495         * nnweb.el (nnweb-insert-html):
7496         Remove use of nnheader-string-as-multibyte.
7498         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7499         (nnheader-string-as-multibyte): Remove.
7501         * mm-view.el: Use inhibit-read-only.
7502         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7503         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7504         or unibyte-string.
7506         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7507         (mm-uu-yenc-extract): Use with-current-buffer.
7509         * gnus-soup.el (gnus-soup-send-packet): Don't use
7510         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7512         * nnmh.el: Use with-current-buffer.
7513         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7514         mm-string-as-multibyte on the output of mm-encode-coding-string.
7516         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7517         (nnimap-request-move-article): Use with-current-buffer.
7519         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7520         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7521         conversion uses string-make-unibyte rather than string-as-unibyte.
7523         * gnus-msg.el: Use with-current-buffer.
7525         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7527 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7529         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7530         string for caching if it is 'PIN.
7532 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7534         * lpath.el: Consider the case without Emacs/W3.
7536 2008-03-08  Glenn Morris  <rgm@gnu.org>
7538         * time-date.el (date-to-time, time-subtract, time-add)
7539         (safe-date-to-time): Doc fixes.
7541 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7543         * mail-source.el (mail-source-delete-old-incoming-confirm):
7544         Change default to nil.
7545         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7547 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7549         * lpath.el: Rearrange.
7551         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7552         (gnus-article-goto-prev-page): Work for articles having ^L's.
7554         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7556         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7558 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7560         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7561         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7562         (gnus-bookmark-jump): Adjust some variable names.
7564 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7566         * auth-source.el: New package.
7567         (auth-source-choices): Add customization entry point variable.
7569         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7570         bug.
7572 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7574         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7575         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7576         (gnus-registry-install-shortcuts): Rename from
7577         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7578         the `gnus-registry-mark-map' keymap dynamically from
7579         `gnus-registry-marks'.  The generated functions update the summary line
7580         when a registry mark is added or deleted, and will call
7581         `gnus-registry-install-p' (see the comments in the code).
7582         (gnus-registry-user-format-function-M): Use concat intelligently.
7584         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7585         the registry mark functions.
7587 2008-03-05  Glenn Morris  <rgm@gnu.org>
7589         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7590         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7591         gnus-art.
7592         (top-level): No need to load own source when compiling.
7594 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7596         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7597         Suggested by <chris.anderton@zetnet.co.uk>.
7599 2008-03-04  Glenn Morris  <rgm@gnu.org>
7601         * gnus-sum.el (top-level): No need to require gnus when compiling,
7602         since unconditionally required near start of file.
7603         (gnus-summary-display-while-building): Move definition before use.
7605 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7607         * gnus-registry.el (gnus-registry-user-format-function-M):
7608         Add formatting function.
7610 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7612         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7613         with plists.
7614         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7615         Use new format.
7617 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7619         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7620         `where-is-internal' that returns a range of key sequences.
7622 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7624         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7626         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7627         (gnus-summary-jump-to-group): Consider windows on other displayed
7628         frames as well.  Similar changes might be needed elsewhere, but that's
7629         the one I've bumped into during my use.
7631         * nndoc.el (nndoc-oe-dbx-type-p):
7632         * gnus-msg.el (gnus-debug):
7633         * gnus-group.el (gnus-update-group-mark-positions):
7634         Use mm-string-to-multibyte.
7636 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7638         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7639         doesn't handle NotDashEscaped.
7641         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7642         (mml-dnd-attach-options): Fix typo in custom choice.
7644         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7645         Change nndoc-article-type to mbox.
7646         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7648         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7649         to nil, instead of html2text.
7651         * imap.el (imap-debug): Add `imap-ping-server'.
7653         * gnus-bookmark.el: Add FIXMEs.
7655         * message.el (message-form-letter-separator)
7656         (message-send-form-letter-delay): New variables.
7657         (message-send-form-letter): Use them.  New command to send form
7658         letters.  Requested by Uwe Siart.
7659         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7661 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7663         * Update copyright years.
7665 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7667         Sync from EMACS_22_BASE.
7669         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7671 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7673         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7674         empty author.
7676 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7678         * gnus-registry.el (gnus-registry-marks): Add variable for
7679         customization of marks and their appearance.
7680         (gnus-registry-read-mark): Use it.
7681         (gnus-registry-do-marks): Add utility function to loop through
7682         `gnus-registry-marks'.
7683         (gnus-registry-install-shortcuts-and-menus): Add function to install
7684         shortcuts and menus.
7685         (gnus-registry-initialize): Use it.
7686         (gnus-registry-default-mark): Clarify documentation.
7688 2008-02-29  Glenn Morris  <rgm@gnu.org>
7690         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7691         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7692         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7693         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7694         Change defcustom :version from 23.0 to 23.1.
7696 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7698         * gnus-registry.el (gnus-registry-follow-group-p)
7699         (gnus-registry-post-process-groups): Add functions to aid registry
7700         splitting and improve logging.  Clarify behavior in function
7701         documentation.
7702         (gnus-registry-split-fancy-with-parent): Use them.
7704 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7706         * gnus-art.el: Use with-current-buffer.
7708 2008-02-27  David Engster  <dengste@eml.cc>
7710         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7711         Express real group name in the response.
7713 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7715         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7716         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7717         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7718         autoload gnus-registry-fetch-group when compiling.
7719         (nnmairix-request-group-with-article-number-correction):
7720         Remove unreferenced argument passed to nnmairix-call-backend.
7722 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7724         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7725         (mm-uu-extract): Improve face for low color ttys.
7726         Reported by Sascha Wilde.
7728 2008-02-27  Glenn Morris  <rgm@gnu.org>
7730         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7731         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7732         variables to defconsts.  Convert comments to doc-strings.
7733         (nnmairix-last-server, nnmairix-current-server): Convert from free
7734         variables to defvars.  Convert comments to doc-strings.
7735         (gnus-registry-fetch-group): Autoload.
7736         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7737         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7738         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7739         caddr.
7740         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7741         nnmairix-request-group-with-article-number-correction call.
7742         (nnmairix-fast, nnmairix-group): New, less general names, for free
7743         variables passed from nnmairix-request-group to
7744         nnmairix-request-group-with-article-number-correction.  Declare.
7745         (nnmairix-request-group-with-article-number-correction):
7746         Use nnmairix-fast, nnmairix-group rather than fast, group.
7748 2008-02-26  David Engster  <dengste@eml.cc>
7750         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7751         version 0.5.
7753 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7755         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7756         instead of making an extra function call.  Don't add the current group
7757         to articles only when they have the group.  Use
7758         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7759         Reported by David <de_bb@arcor.de>.
7761 2008-02-24  Miles Bader  <miles@gnu.org>
7763         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7764         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7765         (mm-find-mime-charset-region):
7766         * mm-bodies.el (mm-encode-body):
7767         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7769 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7771         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7772         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7774 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7776         * mail-source.el (mail-source-delete-incoming): Change default.
7777         Supplement doc string.
7779         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7781 2008-02-14  Glenn Morris  <rgm@gnu.org>
7783         * time-date.el (format-seconds): New function.
7785 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7787         * nnmail.el (nnmail-message-id-cache-file): Derive from
7788         `gnus-home-directory'.
7790 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7792         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7793         Document negative prefix.
7795         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7797 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7799         * message.el (message-unsent-separator): Add the Exim bounce
7800         separator.
7802 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7804         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7805         list.
7806         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7807         recipient/signer list.
7809 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7811         * Makefile.in (datarootdir): Define.
7812         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7813         name that might contain whitespace.
7815 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7817         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7818         fbound (Emacs 23 unicode), signal an error.
7820 2008-02-08  Glenn Morris  <rgm@gnu.org>
7822         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7824 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7826         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7827         ports to the calls to `netrc-machine-user-or-password' in addition to
7828         "imap" and "imaps".
7830 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7832         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7834         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7836 2008-02-01  Kenichi Handa  <handa@m17n.org>
7838         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7839         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7840         (rfc2104-hash): Convert the result of concat to unibyte string.
7842 2008-02-01  Dave Love  <fx@gnu.org>
7844         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7845         coding-system-for-read.
7846         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7848 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7850         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7851         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7852         <hanche@math.ntnu.no>.
7854 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7856         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7858         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7860 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7862         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7863         * message.el (message-beginning-of-line): Use featurep instead of bound
7864         tests in order to resolve conditionals at compile time.
7866 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7868         * mail-source.el (mail-sources): Add `group' choice.
7870         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7871         parameter `in-group' to control into which group the articles go.
7872         Add treatment of `group' mail-source.
7874 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7876         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7878         * mm-decode.el (mm-dissect-buffer): Decode description.
7880         * mml.el (mml-to-mime): Encode message header first.
7882 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7884         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7885         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7887         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7888         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7890 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7892         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7894 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7896         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7897         prefix keys.
7898         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7899         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7900         gnus-xmas.el.
7902         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7903         (gnus-xmas-article-describe-bindings): New function.
7904         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7905         gnus-xmas-article-describe-bindings.
7907         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7909 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7911         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7912         Add new variables for article mark management.
7913         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7914         list of extra data entries which, when present, will indicate that the
7915         article ID should not be trimmed from the registry.
7916         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7917         functions.
7918         (gnus-registry-read-mark): New function to read a mark name from the
7919         user.
7920         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7921         (gnus-registry-set-article-mark-internal): New functions to add and
7922         remove marks.
7923         (gnus-registry-get-article-marks): New function to show the marks for
7924         an article, or retrieve them for further use.
7926 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7928         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7929         keys when no argument is given.
7931 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7933         * imap.el (imap-ping-server): New variable.
7934         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7935         (imap-ping-server): Minor doc string fixes.
7937 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7939         * imap.el (imap-ping-server): New function.
7940         (imap-opened): Call imap-ping-server.
7942 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7944         * gnus-sum.el (gnus-article-sort-by-random)
7945         (gnus-thread-sort-by-random): Fix doc strings.
7946         Reported by jidanni@jidanni.org.
7948 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7950         * gnus-art.el (gnus-article-describe-bindings): New function.
7951         (gnus-article-read-summary-keys): Use it.
7952         (gnus-article-mode-map): Bind `C-h b' to it.
7954 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7956         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7957         XEmacs.
7958         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7959         Protect against non-character events.
7961         * lpath.el: Fbind map-keymap for Emacs 21.
7963 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7965         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7966         New command.
7967         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7968         instead of END.  Change name of the temp file.
7969         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7970         customizable.
7972 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7974         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7975         bind `S W' to gnus-article-wide-reply-with-original; set default
7976         binding to gnus-article-read-summary-send-keys.
7977         (gnus-article-read-summary-keys): Fix the order of keys; display
7978         continuation keys correctly in the echo area; describe bindings
7979         correctly when keys end with `C-h'.
7980         (gnus-article-read-summary-send-keys): New function.
7981         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7982         Work for gnus-article-read-summary-send-keys; display continuation keys
7983         correctly in the echo area.
7984         (gnus-article-reply-with-original): Ignore prefix argument.
7985         (gnus-article-wide-reply-with-original): New function.
7987         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7988         Emacs 21.
7990 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7992         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7993         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7995 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7997         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7998         (gnus-group-read-ephemeral-gmane-group): New command.
8000 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8002         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8004 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8006         * message.el (message-send-mail-function): Increase custom version.
8008         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8009         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8011 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8013         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8014         for the cases where imap-authenticate is called with a nil buffer
8015         parameter.
8017 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8019         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8020         html parts correctly; support forwarded messages.
8021         (gnus-article-browse-html-article): Remove work buffers.
8023         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8024         compiling.
8025         (netrc-bound-and-true-p): New macro.
8026         (netrc-parse): Use it instead of bound-and-true-p that is not available
8027         in XEmacs 21.4.
8029 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8031         * gnus-registry.el (gnus-registry-mark-article)
8032         (gnus-registry-article-marks): Add functionality to mark articles
8033         through the Gnus registry.
8035         * encrypt.el: Clarify documentation for the new pgg method.
8036         (encrypt-file-alist): Add PGG option.
8037         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8038         functionality.  Abstract password key and messaging to external
8039         functions.
8040         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8041         (encrypt-message-method-and-cipher): Add new convenience external
8042         functions.
8043         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8044         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8046         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8047         (netrc-parse): Use encrypt-file-alist to determine if
8048         encrypt-find-model or encrypt-insert-file-contents should be used.
8050         * encrypt.el: Clarify documentation.  Load password-cache or
8051         password, whichever one is found first, instead of autoloading.
8053 2007-12-19  Glenn Morris  <rgm@gnu.org>
8055         * mml.el (message-options-set, message-narrow-to-head)
8056         (message-in-body-p, message-mail-p, message-encode-message-body):
8057         Autoload.
8058         (message-remove-header, message-narrow-to-headers-or-head)
8059         (message-subscribed-p, message-make-mail-followup-to)
8060         (message-position-on-field, message-news-p)
8061         (message-options-set-recipient, message-generate-headers)
8062         (message-sort-headers): Declare as functions.
8064 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8066         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8067         convention in doc string.
8069 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8071         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8072         title to html parts.
8073         (gnus-article-browse-html-article): Pass message header to it.
8075         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8077 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8079         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8080         or password compatible with XEmacs.
8082 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8084         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8085         format document.
8086         (gnus-mime-delete-part): Don't write description line if empty.
8087         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8089 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
8091         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8092         (gnus-summary-mark-read-and-unread-as-read)
8093         (gnus-summary-mark-current-read-and-unread-as-read)
8094         (gnus-summary-mark-unread-as-ticked): Doc fix.
8095         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8097 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8099         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8100         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8102 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8104         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8105         yes-or-no-p.
8107 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8109         * mm-decode.el (mm-add-meta-html-tag): New function.
8110         (mm-save-part-to-file, mm-pipe-part): Use it.
8112         * gnus-art.el (gnus-article-browse-delete-temp-files):
8113         Use gnus-y-or-n-p instead of y-or-n-p.
8114         (gnus-article-browse-html-parts): Work with message/external-body; use
8115         mm-add-meta-html-tag.
8117 2007-12-11  Glenn Morris  <rgm@gnu.org>
8119         * gnus-cache.el: Require gnus-sum not just when compiling.
8121         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8123         * gnus-int.el (gnus-server-opened, gnus-status-message):
8124         Move definitions before use.
8126         * mm-decode.el: Require gnus-util.
8127         (mm-remove-part): Only call delete-annotation on XEmacs.
8129         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8131         * nnmail.el: Require gnus-int.
8133         * spam.el: Move `require's before `eval-when-compile's.
8135         * gnus-ems.el (gnus-alive-p):
8136         * gnus-fun.el (message-goto-eoh):
8137         * gnus-util.el (gnus-group-name-decode):
8138         * mail-source.el (gnus-compress-sequence):
8139         * message.el (Info-goto-node, format-spec):
8140         * mm-bodies.el (message-options-get):
8141         * mm-decode.el (mm-view-pkcs7):
8142         * mm-util.el (gmm-write-region):
8143         * mml-smime.el (mml-compute-boundary)
8144         (gnus-completing-read-with-default):
8145         * mml.el (widget-button-press, gnus-make-hashtable):
8146         * mml1991.el (mm-decode-content-transfer-encoding)
8147         (mm-encode-content-transfer-encoding)
8148         (message-options-get, message-options-set):
8149         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8150         * nnfolder.el (gnus-request-group):
8151         * nnheader.el (ietf-drums-unfold-fws):
8152         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8153         * smime.el (gnus-run-mode-hooks):
8154         * spam-stat.el (gnus-message): Autoload.
8156         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8157         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8158         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8159         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8160         Add declare-function compatibility definition.
8162         * gnus-cache.el (nnvirtual-find-group-art):
8163         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8164         (gnus-add-image, gnus-add-wash-type):
8165         * gnus-group.el (nnkiboze-score-file):
8166         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8167         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8168         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8169         (message-tokenize-header, gnus-get-buffer-create)
8170         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8171         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8172         * gnus.el (gnus-group-decoded-name):
8173         * mail-source.el (imap-capability):
8174         * mm-bodies.el (message-options-set):
8175         * mm-decode.el (gnus-configure-windows):
8176         * mm-extern.el (message-goto-body):
8177         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8178         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8179         (epg-sub-key-validity, message-options-set):
8180         * mml.el (widget-event-point, gnus-configure-windows):
8181         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8182         * mml2015.el (epg-check-configuration, epg-configuration)
8183         (message-options-set):
8184         * nndb.el (nndb-request-article):
8185         * nnfolder.el (gnus-request-create-group):
8186         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8187         * nnmaildir.el (gnus-group-mark-article-read):
8188         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8189         * rfc1843.el (message-fetch-field):
8190         * spam.el (gnus-extract-address-components):
8191         Declare as functions.
8193 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8195         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8197         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8199         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8200         bind show-trailing-whitespace for XEmacs.
8202 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8204         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8205         new no-op macro for backward compatibility.
8207         * imap.el (imap-string-to-integer): New function.
8209 2007-12-09  Glenn Morris  <rgm@gnu.org>
8211         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8213         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8214         * message.el, mm-view.el, sieve-manage.el, smime.el:
8215         Add declare-function compatibility definition.
8217         * gnus-art.el (w3-region, w3m-region, Info-menu):
8218         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8219         * gnus-sum.el (gnus-get-predicate):
8220         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8221         * message.el (mail-abbrev-in-expansion-header-p):
8222         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8223         (w3m-detect-meta-charset, w3m-region):
8224         * sieve-manage.el (password-read, password-cache-add)
8225         (password-cache-remove):
8226         * smime.el (password-read-and-add): Declare as functions.
8228 2007-12-08  David Kastrup  <dak@gnu.org>
8230         * gnus-sum.el (gnus-summary-simplify-subject-query):
8231         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8232         `message'.
8234 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8236         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8237         it to bind idna-program, installation-directory, defined-colors, and
8238         face-attribute for XEmacs of the version that compiles defcustom forms.
8240 2007-12-07  Glenn Morris  <rgm@gnu.org>
8242         * gnus-art.el (article-make-date-line): Revert previous change.
8244 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8246         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8248 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8250         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8251         Call gnus-add-to-range ranges only once with a prepared article-list.
8253 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8255         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8256         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8257         group names with backslashes.
8258         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8260 2007-12-06  Deepak Goel  <deego3@gmail.com>
8262         * gnus-art.el (article-make-date-line):
8263         * gnus-start.el (gnus-load):
8264         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8266 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8268         * gnus-art.el (gnus-use-idna)
8269         * gnus-start.el (gnus-site-init-file)
8270         * message.el (message-use-idna)
8271         * mm-uu.el (mm-uu-hide-markers)
8272         * smiley.el (smiley-style): Revert changes that suppress warnings.
8274 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8276         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8277         specify charset to html source.
8278         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8280 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8282         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8283         idna-program in order to suppress byte compile warning issued by XEmacs
8284         that came to byte compile the default value section of defcustom forms
8285         recently.
8287         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8288         value of installation-directory.
8290         * message.el (message-use-idna): Don't directly refer to the value of
8291         idna-program.
8293         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8295         * smiley.el (smiley-style): Don't directly call face-attribute.
8297 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8299         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8301         * gnus-dired.el: Reduce Gnus dependencies.
8302         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8303         Don't require.  Use autoloads instead.
8304         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8305         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8306         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8307         (gnus-dired-mode): Adjust doc string.
8308         (gnus-dired-mail-mode): New variable.
8309         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8310         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8311         (gnus-dired-mail-buffers): New function.  Return mail or message
8312         composition buffers.
8313         (gnus-dired-attach): Use it.
8314         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8315         NO-DECODE.
8316         (gnus-dired-print): Use `gnus-print-buffer' depending on
8317         `gnus-dired-mail-mode'.
8319 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8321         * rfc2047.el (rfc2047-encoded-word-regexp)
8322         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8323         explaining what regexp patterns are for.
8325 2007-12-04  Glenn Morris  <rgm@gnu.org>
8327         * password.el: Move to password-cache.el.
8329         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8330         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8331         * mml-smime.el (password-read, password-cache-add)
8332         (password-cache-remove):
8333         No need to autoload, since mml-sec requires password.
8335         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8336         * message.el (gnus-extract-address-components):
8337         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8339         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8340         password.
8342 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8344         * mailcap.el: Reduce dependencies.
8345         (mail-header-parse-content-type): Autoload.
8346         (mailcap-delete-duplicates): New alias.
8347         (mailcap-mime-info): Add optional argument NO-DECODE.
8348         (mailcap-mime-types): Use mailcap-delete-duplicates.
8350         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8352 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8354         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8355         (imap-parse-status): Upcase status-att for servers that sends them
8356         lower-case (e.g., MS Exchange 2007).
8358 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8360         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8361         function.
8363         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8364         (gnus-uu-yenc-article): New function.
8366         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8368         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8370 2007-12-02  Glenn Morris  <rgm@gnu.org>
8372         * binhex.el (binhex): New custom group.
8373         (binhex-decoder-program, binhex-decoder-switches)
8374         (binhex-use-external): Move to the binhex custom group.
8376         * uudecode.el (uudecode): New custom group.
8377         (uudecode-decoder-program, uudecode-decoder-switches)
8378         (uudecode-use-external): Move to the uudecode custom group.
8380         * netrc.el (top-level): Don't load `encrypt' features.
8381         (netrc-parse): Don't use encrypt.
8382         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8384         * encrypt.el: Remove file.
8386 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8388         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8389         matches on patches.
8391         * gnus-art.el (gnus-article-browse-html-article):
8392         Mention `mm-text-html-renderer' in the doc string.
8394         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8395         string.  Add comments.
8397         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8398         if rhs is ASCII.
8400 2007-12-01  Glenn Morris  <rgm@gnu.org>
8402         * mail-source.el (top-level): Require format-spec before
8403         eval-when-compile.
8405 2007-11-30  Glenn Morris  <rgm@gnu.org>
8407         * encrypt.el: Require password, rather than autoloading password-read.
8409 2007-11-29  Glenn Morris  <rgm@gnu.org>
8411         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8412         (sasl-make-client, sasl-next-step, sasl-step-data)
8413         (sasl-step-set-data): Declare as functions.
8415 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8417         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8419 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8421         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8422         certs should be verified and what is to be done in the event of a
8423         verification failure.
8425         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8426         caller can indicate whether the cache should be disregarded for this
8427         call.  This way the result of the call is reproducible at all times and
8428         can be considered a canonical server name for the supplied method.
8429         (gnus-agent-method-p): Canonicalize server names by pushing their
8430         method through `gnus-method-to-server' using the no-cache argument.
8432         * gnus-srvr.el (gnus-server-insert-server-line):
8433         Call `gnus-method-to-server' with `no-cache' argument.
8435         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8436         gnus-agent-possibly-synchronize-flags as this should be called when the
8437         server is actually being opened.
8438         (gnus-agent-possibly-synchronize-flags)
8439         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8440         flags file of an agentized server to the latter function.
8442         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8443         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8444         after a connection has been established successfully.
8446 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8448         * gnus-art.el (article-display-face): Force to display face if called
8449         interactively; check if gnus-article-x-face-too-ugly matches author.
8450         (article-display-x-face): Display face even if From header is missing
8451         as article-display-face does.
8453 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8455         * hashcash.el (message-narrow-to-headers-or-head)
8456         (message-fetch-field, message-goto-eoh)
8457         (message-narrow-to-headers): Declare as functions.
8459 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8461         * mail-source.el (mail-sources): Default to fetch from file for
8462         compatibility with default of nnmail-spool-file.
8464 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8466         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8467         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8468         to look for encoded word that should be encoded again.
8469         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8470         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8471         encoding pattern.
8472         (rfc2047-decode-region): Switch strict regexp and loose one according
8473         to rfc2047-allow-irregular-q-encoded-words.
8475 2007-11-25  Romain Francoise  <romain@orebokech.com>
8477         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8479 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8481         * tls.el (tls-program): Provide more custom choices from
8482         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8483         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8485 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8487         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8488         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8490         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8491         `nnmail-spool-file'.
8493         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8494         `nnmail-spool-file'.
8496         * gnus-move.el (gnus-change-server): Ditto.
8498         * gnus-kill.el (gnus-batch-score): Ditto.
8500         * gnus-cache.el (gnus-jog-cache): Ditto.
8502         * gnus-msg.el (gnus-summary-reply):
8503         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8505 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8507         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8508         version.  Minor improvement to doc strings.
8509         (tls-program): Add comment.
8511 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8513         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8514         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8515         mismatch between the hostname provided in the certificate and the name
8516         of the host connnecting to.
8517         (open-tls-stream): Use them.  Check certificates against trusted root
8518         certificates.
8520 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8522         * gnus-cache.el (gnus-cache-generate-nov-databases):
8523         Use nnml-generate-nov-databases-directory instead of
8524         nnml-generate-nov-databases-1.
8526 2007-11-24  Glenn Morris  <rgm@gnu.org>
8528         * message.el (message-tool-bar-retro): Update for rename
8529         mail_send.xpm->mail-send.xpm.
8531 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8533         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8534         `smime-ldap-search' for Emacs 22 and up.
8536 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8538         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8540         * message.el (message-send-mail-function): Fix error convention.
8541         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8542         (message-widen-reply, message-send-mail, message-talkative-question)
8543         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8544         (message-clone-locals, message-send-news): Use with-current-buffer.
8545         (message-insert-or-toggle-importance): Remove unused var `valid'.
8546         (message-make-references): Remove unused var `new-references'.
8547         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8549 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8551         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8552         (spam-split-symbolic-return-positive): Reflow docstring.
8553         (spam-backends, spam-summary-exit-behavior)
8554         (spam-mark-ham-unread-before-move-from-spam-group)
8555         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8556         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8557         (spam-clear-cache, spam-backend-check, spam-install-backend)
8558         (spam-install-statistical-backend, spam-list-of-processors)
8559         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8560         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8561         (spam-check-crm114, spam-initialize, spam-unload-hook):
8562         Fix typos in docstrings.
8564 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8566         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8567         been checked if they have never been read and those group levels are
8568         higher than the one that a user specified.
8570 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8572         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8573         foreign groups unless a group level is specified by a user.
8574         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8576 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8578         * message.el (message-send-mail-function): Require sendmail.
8580 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8582         * message.el (message-send-mail-function): Check for smtpmail too.
8584         * utf7.el (utf7-encode, utf7-decode): Use coding system
8585         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8587         * message.el (message-send-mail-function): New function.
8588         (message-send-mail-function): Set default using
8589         message-send-mail-function.  Adjust doc string.
8590         (message-send-mail-with-mailclient): New function.
8592 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8594         * smime.el (from):
8595         * rfc2047.el (message-posting-charset):
8596         * qp.el (mm-use-ultra-safe-encoding):
8597         * pop3.el (parse-time-months):
8598         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8599         * nnml.el (files):
8600         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8601         (jka-compr-compression-info-list, ange-ftp-path-format)
8602         (efs-path-regexp):
8603         * nndiary.el (files):
8604         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8605         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8606         (epg-digest-algorithm-alist, inhibit-redisplay)
8607         (password-cache-expiry):
8608         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8609         (pgg-output-buffer, password-cache-expiry):
8610         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8611         (efs-path-regexp):
8612         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8613         (inhibit-redisplay):
8614         * mm-uu.el (file-name, start-point, end-point, entry)
8615         (gnus-newsgroup-name, gnus-newsgroup-charset):
8616         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8617         (latin-unity-ucs-list):
8618         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8619         (mm-uu-binhex-decode-function):
8620         * message.el (gnus-message-group-art, gnus-list-identifiers)
8621         (rmail-enable-mime-composing, gnus-local-organization)
8622         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8623         (gnus-read-active-file, facemenu-add-face-function)
8624         (facemenu-remove-face-function, gnus-article-decoded-p)
8625         (tool-bar-mode):
8626         * mail-source.el (display-time-mail-function):
8627         * gnus-util.el (nnmail-pathname-coding-system)
8628         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8629         (gnus-original-article-buffer, gnus-user-agent)
8630         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8631         (xemacs-codename, sxemacs-codename, emacs-program-version):
8632         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8633         * gnus-start.el (gnus-agent-covered-methods)
8634         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8635         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8636         (gnus-newsgroup-headers, gnus-group-list-mode)
8637         (gnus-group-mark-positions, gnus-newsgroup-data)
8638         (gnus-newsgroup-unreads, nnoo-state-alist)
8639         (gnus-current-select-method, mail-sources)
8640         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8641         (nnmail-spool-file, gnus-cache-active-hashtb):
8642         * gnus-mh.el (mh-lib-progs):
8643         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8644         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8645         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8646         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8647         (gnus-group-buffer):
8648         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8649         (font-lock-set-defaults):
8650         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8651         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8652         (gnus-summary-post-menu, total-parts, type, condition, length):
8653         * gnus-agent.el (gnus-agent-read-agentview):
8654         * flow-fill.el (show-trailing-whitespace):
8655         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8656         eval-and-compile wrappers for byte compiler pacifiers.
8658         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8659         (mm-display-inline-fontify): Check for featurep 'xemacs not
8660         extent-list.
8662         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8663         itimer-list.
8664         (mm-create-image-xemacs): Only do something for XEmacs.
8665         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8667         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8669         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8670         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8672 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8674         * nnimap.el (nnimap-split-download-body):
8675         * gnus-demon.el (gnus-demon):
8676         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8678 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8680         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8681         New macros.
8682         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8683         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8684         copy data from unibyte buffer to multibyte current buffer.
8685         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8686         to copy data from unibyte current buffer to multibyte buffer.
8687         (nntp-make-process-buffer): Make process buffer unibyte.
8689         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8691 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8693         * pop3.el (pop3-open-server): Accept and process data more robustly at
8694         connexion start to avoid spurious "POP SSL connexion failed" errors.
8696 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8698         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8699         read group names.
8701 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8703         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8705 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8707         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8708         (nnmail-save-active): Use a unibyte buffer when saving active file,
8709         which may contain non-ASCII group names.
8711         * nnml.el (nnml-request-group): Decode group names in messages.
8713 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8715         * message.el (message-citation-line-function)
8716         (message-insert-formatted-citation-line): Fix spelling of
8717         `message-insert-formated-citation-line'.
8719 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8721         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8723 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8725         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8726         nnmail-pathname-coding-system.
8728         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8729         that a user enters; decode group names in messages.
8731         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8733 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8735         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8737         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8739         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8740         risky local variable.
8742         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8744 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8746         * encrypt.el: Improve documentation to fix function name typo.
8747         Reported by Daiki Ueno <ueno@unixuser.org>.
8749 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8751         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8752         even if the point is not in the last page of an article.
8753         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8754         back to the previous page.
8756 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8758         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8760 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8762         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8764 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8766         * message.el (message-check-news-body-syntax):
8767         Avoid mm-string-as-multibyte.
8768         (message-hide-headers): Don't assume (point-min)==1.
8770 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8772         * message.el (message-remove-blank-cited-lines): Fix if remove is
8773         given.
8774         (message-bogus-address-regexp): New variable.
8775         (message-bogus-recipient-p): New function.
8776         (message-check-recipients): New command.
8777         (message-syntax-checks): Add `bogus-recipient'.
8778         (message-fix-before-sending): Add `bogus-recipient'.
8780         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8781         (gnus-treat-body-boundary): Don't test window-system.
8783 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8785         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8787 2007-10-28  Miles Bader  <miles@gnu.org>
8789         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8790         at compile-time too.
8792 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8794         * gnus-msg.el (gnus-message-setup-hook):
8795         Add `message-remove-blank-cited-lines' to options.
8797 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8799         * message.el (message-remove-blank-cited-lines): New function.
8800         Suggested by Karl Plästerer.
8802 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8804         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8805         mapc.
8807         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8808         (top-level): Use mapc to set functions to be traced for debugging.
8810         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8811         called for effect with while loop.
8813         * message.el (message-talkative-question): Replace mapcar called for
8814         effect with mapc.
8816         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8817         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8818         called for effect with dolist.
8820         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8822         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8823         gnus-extra-headers and nnmail-extra-headers.
8825         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8826         called for effect with dolist.
8827         (top-level): Use mapc to set functions to be traced for debugging.
8829         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8830         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8831         dolist.
8833         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8834         Replace mapcar called for effect with mapc.
8835         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8836         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8837         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8838         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8840         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8841         remove-if that's a cl function.
8843         * webmail.el (webmail-debug): Replace mapcar called for effect with
8844         dolist.
8846         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8847         with mapc.
8849 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8851         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8852         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8853         with while loop.
8855         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8856         functions from article-* functions.
8857         (gnus-multi-decode-header): Replace mapcar called for effect with
8858         dolist.
8860         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8861         (gnus-bookmark-show-details): Replace mapcar called for effect with
8862         while loop.
8864         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8865         called for effect with while loop.
8867         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8868         with dolist.
8870         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8871         Replace mapcar called for effect with dolist.
8873         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8875         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8876         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8877         Replace mapcar called for effect with dolist.
8878         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8879         mapc.
8881         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8882         Replace mapcar called for effect with dolist.
8883         (gnus-topic-list): Replace mapcar called for effect with mapc.
8885         * gnus.el: Use mapc instead of mapcar to add autoloads.
8887 2007-10-23  Richard Stallman  <rms@gnu.org>
8889         * gnus-group.el (gnus-group-highlight): Mark as risky.
8891 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8893         * gnus.el (gnus-server-to-method): Return method found first in
8894         gnus-newsrc-alist.
8896         * gnus-art.el (gnus-article-highlight-signature)
8897         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8898         button overlay without the front stickiness.
8900 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8902         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8903         overview buffer needed a catch to receive its throw.
8904         (gnus-agent-flush-cache): Declare as interactive to make this function
8905         easier to use.
8907 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8909         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8910         `next-line'.
8912 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8914         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8915         exclude address matching message-dont-reply-to-names.
8917 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8919         * gnus-util.el (gnus-string<): New function.
8921         * gnus-sum.el (gnus-article-sort-by-author)
8922         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8924 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8926         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8927         the frame-focus tag is set in gnus-buffer-configuration.
8929 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8931         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8932         the front stickiness.
8934 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8936         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8937         url pattern; remove duplicate one.
8938         (gnus-article-extend-url-button): New function.
8939         (gnus-article-add-buttons): Use it.
8940         (gnus-button-push): Use concatenated url that it makes.
8942 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8944         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8946 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8948         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8949         Don't hardcode point-min==1.
8951 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8953         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8954         Fix comment about "iso8859-1".
8956 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8958         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8959         ones returned from the verify-function.
8961         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8962         Call mml2015-extract-cleartext-signature if extraction failed.
8964 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8966         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8967         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8968         failed.
8970 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8972         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8974 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8976         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8977         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8978         recommends to use EasyPG instead of PGG.
8980         * pgg.el: Revert to revision 6.23.2.16.
8982         * pgg-def.el: Revert to revision 6.6.2.14.
8984         * pgg-gpg.el: Revert to revision 6.23.2.34.
8986 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8988         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8989         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8990         thread for both the null and zero (kill/expire thread) universal prefix
8991         cases.
8992         (gnus-summary-expire-thread): Add new function to expire a thread,
8993         using gnus-summary-kill-thread.
8994         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8995         shortcuts for gnus-summary-expire-thread.
8996         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8997         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8999 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9001         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9002         extras value, so an extras entry can be deleted.
9003         (gnus-registry-delete-extra-entry): Use it.
9004         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9005         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9006         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9007         storage through the gnus-registry, and provide an appropriate API for
9008         it.
9010 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9012         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9013         Suggested by Leo <sdl.web@gmail.com>.
9015         * gnus.el: Do.
9017 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9019         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9020         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9022         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9024         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9025         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9027 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9029         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9030         newline.
9031         (nnmbox-request-accept-article): Don't change article in source buffer;
9032         narrow to header to use message-fetch-field rather than
9033         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9034         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9035         as delimiters; make sure article ends with newline.
9036         (nnmbox-delete-mail): Correct last position of article to be deleted;
9037         ignore X-Gnus-Newsgroup header in article body.
9038         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9039         positions; make sure article ends with newline.
9041         * message.el (message-display-abbrev): Don't infloop when a user
9042         inserts SPC in the beginning of header.
9044         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9045         coding-system-for-read and coding-system-for-write for XEmacs having no
9046         file-coding feature.
9048         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9050 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9052         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9053         list of groups not followed by default.  Fix type to be regexp.
9054         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9056 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9058         * hmac-def.el (define-hmac-function): Switch from old-style to
9059         new-style backquotes.
9061         * md4.el (md4-make-step): Likewise.
9063 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9065         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9066         raw-text coding system when saving .newsrc file, which may contain
9067         non-ASCII group names.
9069 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9071         * gnus-cus.el (gnus-score-extra): New widget.
9072         (gnus-score-extra-convert): New function.
9073         (gnus-score-customize): Use it for Extra.
9075 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9077         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9078         (mml2015-mailcrypt-clear-verify): Use it.
9079         (mml2015-gpg-clear-verify): Use it.
9080         (mml2015-pgg-clear-verify): Use it.
9081         (mml2015-epg-clear-verify): Replace the current part with the output
9082         from GnuPG; don't extract the plaintext by itself.
9084         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9085         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9086         mml2015-clear-verify-function; don't touch the armor headers or
9087         dash-escaped text here.
9089 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9091         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9092         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9093         parts, or application/octet-stream as a last resort.
9094         (gnus-mime-view-part-as-type): Don't toggle display.
9095         (gnus-mime-view-part-as-charset): Don't turn off display before
9096         querying charset.
9098         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9099         stuff to undisplayer function in Emacs.
9100         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9102         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9103         text/calendar parts.
9105 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9107         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9108         decoding text/calendar parts.
9110         * message.el (message-forward-make-body-mime): Always mark body as
9111         having no illegible text; remove signed-or-encrypted argument.
9112         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9114         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9115         (mml-generate-mime-1): Don't encode body if it is specified to be in
9116         raw form; don't make buffer be unibyte when inserting multibyte string.
9118 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9120         * sha1.el: Fix up comment style.
9121         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9122         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9124         * hex-util.el: Fix up comment style.
9125         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9127         * gnus-salt.el: Use with-current-buffer.
9128         (gnus-pick-setup-message): Fix long-standing typo.
9130 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9132         * imap.el (imap-logout-timeout): New variable.
9133         (imap-logout, imap-logout-wait): New functions.
9134         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9136         * nnimap.el (nnimap-logout-timeout): New server variable.
9137         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9138         nnimap-logout-timeout.
9140         * gnus-art.el (gnus-article-summary-command-nosave)
9141         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9143 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9145         * gnus.el (gnus-maximum-newsgroup): New variable.
9147         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9148         according to gnus-maximum-newsgroup.
9150         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9151         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9152         Limit the range of articles according to gnus-maximum-newsgroup.
9154 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9156         * gnus-art.el (gnus-sticky-article): Fix problems described in
9157         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9158         Don't perform gnus-configure-windows here; reuse existing sticky
9159         article buffer.
9161         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9162         it doesn't exist in gnus-article-mode.
9164 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9166         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9167         (gnus-agent-decoded-group-name): New function.
9168         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9169         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9171 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9173         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9174         Add binding for gnus-sticky-article.
9175         (gnus-summary-exit): Don't kill sticky article buffers.
9177         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9178         article buffer.
9179         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9180         (gnus-kill-sticky-article-buffers): New commands.
9182 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9184         * nntp.el (nntp-xref-number-is-evil): New server variable.
9185         (nntp-find-group-and-number): If it is non-nil, don't trust article
9186         numbers in the Xref header.
9188 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9190         * gnus-agent.el (gnus-agent-read-group): New function.
9191         (gnus-agent-flush-group, gnus-agent-expire-group)
9192         (gnus-agent-regenerate-group): Use it.
9193         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9194         nnmail-pathname-coding-system.
9196 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9198         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9200         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9201         that are unread as unread, and also as selected so that information of
9202         marks having been changed by a user may be updated when exiting group.
9204 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9206         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9208 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9210         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9211         calculated ignoring signature parts to gnus-treat-article.
9213 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9215         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9216         a point here in order to keep the window start.
9217         (gnus-insert-mime-security-button): Make a button overlay without the
9218         front stickiness.
9219         (gnus-mime-display-security): Goto the end of a button.
9221         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9223 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9225         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9226         group-name-at-point.
9227         (gnus-group-completing-read): New function that offers decoded
9228         non-ASCII group names for completion.
9229         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9230         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9231         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9232         (gnus-group-fetch-control): Use it.
9233         (gnus-fetch-group): Use group-name-at-point for the initial value
9234         rather than the default value; use gnus-alive-p.
9236         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9237         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9238         (gnus-summary-post-news): Use gnus-group-completing-read.
9240         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9241         (gnus-read-move-group-name): Decode group name for completion.
9243 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9245         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9246         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9247         Yamaoka slightly modified the code).
9249 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9251         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9252         (nnmail-split-incoming): Bind it.
9254         * nnml.el (nnml-group-name-charset): New function.
9255         (nnml-decoded-group-name): Use it; don't decode group name if
9256         nnmail-group-names-not-encoded-p is non-nil.
9257         (nnml-encoded-group-name): New function.
9258         (nnml-group-pathname): Inline nnml-decoded-group-name.
9259         (nnml-request-expire-articles): Decode group name in message.
9260         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9261         nnmail-pathname-coding-system.
9262         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9263         not decoded ones according to nnmail-group-names-not-encoded-p.
9264         (nnml-generate-active-info): Use nnml-encoded-group-name.
9266 2007-08-08  Glenn Morris  <rgm@gnu.org>
9268         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9269         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9270         doc-strings and comments.
9272 2007-07-25  Glenn Morris  <rgm@gnu.org>
9274         * Relicense all FSF files to GPLv3 or later.
9276 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9278         * gnus-sum.el (gnus-summary-move-article):
9279         Make gnus-summary-respool-article work.
9281 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9283         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9284         string.
9286 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9288         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9289         that should be ignored when comparing distant RSS articles with local
9290         ones.
9291         (nnrss-make-hash-index): New function.  Create a hash index according
9292         to the ignored fields.
9293         (nnrss-check-group): Use it.
9295 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9297         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9299         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9301         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9302         the new optional argument ENCODED is non-nil.
9303         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9304         coding system for encoding group name.
9305         (gnus-group-make-rss-group): Pass un-encoded group name to
9306         gnus-group-make-group.
9307         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9308         encoded.
9310         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9311         Encode group name to which articles are moved or copied.
9312         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9313         coding system for encoding Newsgroup, Followup-To and Xref headers.
9315         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9316         marks; use nnheader-file-coding-system to write a file.
9317         (nnagent-retrieve-headers): Bind file-name-coding-system to
9318         nnmail-pathname-coding-system.
9320         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9322         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9323         (nnml-request-article, nnml-request-create-group)
9324         (nnml-request-rename-group, nnml-find-id)
9325         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9326         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9327         (nnml-save-marks): Use nnml-group-pathname instead of
9328         nnmail-group-pathname.
9330         (nnml-request-create-group, nnml-request-expire-articles)
9331         (nnml-request-move-article, nnml-request-delete-group)
9332         (nnml-deletable-article-p, nnml-possibly-create-directory)
9333         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9334         (nnml-open-marks): Bind file-name-coding-system to
9335         nnmail-pathname-coding-system.
9337         (nnml-request-article): Pass server argument to nnml-find-group-number.
9338         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9339         Pass server argument to nnml-possibly-create-directory.
9340         (nnml-request-accept-article): Pass server argument to
9341         nnml-active-number and nnml-save-mail.
9342         (nnml-find-group-number): Pass server argument to nnml-find-id.
9343         (nnml-request-update-info): Pass server argument to
9344         nnml-marks-changed-p.
9346         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9347         (nnml-save-mail, nnml-active-number): Add server argument.
9349         (nnml-request-delete-group): Warn if group is missing.
9350         (nnml-get-nov-buffer): Decode group name.
9351         (nnml-generate-active-info): Encode group name.
9352         (nnml-open-marks): Decode group name in messages.
9354 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9356         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9357         if it is not specified.
9358         (gnus-article-pipe-part, gnus-article-save-part)
9359         (gnus-article-interactively-view-part, gnus-article-copy-part)
9360         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9361         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9362         (gnus-article-replace-part, gnus-article-delete-part)
9363         (gnus-article-view-part-as-type): Pass raw prefix argument to
9364         gnus-article-part-wrapper.
9366 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9368         * gnus-agent.el (gnus-agent-save-active):
9369         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9371         * gnus-cache.el (gnus-cache-save-buffers)
9372         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9373         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9374         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9375         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9376         (gnus-cache-generate-active, gnus-cache-rename-group)
9377         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9378         (gnus-cache-update-overview-total-fetched-for):
9379         Bind file-name-coding-system to nnmail-pathname-coding-system.
9380         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9381         New variables.
9382         (gnus-cache-decoded-group-name): New function.
9383         (gnus-cache-file-name): Use it.
9384         (gnus-cache-generate-active): Use non-decoded group name for active.
9386         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9387         right place.
9388         (gnus-write-active-file): Don't break non-ASCII group names.
9390         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9391         nnmail-pathname-coding-system.
9393         * lpath.el: Bind default-file-name-coding-system,
9394         file-name-coding-system and language-info-alist for XEmacs.
9396         * gnus-uu.el (gnus-uu-decode-save): Typo.
9398 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9400         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9402 2007-07-14  David Kastrup  <dak@gnu.org>
9404         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9405         finishing actions if we did not edit the article.
9407 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9409         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9410         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9411         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9412         (gnus-agent-flush-group, gnus-agent-flush-cache)
9413         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9414         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9415         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9416         (gnus-agent-regenerate-group)
9417         (gnus-agent-update-files-total-fetched-for)
9418         (gnus-agent-update-view-total-fetched-for):
9419         Bind file-name-coding-system to nnmail-pathname-coding-system.
9420         (gnus-agent-group-pathname): Don't encode file names by
9421         nnmail-pathname-coding-system.
9422         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9423         coding-system-for-write instead of buffer-file-coding-system to
9424         gnus-agent-file-coding-system.
9426         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9427         Decode group name.
9429         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9431         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9432         (gnus-read-newsrc-el-file): Make group names unibyte.
9434         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9435         nnmail-pathname-coding-system.
9437         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9438         (nnrss-request-delete-group): Bind file-name-coding-system to
9439         nnmail-pathname-coding-system.
9440         (nnrss-read-server-data, nnrss-read-group-data):
9441         Bind file-name-coding-system correctly.
9442         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9444         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9445         (nntp-server-to-method-cache): New variable.
9446         (nntp-group-pathname): New function that decodes non-ASCII group names.
9447         (nntp-possibly-create-directory, nntp-marks-changed-p)
9448         (nntp-save-marks, nntp-open-marks): Use it.
9449         (nntp-possibly-create-directory, nntp-open-marks):
9450         Bind file-name-coding-system to nnmail-pathname-coding-system.
9451         (nntp-open-marks): Decode group names when bootstrapping marks.
9453         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9454         Newsgroups and Folowup-To headers.
9456 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9458         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9459         (gnus-server-closed-face, gnus-server-denied-face)
9460         (gnus-server-offline-face): Remove variable.
9461         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9463         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9464         of modifying message-stack directly for XEmacs.
9466         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9467         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9468         if the coding-system argument is nil for XEmacs.
9470         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9471         mm-charset-override-alist.
9473         * rfc2047.el: Don't require base64; require rfc2045 for the function
9474         rfc2045-encode-string.
9475         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9476         to quote the parameter value.
9478 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9480         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9481         form in gnus-group-name-charset-method-alist.
9483         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9484         overrides the default layout edit-form.
9486         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9488         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9490 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9492         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9493         as unfetched articles.
9495 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9497         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9499 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9501         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9502         original back end that keeps marks in the local system.
9504 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9506         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9507         arg of pop-to-buffer for XEmacs.
9508         (gnus-article-read-summary-keys): Ditto; don't restore window
9509         configuration if summary command ends up with neither article buffer
9510         nor summary buffer; describe bindings if summary keys end with C-h.
9512 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9514         * message.el (message-fix-before-sending): Skip raw message part to be
9515         forwarded while checking illegible text.
9516         (message-forward-make-body-mime, message-forward-make-body):
9517         Mark signed or encrypted raw message as having no illegible text.
9519 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9521         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9522         (gnus-message-with-timestamp-1): New macro.
9523         (gnus-message-with-timestamp): New function.
9524         (gnus-message): Use them.
9526         * nnheader.el (nnheader-message): Use them.
9528 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9530         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9531         .newsrc.eld file.
9533 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9535         * gnus-agent.el (gnus-agent-fetch-headers)
9536         (gnus-agent-retrieve-headers):
9537         Bind gnus-decode-encoded-address-function to identity.
9539         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9540         available also when the server returns simply a dot.
9542         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9544 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9546         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9548 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9550         * gnus-ems.el (gnus-x-splash): Make it work.
9552         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9553         from being used.
9555         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9557 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9559         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9560         4th and the 5th arguments.
9562         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9563         the front stickiness.
9564         (gnus-article-summary-command-nosave): Correct the order of the
9565         arguments passed to pop-to-buffer.
9566         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9567         summary command ends up with the article buffer.
9569         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9570         the same faces.
9572 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9574         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9576 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9578         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9579         * gnus-sum.el (gnus-summary-highlight):
9580         * pgg.el (pgg-sign-region, pgg-sign):
9581         * mail-source.el (mail-source-delete-old-incoming-confirm):
9582         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9584 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9586         * gnus-art.el (gnus-mime-view-part-externally)
9587         (gnus-mime-view-part-internally): Fix predicate function passed to
9588         completing-read.
9590         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9592         * gnus.el (gnus-update-message-archive-method): Add :version.
9594 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9596         * gnus.el (gnus-update-message-archive-method): New variable.
9598         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9599         according to gnus-message-archive-method if
9600         gnus-update-message-archive-method is non-nil.
9602 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9604         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9605         Suggested by Loic Dachary <loic@dachary.org>.
9606         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9608 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9610         * message.el (message-pop-to-buffer): Add switch-function argument.
9611         (message-mail): Pass switch-function argument to it.
9613 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9615         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9616         Improve doc string.
9618 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9620         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9621         (gnus-header-content)
9622         * gnus-cite.el (gnus-cite-10)
9623         * gnus-srvr.el (gnus-server-closed)
9624         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9625         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9626         (gnus-group-mail-3-empty, gnus-group-mail-low)
9627         (gnus-group-mail-low-empty, gnus-splash)
9628         * message.el (message-header-to, message-header-cc)
9629         (message-header-subject, message-header-other, message-header-name)
9630         (message-header-xheader, message-separator, message-cited-text)
9631         (message-mml): Lighten colors of faces used for dark background.
9633 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9635         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9636         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9638 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9640         * message.el (message-narrow-to-headers-or-head):
9641         Ignore mail-header-separator in the body.
9643 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9645         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9646         same as window size.
9648 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9650         * message.el (message-font-lock-keywords): Use message-header-xheader
9651         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9652         ahead of the anything pattern, to get it recognised.
9654 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9656         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9657         spam.el loads uses it in the compiled defadvice form.
9659 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9661         * gnus-sum.el (gnus-articles-to-read)
9662         (gnus-summary-insert-old-articles): Don't truncate group name for
9663         `read-string'.
9665         * gnus-util.el (gnus-limit-string): Delete this function.
9667         * gnus-sum.el (gnus-simplify-subject-fully):
9668         Use `truncate-string-to-width' instead.
9670 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9672         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9673         Tell if, on summary exit, the next group has to be selected.
9674         (gnus-summary-exit): Use it.
9676 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9678         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9679         non-break space.
9681 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9683         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9684         Check if group is not a directory.
9685         (nnfolder-request-expire-articles): Don't delete articles if the target
9686         group is not available.
9688         * nnml.el (nnml-request-create-group): Properly check if group is not a
9689         file.
9690         (nnml-request-expire-articles): Don't delete articles if the target
9691         group is not available.
9693         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9694         Don't quote characters that are within parentheses.
9696 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9698         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9699         (gnus-handle-ephemeral-exit): Select article according to it.
9701 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9703         * message.el (message-insert-formated-citation-line): Remove newline.
9704         (message-citation-line-format): Add final \n here so that the user can
9705         avoid a blank line.
9707 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9709         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9710         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9711         Update lanl/arXiv support.
9713 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9715         * gnus.el: Bump version number.
9717 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9719         * gnus.el (gnus-version-number): Bump version.
9721 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9723         * gnus.el: No Gnus v0.6 is released.
9725 2007-04-27  Didier Verna  <didier@xemacs.org>
9727         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9728         * gmm-utils.el (gmm-regexp-concat): ... here.
9729         * message.el: Don't require 'gnus-util.
9730         (message-dont-reply-to-names): Handle name change above.
9731         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9733 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9735         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9736         since the initial value varies according to the system.
9738 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9740         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9742 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9744         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9746 2007-04-24  Didier Verna  <didier@xemacs.org>
9748         Improve the type of gnus-ignored-from-addresses.
9749         * gnus-util.el (gnus-orify-regexp): New function.
9750         * message.el (gnus-util): Require it.
9751         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9752         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9753         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9755 2007-04-24  Didier Verna  <didier@xemacs.org>
9757         * gnus-sum.el:
9758         * gnus-utils.el: Fix some trailing whitespaces.
9760 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9762         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9763         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9764         article's Message-ID; refer parent article in summary buffer.
9766         * message.el (message-bounce): Call mime-to-mml.
9768         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9769         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9770         optimize and/or forms properly.
9772 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9774         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9775         URL.
9777 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9779         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9781 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9783         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9784         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9785         displayed of multipart/alternative part if it is invoked from summary
9786         buffer.
9788         * mm-view.el (mm-inline-text-html-render-with-w3m)
9789         (mm-inline-text-html-render-with-w3m-standalone)
9790         (mm-inline-render-with-function): Use mail-parse-charset by default.
9792 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9794         * parse-time.el (parse-time-string-chars): Check if CHAR
9795         is less than the length of parse-time-syntax.
9797 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9799         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9800         from gnus-newsgroup-processable.
9802 2007-04-16  Didier Verna  <didier@xemacs.org>
9804         * gnus-msg.el (gnus-configure-posting-styles):
9805         Handle message-signature-directory properly with :file syntax.
9806         Reported by "Leo".
9808 2007-04-11  Didier Verna  <didier@xemacs.org>
9810         New user option: message-signature-directory.
9811         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9812         * message.el (message-insert-signature): Ditto.
9813         * message.el (message-signature-file): Doc update.
9814         * message.el (message-signature-directory): New.
9816 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9818         * gnus-msg.el (gnus-inews-yank-articles):
9819         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9821 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9823         * message.el (message-yank-original): Make sure cited text ends with
9824         newline; don't exchange point and mark.
9826 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9828         * tls.el (open-tls-stream): Properly handle case where there
9829         is no associated buffer.
9831 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9833         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9834         message-yank-original, make sure (< mark TEXT point).
9836 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9838         * message.el (message-fill-column): New variable.
9839         (message-mode): Use it.  Add comment on a possible new hook.
9841         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9842         (nnmail-get-new-mail): Reformat.
9844         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9846         * gmm-utils.el: Fix Commentary.
9847         (gmm-tool-bar-from-list): Fix typo in doc string.
9849 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9851         * message.el (message-yank-original): Don't switch point and mark
9852         unnecessarily to put point and mark as documented.
9854 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9856         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9857         from the message heads.
9859 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9861         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9862         article buffer does not have a window.  This may not be the best
9863         solution but is certainly better than setting the start of the null,
9864         that is the current, window.
9866 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9868         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9869         (gnus-draft-setup): Run it.
9871         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9872         gnus-score-fast-scoring.  Allow regexp.
9873         (gnus-score-headers): Use it.
9875         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9876         XEmacs.
9878         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9879         string.
9880         (gnus-button-alist): Also catch `<f1> k ...'.
9881         (gnus-treat-display-x-face): Fix doc string.
9883 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9885         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9886         evaluation of gnus-extended-version to ensure correct generation of the
9887         User-Agent header when message-generate-headers-first is used.
9889 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9891         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9892         hashcash-path is nil.  Don't call callback with incorrect number of
9893         parameters if val is 0.
9895 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9897         * message.el (message-required-news-headers):
9898         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9900 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9902         * tls.el (open-tls-stream): In handshake-waiting loop,
9903         don't wait more if there is output available to process.
9905 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9907         * tls.el (tls-program): Doc fix.
9909 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9911         * message.el (message-generate-new-buffers): Change the meaning of the
9912         nil value; add `standard' to the choices; treat t as `unique'; improve
9913         doc string.
9914         (gnus-select-frame-set-input-focus): Autoload.
9915         (message-buffer-name): Search for the existing message buffer if
9916         message-generate-new-buffers is nil or `standard'; treat the value t of
9917         message-generate-new-buffers as `unique'.
9918         (message-pop-to-buffer): Raise the frame already displaying the message
9919         buffer; clear the echo area after querying.
9920         (message-setup): Pass the `continue' argument to compose-mail.
9921         (message-mail): Prefer `switch-function' if it is given; search for the
9922         existing message buffer if the `continue' argument is non-nil; pass
9923         continue and switch-function arguments to compose-mail by way of
9924         message-setup.
9925         (message-mail-other-window): Adjust argument of message-setup.
9926         (message-mail-other-frame): Ditto.
9928 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9930         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9931         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9932         to turn font-lock on when turning gnus-message-citation-mode on.
9934 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9936         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9937         (mml-smime-function-alist): New variable; add epg as the backend.
9938         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9939         mml-smime- functions instead.
9940         * mm-view.el: Require smime.
9942 2007-03-05  Didier Verna  <didier@xemacs.org>
9944         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9945         instead of just inheritance for posting styles.
9946         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9948 2007-02-24  Chris Moore  <dooglus@gmail.com>
9950         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9951         * pgg-pgp.el (pgg-pgp-encrypt-region):
9952         * pgg-gpg.el (pgg-gpg-encrypt-region):
9953         Check pgg-encrypt-for-me if no other recipients.
9955 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9957         * tls.el (tls-certtool-program): Fix custom type.
9959 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9961         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9962         and point-at-eol instead of line-(beginning|end)-position.
9964         * assistant.el (assistant-parse-buffer): Ditto.
9966         * netrc.el (netrc-parse-services): Ditto.
9968 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9970         * mml2015.el (mml2015-epg-find-usable-key): New function.
9971         (mml2015-epg-sign): Use it.
9972         (mml2015-epg-encrypt): Use it.
9974 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9976         * message.el (message-make-in-reply-to): Quote name containing
9977         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9978         if there are special characters.  Reported by NAKAJI Hiroyuki
9979         <nakaji@jp.freebsd.org>.
9981 2007-02-27  Didier Verna  <didier@xemacs.org>
9983         Include the group parameters as well as the topic ones in the
9984         inheritance filter process.
9985         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9986         argument GROUP-PARAMS-LIST.
9987         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9989 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9991         * nntp.el (nntp-never-echoes-commands)
9992         (nntp-open-connection-functions-never-echo-commands): New variables.
9993         (nntp-send-command): Use them.
9995 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9997         * mml2015.el (mml2015-epg-verify): Simplify.
9999 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10001         * mml.el (mml-content-disposition-alist): New user option.
10002         (mml-content-disposition): New function.
10003         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10004         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10006 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10008         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10009         verification.
10011 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10013         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10014         articles posted in the last 24 hours.
10016 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10018         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10020 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10022         * nntp.el (nntp-send-command): Don't wait for echoes when
10023         nntp-open-ssl-stream is used.
10025 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10027         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10028         (gnus-message-add-citation-keywords)
10029         (gnus-message-remove-citation-keywords): Remove.
10030         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10031         directly, make the variables in font-lock-defaults buffer-local, add
10032         gnus-message-citation-keywords to them and then update the value of
10033         font-lock-keywords.
10035 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10037         * message.el (message-cite-original-1): Don't call
10038         gnus-article-highlight-citation.
10040         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10041         citations; fix line count.
10043 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10045         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10046         (gnus-message-add-citation-keywords)
10047         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10048         versions of font-lock-add-keywords and font-lock-remove-keywords to
10049         work with XEmacs correctly.
10051 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10053         * gnus-cite.el (gnus-cite-face-list): Set the values of
10054         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10055         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10056         (gnus-message-cite-prefix-regexp): New variable.
10057         (gnus-message-search-citation-line): Use it; protect against long
10058         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10059         the 0th match data for Emacs.
10060         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10061         (gnus-message-add-citation-keywords): Append keywords rather than
10062         prepending; emulate font-lock-add-keywords if it is not available.
10063         (gnus-message-remove-citation-keywords):
10064         Emulate font-lock-remove-keywords if it is not available.
10066         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10068         * message.el (message-cite-prefix-regexp): Set the value of
10069         gnus-message-cite-prefix-regexp.
10071 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10073         * nnweb.el (nnweb-google-parse-1): Update parser.
10075 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10077         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10079 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10081         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10082         regexp.
10084 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10086         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10087         string-to-multibyte.
10088         (uudecode-decode-region-internal): Use it.
10090         * lpath.el: Fbind string-as-multibyte for XEmacs.
10092 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10094         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10095         Fix custom choice.
10097         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10099 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10101         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10103         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10104         `write-region' to respect `mm-inhibit-file-name-handlers'.
10106 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10108         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10109         Use gnus-home-directory instead of "~/" or "$HOME".
10111 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10113         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10114         to mention filename.
10115         Add comments at beginning regarding usage.
10116         (encrypt-write-file-contents): Change interactive so a string is
10117         acceptable.  If the file has no associated model, show an error instead
10118         of a nonsense prompt.
10120 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10122         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10123         Thanks to Yoshihiko Yamada for kind notification of this typo.
10125 2007-01-12  Kenichi Handa  <handa@m17n.org>
10127         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10128         multibyte buffer.
10130 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10132         * gnus-score.el (gnus-score-fast-scoring): New variable.
10133         (gnus-score-headers): Use it.
10135         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10137         * message.el (message-cite-original-1):
10138         Call gnus-article-highlight-citation if requested.
10139         (message-make-from): Allow name and address as optional arguments.
10141         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10143         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10144         bugs to doc string.
10145         (gnus-button-alist): Add mid\\|message-id.
10146         (gnus-button-fetch-group): Extend for use in
10147         `browse-url-browser-function'.
10148         (gnus-button-url-regexp): Try to catch paired parentheses like in
10149         Wikipedia URLs.
10151         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10152         Suggested by Simon Krahnke <overlord@gmx.li>.
10154 2007-01-13  Romain Francoise  <romain@orebokech.com>
10156         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10157         Update copyright.
10159 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10161         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10163 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10165         * gnus-registry.el (gnus-registry-unfollowed-groups)
10166         (gnus-registry-split-fancy-with-parent): Fix documentation.
10168 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10170         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10171         from nnweb groups.
10173 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10175         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10176         Xref urls.  Erase buffer before requesting head.
10178         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10180 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10182         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10183         customizable.
10185 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10187         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10188         no signing key is found.
10189         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10190         no encrypting and/or signing key is found.
10192 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10194         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10196 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10198         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10199         headers read from disk with the ones newly found in the current search.
10200         This should no longer cause problems, because the article numbers in
10201         Gmane's `nov.php' output are ignored since the previous change.
10203 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10205         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10207 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10209         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10210         replace-regexp-in-string; bind url-version; fbind display-images-p and
10211         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10212         find-face and set-itimer-function for Emacs; bind itimer-list for
10213         Emacs.
10215         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10217 2007-01-01  Romain Francoise  <romain@orebokech.com>
10219         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10221 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10223         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10224         `define-minor-mode' macro definition expanded properly.
10225         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10226         exclude it there.
10228         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10229         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10230         `fboundp' test.
10231         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10232         This is OK to autoload in (S)XEmacs now.
10234 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10236         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10237         keystroke.
10238         (gnus-summary-limit-to-singletons): Fix typo.
10240         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10241         else fails.
10243 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10245         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10246         docstring.
10248         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10249         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10250         (gnus-summary-insert-dormant-articles): Fix typo in message.
10252 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10254         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10255         nil for XEmacs.
10256         (gnus-message-citation-mode): Don't autoload in XEmacs.
10258         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10260 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10262         * nnimap.el (nnimap-expunge-search-string):
10263         Mention nnimap-search-uids-not-since-is-evil in docstring.
10265 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10267         * spam.el: Revert to make-obsolete-variable because
10268         define-obsolete-variable-alias is not supported in Emacs 21.
10270         * spam.el (spam-ifile-path, spam-ifile-database-path)
10271         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10272         make-obsolete-variable.
10273         (spam-bsfilter-path, spam-bsfilter-program)
10274         (spam-spamassassin-path, spam-spamassassin-program)
10275         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10276         Don't use "path" inappropriately.
10277         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10278         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10279         variable names.
10281 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10283         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10284         summary buffer.
10286         * password.el (password-cache-remove): Use clear-string to burn
10287         password, if available.
10289 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10291         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10293         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10295         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10296         (gnus-message-highlight-citation): Move defcustom here from
10297         gnus-cite.el.
10298         (gnus-message-citation-mode): Autoload.
10300         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10301         checks to make it compile with XEmacs.
10302         (gnus-message-citation-mode): New minor mode.
10303         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10304         (gnus-message-highlight-citation): New variables.
10305         (gnus-message-search-citation-line)
10306         (gnus-message-add-citation-keywords)
10307         (gnus-message-remove-citation-keywords)
10308         (turn-on-gnus-message-citation-mode)
10309         (turn-off-gnus-message-citation-mode): New functions.
10311 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10313         * gnus-cite.el: Enable highlighting of different citation levels in
10314         message-mode.
10316 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10318         * message.el (message-make-fqdn): Fix comment.
10319         (message-bogus-system-names): Add ".local".
10321         * spam.el (spam-ifile-path, spam-ifile-program)
10322         (spam-ifile-database-path, spam-ifile-database)
10323         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10324         Don't use "path" inappropriately.
10325         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10326         strings.
10327         (spam-check-ifile, spam-ifile-register-with-ifile)
10328         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10329         Use new variable names.
10331         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10332         (gnus-treat-display-smileys): Simplify using
10333         gnus-image-type-available-p.
10335         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10336         available.
10338         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10339         Use `display-images-p' if available.
10341 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10343         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10344         one after turning on the buffer's multibyteness instead of decoding
10345         them directly in the unibyte buffer that causes unexpected conversion
10346         in Emacs 23 (unicode).
10348 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10350         * message.el (message-generate-hashcash): Fix custom type.
10352 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10354         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10356 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10358         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10359         disconnect icons.  Add help text.
10361 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10363         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10364         negated to be consistent with the others we handle.
10366 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10368         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10369         version of gnus-summary-buffer to something, so that we can use two
10370         article buffers at the same time.
10372 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10374         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10375         trigger all the extra headers.
10376         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10377         sorting.
10379 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10381         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10382         solid groups.
10384 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10386         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10388 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10390         * legacy-gnus-agent.el: Add Copyright notice.
10392 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10394         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10396 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10398         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10400         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10401         to make it work reliably in CVS Emacs.
10402         (gnus-summary-limit-strange-charsets-predicate)
10403         (gnus-summary-limit-to-predicate): New functions.
10405 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10407         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10408         specifying array size.
10409         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10410         array if it is too small.
10411         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10412         (gnus-sort-threads-loop): New function.
10414 2006-12-06  Chris Moore  <dooglus@gmail.com>
10416         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10417         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10419 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10421         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10422         options.
10424 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10426         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10427         DOS-ing the recipient.
10429         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10430         the headers when creating the mapping to avoid mismappings.
10431         (nnweb-gmane-create-mapping): Always nix out old mapping.
10433 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10435         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10436         and mm-verify-option to never.
10438 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10440         * message.el (message-signed-or-encrypted-p): New function.
10441         (message-forward-make-body): Use it.
10443         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10444         Replace encode-coding-string with mm-encode-coding-string.
10446 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10448         * nneething.el (nneething-decode-file-name):
10449         Replace decode-coding-string with mm-decode-coding-string.
10451         * gnus-int.el (gnus-open-server): Say failed server's name.
10453 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10455         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10456         strings to a single string.  Quote `errors-file-name'.
10457         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10458         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10459         Adjust calls.  Use `shell-quote-argument'.
10461 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10463         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10464         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10466         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10467         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10468         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10469         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10470         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10471         (gnus-subscribe-newsgroup, gnus-1):
10472         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10473         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10474         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10475         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10477 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10479         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10480         keystroke.
10481         (gnus-summary-limit-to-bodies): Implement headersp.
10483 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10485         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10487 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10489         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10491 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10493         * message.el (message-generate-hashcash): Expand range of values to
10494         include `opportunistic'.
10495         (message-send-mail): Use it.
10497 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10499         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10500         and comment it.
10502         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10504 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10506         * gnus-util.el (gnus-extract-address-components): Improve comment.
10508 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10510         * gnus-util.el (gnus-extract-address-components): Work with address in
10511         which the name portion contains @.
10513         * lpath.el: Fbind custom-autoload.
10515 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10517         * gnus.el (gnus-start): Move custom group up.
10518         (gnus-select-method): Don't autoload, but make it available for
10519         `customize-variable'.
10520         (gnus-getenv-nntpserver): Don't autoload.
10522 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10524         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10526 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10528         * message.el (message-sendmail-extra-arguments): New variable.
10529         (message-send-mail-with-sendmail): Use it.
10531 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10533         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10534         mm-with-unibyte-current-buffer to make string unibyte.
10536         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10537         mm-string-as-multibyte.
10539 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10541         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10542         Reported by Werner Koch <wk@gnupg.org>.
10544 2006-11-14  Daiki Ueno  <ueno@p360>
10546         * mml2015.el: Autoload epa-select-keys when compiling.
10548 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10550         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10551         message-options.
10552         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10554 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10556         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10557         EasyPG (< 0.0.6).
10558         (mml2015-always-trust): New user option.
10559         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10560         prompt.
10562 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10564         * nntp.el (nntp-authinfo-force): New variable.
10565         (nntp-send-authinfo): Use it.
10567 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10569         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10570         decode encoded words.  Improve prompt.  Add comment about forwarding.
10571         (message-replacement-char): Move up.
10573 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10575         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10576         instead of gnus-intersection because arguments of gnus-sorted-nunion
10577         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10579 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10581         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10582         (message-simplify-subject-functions):
10583         Enable message-strip-subject-encoded-words by default.
10585 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10587         * message.el (message-strip-subject-encoded-words): New function.
10588         (message-simplify-subject-functions): New variable.
10589         (message-simplify-subject): Use it.  Fix typo in doc string.
10590         Support message-strip-subject-encoded-words.
10592 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10594         * gnus-diary.el (gnus-diary-delay-format-function):
10595         * nndiary.el (nndiary-reminders):
10596         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10598 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10600         * gnus-art.el (article-hide-boring-headers): Fetch date from
10601         gnus-original-article-buffer to avoid problems with localized date
10602         strings.
10604 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10606         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10608 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10610         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10611         New variables.
10612         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10613         (mm-charset-synonym-alist): Move some entries to
10614         mm-codepage-iso-8859-list.
10615         (mm-charset-synonym-alist, mm-charset-override-alist):
10616         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10618 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10620         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10622 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10624         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10625         with Emacs 21 and XEmacs.
10627 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10629         * spam.el (spam-parse-address): New function for better parsing,
10630         catching errors, etc.
10631         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10633 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10635         * mm-view.el: Add interactive arg to html2text autoload.
10637 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10639         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10641 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10643         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10644         New variables.
10645         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10646         (mm-charset-synonym-alist): Move some entries to
10647         mm-codepage-iso-8859-list.
10649         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10651 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10653         * message.el (message-citation-line-format)
10654         (message-insert-formated-citation-line): Fix implementation of %E, %N
10655         and %n according to the doc string.
10657 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10659         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10660         Use car-safe to avoid bad parses.
10662 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10664         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10665         names.
10667         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10669 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10671         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10672         header.
10674         * message.el (message-draft-headers): Add Date.
10675         (message-headers-to-generate): Fix typo in docstring.
10677         * nndraft.el (nndraft-required-headers): New variable.
10678         (nndraft-generate-headers): Use it.
10680         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10682 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10684         * gnus-registry.el (gnus-registry-wash-for-keywords)
10685         (gnus-registry-find-keywords): New functions to allow easy searching of
10686         articles that are in the registry.
10688 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10690         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10691         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10692         Reported by Damien Elmes <damien@repose.cx>.
10694 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10696         * gnus.el (gnus-mime): Remove unused custom group.
10698 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10700         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10701         "blank line" when searching for end of armor headers.
10703 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10705         * gmm-utils.el (gmm-write-region): Fix variable name.
10707 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10709         * gmm-utils.el (gmm-write-region): New function based on compatibility
10710         code from `mm-make-temp-file'.
10712         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10714         * nnmaildir.el (nnmaildir--update-nov)
10715         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10716         Use `gmm-write-region'.
10718 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10720         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10721         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10723         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10725         * message.el (message-replacement-char): New variable.
10726         (message-fix-before-sending): Use it.
10727         (message-simplify-subject): New function to remove duplicate code.
10728         (message-reply, message-followup): Use it.
10730         * gnus-sum.el (gnus-summary-make-menu-bar):
10731         Clarify gnus-summary-limit-to-articles.
10733 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10735         * gnus-util.el (gnus-with-local-quit): New macro.
10737         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10739 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10741         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10742         ignore non-string data.
10744 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10746         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10747         non-string data (needs to be done in the registry too).
10749 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10751         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10752         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10753         (gnus-registry-split-fancy-with-parent)
10754         (gnus-registry-fetch-simplified-message-subject-fast)
10755         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10756         Remove text properties on ingress into the registry and when it's saved.
10757         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10758         registry from entries with no groups.
10760 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10762         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10763         function to remove string properties.
10765 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10767         * gmm-utils.el (gmm): Adjust custom version.
10769         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10770         Adjust custom version.
10772         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10774 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10776         * gnus-art.el (gnus-insert-prev-page-button)
10777         (gnus-insert-next-page-button): Simplify.  Reformat.
10779 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10781         * gnus-art.el (gnus-insert-prev-page-button)
10782         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10784 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10786         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10788 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10790         * gnus-art.el (gnus-insert-mime-button)
10791         (gnus-insert-mime-security-button):
10792         Apply gnus-article-button-face to MIME and security buttons.
10794 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10796         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10797         readable.
10799 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10801         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10803 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10805         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10806         `browse-url-of-file' instead of `browse-url'.
10808 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10810         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10811         regexp.  Articles containing quotation were cut prematurely.
10813 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10815         * message.el (message-cite-original-1): Use nobody by default for the
10816         value of From header.
10817         (message-reply): Ditto.
10819 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10821         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10822         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10823         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10825 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10827         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10828         mails in the doc string.  Add some URLs in comment.
10829         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10831 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10833         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10834         backslashes handling and the way to find boundaries of quoted strings.
10836 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10838         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10839         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10840         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10841         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10843 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10845         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10846         doc string.
10847         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10849 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10851         * lpath.el: Fbind epg-check-configuration.
10853 2006-09-06  Simon Josefsson  <jas@extundo.com>
10855         * mml2015.el (mml2015-use): Doc fix, mention epg.
10857 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10859         * mml2015.el (mml2015-use): Default to epg, if available.
10861 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10863         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10864         message-sender.
10865         (mml1991-epg-encrypt): Ditto.
10866         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10867         message-sender.
10868         (mml2015-epg-encrypt): Ditto.
10870 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10872         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10873         several common directories.
10875 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10877         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10878         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10880 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10882         * gnus-art.el (article-decode-encoded-words): Make it fast.
10884 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10886         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10888         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10889         in quoted string into `\'.
10891 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10893         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10894         Use standard-syntax-table.
10896 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10898         * gnus-art.el (gnus-decode-address-function): New variable.
10899         (article-decode-encoded-words): Use it to decode headers which are
10900         assumed to contain addresses.
10901         (gnus-mime-delete-part): Remove useless `or'.
10903         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10904         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10905         (gnus-nov-parse-line): Use it to decode From header.
10906         (gnus-get-newsgroup-headers): Ditto.
10907         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10909         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10910         (mail-decode-encoded-address-string): New alias.
10912         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10913         New function.
10914         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10915         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10916         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10917         (rfc2047-decode-string): Ditto.
10918         (rfc2047-decode-address-region): New function.
10919         (rfc2047-decode-address-string): New function.
10921 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10923         * message.el (message-caesar-buffer-body): Allow rotating headers.
10925         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10927         * message.el (message-insert-formated-citation-line): Fix %f.
10928         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10930 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10932         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10933         (gnus-bookmark-mouse-available-p): New macro.
10934         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10935         (gnus-bookmark-bmenu-show-infos): Use it.
10936         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10937         (gnus-bookmark-bmenu-hide-infos): Ditto.
10938         (gnus-bookmark-remove-properties): New function.
10939         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10940         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10941         (gnus-bookmark-write-file): Bind coding-system-for-write.
10942         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10943         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10944         group before selecting it.
10945         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10946         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10947         quit-window if it is not available; use gnus-mouse-2 and bind it to
10948         gnus-bookmark-bmenu-select-by-mouse.
10949         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10950         (gnus-bookmark-bmenu-select-by-mouse): New function.
10952 2006-08-13  Romain Francoise  <romain@orebokech.com>
10954         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10955         space.
10957 2006-08-10  Romain Francoise  <romain@orebokech.com>
10959         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10960         (dns-mode-soa-auto-increment-serial): New user option.
10961         (dns-mode-soa-maybe-increment-serial): New function.
10962         (dns-mode): Add the latter to `write-contents-functions'.
10964 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10966         * compface.el (uncompface): Use binary rather than raw-text-unix.
10968 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10970         * compface.el (uncompface): Make sure the eol conversion doesn't take
10971         place when communicating with the external programs.
10972         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10974 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10976         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10978 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10980         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10981         Make it more robust by parsing author and date independently.
10983 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10985         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10987 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10989         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10990         first matching secret key.
10991         (mml2015-epg-encrypt): Ditto.
10993         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10994         first matching secret key.
10995         (mml1991-epg-encrypt): Ditto.
10997         * mml2015.el (mml2015-encrypt-to-self): New user option.
10998         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10999         mml2015-epg-encrypt-to-self is set.
11001         * mml1991.el (mml1991-encrypt-to-self): New variable.
11002         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11003         mml1991-epg-encrypt-to-self is set.
11005         * mml2015.el (mml2015-signers): New user option.
11006         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11007         (mml2015-epg-encrypt): Allow to select signing keys.
11009         * mml1991.el (mml1991-signers): New variable.
11010         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11011         (mml1991-epg-encrypt): Allow to select signing keys.
11013 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11015         * nnheader.el (nnheader-insert-head): Make it work even if the file
11016         uses CRLF for the line-break code.
11018 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11020         * mml2015.el: Require mml-sec instead of password.
11021         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11022         (mml2015-cache-passphrase): Inherit the default value from
11023         mml-secure-cache-passphrase.
11024         (mml2015-passphrase-cache-expiry): Inherit the default value from
11025         mml-secure-passphrase-cache-expiry.
11027         * mml1991.el: Require mml-sec instead of password.
11028         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11029         (mml1991-cache-passphrase): Inherit the default value from
11030         mml-secure-cache-passphrase.
11031         (mml1991-passphrase-cache-expiry): Inherit the default value from
11032         mml-secure-passphrase-cache-expiry.
11034         * mml-sec.el: Require password.
11035         (mml-secure-verbose): New user option.
11036         (mml-secure-cache-passphrase): New user option.
11037         (mml-secure-passphrase-cache-expiry): New user option.
11039 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11041         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11042         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11043         andreas@altroot.de (Andreas Vögele).
11045         FIXME: Use `tiny change'?
11047 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11049         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11050         workaround for the url package included with Emacs.
11052         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11054 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11056         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11057         correctly.  This fixes a bug caused by the 2006-05-12 change.
11059 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11061         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11062         some information about the error when saying that the `bogus' mail
11063         group will be used.
11065 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11067         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11068         string.
11070 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11072         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11074 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11076         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11078 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11080         * mml1991.el (mml1991-function-alist): Add epg.
11081         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11082         (mml1991-epg-encrypt): New functions.
11084 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11086         * mml2015.el (mml2015-verbose): New variable.
11087         (mml2015-cache-passphrase): Ditto.
11088         (mml2015-passphrase-cache-expiry): Ditto.
11089         (mml2015-function-alist): Add epg.
11090         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11091         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11092         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11093         New functions.
11095 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11097         * message.el (message-cite-original-1): Preserve region when removing
11098         quoted text due to X-No-Archive in order to avoid bogus attribution
11099         when citing multiple messages.
11101 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11103         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11104         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11106 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11108         * gnus-diary.el (gnus-user-format-function-d)
11109         (gnus-user-format-function-D): Autoload.
11111         * imap.el (Commentary): Fix typo.
11113         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11114         2006-04-22 contribution.
11116 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11118         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11119         It didn't really fix the bogosity I'm seeing with solid web groups.
11121 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11123         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11124         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11125         created using server names.  If we use the feature without declaring
11126         it, Gnus does not properly manage server and group state.
11128         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11129         bound.
11131 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11133         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11134         looking up the method using GROUP's prefix before inventing a new one.
11135         It is used on killed/unknown groups in various places where returning
11136         an all-new method isn't expected by the caller.
11138         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11139         and match semantics of gnus-group-real-prefix.
11141 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11143         * nnmail.el (nnmail-broken-references-mailers): New variable.
11144         (nnmail-ignore-broken-references): New function generalizing
11145         nnmail-fix-eudora-headers.
11146         (nnmail-fix-eudora-headers): Now obsolete.
11148         * gnus-art.el (gnus-button-handle-custom):
11149         Support `customize-apropos*'.
11151 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11153         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11155         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11156         articles.
11158 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11160         * message.el (message-cite-reply-above): New variable.
11161         (message-yank-original): Use it.
11163 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11165         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11167 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11169         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11170         as read.
11172         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11174 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11176         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11177         (gnus-bookmark-default-file): Use gnus-directory.
11178         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11179         Remove "*" in doc string.
11180         (gnus-bookmark-write-file): Simplify.
11181         (gnus-bookmark-maybe-sort-alist): Use `when'.
11182         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11183         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11184         Add FIXME about Emacs 21 and XEmacs compatibility.
11185         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11186         compatibility.
11187         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11188         compatibility.
11189         (gnus-bookmark-menu-heading): Fix version.
11191 2006-06-19  Bastien Guerry  <bzg@altern.org>
11193         * gnus-bookmark.el: New file.
11195 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11197         * message.el (message-syntax-checks): Doc fix.
11199 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11201         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11202         unsubscribed groups as if they were killed ones.  It causes duplicate
11203         entries in gnus-newsrc-alist.
11205 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11207         * message.el (message-syntax-checks): Doc fix.
11208         (message-send-mail): Add check for continuation headers.
11209         (message-check-news-header-syntax): Fix regexp used to check for
11210         continuation headers.
11212 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11214         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11216 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11218         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11220 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11222         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11223         default-truncate-lines.
11225 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11227         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11228         to fill the utf-8 entry.
11230         * lpath.el: Fbind unicode-precedence-list.
11232 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11234         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11236 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11238         * gnus-agent.el (directory-files-and-attributes): Move all the way
11239         forward (the third and final move).
11240         (gnus-agent-read-agentview): Trap reconstruction errors due to
11241         nonexistent directory.  Handle by returning nil.
11243 2006-05-30  Didier Verna  <didier@xemacs.org>
11245         * message.el (message-dont-reply-to-names): Update the custom type.
11246         * message.el (message-dont-reply-to-names): New defsubst: potentially
11247         convert a list of regexps into a single one.
11248         * message.el (message-get-reply-headers): Use it.
11249         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11251 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11253         * gnus-agent.el (directory-files-and-attributes): Move forward.
11255 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11257         * gnus-ml.el (gnus-mailing-list-subscribe)
11258         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11259         (gnus-mailing-list-message): Fix doc strings.
11261 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11263         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11264         of doing it manually.
11266 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11268         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11269         comment.
11271 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11273         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11274         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11275         (gnus-agent-read-local): All symbols allocated in my-obarray.
11276         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11277         (gnus-agent-regenerate-group): Check numeric names to see if they are
11278         messages or groups.
11279         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11280         better way of do this...)
11282         * gnus-cache.el (gnus-agent-total-fetched-for):
11283         Ignore 'dummy.group' (there should be a better way of do this...)
11285 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11287         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11288         (gnus-saved-headers): Ditto.
11289         (gnus-default-article-saver): Mention functions may have properties.
11290         (gnus-article-save): Override gnus-save-all-headers and
11291         gnus-saved-headers by :headers property which saver function may have.
11292         (gnus-summary-save-in-file): Add :headers property.
11293         (gnus-summary-write-to-file): Ditto.
11295         * gnus-sum.el (gnus-summary-save-article): Bind
11296         gnus-prompt-before-saving to t when saving many articles in a file;
11297         always show all headers.
11299         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11301 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11303         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11304         marks.
11306         * message.el (message-indent-citation): Add optional arguments to allow
11307         using it outside of message buffers.
11309         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11310         (gnus-article-treat-unfold-headers): Use it.
11311         (gnus-article-truncate-lines): New variable.
11312         (gnus-article-mode): Use it.
11313         (gnus-article-toggle-truncate-lines): New function.
11315         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11316         Add gnus-article-toggle-truncate-lines.
11318         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11319         coding system in XEmacs, use binary.
11321 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11323         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11324         after-load-alist.
11326         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11327         this function should save decoded articles.
11328         (gnus-summary-write-to-file): Use property to specify this function
11329         should save decoded articles and specify gnus-summary-save-in-file
11330         should be used to save articles other than the first one when saving
11331         many articles.
11332         (gnus-summary-save-body-in-file): Use property to specify this
11333         function should save decoded articles.
11334         (gnus-summary-write-body-to-file): Use property to specify this
11335         function should save decoded articles and specify
11336         gnus-summary-save-body-in-file should be used to save articles other
11337         than the first one when saving many articles.
11339         * gnus-sum.el (gnus-summary-save-article): Simplify.
11341 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11343         * gnus-art.el (gnus-default-article-saver):
11344         Add gnus-summary-write-body-to-file.
11345         (gnus-article-save-coding-system): Don't use coding system object
11346         in XEmacs.
11347         (gnus-read-save-file-name): Add optional `dir-var' argument which
11348         specifies directory in which files are saved; work even if optional
11349         `variable' argument is not specified.
11350         (gnus-summary-write-to-file): Read file name.
11351         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11352         (gnus-summary-write-body-to-file): New function.
11354         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11355         (gnus-summary-local-variables): Add it.
11356         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11357         (gnus-summary-save-article): Remove optional `decode' argument;
11358         determine whether to decode articles by the value of
11359         gnus-default-article-saver; when saving many files using
11360         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11361         it first and use gnus-summary-save-in-file or
11362         gnus-summary-save-body-in-file thereafter unless
11363         gnus-prompt-before-saving is always; move point to article which
11364         will be saved.
11365         (gnus-summary-save-article-file): Revert.
11366         (gnus-summary-write-article-file): Revert.
11367         (gnus-summary-save-article-body-file): Revert.
11368         (gnus-summary-write-article-body-file): New function.
11370 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11372         * gnus-art.el (gnus-default-article-saver): Doc fix.
11373         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11374         from gnus-summary-save-article-coding-system, and default to a
11375         certain coding system.
11376         (gnus-output-to-file): Add coding cookie and encode text according
11377         to gnus-article-save-coding-system; don't use mm-append-to-file.
11379         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11380         gnus-art.el and rename to gnus-article-save-coding-system.
11381         (gnus-summary-save-article): Require gnus-art; don't show all
11382         headers if it decodes articles; don't add coding cookie here;
11383         don't bind mm-text-coding-system-for-write.
11384         (gnus-summary-save-article-file): Save decoded articles.
11385         (gnus-summary-write-article-file): When saving many files, use
11386         gnus-summary-write-to-file first and gnus-summary-save-in-file
11387         thereafter unless gnus-prompt-before-saving is always.
11388         (gnus-summary-save-article-body-file): Save decoded articles.
11390         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11392 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11394         * nnrss.el (nnrss-check-group): Bind hash-index.
11396 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11398         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11399         its hash index.  Store this hash in `nnrss-group-data'.
11400         (nnrss-read-group-data): Update accordingly.
11402 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11404         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11405         entry.
11407         * gnus-sum.el (gnus-summary-make-menu-bar):
11408         Add gnus-article-browse-html-article.
11410 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11412         * gnus-sum.el (gnus-summary-mime-map):
11413         Add gnus-article-browse-html-article.
11415         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11417 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11419         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11420         suitable coding systems in customize.
11422 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11424         * mail-source.el (mail-sources): Fix custom type.
11426 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11428         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11429         (gnus-summary-expire-articles-now): Shorten prompt.
11431         * gmm-utils.el (wid-edit): Require.
11432         (defun-gmm): Rename from `gmm-defun-compat'.
11433         (gmm-image-search-load-path): Use it.
11434         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11436 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11438         * gnus-sum.el (gnus-summary-save-article-coding-system):
11439         New variable.
11440         (gnus-summary-save-article): Add optional `decode' argument.
11441         If it is set and gnus-summary-save-article-coding-system is non-nil,
11442         save decoded article.
11443         (gnus-summary-write-article-file): Save decoded article if
11444         gnus-summary-save-article-coding-system is non-nil.
11446         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11447         type.
11449 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11451         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11453 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11455         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11456         first to test gnus-single-article-buffer which may be buffer-local.
11458         * gnus-sum.el (gnus-summary-setup-buffer):
11459         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11460         group; make gnus-article-buffer, gnus-article-current, and
11461         gnus-original-article-buffer always buffer-local.
11462         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11463         group.
11464         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11466 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11468         * nnml.el (nnml-request-compact-group): Compressed files might not
11469         have .gz extension.
11471 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11473         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11474         (mm-copy-to-buffer): Use with-current-buffer.
11475         (mm-display-part): Simplify.
11476         (mm-inlinable-p): Add optional arg `type'.
11478 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11480         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11481         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11482         Try harder to show the attachment internally or externally using
11483         gnus-mime-view-part-as-type.
11485 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11487         * message.el (message-from-style, message-signature-separator)
11488         (message-user-organization-file, message-send-mail-function)
11489         (message-citation-line-function, message-yank-prefix)
11490         (message-indent-citation-function, message-signature)
11491         (message-signature-file, message-signature-insert-empty-line):
11492         Remove autoloads.
11494         * gnus-art.el (gnus-buttonized-mime-types):
11495         Remove "multipart/signed".  Revert 2006-04-26 change.
11497 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11499         * gnus.el (gnus-version-number): Bump version.
11501 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11503         * gnus.el: No Gnus v0.5 is released.
11505 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11507         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11508         fetching articles by message-id.
11510 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11512         * message.el (hashcash): Require hashcash as normal.
11514         * ecomplete.el (ecomplete-highlight-match-line):
11515         Use point-at-eol.
11516         (ecomplete-highlight-match-line): Use `highlight', because that
11517         face exists in both Emacs and XEmacs.
11519         * message.el (message-display-abbrev): Use point-at-bol.
11521         * mail-source.el: Don't require timer/timer-funcs.
11523         * gnus-async.el: Ditto.
11525         * password.el: Ditto.
11527         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11529         * mm-url.el: Ditto.
11531         * gnus-xmas.el: Don't require timer-funcs.
11533         * mm-util.el: Require timer/timer-funcs.
11535 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11537         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11538         Close.
11540 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11542         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11543         unibyte after clear-decrypt function runs.
11545         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11546         returns as a unibyte string.
11548 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11550         * lpath.el: Revert.
11552         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11553         (pgg-gpg-process-sentinel): Revert.
11555         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11556         (pgg-pgp-lookup-key): Revert.
11558         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11559         (pgg-pgp5-lookup-key): Revert.
11561         * pgg.el (pgg-fetch-key): Revert.
11563 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11565         * lpath.el: Fbind string-as-multibyte for XEmacs.
11567         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11568         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11569         (mml1991-pgg-encrypt): Ditto.
11571         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11572         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11573         a multibyte buffer.
11575         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11576         (pgg-pgp-lookup-key): Ditto.
11578         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11579         (pgg-pgp5-lookup-key): Ditto.
11581         * pgg.el (pgg-fetch-key): Ditto.
11583 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11585         * message.el (message-user-organization-file): Check several
11586         locations of the organization file.
11588         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11589         Add gnus-article-view-part-as-type.
11591         * gnus-art.el (gnus-article-view-part-as-type): New function.
11593         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11594         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11596         * mml.el: Simplify autoload.
11597         (mml-mode): defvar dnd-protocol-alist instead of using
11598         symbol-value.
11599         (mml-default-directory): New variable.
11600         (mml-minibuffer-read-file): Use it.
11601         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11603         * message.el (message-citation-line-format): New variable.
11604         (message-insert-formated-citation-line): New function.
11605         (message-citation-line-function):
11606         Add `message-insert-formated-citation-line' to custom type.
11608         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11609         to doc string.
11611         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11612         depending on mm-verify-option.
11614 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11616         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11617         binding pgg-* variables; reimplement the section which prevents
11618         MIME header from being signed.
11619         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11620         pgg-text-mode; remove a blank line at the top of body.
11622         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11623         lines at the top of body; use gnus-newsgroup-charset if there's no
11624         Charset header.
11626 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11628         * message.el (message-self-insert-commands): Doc fix.
11630         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11631         (mm-uu-pgp-encrypted-test): Ditto.
11632         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11633         between header and body; return application/pgp-encrypted handle
11634         if decryption failed; decode decrypted body by charset.
11636         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11637         element match to application/pgp-*.
11639 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11641         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11642         HTML.
11644 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11646         * mail-source.el (mail-source-call-script): Message the error
11647         string.
11649 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11651         * gnus-util.el (gnus-byte-compile): Use it.
11653 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11655         * gnus-util.el (kill-empty-logs): New function.
11657 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11659         * message.el (message-mail-alias-type): Doc fix.
11660         (message-mail-alias-type-p): New function.
11661         (message-send): Use it.
11662         (message-mode): Ditto.
11663         (message-strip-forbidden-properties): Ditto.
11665         * ecomplete.el (ecomplete-database-file-coding-system):
11666         New variable.
11667         (ecomplete-save): Use it.
11668         (ecomplete-setup): Use it.
11670 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11672         * message.el (message-self-insert-commands): New variable.
11673         (message-strip-forbidden-properties): Use it.
11675 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11677         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11678         that doesn't make XEmacs choke.
11680 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11682         * gnus-util.el (gnus-replace-in-string):
11683         Prefer replace-regexp-in-string over of replace-in-string.
11685 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11687         * gnus-util.el (gnus-select-frame-set-input-focus):
11688         Use select-frame-set-input-focus if it is available in XEmacs; use
11689         definition defined in Emacs 22 for old Emacsen.
11691         * dgnushack.el: Autoload unmorse-region for XEmacs.
11693         * lpath.el: Bind cursor-in-non-selected-windows and
11694         select-frame-set-input-focus for XEmacs.
11696 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11698         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11700 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11702         * gnus-registry.el (gnus-registry-cache-save): Remove text
11703         properties when saving via the temp buffer.
11705 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11707         * message.el (message-generate-hashcash): Honor custom type.
11709 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11711         * message.el (message-generate-hashcash): Default to non-nil when
11712         hashcash is found.
11714         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11715         (gnus-refer-thread-limit): Increase default to 500.
11717         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11719         * flow-fill.el (fill-flowed): Allow delete-space.
11721 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11723         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11724         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11725         Remove autoloads.
11727 2006-04-18  Simon Josefsson  <jas@extundo.com>
11729         * message.el (message-generate-hashcash): Default to.
11731 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11733         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11734         concatenating segments rather than before concatenating them.
11736 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11738         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11740 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11742         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11744         * message.el (message-forward-make-body-plain):
11745         Allow message-forward-ignored-headers to be a list.
11746         (message-remove-ignored-headers): Factor out into function.
11747         (message-forward-make-body-mml): Use it.
11749         * imap.el (imap-quote-specials): New function.
11750         (imap-login-auth): Quote specials.
11752         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11753         (rfc2231-parse-string): Allow concatanation of parameters that
11754         aren't contiguous.  The test case is
11755           (mail-header-parse-content-type "message/external-body;
11756             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11757             access-type=LOCAL-FILE;
11758             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11760 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11762         * nntp.el (nntp-accept-process-output): Return the value of
11763         `nnheader-accept-process-output'.
11765 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11767         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11768         (gnus-button-alist): Recognize more diff formats.
11769         (gnus-button-patch): Strip directory.
11771 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11773         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11774         Emacs 22 when setting focus.
11776 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11778         * gnus-art.el (gnus-article-treat-types): Do treatment of
11779         text/x-verbatim parts.
11780         (gnus-button-patch): New command.
11782         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11783         addresses that contain invalid characters.
11785 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11787         * message.el (message-put-addresses-in-ecomplete):
11788         Use gnus-replace-in-string.
11789         (message-is-yours-p): Use the more correct
11790         mail-header-parse-address instead of
11791         mail-extract-address-components.
11792         (message-put-addresses-in-ecomplete): Fix typo.
11794         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11795         keystroke.
11797         * gnus-art.el (gnus-treatment-function-alist): Change order of
11798         newsgroups/generic header folding to avoid double-folding.
11800         * message.el (message-hidden-headers): Add X-Draft-From.
11802         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11803         New command.
11804         (gnus-summary-repeat-search-article-backward): New command.
11806         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11807         groups in the parent topic.
11809 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11811         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11812         (spam-extra-header-to-number): Return the CRM114 number as a
11813         number instead of a string.
11815 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11817         * gnus-art.el (gnus-face-properties-alist): Move here from
11818         gnus-fun.
11820         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11822 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11824         * message.el (message-strip-forbidden-properties): Only display on
11825         self-insert-command.
11827         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11828         reindent.
11829         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11831 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11833         * smiley.el (smiley-style): Fix typo.
11835 2006-03-23  Kenichi Handa  <handa@m17n.org>
11837         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11838         instead of set-buffer-multibyte.
11840 2006-03-23  Kenichi Handa  <handa@m17n.org>
11842         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11843         buffer and then decode the buffer text if necessary.
11844         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11845         first, and after mm-encode-body, change the buffer to unibyte.
11847 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11849         * hashcash.el (hashcash-insert-payment-async-2):
11850         Use message-goto-eoh instead of doing it manually.
11851         (mail-add-payment): Use message-narrow-to-header instead of trying
11852         to do the same itself.
11854         * message.el (message-hidden-headers): Add Face.
11856         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11857         reparenting code.
11858         (gnus-summary-reparent-children): Refactored out code.
11859         (gnus-summary-thread-map): New keystroke.
11860         (gnus-summary-reparent-children): Make into command.
11862         * smiley.el (smiley-style): Default to `medium' if using a large
11863         font.
11865         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11866         does it itself.
11868         * message.el (message-point-in-header-p): Simplify definition.
11870 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11872         * nnagent.el (nnagent-request-set-mark): Silence log file
11873         writing.
11874         (nnagent-request-set-mark): Use write-region instead of
11875         append-to-file.
11877         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11878         strange select method.
11880         * ecomplete.el (ecomplete-display-matches): Get highlightling
11881         right.
11882         (ecomplete-display-matches): Use literals.
11883         (ecomplete-display-matches): Disable message logging.
11885         * message.el (message-display-abbrev): Small optimization.
11887         * ecomplete.el (ecomplete-display-matches): Allow automatic
11888         display.
11890         * message.el (message-strip-forbidden-properties):
11891         Display abbrevs.
11892         (message-display-abbrev): Get automatic display right.
11894         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11895         keystrokes.
11897 2006-04-13  Romain Francoise  <romain@orebokech.com>
11899         TODO: Backport to v5-10!
11901         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11902         Move here (and rename) from gnus-registry.el.
11904         * gnus-registry.el: Require gnus-util.
11905         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11907 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11909         * gnus-group.el (gnus-group-catchup-current):
11910         Change if-then-else-if-then-else into cond.
11911         (gnus-group-catchup): Indent.
11912         (group-name-at-point): New function.
11913         (gnus-fetch-group): Provide default from thing at point.
11915 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11917         * message.el (message-display-abbrev): Fix regexp.
11919         * ecomplete.el (ecomplete-highlight-match-line):
11920         Reimplement choosing.
11921         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11922         dead variables.
11924         * message.el (message-newline-and-indent): Remove debugging.
11925         (message-display-abbrev): Use new implementation.
11927 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11929         * gnus-art.el (gnus-article-mode):
11930         Set cursor-in-non-selected-windows to nil.
11932         * smiley.el: Revert previous change.
11933         (smiley-data-directory): defvar it before using it in the
11934         defcustom of `smiley-style'.
11936 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11938         * message.el (message-newline-and-indent): New function.
11940         * ecomplete.el: Implement more bits.
11942         * message.el (message-put-addresses-in-ecomplete): Clean up the
11943         string.
11945         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11947         * gnus-sum.el (gnus-summary-save-parts):
11948         Bind gnus-summary-save-parts-counter and use it to make unique file
11949         names.
11951         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11953         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11954         parameter to say whether to actually parse the individual
11955         addresses.
11957         * message.el (message-put-addresses-in-ecomplete): New function.
11958         (ecomplete): Require.
11959         (message-mail-alias-type): Add ecomplete as an option.
11961 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11963         * flow-fill.el (fill-flowed): Remove trailing space from blank
11964         quoted lines.
11966 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11968         * smiley.el (smiley-style): Move definition later to avoid a
11969         compilation warning.
11971 2006-04-12  Kenichi Handa  <handa@m17n.org>
11973         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11974         buffer and then decode the buffer text if necessary.
11975         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11976         first, and after mm-encode-body, change the buffer to unibyte.
11977         Use mm-disable-multibyte instead of set-buffer-multibyte.
11979 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11981         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11982         Content-Type header instead of Content-Disposition header.
11983         (gnus-mime-inline-part): Ditto.
11984         (gnus-mime-view-part-as-charset): Ignore charset that the part
11985         specifies.
11987         * mm-decode.el (mm-display-part): Work with external parts and
11988         usual parts similarly.
11990         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11991         instead of gnus-display-mime.
11993         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11994         instead of with-temp-buffer.
11996         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11997         tag to summarized topics part in order to encode non-ASCII text.
11999 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12001         * smiley.el (smiley-style): New variable.
12002         (smiley-directory): New function.
12003         (smiley-data-directory): Derive from `smiley-style' using
12004         `smiley-directory'.
12005         (smiley-regexp-alist): Add new entries.
12007         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12008         (gnus-article-browse-delete-temp): Add :version.
12010 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12012         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12013         the sieve region.
12015 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12017         * gnus.el (gnus-version-number): Bump version.
12019 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12021         * gnus.el: No Gnus v0.4 is released.
12023 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12025         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12026         layout.
12028         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12029         unknown charset.
12031         * message.el (message-header-synonyms): Add Original-To to the
12032         default.
12034         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12035         optional parameter.
12037 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12039         * gnus-fun.el (gnus): Require it for gnus-directory.
12041 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12043         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12045 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12047         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12049 2006-04-05  Simon Josefsson  <jas@extundo.com>
12051         * password.el (password-reset): New function.
12053 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12055         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12056         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12058 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12060         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12061         Some whitespace was matched into the url, which broke browsing hits
12062         > 100 when mm-url-use-external was nil.
12064 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12066         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12067         Check gnus-extra-headers for 'Newsgroups.
12069         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12070         bound.
12072 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12074         * pgg-gpg.el: Clean up process buffers every time gpg processes
12075         complete.
12077 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12079         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12080         doc string.
12082 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12084         * pgg-gpg.el (pgg-gpg-process-filter)
12085         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12087         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12088         lines, temporary fix.
12090 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12092         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12094 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12096         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12097         default-enable-multibyte-characters.  This reverts the change from
12098         revision 6.17 which is no longer necessary because the passphrase
12099         is sent separately now.  GnuPG messages are unreadable under
12100         multibyte locales with default-enable-multibyte-characters set to
12101         nil.
12103 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12105         * message.el (message-tool-bar-gnome): Move "spell".
12107 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12109         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12110         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12111         instead.
12113 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12115         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12116         Improve newsgroups handling for NNTP overviews which don't include
12117         Newsgroups.
12119 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12121         * message.el (message-resend): Bind message-generate-hashcash to nil.
12123 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12125         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12126         when searching for already-paid recipients.
12128 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12130         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12131         passphrases when it is not needed.
12132         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12133         passphrase stuff from gpg, should only be necessary when you use
12134         gpg with a smartcard.
12136 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12138         * mml.el (mml-insert-mime): Ignore cached contents of
12139         message/external-body part.
12141         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12142         (mm-insert-part): Ditto.
12144 2006-03-23  Simon Josefsson  <jas@extundo.com>
12146         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12147         Reiner.
12148         (pgg-gpg-use-agent-p): Use it again.
12150 2006-03-23  Simon Josefsson  <jas@extundo.com>
12152         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12153         older emacsen.
12154         (pgg-gpg-use-agent-p): Don't use it.
12156 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12158         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12159         if we can.
12161 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12163         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12164         (pgg-gpg-update-agent): New function.
12165         (pgg-gpg-use-agent-p): New function.
12166         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12167         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12168         (pgg-gpg-sign-region): Use it.
12170 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12172         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12173         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12175 2006-03-21  Simon Josefsson  <jas@extundo.com>
12177         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12178         <wilde@sha-bang.de>.
12179         (pgg-gpg-use-agent): New variable.
12180         (pgg-gpg-process-region): Use it.
12181         (pgg-gpg-encrypt-region): Likewise.
12182         (pgg-gpg-encrypt-symmetric-region): Likewise.
12183         (pgg-gpg-decrypt-region): Likewise.
12184         (pgg-gpg-sign-region): Likewise.
12185         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12187 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12189         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12191         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12192         Add comment on version.
12194 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12196         * smiley.el: Add missing test smiley.
12198 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12200         * mm-decode.el (mm-with-part): New macro.
12201         (mm-get-part): Use it; work with message/external-body as well.
12202         (mm-save-part): Treat name and filename equally.
12204         * mm-extern.el (mm-extern-cache-contents): New function.
12205         (mm-inline-external-body): Use it; force the part to be displayed;
12206         move undisplayer added to the cached handle to the parent.
12208         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12209         (gnus-mime-view-part-as-type): Work with message/external-body.
12211         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12213 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12215         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12216         images in image-load-path.  [Sync with image.el, revision 1.60, in
12217         Emacs.]
12219 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12221         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12222         path rather than symbol.  Always return list of directories.
12223         Guarantee that image directory comes first.  [Sync with image.el,
12224         revision 1.59, in Emacs.]
12226         * message.el (message-make-tool-bar): Adjust to new API of
12227         `gmm-image-load-path-for-library'.
12229         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12231         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12233 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12235         * gnus-art.el (gnus-article-only-boring-p):
12236         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12237         intangible text.
12238         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12240 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12242         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12243         Use `defun' instead of `gmm-defun-compat'.
12245 2006-03-14  Simon Josefsson  <jas@extundo.com>
12247         * message.el (message-unique-id): Don't use message-number-base36
12248         if (user-uid) is a float.
12249         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12251 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12253         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12255         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12256         empty line between a part and a message part.
12258 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12260         * smiley.el: Add more test smileys.
12261         (smiley-data-directory, smiley-regexp-alist)
12262         (gnus-smiley-file-types): Fix doc strings.
12263         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12264         adding new elements.
12265         (smiley-mouse-map): Unused code.  Make it a comment.
12267 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12269         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12270         scan latest NoCeM messages instead of old ones.
12271         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12272         delimiters that are recently used.
12273         (gnus-nocem-load-cache): Add autoload cookie.
12275         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12277         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12278         level which is larger than gnus-use-nocem is specified.
12280         * gnus-group.el (gnus-group-get-new-news): Ditto.
12282 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12284         * gnus-util.el (gnus-tool-bar-update): New function.
12286         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12287         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12289         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12291         * gnus-group.el (gnus-group-redraw-when-idle)
12292         (gnus-group-redraw-check): Remove.
12293         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12295 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12297         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12298         if optional last element is specified in splits (FIELD VALUE...).
12300 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12302         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12303         to gmm-image-load-path-for-library.  Call with no-error argument.
12304         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12306         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12308         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12310         * gmm-utils.el (gmm-image-load-path): Remove alias.
12312 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12314         * gmm-utils.el (gmm-image-load-path): Add alias.
12316         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12317         nnml-generate-nov-databases-1.
12318         (nnml-generate-nov-databases): Use it.
12319         (nnml-generate-nov-databases-directory): Document no-active
12320         argument.
12322         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12323         directory if path is t.  Add no-error.
12325         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12326         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12328         * gnus-art.el (gnus-article-browse-delete-temp-files):
12329         Simplify resetting gnus-article-browse-html-temp-list.
12331         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12332         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12333         Add example to docstring.  Rename local variables.  Move error
12334         checks to default case in cond and simplify.
12336 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12338         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12339         handle is multipart when calling it recursively.
12340         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12342 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12344         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12345         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12347 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12349         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12350         is loaded.
12352         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12353         loaded.
12355 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12357         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12358         to "Emacs 23 (unicode)" in doc string.
12360         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12361         "Emacs 23 (unicode)" in comment.
12363 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12365         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12367         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12368         characters 160 through 255 in Emacs 23.
12370 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12372         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12373         gnus-article-browse-html-temp.
12374         (gnus-article-browse-delete-temp): Make it customizable.
12375         Add `file'.  Adjust doc string.
12376         (gnus-article-browse-delete-temp-files): Add argument.
12377         Allow query for each file.  Adjust doc string.
12378         (gnus-article-browse-html-parts):
12379         Add `gnus-article-browse-delete-temp-files' to
12380         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12382 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12384         * gnus-art.el (gnus-article-browse-html-temp)
12385         (gnus-article-browse-delete-temp): New variables.
12386         (gnus-article-browse-delete-temp-files): New function.
12387         (gnus-article-browse-html-parts): Use it.
12389 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12391         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12393         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12394         string.
12396         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12397         gnus-summary-insert-new-articles when unplugged.
12398         Remove gnus-summary-search-article-forward.
12400         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12401         display-visual-class instead of display-color-cells.
12403 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12405         * dgnushack.el: Autoload customize-group for XEmacs.
12407         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12408         message/* containing non-ASCII text properly.
12410 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12412         * message.el: Require gmm-utils, remove autoloads.
12413         (message-tool-bar): Set default based on
12414         gmm-tool-bar-style.
12415         (message-tool-bar-gnome): Add gmm-customize-mode.
12417         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12418         gmm-tool-bar-style.
12419         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12421         * gnus-group.el (gnus-group-tool-bar): Set default based on
12422         gmm-tool-bar-style.
12423         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12425         * gmm-utils.el (gmm-image-directory): Rename variable from
12426         gmm-image-load-path.
12427         (gmm-image-load-path): Use gmm-image-directory.
12428         (gmm-customize-mode): New function.
12429         (gmm-tool-bar-style): New variable.
12431         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12432         gnus-group-redraw-line-number.
12433         (gnus-group-redraw-check): Simplify.
12434         (gnus-group-tool-bar-update): Remove redraw check.
12435         (gnus-group-make-tool-bar): Add redraw check.
12437 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12439         * gnus-art.el (gnus-button): Add missing parentheses.
12441 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12443         * lpath.el: Fbind line-number-at-pos.
12445 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12447         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12449 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12451         * gnus-art.el (gnus-button): New face.
12452         (gnus-article-button-face): Use it.
12454         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12455         Add gnus-summary-next-page.  Re-order.
12457         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12458         next-node are now included.
12459         (gnus-group-redraw-line-number): New internal variable.
12460         (gnus-group-redraw-check): Helper function for updating the tool
12461         bar.
12462         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12464         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12466         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12467         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12468         Use it to match format of Spamassassin 3.0 and later.
12469         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12470         (spam-check-bogofilter)
12471         (spam-bogofilter-register-with-bogofilter): Fix args of
12472         `gnus-error' calls.
12474 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12476         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12477         unnecessary interaction when sending queued mails.
12478         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12480 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12482         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12483         first or last are nil.
12485 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12487         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12489 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12491         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12493 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12495         * dns.el (query-dns): Protect more against buggy tcp output.
12497 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12499         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12500         nov.php.
12502 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12504         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12505         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12506         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12507         output on the server side.
12508         (nnweb-google-create-mapping): Update regexps and add some
12509         progress indication.
12511 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12513         * gnus-group.el (gnus-group-tool-bar-gnome):
12514         Fix gnus-agent-toggle-plugged.  Re-order icons.
12515         (gnus-group-tool-bar-gnome):
12516         Add gnus-group-{prev,next}-unread-group.
12517         (gnus-group-tool-bar-gnome): Re-order icons.
12519         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12520         Move gnus-summary-insert-new-articles.
12522         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12523         Fix comments.
12525         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12526         also available in Emacs 21.3.
12528         * message.el (message-fix-before-sending): Change "Emacs 22" to
12529         "Emacs 23 (unicode)" in comment.
12531         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12532         "Emacs 23 (unicode)" in comment.
12534         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12535         comment.
12536         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12538         * mm-view.el (mm-fill-flowed): Add :version.
12540 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12542         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12543         and load-path.
12545 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12547         * message.el: Autoload gmm-image-load-path.
12548         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12549         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12550         consitency.
12552         * gmm-utils.el (gmm-image-load-path): Also search in
12553         "../etc/images".  Don't set gmm-image-load-path if we don't find
12554         the image.
12556 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12558         * gmm-utils.el (gmm-image-load-path): Don't make
12559         `gmm-image-load-path' include subdirectories which the second arg
12560         `image' might specify.
12562         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12563         subdirectory to icon file names.
12565         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12567 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12569         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12570         gmm-image-load-path calls.
12572         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12574         * message.el (message-make-tool-bar): Ditto.
12576         * mml.el (mml-preview): Add comment concerning tool bar icons.
12578         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12579         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12581         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12582         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12584         * message.el (message-tool-bar-gnome): Use new icon names.
12585         (message-make-tool-bar): Use `gmm-image-load-path'.
12587         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12588         New functions from MH-E.
12589         (gmm-image-load-path): New variable from MH-E.
12590         (gmm-image-load-path): New function from MH-E.  Add arguments
12591         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12592         *-image-load-path-called-flag.
12594 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12596         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12598 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12600         * nnimap.el (nnimap-request-move-article): Change folder back to
12601         source group before deleting.
12603 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12605         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12607         * gnus-art.el (mm-url-insert-file-contents-external):
12608         Autoload mm-url.
12610         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12612 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12614         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12615         coding system which mm-charset-to-coding-system returns for a
12616         given charset is valid.
12618 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12620         * html2text.el (html2text-remove-tag-list):
12621         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12623 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12625         * gnus-cus.el: Revert 2005-10-17 change.
12627 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12629         * gnus-art.el (article-strip-banner):
12630         Call article-really-strip-banner only when the regexp match is made.
12632 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12634         * gnus-art.el (article-strip-banner):
12635         Use gnus-extract-address-components instead of
12636         mail-header-parse-addresses to make it work with non-ASCII text;
12637         remove mail-encode-encoded-word-string.
12639         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12640         values which are surrounded with \"...\"; make it never cause a
12641         Lisp error; give up parsing of parameters if it failed in
12642         extracting type.
12644 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12646         * smime.el (smime-cert-by-ldap-1): Fix bug where
12647         `smime-ldap-search' returns results without userCertificates.
12649 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12651         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12653 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12655         * spam.el (spam-check-spamassassin-headers): Adapt format for
12656         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12657         <ari@mbf.ocn.ne.jp>.
12658         (spam-list-of-processors): Add spam-use-gmane.
12660 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12662         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12663         make-temp-file; make it work with XEmacs as well.
12665         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12666         mm-make-temp-file.
12668         * mm-decode.el (mm-display-external): Use the 3rd arg of
12669         mm-make-temp-file.
12670         (mm-create-image-xemacs): Ditto.
12672 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12674         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12675         with message-narrow-to-headers.
12676         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12677         (gnus-draft-check-draft-articles): New function.
12678         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12680 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12682         * gnus-art.el (gnus-article-browse-html-parts):
12683         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12684         Don't use suffix argument for mm-make-temp-file for Emacs 21
12685         compatibility.  Remove useless `format'.
12687 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12689         * nnweb.el (nnweb-google-wash-article): Update regexps.
12690         (nnweb-group-alist): Use defvoo instead of defvar.
12692 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12694         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12695         re-loading nn* modules.
12697 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12699         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12700         for `tool-bar-mode' and don't check it's default-value.
12702         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12704         * message.el (message-make-tool-bar): Ditto.
12706         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12707         `substring'.  Shorten tmp-file name.
12709         * gnus.el: Remove bogus comment.
12711 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12713         * gnus-art.el (gnus-article-browse-html-parts): New function.
12714         (gnus-article-browse-html-article): New function for viewing html
12715         articles with a browser.
12717 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12719         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12720         in elisp.
12721         (pgg-gpg-encrypt-symmetric-region): Ditto.
12722         (pgg-gpg-sign-region): Ditto.
12724         * pgg-def.el (pgg-text-mode): New variable.
12726         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12727         (mml2015-pgg-encrypt): Ditto.
12729         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12730         (mml1991-pgg-encrypt): Ditto.
12732 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12734         * nnfolder.el (nnfolder-insert-newsgroup-line):
12735         Use message-make-date instead of current-time-string.
12737         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12738         to gnus-decoded which mm-uu might set.
12740 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12742         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12743         don't decode quoted parameters; remove misimported Emacs code.
12744         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12745         (rfc2231-decode-encoded-string): Don't use split-string which
12746         behaves differently according to Emacs version; use
12747         mm-decode-coding-region to convert charset to coding-system.
12748         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12749         (rfc2231-encode-string): Remove misimported Emacs code.
12751 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12753         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12754         when calling mail-header-parse-content-type.
12755         (article-de-quoted-unreadable): Ditto.
12756         (article-de-base64-unreadable): Ditto.
12757         (article-wash-html): Ditto.
12759         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12760         calling mail-header-parse-content-type and
12761         mail-header-parse-content-disposition.
12762         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12763         mail-header-parse-content-type.
12765         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12766         insert charset and format parameters; encode description after
12767         inserting it to buffer.
12768         (mml-insert-parameter): Fold lines properly even if a parameter is
12769         segmented into two or more lines; change the max column to 76.
12771         * rfc1843.el (rfc1843-decode-article-body): Don't use
12772         ignore-errors when calling mail-header-parse-content-type.
12774         * rfc2231.el (rfc2231-parse-string): Return at least type if
12775         possible; don't cause an error even if it fails in parsing of
12776         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12777         (rfc2231-encode-string): Don't break lines at the beginning, leave
12778         it to mml-insert-parameter.
12780         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12781         calling mail-header-parse-content-type.
12783 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12785         * spam-report.el (spam-report-gmane-use-article-number):
12786         Improve doc string.
12787         (spam-report-gmane-internal): Check if a suitable header was found
12788         in the article.
12790 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12792         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12793         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12795 2006-02-05  Romain Francoise  <romain@orebokech.com>
12797         Update copyright notices of all files in the gnus directory.
12799 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12801         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12803 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12805         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12806         segmented lines of parameter value to cope with Thunderbird 1.5
12807         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12808         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12809         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12811 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12813         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12814         parts.
12816 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12818         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12819         there's only one active file for all servers.
12820         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12821         solid groups.  Gnus might have used a FAST request to select the group.
12822         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12823         and nnweb-search redundantly in the active file.
12824         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12825         (nnweb-request-create-group): Don't use ARGS.
12826         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12827         initialisations.  Let nnoo do the work.
12829 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12831         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12832         Say the part has been decoded.
12834         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12836 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12838         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12839         mailcap-viewer-test-cache when there's no 'test clause, since that
12840         will invert the meaning of a "nil" test previously determined by
12841         mailcap-mailcap-entry-passes-test.
12843 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12845         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12846         compiling.
12848         * gnus-sum.el: Ditto.
12850         * message.el: Don't bind tool-bar-map when compiling.
12852 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12854         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12856 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12858         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12859         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12860         current Google Groups.
12862 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12864         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12865         and tool-bar-mode.
12867         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12868         and tool-bar-mode.
12870         * message.el (message-tool-bar-update): Simplify.
12871         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12873         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12874         gnus-summary-buffer.
12875         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12876         gnus-summary-reply.
12878         * gmm-utils.el (gmm): Add :version.
12880 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12882         * Makefile.in (clean): New rule.
12883         (distclean): Use it.
12885 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12887         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12888         Don't autoload.
12890 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12892         * gmm-utils.el (gmm-verbose): Add :group.
12894 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12896         * message.el: Change some comments WRT tool-bars.
12898         * gnus-sum.el (gnus-summary-tool-bar)
12899         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12900         (gnus-summary-tool-bar-zap-list): New variables.
12901         (gnus-summary-make-tool-bar): Complete rewrite using
12902         `gmm-tool-bar-from-list'.
12904         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12905         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12906         New variables.
12907         (gnus-group-make-tool-bar): Complete rewrite using
12908         `gmm-tool-bar-from-list'.
12909         (gnus-group-tool-bar-update): New function.
12911         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12913 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12915         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12916         is dissected into a single part of which the type is the same as
12917         the given one; decode charset.
12919 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12921         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12922         into alists as symbol not string, since that's what
12923         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12924         look for.
12926 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12928         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12929         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12931         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12933 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12935         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12936         (gnus-xmas-mime-security-button-menu): New function.
12938         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12939         (gnus-mime-security-button-menu): New definition.
12940         (gnus-mime-security-button-map): Use them.
12941         (gnus-mime-security-button-menu): New function.
12942         (gnus-insert-mime-security-button): Addition to help echo.
12943         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12944         (gnus-mime-security-pipe-part): New functions.
12946         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12947         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12949         * mm-decode.el (mm-handle-set-disposition): Remove.
12950         (mm-handle-set-description): Remove.
12952 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12954         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12955         (mm-w3m-standalone-supports-m17n-p): New function.
12956         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12957         w3m usage.
12959         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12960         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12962 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12964         * message.el (message-tool-bar-zap-list):
12965         Use gmm-tool-bar-zap-list as custom type.
12966         (message-tool-bar-update): New function.
12967         (message-tool-bar, message-tool-bar-gnome)
12968         (message-tool-bar-retro): Add message-tool-bar-update.
12969         (message-tool-bar-gnome): Add flyspell-buffer.
12971         * gnus-util.el (gnus-error): Describe `args'.
12973         * gmm-utils.el (gmm-error): Describe `args'.
12974         (gmm-tool-bar-zap-list): New widget.
12975         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12977 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12979         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12980         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12981         the number of recursive calls.
12983         * mm-decode.el (mm-handle-set-disposition): New macro.
12984         (mm-handle-set-description): New macro.
12986 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12988         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12989         encoding.
12991 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12993         * message.el (message-tool-bar-zap-list, message-tool-bar)
12994         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12995         (message-tool-bar-local-item-from-menu): Remove.
12996         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12997         (message-make-tool-bar): New function.
12998         (message-mode): Use `message-make-tool-bar'.
13000         * gmm-utils.el: New file.
13001         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13002         (gmm-lazy): New widget copied from `nnmail.el'.
13003         (gmm-tool-bar-from-list): New function for creating customizable
13004         tool bars.
13005         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13006         output.
13007         (gmm): Add :prefix to defgroup.
13009 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13011         * gmm-utils.el (gmm-widget-p): New function.
13013 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13015         * mml.el (mml-attach-file): Describe `description' in doc string.
13016         (mml-menu): Add Emacs MIME manual and PGG manual.
13018 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13020         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13022 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13024         * nntp.el (nntp-end-of-line): Doc fix.
13026 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13028         * imap.el (imap-open): Handle case where buffer is a buffer
13029         object.
13031 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13033         * gnus-delay.el (gnus-delay): Don't autoload.
13034         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13035         to be re-loaded when customizing the `gnus-delay' group.
13037 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13039         * message.el (message-insert-citation-line): Use newlines.
13041 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13043         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13044         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13045         these routines, so the passphrase can be managed externally and
13046         passed in to the system.
13047         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13048         pgg-add-passphrase-to-cache function.
13050         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13051         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13052         these routines, so the passphrase can be managed externally and
13053         passed in to the system.
13054         (pgg-pgp5-sign-region): Use new name of
13055         pgg-add-passphrase-to-cache function.
13057 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13059         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13060         part of the decoded armor to find the key-identifier.
13061         (pgg-gpg-lookup-key-owner): New function to return the
13062         human-readable identifier of a key owner.
13063         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13064         itself.
13065         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13066         the key value) if we have a key and can match it against a secret
13067         key.  Also, added a note pointing out fact that the prompt only
13068         indicates the first matching key.
13070         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13071         pgg-decrypt-region.
13072         (pgg-add-passphrase-to-cache): Rename from
13073         `pgg-add-passphrase-cache' to reduce confusion (all callers
13074         changed).
13075         (pgg-remove-passphrase-from-cache): Rename from
13076         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13077         changed).
13078         (pgg-read-passphrase, pgg-add-passphrase-cache)
13079         (pgg-remove-passphrase-cache): Add informative docstrings.
13080         (pgg-decrypt): Convey provided passphrase in subordinate call to
13081         pgg-decrypt-region.
13083 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13085         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13086         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13087         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13088         'passphrase' argument, so the passphrase can be managed externally
13089         and then passed in to the system.
13091         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13092         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13093         so the passphrase cache can be used reliably with identifiers
13094         besides a pgp packet's key id.
13096         * pgg-gpg.el (pgg-gpg-encrypt-region)
13097         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13098         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13099         these routines, so the passphrase can be managed externally and
13100         passed in to the system.
13102         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13103         'notruncate' argument, so the passphrase cache can be used
13104         reliably with identifiers besides a pgp packet's key id.
13106 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13108         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13109         symmetric encryption.
13110         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13111         encrypted session key.
13112         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13113         message ask for the passphrase in a proper way.
13115         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13116         New user commands for symmetric encryption.
13118 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13120         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13122         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13124 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13126         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13128 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13130         * mm-decode.el (mm-inlined-types): Add application/pgp.
13131         (mm-automatic-display): Ditto.
13133         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13134         part as text.
13136 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13138         * nnrss.el: Update copyright.
13139         (nnrss-opml-import): Query whether to subscribe to each entry.
13141         * gnus-art.el:
13142         * gnus-sum.el:
13143         * gnus-xmas.el:
13144         * messagexmas.el:
13145         * mm-uu.el:
13146         * mm-view.el: Update copyright.
13148 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13150         * message.el (message-info): New function.
13151         (message-mode-menu): Add it.
13152         Update copyright.
13154         * ChangeLog: Fix and update copyright.
13156 2006-01-13  Romain Francoise  <romain@orebokech.com>
13158         * message.el (message-forward-subject-name-subject): Prefer the
13159         address to 'nowhere' if the sender has no name.
13160         Fix typo.  Update copyright year.
13162 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13164         * gnus-art.el (article-wash-html):
13165         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13166         (gnus-article-wash-html-with-w3m-standalone): New function.
13168         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13169         mm-inline-text-html-render-with-w3m-standalone.
13170         (mm-text-html-washer-alist): Map w3m-standalone to
13171         gnus-article-wash-html-with-w3m-standalone.
13172         (mm-inline-text-html-render-with-w3m-standalone): New function.
13174 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13176         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13177         Improve LaTeX.
13179 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13181         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13182         (nnrss-request-article): Render text/plain parts as HTML.
13184         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13185         the buffer.
13187 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13189         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13190         custom definition of `gnus-posting-styles'.
13192         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13193         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13195 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13197         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13198         Use nntp for bug archive.
13200 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13202         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13203         parts.
13204         (nnrss-normalize-date): New function converts ISO 8601 date into
13205         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13206         (nnrss-check-group): Use it.
13208 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13210         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13212         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13213         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13214         (nnrss-insert-w3): Ditto.
13216 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13218         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13219         the articles to be forwarded including the case where neither a
13220         number of articles nor a region is specified.
13222 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13224         * nnrss.el (nnrss-request-article): Fix last change; fill
13225         text/plain parts.
13227 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13229         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13230         in text/plain part.
13231         (nnrss-check-group): Don't add excessive newline to dc:subject.
13233 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13235         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13236         article.
13238 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13240         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13241         (nnml-use-compressed-files, nnml-save-mail): Support other
13242         comression programs such as bzip2.
13244 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13246         * dns.el (query-dns): Make sure we check the buffer size before
13247         removing tcp headers.
13249 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13251         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13252         remove MIME buttons associated with multipart/alternative parts.
13253         (gnus-mime-display-alternative): Tag buttons using `article-type'
13254         text property.
13256         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13257         associated with multipart/alternative parts.
13259         * gnus-art.el (gnus-signature-separator): Fix custom type.
13261         * mm-decode.el (mm-inlined-types): Fix custom type.
13262         (mm-keep-viewer-alive-types): Ditto.
13263         (mm-automatic-display): Ditto.
13264         (mm-attachment-override-types): Ditto.
13265         (mm-inline-override-types): Ditto.
13266         (mm-automatic-external-display): Ditto.
13268 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13270         * spam-report.el (spam-report-user-mail-address)
13271         (spam-report-user-agent): New variables.
13272         (spam-report-url-ping-plain): Use spam-report-user-agent.
13274 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13276         * gnus-art.el (gnus-button-handle-custom): Do not just use
13277         `customize-apropos' for any "M-x customize-*" button but the
13278         function called for.  Accept both the function name and its
13279         argument in order to achieve this.
13280         (gnus-button-alist): Remove support for "custom:" URL's.
13281         Pass function name to `gnus-button-handle-custom' in case of "M-x
13282         customize-*" buttons.
13284 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13286         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13287         multipart/alternative and add xref to mm-discouraged-alternatives
13288         in doc string.
13290         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13291         gnus-buttonized-mime-types in doc string.
13293 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13295         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13296         Suggest image/.* in the doc string.
13298 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13300         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13301         message-marks (Debian bug #342521).
13303 2005-12-12  Simon Josefsson  <jas@extundo.com>
13305         * password.el (password-read-from-cache): Add.
13306         (password-read): Use it.
13308 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13310         * rfc2047.el (rfc2047-charset-to-coding-system):
13311         Recognize us-ascii as a MIME charset.
13313         * mm-bodies.el (mm-decode-content-transfer-encoding):
13314         Protect against the case where the 2nd arg TYPE is nil.
13316 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13318         * pop3.el (pop3-stream-type): Fix custom version.
13320         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13322 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13324         * mm-decode.el (mm-display-external): Add missing cdr.
13326 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13328         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13329         RFC1524) if it is in mailcap or add a suffix according to
13330         mailcap-mime-extensions when generating a temp filename; postpone
13331         deleting a temp file for 2 seconds for some wrappers, shell
13332         scripts, and so on, which might exit right after having started a
13333         viewer command as a background job.
13335 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13337         * nntp.el (nntp-marks-directory): Fix custom group.
13339         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13340         steps when < 10.
13342         * gnus-start.el (gnus-no-server-1):
13343         Mention `gnus-level-default-subscribed' in doc string.
13345 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13347         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13348         parens.
13350 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13352         * gnus-xmas.el (gnus-use-toolbar): Revert.
13353         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13354         gnus-use-toolbar is default.
13356         * messagexmas.el (message-use-toolbar): Revert.
13357         (message-setup-toolbar): Use global default-toolbar if
13358         message-use-toolbar is default.
13360 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13362         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13363         according to default-toolbar-visible-p.
13365         * messagexmas.el (message-use-toolbar): Ditto.
13367 2005-11-26  Dave Love  <fx@gnu.org>
13369         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13370         (tls-program, tls-success): Provide openssl alternative.
13372         * starttls.el: Doc fixes.
13373         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13374         SERVICE to PORT.
13376         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13377         port null or service name.
13378         (starttls-negotiate): Autoload.
13380 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13382         * message.el (message-kill-to-signature): Fix interactive spec.
13384 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13386         * pop3.el (pop3-open-server): Recognize a string as a service name.
13388 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13390         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13392 2005-11-23  Dave Love  <fx@gnu.org>
13394         Add pop3s, pop3/starttls.
13396         * pop3.el (pop3-authentication-scheme): Clarify doc.
13397         (open-tls-stream, starttls-open-stream): Autoload.
13398         (pop3-stream-type): New.
13399         (pop3-open-server): Use it.
13401         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13402         for POP.
13403         (mail-source-keyword-map): Add :stream for POP.
13404         (mail-source-fetch-pop): Use pop3-stream-type.
13406 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13408         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13409         of current-time-string.
13411 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13413         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13414         date header.
13416 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13418         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13419         it can seriously impact performance as it bypasses the agent's
13420         local caches.
13422 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13424         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13425         must be explicitly online rather than "not explicitly offline" for
13426         its flags to be synchronized.
13428         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13429         that gnus-uu-unmark-thread will function correctly.
13431         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13432         1024K is instead displayed as 1M.
13434 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13436         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13438 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13440         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13442 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13444         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13445         error message to display actual error condition.
13446         (gnus-agent-save-local): Avoid saving symbols that are bound to
13447         nil as they simply result in a warning message in
13448         gnus-agent-read-local.
13450 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13452         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13453         rather than make-variable-buffer-local for file-precious-flag.
13455 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13457         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13458         for duplicates which are removed.  The invalid sort check then
13459         triggers a rescan after the sort as sorting may have moved
13460         duplicate entries such that they can be cheaply detected.
13462 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13464         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13466 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13468         * gnus-agent.el (gnus-agent-article-alist-save-format):
13469         Change internal variable to a custom variable.  Change default value
13470         from compressed(2) to uncompressed(1).
13471         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13472         support for uncompressed agentview files.  Taken together, reading
13473         the agentview file should now be 6-7 times faster.
13475 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13477         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13478         as a buffer-local variable.  This avoids creating truncated
13479         dribble files as a result of a hang up, eg.
13481 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13483         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13484         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13485         XEmacs.
13487 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13489         * gnus-start.el (gnus-start-draft-setup):
13490         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13492         * gnus.el (gnus-splash): Change custom group.
13493         (gnus-group-get-parameter, gnus-group-parameter-value):
13494         Describe allow-list argument.
13496         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13497         string.
13499 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13501         * gnus-art.el (gnus-default-article-saver): Add user-defined
13502         `function' to custom type.
13504 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13506         * imap.el (imap-open): Handle case where buffer is a buffer
13507         object.
13509 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13511         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13512         long lines.
13513         (gnus-cache-delete-group): Wrap doc strings.
13515         * gnus-agent.el (gnus-agent-rename-group)
13516         (gnus-agent-delete-group): Wrap doc strings.
13518 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13520         * messagexmas.el (message-use-toolbar): Change the valid values
13521         into default, top, bottom, left, and right.
13522         (message-toolbar-thickness): New variable.
13523         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13524         well.
13525         (message-setup-toolbar): Make it work.
13527         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13528         (gnus-use-toolbar): Change the valid values into default, top,
13529         bottom, left, and right.
13530         (gnus-toolbar-thickness): New variable.
13531         (gnus-xmas-setup-toolbar): New function.
13532         (gnus-xmas-setup-group-toolbar): Use it.
13533         (gnus-xmas-setup-summary-toolbar): Use it.
13535 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13537         * gnus-start.el (gnus-1): Add "native" to
13538         gnus-predefined-server-alist.
13540         * gnus.el (gnus-method-to-server): Don't add "native" to the
13541         lists here, because that leads to problems when
13542         gnus-select-method is bound.
13544 2005-11-09  Simon Josefsson  <jas@extundo.com>
13546         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13547         use (not sort-by-date) instead.
13549 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13551         * gnus-delay.el (gnus-delay-group): Don't autoload.
13552         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13553         to be re-loaded when customizing the `gnus-delay' group.
13555 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13557         * message.el: Revert last changes.
13558         (message-insert-citation-line): Use newlines.
13560 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13562         * message.el (message-courtesy-message)
13563         (message-mark-insert-begin, message-mark-insert-end)
13564         (message-elide-ellipsis, message-cancel-message)
13565         (message-add-header, message-change-subject)
13566         (message-cross-post-followup-to-header)
13567         (message-cross-post-insert-note, message-reduce-to-to-cc)
13568         (message-widen-reply, message-delete-not-region)
13569         (message-kill-to-signature, message-insert-signature)
13570         (message-insert-importance-high, message-insert-importance-low)
13571         (message-insert-or-toggle-importance)
13572         (message-insert-disposition-notification-to)
13573         (message-indent-citation, message-yank-original)
13574         (message-cite-original-without-signature, message-cite-original)
13575         (message-insert-citation-line, message-position-on-field)
13576         (message-fix-before-sending, message-send-mail-partially)
13577         (message-send-mail, message-send-mail-with-sendmail)
13578         (message-send-mail-with-qmail, message-send-news)
13579         (message-check-news-header-syntax, message-generate-headers)
13580         (message-insert-courtesy-copy, message-fill-address)
13581         (message-fill-header, message-shorten-references)
13582         (message-setup-1, message-cancel-news)
13583         (message-forward-make-body-plain, message-forward-make-body-mime)
13584         (message-forward-make-body-mml, message-encode-message-body)
13585         (message-forward-make-body-digest-plain)
13586         (message-forward-make-body-digest-mime)
13587         (message-use-alternative-email-as-from): Insert `hard-newline'
13588         instead of ordinary newlines.
13590 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13592         * message.el (message-generate-headers): Downcase the argument
13593         given to message-check-element.
13595 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13597         * nntp.el (nntp-authinfo-rejected): New error condition.
13598         (nntp-wait-for): Use new error condition to signal authentication
13599         error.
13600         (nntp-retrieve-data): Rethrow new error condition to break out of
13601         recursive call to nntp-send-authinfo.
13603 2005-11-08  Romain Francoise  <romain@orebokech.com>
13605         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13606         (gnus-summary-exit-map): Bind to `Z p'.
13607         (gnus-summary-make-menu-bar): Add menu item.
13609 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13611         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13612         (gnus-treat-*): Add `first' in all doc strings.
13614         * gnus-group.el (gnus-group-compact-group): Fix typo.
13616 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13618         * gnus.el (gnus-parameters-case-fold-search): New variable.
13619         (gnus-parameters-get-parameter): Use it.
13621         * gnus-score.el (gnus-home-score-file): Doc fix.
13623 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13625         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13627 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13629         * mm-util.el (mm-special-display-p): New function.
13631         * mml.el (mml-preview): Use it; doc fix.
13633 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13635         * imap.el (imap-open): Handle case where buffer is a buffer object.
13637 2005-10-29  Romain Francoise  <romain@orebokech.com>
13639         * message.el (message-fix-before-sending): Fix comment.
13641 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13643         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13645 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13647         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13648         Used in gnus-score.el.
13650 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13652         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13654 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13656         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13657         whitespace removed in revision 7.8.  Use concatenated string to
13658         protect trailing whitespace.
13660 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13662         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13663         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13664         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13665         Courier IMAP ("some version from 2004").  Mostly based on similar
13666         code in the same function.
13668 2005-10-26  Didier Verna  <didier@xemacs.org>
13670         * gnus-group.el (gnus-group-compact-group): Invalidate original
13671         article buffer.
13672         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13673         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13674         NOV database and in article itself.
13675         Invalidate article backlog.
13677 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13679         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13681 2005-10-26  Simon Josefsson  <jas@extundo.com>
13683         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13684         part of 2004-07-25 change.
13686 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13688         * message.el (message-display-completion-list): New function.
13689         (message-expand-group): Use it; make sure the Completions buffer
13690         is modifiable.
13691 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13693         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13694         user-mail-name is an empty string.
13696 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13698         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13699         depending on gnus-score-decay-constant.
13701         * encrypt.el (encrypt-insert-file-contents)
13702         (encrypt-write-file-contents): Don't use `gnus-message'.
13704         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13705         arguments.
13706         (mm-uu-type-alist): Add message-marks and insert-marks.
13707         Pass arguments to mm-uu-verbatim-marks-extract.
13708         (mm-uu-hide-markers): New variable.
13709         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13711         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13712         (gnus-convert-image-to-face-command): Use "convert" by default to
13713         allow other input image formats.
13714         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13715         accordingly.
13717 2005-10-23  Simon Josefsson  <jas@extundo.com>
13719         * imap.el (imap-gssapi-program): Align command line parameters
13720         with latest GNU SASL.
13721         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13723 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13725         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13726         HTML.
13727         (nnslashdot-request-article): Ditto.
13729         * lpath.el (featurep): Add nobreak-char-display.
13731 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13733         * mail-source.el (mail-source-fetch-pop): Require pop3.
13734         (mail-source-check-pop): Ditto.
13736 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13738         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13739         errors.
13741 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13743         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13744         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13746         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13748         * mm-bodies.el (mm-decode-string):
13749         Call `mm-charset-to-coding-system' with allow-override argument.
13751 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13753         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13754         (rfc2047-charset-to-coding-system): New function.
13755         (rfc2047-decode-encoded-words): New function.
13756         (rfc2047-decode-region): Use them.
13757         (rfc2047-decode-cte): Remove.
13758         (rfc2047-parse-and-decode): Remove.
13759         (rfc2047-decode): Remove.
13761 2005-10-15  Kenichi Handa  <handa@m17n.org>
13763         * rfc2047.el (rfc2047-decode-cte): New function.
13764         (rfc2047-decode-region): Change the way to decode successive
13765         encoded-words: decode B- or Q-encoding in each encoded-word,
13766         concatenate them, and decode it as charset.
13768 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13770         * lpath.el: Fbind codepage-setup for XEmacs.
13772 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13774         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13775         widget-move-and-invoke.
13776         (gnus-custom-mode): Use gnus-custom-map.
13778 2005-10-15  Bill Wohler  <wohler@newt.com>
13780         * message.el (message-tool-bar-map): Rename image file from
13781         mail_send to mail/send.
13783 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13785         * message.el (message-expand-group): Pass the common
13786         prefix substring of completion to `display-completion-list'.
13788 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13790         * mml-sec.el (mml-secure-method): New internal variable.
13791         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13792         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13793         New functions using mml-secure-method.
13795         * mml.el (mml-mode-map): Add key bindings for those functions.
13796         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13797         Harder <harder@myrealbox.com>.
13798         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13799         Goto end of message if point is the headers of the message.
13801         * message.el (message-in-body-p): New function.
13803         * assistant.el: Autoload gnus-util and netrc.
13805         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13806         Use `mm-charset-override-alist' only when decoding.
13808         * mm-bodies.el (mm-decode-body):
13809         Call `mm-charset-to-coding-system' with allow-override argument.
13811         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13812         `filename' from Content-Disposition if Content-Type doesn't
13813         provide `name'.
13814         (gnus-mime-view-part-as-type): Set default instead of
13815         initial-input.
13817 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13819         * format-spec.el (format-spec): Propagate text properties of % spec.
13821 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13823         * gnus-art.el (gnus-treat-predicate): Add `first'.
13825 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13827         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13828         (mm-charset-override-alist): New variable.
13829         (mm-charset-to-coding-system): Use it.
13830         (mm-codepage-setup): New helper function.
13831         (mm-charset-eval-alist): New variable.
13832         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13833         Warn about unknown charsets.
13835         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13837 2005-10-04  David Hansen  <david.hansen@gmx.net>
13839         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13840         (nnrss-check-group): Ditto.
13842 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13844         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13845         Rename x-gnus-verbatim to x-verbatim.
13846         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13848         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13849         x-verbatim.
13851         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13853         * gnus-util.el (gnus-remove-duplicates): Remove.
13855         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13856         instead of gnus-remove-duplicates.
13858         * message.el (message-remove-duplicates): Remove.
13859         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13860         message-remove-duplicates.
13862         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13863         available, else use implementation from `delete-dups'.
13865         * message.el (message-insert-expires): New function.
13866         (message-mode-map): Add key binding.
13867         (message-mode-field-menu): Add menu entry.
13868         (message-mode): Document it.
13869         (message-make-expires-date): Use `message-make-date'.
13871 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13873         * message.el (message-make-expires-date): New function.
13875 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13877         * Makefile.in (list-installed-shadows): New entry.
13878         (install): Use it.
13879         (remove-installed-shadows): New entry.
13881         * dgnushack.el (dgnushack-default-load-path): New variable.
13882         (dgnushack-find-lisp-shadows): New function.
13883         (dgnushack-remove-lisp-shadows): New function.
13885 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13887         * Makefile.in (install-el-elc): New entry.
13888         (install): Use it so that .el files are necessarily installed.
13890 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13892         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13894 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13896         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13897         function rather than the diff-mode.el package.
13898         (mm-display-external): Use with-current-buffer.
13899         (mm-viewer-completion-map, mm-viewer-completion-map):
13900         Move initialization inside declaration.
13902 2005-09-29  Simon Josefsson  <jas@extundo.com>
13904         * spam.el: Load hashcash when compiling, to avoid warnings.
13905         Don't autoload mail-check-payment.
13906         (spam-check-hashcash): Define unconditionally, since hashcash.el
13907         is part of Gnus now.  Ignore errors from payment checking.
13909 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13911         * message.el (message-bold-region, message-unbold-region):
13912         Rename from `bold-region' and `unbold-region'.
13914         * message.el: Remove useless autoloads.
13916 2005-09-28  Simon Josefsson  <jas@extundo.com>
13918         * message.el (message-use-idna): Default to t.
13919         (message-use-idna): Test whether encoding works too.  Doc fix.
13921 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13923         * nntp.el (nntp-warn-about-losing-connection): Remove.
13925 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13927         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13928         customizable.  Change default value.
13929         (mm-uu-diff-groups-regexp): Change default value.
13930         (mm-uu-type-alist): Add doc string.
13931         (mm-uu-configure): Add doc string.  Make it interactive.
13932         (mm-uu-tex-groups-regexp): New variable.
13933         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13934         (mm-uu-type-alist): Add LaTeX documents.
13935         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13936         of "text/verbatim".
13937         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13939         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13940         instead of "text/verbatim".
13942         * message.el (message-mark-inserted-region)
13943         (message-mark-insert-file): Use slrn style marks when called with
13944         prefix argument.
13946 2005-09-27  Simon Josefsson  <jas@extundo.com>
13948         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13950 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13952         * message.el (message-remove-duplicates): New function.
13953         Implementation borrowed from `gnus-remove-duplicates'.
13954         (message-idna-to-ascii-rhs): Also encode idna addresses in
13955         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13956         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13957         only ask about the same idna domain once per header and also tell
13958         in what header to replace the idna domain.
13960         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13961         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13962         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13963         a header is decoded and not just the last one.
13965 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13967         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13968         has been decoded.
13970         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13971         (mm-insert-part): Don't modify text if it has been decoded.
13973         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13974         decoded.
13976         * mm-view.el (mm-inline-text): Don't strip text props unless
13977         decoding enriched or richtext parts.
13979 2005-09-25  Romain Francoise  <romain@orebokech.com>
13981         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13982         * gnus-start.el (gnus-subscribe-interactively):
13983         * gnus-uu.el (gnus-uu-grab-articles):
13984         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13985         space.
13987 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13989         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13990         * mm-view.el (mm-view-pkcs7-decrypt):
13991         * gnus-sum.el (gnus-summary-limit-to-extra)
13992         (gnus-summary-respool-article, gnus-read-move-group-name):
13993         * gnus-score.el (gnus-summary-increase-score):
13994         * gnus-util.el (gnus-completing-read-with-default):
13995         * gnus-art.el (gnus-read-save-file-name)
13996         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13997         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13998         * message.el (message-check-news-header-syntax):
13999         Follow convention for reading with the minibuffer.
14001 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14003         * spam-report.el (spam-report-url-ping-plain):
14004         Use gnus-extended-version as User-Agent.
14006         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14007         default value is nil.
14009         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14010         (mm-uu-verbatim-marks-extract): New function.
14011         (mm-uu-extract): New face.
14012         (mm-uu-copy-to-buffer): Use it.
14014         * spam-report.el (spam-report-gmane-ham): Rename from
14015         `spam-report-gmane-unspam'.
14016         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14017         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14019         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14020         Autoload.
14021         (spam-report-gmane-unregister-routine):
14022         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14024 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14026         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14027         (spam-report-gmane-unregister-routine): Add support for gmane
14028         unregistration.
14030         * spam-report.el (spam-report-gmane-unspam)
14031         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14032         (spam-report-gmane): Change to take a single article and do unspam
14033         registration.
14035 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14037         * mm-url.el (mm-url-decode-entities): Fix regexp.
14039 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14041         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14042         default to nil, to be able to use Gnus at all.  If the default
14043         switches to something else, then the function should be fixed not
14044         be exceedingly slow.
14046 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14048         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14049         fail hard.
14051         * spam-report.el: Add better Keywords line.
14053         * spam.el: Add Maintainer and better Keywords line.
14055 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14057         * gnus-art.el (gnus-article-replace-part)
14058         (gnus-mime-replace-part): New functions.
14059         (gnus-mime-action-alist, gnus-mime-button-commands)
14060         (gnus-mime-save-part-and-strip): Add file argument.
14061         (gnus-article-part-wrapper): Add interactive argument.
14063         * gnus-sum.el (gnus-summary-mime-map):
14064         Add `gnus-article-replace-part'.
14066 2005-09-19  Didier Verna  <didier@xemacs.org>
14068         The nnml compaction feature:
14069         * nnml.el (nnml-request-compact-group): New function.
14070         * nnml.el (nnml-request-compact): New function.
14071         * gnus-int.el (gnus-request-compact-group): New function.
14072         * gnus-int.el (gnus-request-compact): New function.
14073         * gnus-group.el (gnus-group-compact-group): New function.
14074         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14075         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14076         * gnus-srvr.el (gnus-server-compact-server): New function.
14077         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14078         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14080 2005-09-18  Deepak Goel  <deego@gnufans.org>
14082         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14083         format spec.
14085 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14087         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14089 2005-09-15  Romain Francoise  <romain@orebokech.com>
14091         * message.el (message-fill-paragraph): Clarify docstring.
14093 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14095         * gnus-art.el (gnus-mime-display-part): Protect against broken
14096         MIME messages.
14098 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14100         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14101         before parsing header.
14103 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14105         * html2text.el (html2text-replace-list): Add new entities.
14107 2005-09-11  Romain Francoise  <romain@orebokech.com>
14109         * message.el (message-alternative-emails): Improve docstring.
14110         (message-setup-1): Call `message-use-alternative-email-as-from'
14111         after `message-setup-hook' to give it precedence over posting
14112         styles, etc.
14113         (message-use-alternative-email-as-from): Add docstring.
14114         Remove the original From header if present.
14116         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14117         (nnml-save-mail): Use it.
14119         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14120         articles.  Add new argument `silent'.
14121         (gnus-uu-mark-all): Report the total number of marked articles.
14123 2005-09-10  Romain Francoise  <romain@orebokech.com>
14125         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14126         (gnus-uu-mark-series): Likewise.
14128 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14130         * spam-report.el (spam-report-gmane): Fix generation of spam
14131         report URL.
14133 2005-09-10  Simon Josefsson  <jas@extundo.com>
14135         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14136         t, based on discussion on the ding list with Robert Epprecht
14137         <epprecht@solnet.ch>.
14139 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14141         * spam-report.el (spam-report-gmane): Make it work without
14142         X-Report-Spam header.  Gmane now only provides Archived-At.
14143         This is only used if `spam-report-gmane-use-article-number' is nil.
14144         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14146         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14147         make `gnus-summary-sort-by-recipient' work with threading.
14149         * nnweb.el (nnweb-google-wash-article): Print a message if article
14150         is not available.
14152 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14154         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14155         change.  Decode text/* parts content before displaying.
14157 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14159         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14161 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14163         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14165         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14166         url-package-name, url-package-version,
14167         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14168         w3m-display-inline-images, and w3m-minor-mode-map.
14170 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14172         * message.el (message-tab-body-function): Fix mismatched custom type.
14174         * gnus.el (gnus-group-change-level-function): Ditto.
14176         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14178         * gnus-art.el (gnus-signature-limit)
14179         (gnus-article-mime-part-function): Ditto.
14181 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14183         * mml.el (mml-mode): Silence the byte compiler.
14185         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14186         using `(sit-for 0)' before moving the point to the specified part;
14187         skip unbuttonized parts.
14188         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14189         return to the summary window if gnus-auto-select-part is non-nil.
14191 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14193         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14194         New variables.
14195         (mml-dnd-attach-file, mml-mode): Use them.
14197         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14198         Make fetching article by MID work again for Google Groups.
14199         Add FIXME concerning gnus-group-make-web-group.
14201         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14202         Don't depend on Gnus by using mail-extract-address-components if
14203         gnus-extract-address-components is not bound.
14205 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14207         * gnus-art.el (gnus-mime-display-security): Don't display the
14208         signature, but only the signed part.
14210 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14212         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14214         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14215         list, not listp.
14217 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14219         * mm-encode.el (mm-encode-content-transfer-encoding):
14220         Likewise when encoding.
14222         * mm-bodies.el (mm-decode-content-transfer-encoding):
14223         De-canonicalize CRLF for all text content types, not just
14224         text/plain.
14226 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14228         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14229         valid article; point arrow and cursor at the MIME button.
14231 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14233         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14234         Suggested by Dan Christensen <jdc@uwo.ca>.
14236         * mm-decode.el (mm-save-part): Enable change of prompt.
14238 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14240         * gnus-msg.el (gnus-inews-add-send-actions):
14241         Make `message-post-method' lambda parameter ARG `&optional'.
14243 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14245         * gnus-sum.el (gnus-summary-mime-map):
14246         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14247         gnus-article-jump-to-part.
14249         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14250         (gnus-article-edit-part): Use it.
14251         (gnus-article-part-wrapper): Add no-handle argument.
14252         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14253         New functions.
14255 2005-08-29  Romain Francoise  <romain@orebokech.com>
14257         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14258         docstring.
14259         (gnus-face-from-file): Likewise.
14261 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14263         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14264         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14265         non-nil.
14266         (gnus-auto-select-part): New variable.
14267         (gnus-article-jump-to-part): New function.
14268         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14269         (gnus-mime-delete-part): Allow selecting specified part after
14270         deleting or stripping parts.
14271         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14272         part if argument is bogus.
14274 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14276         * gnus-art.el (w3m-minor-mode-map):
14277         * gnus-spec.el (gnus-newsrc-file-version):
14278         * gnus-util.el (nnmail-active-file-coding-system)
14279         (gnus-original-article-buffer, gnus-user-agent):
14280         * gnus.el (gnus-ham-process-destinations)
14281         (gnus-parameter-ham-marks-alist)
14282         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14283         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14284         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14285         * mm-decode.el (gnus-current-window-configuration):
14286         * mm-extern.el (gnus-article-mime-handles):
14287         * mm-url.el (url-current-object, url-package-name)
14288         (url-package-version):
14289         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14290         (smime-keys, w3m-cid-retrieve-function-alist)
14291         (w3m-current-buffer, w3m-display-inline-images)
14292         (w3m-minor-mode-map):
14293         * mml-smime.el (gnus-extract-address-components):
14294         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14295         (gnus-newsrc-hashtb, message-default-charset)
14296         (message-deletable-headers, message-options)
14297         (message-posting-charset, message-required-mail-headers)
14298         (message-required-news-headers):
14299         * mml1991.el (mc-pgp-always-sign):
14300         * mml2015.el (mc-pgp-always-sign):
14301         * nnheader.el (nnmail-extra-headers):
14302         * rfc1843.el (gnus-decode-encoded-word-function)
14303         (gnus-decode-header-function, gnus-newsgroup-name):
14304         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14306 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14308         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14309         the end of the date treatments.
14311 2005-08-15  Simon Josefsson  <jas@extundo.com>
14313         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14314         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14315         Capello and Romain Francoise.
14316         (pgg-fetch-key-function): Remove, not used?
14317         (pgg-insert-url-with-w3): Require url, to get
14318         url-insert-file-contents regardless of where it is defined.
14320 2005-08-13  Romain Francoise  <romain@orebokech.com>
14322         * message.el (message-cite-original-1): New function.
14323         (message-cite-original): Use it.
14324         (message-cite-original-without-signature): Ditto.
14326 2005-08-08  Romain Francoise  <romain@orebokech.com>
14328         * message.el (message-yank-empty-prefix): New variable.
14329         (message-indent-citation): Use it.
14330         (message-cite-original-without-signature): Respect X-No-Archive.
14332 2005-08-08  Simon Josefsson  <jas@extundo.com>
14334         * pgg.el: Autoload url-insert-file-contents instead of loading
14335         w3/url.
14336         (pgg-insert-url-with-w3): Don't load url here.
14338 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14340         * message.el (message-kill-to-signature): Don't insert newline at
14341         bol.
14342         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14344 2005-08-06  Romain Francoise  <romain@orebokech.com>
14346         * message.el (message-user-fqdn): Fix typo in docstring.
14348 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14350         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14352         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14354 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14356         * mm-bodies.el (mm-encode-body): Use coding system rather than
14357         charset to encode text.
14359         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14360         number of charsets if utf-8 is available (XEmacs).
14362 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14364         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14365         taken from `gnus-button-mid-or-mail-regexp'.
14366         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14367         (gnus-button-alist): Improve regexp for domain part of the MIDs
14368         for news:localpart@domain buttons.
14369         (gnus-button-ctan-directory-regexp): Update.
14371 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14373         * sieve-manage.el (sieve-manage-interactive-login):
14374         Use make-local-variable rather than make-variable-buffer-local.
14375         (sieve-manage-open): Ditto.
14376         (sieve-manage-authenticate): Ditto.
14378         * mml.el (mml-generate-mime-1): Make the content type default to
14379         text/plain if the filename is not specified.
14381 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14383         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14384         instead of insert-buffer.
14386         * message.el (message-yank-original): Ditto; set the mark at the
14387         end of the yanked message.
14389 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14391         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14392         lines to scroll rather than to stop it.
14394         * mml.el (mml-generate-default-type): Add doc string.
14395         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14396         default to application/octet-stream when determining the content
14397         type if it is not specified for the part or the mml contents; add
14398         a comment about mml-generate-default-type.
14400 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14402         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14403         make it default to application/octet-stream when determining the
14404         content type if it is not specified for the external contents.
14406 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14408         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14409         segmented parameter but also other parameters might be there.
14411 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14413         * mm-decode.el (mm-display-external): Delete temp file, directory
14414         and buffer immediately if the external process is exited.
14416 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14418         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14419         fewer lines than that of scroll-margin.
14420         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14422 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14424         * gnus-art.el (gnus-article-next-page): Revert.
14425         (gnus-article-beginning-of-window): New macro.
14426         (gnus-article-next-page-1): Use it.
14427         (gnus-article-prev-page): Ditto.
14428         (gnus-article-edit-part): Use insert-buffer-substring instead of
14429         insert-buffer.
14430         (gnus-article-edit-exit): Ditto.
14432         * gnus-util.el (gnus-beginning-of-window): Remove.
14433         (gnus-end-of-window): Remove.
14435         * lpath.el: Don't bind header-line-format and scroll-margin.
14437 2005-07-25  Simon Josefsson  <jas@extundo.com>
14439         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14440         to have the url package without w3.  Reported by Daiki Ueno
14441         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14443 2005-07-20  Didier Verna  <didier@xemacs.org>
14445         * gnus-diary.el: Remove the description comment (nndiary is now
14446         properly documented in the Gnus manual).
14447         Fix the spelling of "Back End".
14448         * nndiary.el: Ditto.
14449         Fix the copyright notice.
14451 2005-07-18  Romain Francoise  <romain@orebokech.com>
14453         * gnus-sum.el (gnus-summary-to-prefix)
14454         (gnus-summary-newsgroup-prefix): New variables.
14455         (gnus-summary-from-or-to-or-newsgroups): Use them.
14457 2005-07-17  Romain Francoise  <romain@orebokech.com>
14459         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14460         space as it's generally not especially interesting to the user.
14462 2005-07-16  Romain Francoise  <romain@orebokech.com>
14464         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14465         nil to avoid prompting and file modification if one of the
14466         messages at the top of the nnfolder file contains a copyright
14467         notice.
14468         Update copyright notice.
14470         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14471         instead of `current-time-string' as the latter creates a time
14472         string that is not RFC 2822 compliant (it lacks the zone).
14473         Update copyright notice.
14475 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14477         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14478         for text/rtf.  Display default in prompt.  Pass default for M-n.
14480         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14482 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14484         * gnus-msg.el (gnus-button-mailto):
14485         Remove save-selected-window-window hackery because it relies on
14486         save-selected-window internals.
14488 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14490         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14491         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14492         (gnus-article-prev-page): Ditto.
14494         * gnus-util.el (gnus-beginning-of-window): New function.
14495         (gnus-end-of-window): New function.
14497         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14499 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14501         * gnus-score.el (gnus-score-edit-all-score):
14502         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14503         gnus-message.
14505 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14507         * gnus-msg.el (gnus-button-mailto):
14508         Remove save-selected-window-window hackery because it relies on
14509         save-selected-window internals.
14511 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14513         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14514         add-minor-mode.
14515         (gnus-binary-mode): Ditto.
14517         * gnus-topic.el (gnus-topic-mode): Ditto.
14519 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14521         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14522         (gnus-article-prev-page): Take scroll-margin into consideration.
14524 2005-07-04  Lute Kamstra  <lute@gnu.org>
14526         Update FSF's address in GPL notices.
14528 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14530         * gnus.el (gnus-exit):
14531         * gnus-group.el (gnus-group-icons):
14532         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14534         * gnus-nocem.el (gnus-nocem):
14535         * message.el (message-various, message-buffers, message-sending)
14536         (message-interface, message-forwarding, message-insertion)
14537         (message-headers, message-news, message-mail):
14538         * pgg-gpg.el (pgg-gpg):
14539         * pgg-parse.el (pgg-parse):
14540         * pgg-pgp.el (pgg-pgp):
14541         * pgg-pgp5.el (pgg-pgp5):
14542         * pop3.el (pop3): Finish `defgroup' description with period.
14544 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14546         * gnus-art.el (article-display-face): Improve the efficiency.
14547         (article-display-x-face): Ditto; remove grey x-face stuff.
14549 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14551         * gnus-art.el (article-display-face): Correct the position in
14552         which Faces are inserted.
14554 2005-06-29  Didier Verna  <didier@xemacs.org>
14556         * gnus-art.el (article-display-face): Display faces in correct
14557         order.
14559 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14561         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14562         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14563         (gnus-nocem-check-article): Fetch the Type header.
14564         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14565         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14566         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14567         make sure gnus-nocem-hashtb is initialized.
14568         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14569         (gnus-nocem-unwanted-article-p): Ditto.
14571         * pgg.el (pgg-verify): Return the verification result.
14573 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14575         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14576         is ascii.
14578 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14580         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14581         `show-nonbreak-escape'.
14583 2005-06-23  Lute Kamstra  <lute@gnu.org>
14585         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14587         * dig.el (dig-mode):
14588         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14590 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14592         * nnimap.el (nnimap-split-download-body): Fix spellings.
14594 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14596         * gnus-art.el (gnus-article-encrypt-body):
14597         * gnus-cus.el (gnus-score-customize):
14598         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14599         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14601 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14603         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14604         header by looking for magic "MII" at the beginnig.
14606 2005-06-16  Miles Bader  <miles@gnu.org>
14608         * gnus-xmas.el (gnus-xmas-group-startup-message):
14609         Use renamed gnus-splash face.
14611         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14612         (assistant-field-face): New backward-compatibility alias for renamed
14613         face.
14614         (assistant-render-text): Use renamed assistant-field face.
14616         * spam.el (spam): Remove "-face" suffix from face name.
14617         (spam-face): New backward-compatibility alias for renamed face.
14618         (spam-face, spam-initialize): Use renamed spam face.
14620         * message.el (message-header-to, message-header-cc)
14621         (message-header-subject, message-header-newsgroups)
14622         (message-header-other, message-header-name)
14623         (message-header-xheader, message-separator, message-cited-text)
14624         (message-mml): Remove "-face" suffix from face names.
14625         (message-header-to-face, message-header-cc-face)
14626         (message-header-subject-face, message-header-newsgroups-face)
14627         (message-header-other-face, message-header-name-face)
14628         (message-header-xheader-face, message-separator-face)
14629         (message-cited-text-face, message-mml-face):
14630         New backward-compatibility aliases for renamed faces.
14631         (message-font-lock-keywords): Use renamed message faces.
14633         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14634         (sieve-test-commands, sieve-tagged-arguments):
14635         Remove "-face" suffix from face names.
14636         (sieve-control-commands-face, sieve-action-commands-face)
14637         (sieve-test-commands-face, sieve-tagged-arguments-face):
14638         New backward-compatibility aliases for renamed faces.
14639         (sieve-control-commands-face, sieve-action-commands-face)
14640         (sieve-test-commands-face, sieve-tagged-arguments-face):
14641         Use renamed sieve faces.
14643         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14644         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14645         (gnus-group-news-3-empty, gnus-group-news-4)
14646         (gnus-group-news-4-empty, gnus-group-news-5)
14647         (gnus-group-news-5-empty, gnus-group-news-6)
14648         (gnus-group-news-6-empty, gnus-group-news-low)
14649         (gnus-group-news-low-empty, gnus-group-mail-1)
14650         (gnus-group-mail-1-empty, gnus-group-mail-2)
14651         (gnus-group-mail-2-empty, gnus-group-mail-3)
14652         (gnus-group-mail-3-empty, gnus-group-mail-low)
14653         (gnus-group-mail-low-empty, gnus-summary-selected)
14654         (gnus-summary-cancelled, gnus-summary-high-ticked)
14655         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14656         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14657         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14658         (gnus-summary-low-undownloaded)
14659         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14660         (gnus-summary-low-unread, gnus-summary-normal-unread)
14661         (gnus-summary-high-read, gnus-summary-low-read)
14662         (gnus-summary-normal-read, gnus-splash):
14663         Remove "-face" suffix from face names.
14664         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14665         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14666         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14667         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14668         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14669         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14670         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14671         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14672         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14673         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14674         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14675         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14676         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14677         (gnus-summary-normal-ticked-face)
14678         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14679         (gnus-summary-normal-ancient-face)
14680         (gnus-summary-high-undownloaded-face)
14681         (gnus-summary-low-undownloaded-face)
14682         (gnus-summary-normal-undownloaded-face)
14683         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14684         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14685         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14686         (gnus-splash-face):
14687         New backward-compatibility aliases for renamed faces.
14688         (gnus-group-startup-message): Use renamed gnus faces.
14690         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14691         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14692         (gnus-server-agent): Remove "-face" suffix from face names.
14693         (gnus-server-agent-face, gnus-server-opened-face)
14694         (gnus-server-closed-face, gnus-server-denied-face)
14695         (gnus-server-offline-face):
14696         New backward-compatibility aliases for renamed faces.
14697         (gnus-server-agent-face, gnus-server-opened-face)
14698         (gnus-server-closed-face, gnus-server-denied-face)
14699         (gnus-server-offline-face): Use renamed gnus faces.
14701         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14702         Remove "-face" suffix from face names.
14703         (gnus-picon-xbm-face, gnus-picon-face):
14704         New backward-compatibility aliases for renamed faces.
14706         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14707         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14708         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14709         (gnus-cite-11): Remove "-face" suffix from face names.
14710         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14711         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14712         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14713         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14714         New backward-compatibility aliases for renamed faces.
14715         (gnus-cite-attribution-face, gnus-cite-face-list)
14716         (gnus-article-boring-faces): Use renamed gnus faces.
14718         * gnus-art.el (gnus-signature, gnus-header-from)
14719         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14720         (gnus-header-content): Remove "-face" suffix from face names.
14721         (gnus-signature-face, gnus-header-from-face)
14722         (gnus-header-subject-face, gnus-header-newsgroups-face)
14723         (gnus-header-name-face, gnus-header-content-face):
14724         New backward-compatibility aliases for renamed faces.
14725         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14727         * gnus-sum.el (gnus-summary-selected-face)
14728         (gnus-summary-highlight): Use renamed gnus faces.
14729         * gnus-group.el (gnus-group-highlight): Likewise.
14731 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14733         * gnus-sieve.el (gnus-sieve-article-add-rule):
14734         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14735         * spam-stat.el (spam-stat-buffer-change-to-spam)
14736         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14738         * message.el (message-is-yours-p):
14739         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14741 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14743         * mm-view.el (mm-inline-text): Withdraw the last change.
14745 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14747         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14748         executing enriched-decode.
14750 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14752         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14753         charset of tar files.
14755 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14757         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14759 2005-06-04  Lute Kamstra  <lute@gnu.org>
14761         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14762         information is never recorded.
14764 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14766         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14768 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14770         * pop3.el (pop3-apop): Run md5 in the binary mode.
14772         * starttls.el (starttls-set-process-query-on-exit-flag):
14773         Use eval-and-compile.
14775 2005-05-31  Simon Josefsson  <jas@extundo.com>
14777         * smime.el (smime-replace-in-string): Define.
14778         (smime-cert-by-ldap-1): Use it.
14780 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14782         * gnus-art.el (article-display-x-face): Replace
14783         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14785         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14786         set-process-query-on-exit-flag or process-kill-without-query.
14788         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14789         loop instead of replace-regexp.
14791         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14792         instead of process-kill-without-query if it is available.
14794         * lpath.el: Fbind ldap-search-entries.
14796         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14797         instead of find-file-hooks if it is available.
14799         * mml1991.el: Bind pgg-default-user-id when compiling.
14801         * mml2015.el: Bind pgg-default-user-id when compiling.
14803         * nndraft.el (nndraft-request-associate-buffer):
14804         Use write-contents-functions instead of write-contents-hooks if it is
14805         available.
14807         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14808         instead of find-file-hooks if it is available.
14810         * nntp.el (nntp-open-connection): Replace
14811         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14812         (nntp-open-ssl-stream): Ditto.
14813         (nntp-open-tls-stream): Ditto.
14815         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14816         set-process-query-on-exit-flag or process-kill-without-query.
14817         (starttls-open-stream-gnutls): Use it instead of
14818         process-kill-without-query.
14819         (starttls-open-stream): Ditto.
14821 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14823         * smime.el (smime-cert-by-ldap-1): Don't use
14824         replace-regexp-in-string.
14826 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14828         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14830         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14831         in PEM format.  Adjust to the XEmacs compability.
14833 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14835         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14836         by `string-to-number'.
14837         * gnus-agent.el (gnus-agent-regenerate-group)
14838         (gnus-agent-fetch-articles): Ditto.
14839         * gnus-art.el (gnus-button-fetch-group): Ditto.
14840         * gnus-cache.el (gnus-cache-generate-active)
14841         (gnus-cache-articles-in-group): Ditto.
14842         * gnus-group.el (gnus-group-set-current-level)
14843         (gnus-group-insert-group-line): Ditto.
14844         * gnus-score.el (gnus-score-set-expunge-below)
14845         (gnus-score-set-mark-below, gnus-summary-score-effect)
14846         (gnus-summary-score-entry): Ditto.
14847         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14848         (gnus-soup-pack): Ditto.
14849         * gnus-spec.el (gnus-xmas-format): Ditto.
14850         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14851         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14852         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14853         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14854         * nndb.el (nndb-get-remote-expire-response): Ditto.
14855         * nndiary.el (nndiary-parse-schedule-value)
14856         (nndiary-string-to-number, nndiary-request-replace-article)
14857         (nndiary-request-article): Ditto.
14858         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14859         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14860         * nneething.el (nneething-make-head): Ditto.
14861         * nnfolder.el (nnfolder-request-article)
14862         (nnfolder-retrieve-headers): Ditto.
14863         * nnheader.el (nnheader-file-to-number): Ditto.
14864         * nnkiboze.el (nnkiboze-request-article): Ditto.
14865         * nnmail.el (nnmail-process-unix-mail-format)
14866         (nnmail-process-babyl-mail-format): Ditto.
14867         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14868         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14869         (nnmh-request-create-group, nnmh-request-list-1)
14870         (nnmh-request-group, nnmh-request-article): Ditto.
14871         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14872         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14873         * nnsoup.el (nnsoup-make-active): Ditto.
14874         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14875         * nntp.el (nntp-find-group-and-number)
14876         (nntp-retrieve-headers-with-xover): Ditto.
14877         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14878         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14879         (pgg-format-key-identifier): Ditto.
14880         * pop3.el (pop3-last, pop3-stat): Ditto.
14881         * qp.el (quoted-printable-decode-region): Ditto.
14883         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14884         of concat.
14886 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14888         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14890         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14892         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14894         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14896         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14898         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14900         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14901         (gnus-carpal-mode): Ditto.
14903         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14904         (gnus-browse-mode): Ditto.
14906         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14908         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14910 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14912         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14914 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14916         * gnus-util.el (gnus-run-mode-hooks): New function.
14918         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14920         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14921         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14923 2005-05-27  Lute Kamstra  <lute@gnu.org>
14925         * dns-mode.el (dns-mode): Specify customization group.
14927 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14929         * gnus-agent.el (gnus-agent-make-mode-line-string):
14930         Use mode-line-highlight as mouse-face.
14932 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14934         * canlock.el (canlock): Change the parent group to news.
14936         * deuglify.el (gnus-outlook-deuglify): Add :group.
14938         * dig.el (dig): Add :group.
14940         * dns-mode.el (dns-mode): Add :group.
14942         * encrypt.el (encrypt): Add :group.
14944         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14945         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14946         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14947         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14948         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14950         * gnus-diary.el (gnus-diary): Add :group.
14952         * gnus.el (gnus-group-news-1-face): Add :group.
14953         (gnus-group-news-1-empty-face): Ditto.
14954         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14955         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14956         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14957         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14958         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14959         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14960         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14961         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14962         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14963         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14964         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14965         (gnus-summary-high-ticked-face): Ditto.
14966         (gnus-summary-low-ticked-face): Ditto.
14967         (gnus-summary-normal-ticked-face): Ditto.
14968         (gnus-summary-high-ancient-face): Ditto.
14969         (gnus-summary-low-ancient-face): Ditto.
14970         (gnus-summary-normal-ancient-face): Ditto.
14971         (gnus-summary-high-undownloaded-face): Ditto.
14972         (gnus-summary-low-undownloaded-face): Ditto.
14973         (gnus-summary-normal-undownloaded-face): Ditto.
14974         (gnus-summary-high-unread-face): Ditto.
14975         (gnus-summary-low-unread-face): Ditto.
14976         (gnus-summary-normal-unread-face): Ditto.
14977         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14978         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14980         * hashcash.el (hashcash): New custom group.
14981         (hashcash-default-payment): Add :group.
14982         (hashcash-payment-alist): Ditto.
14983         (hashcash-default-accept-payment): Ditto.
14984         (hashcash-accept-resources): Ditto.
14985         (hashcash-path): Ditto.
14986         (hashcash-extra-generate-parameters): Ditto.
14987         (hashcash-double-spend-database): Ditto.
14988         (hashcash-in-news): Ditto.
14990         * message.el (message-minibuffer-local-map): Add :group.
14992         * netrc.el (netrc): Add :group.
14994         * sieve-manage.el (sieve-manage-log): Add :group.
14995         (sieve-manage-default-user): Diito.
14996         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14997         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14998         (sieve-manage-authenticators): Ditto.
14999         (sieve-manage-authenticator-alist): Ditto.
15000         (sieve-manage-default-port): Ditto.
15002         * sieve-mode.el (sieve-control-commands-face): Add :group.
15003         (sieve-action-commands-face): Ditto.
15004         (sieve-test-commands-face): Ditto.
15005         (sieve-tagged-arguments-face): Ditto.
15007         * smime.el (smime): Add :group.
15009         * spam-report.el (spam-report): Add :group.
15011         * spam.el (spam, spam-face): Add :group.
15013 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15015         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15016         return \n.\n.\n at the end of articles.  Protect against that.
15017         (nntp-with-open-group): Allow debugging.
15019         * nnheader.el (mail-header-set-extra): Make into a function
15020         because I just could't understand how to quote the list properly.
15022         * dns.el (query-dns-cached): New function.
15024 2005-05-26  Lute Kamstra  <lute@gnu.org>
15026         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15028 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15030         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15032         * gnus-art.el: Don't autoload mail-extract-address-components.
15034         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15035         eval-and-compile to evaluate it.
15037         * hashcash.el: Don't autoload executable-find.
15039         * nndb.el: Don't declare the nndb back end two or more times; don't
15040         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15042         * nntp.el: Autoload format-spec instead of format; use
15043         eval-and-compile to evaluate autoload forms.
15045 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15047         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15049 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15051         * gnus.el (gnus-version-number): Bump version.
15053 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15055         * gnus.el: No Gnus v0.3 is released.
15057 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15059         * lpath.el (featurep): Bind show-nonbreak-escape.
15061 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15063         * gnus-art.el (gnus-article-edit-part): Disable undo.
15065 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15067         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15068         gnus-article-date-lapsed-new-header is t if date timer is active;
15069         skip headers in which the original date value is empty.
15070         (gnus-article-save-original-date): Redefine it as a macro.
15071         (gnus-display-mime): Use it.
15073 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15075         * gnus-art.el (article-date-ut): Support converting date in
15076         forwarded parts as well.
15077         (gnus-article-save-original-date): New function.
15078         (gnus-display-mime): Use it.
15080 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15082         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15083         enclosure element of <item>.
15085 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15087         * message.el (message-kill-buffer-query): Rename from
15088         `message-kill-buffer-query-if-modified'.  Add :version.
15090 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15092         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15093         window layout.
15095 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15097         * mml.el: Autoload dnd when compiling.
15099 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15101         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15102         x-dnd-*.
15104 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15106         * qp.el (quoted-printable-encode-region): Save excursion.
15108 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15110         * message.el (message-kill-buffer-query-if-modified): Add new variable
15111         so the user can kill a modified message buffer quickly.
15112         (message-kill-buffer): Use it.
15114 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15116         * lpath.el: Fbind display-time-event-handler; don't fbind
15117         string-to-multibyte.
15119         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15121 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15123         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15124         contained in text because xml.el decodes entities) with LFs.
15126 2005-04-11  Lute Kamstra  <lute@gnu.org>
15128         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15129         differently.
15131 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15133         * mm-util.el (mm-detect-coding-region): Typo.
15135 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15137         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15139 2005-04-06  Deepak Goel  <deego@gnufans.org>
15141         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15142         user-function allow user modifications of the scores.
15143         (spam-stat-score-buffer-user): New function, to allow
15144         user-computed modifications to the score.
15145         (spam-stat-score-buffer-user-functions): List of additional
15146         scoring functions.
15147         (spam-stat-error-holder): Global temporary error holder.
15148         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15149         variable.
15151 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15153         * gnus-registry.el (gnus-registry-clean-empty-function)
15154         (gnus-registry-trim, gnus-registry-fetch-groups)
15155         (gnus-registry-delete-group): Groups that match
15156         `gnus-registry-ignored-groups' are removed from the registry
15157         entries, not just ignored for splitting.  This helps clean up the
15158         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15159         to get all the groups a message ID is in.
15161         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15162         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15163         (spam-stat-score-buffer-user-functions): Add :number custom type.
15165 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15167         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15168         argument in XEmacs.
15170         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15171         (nnrss-request-group): Decode group name first.
15172         (nnrss-request-article): Make a text/plain article if mml-to-mime
15173         failed.
15174         (nnrss-get-encoding): Return a compatible encoding according to
15175         nnrss-compatible-encoding-alist.
15176         (nnrss-find-el): Use consp instead of listp.
15177         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15179 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15181         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15182         which Emacs 20 doesn't support.
15183         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15185 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15187         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15188         silence the byte compiler inside the defun.
15190         * gnus-demon.el (parse-time-string): Add autoload.
15192         * gnus-delay.el (parse-time-string): Add autoload.
15194         * gnus-art.el (parse-time-string): Add autoload.
15196         * nnultimate.el (parse-time): Require for `parse-time-string'.
15198 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15200         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15202         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15204         * smime.el (smime-ldap-host-list): Add :version.
15206 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15208         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15209         pass it to `gnus-browse-read-group'.
15210         (gnus-browse-read-group): Add NUMBER argument and pass it to
15211         `gnus-group-read-ephemeral-group'.
15213         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15214         argument and pass it to `gnus-group-read-group'.
15216 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15218         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15219         mm-xemacs-find-mime-charset-1 if we have the mule feature
15220         available at runtime.
15222 2005-03-25  Werner Lemberg  <wl@gnu.org>
15224         * nnmaildir.el: Replace `illegal' with `invalid'.
15226 2005-03-23  Lute Kamstra  <lute@gnu.org>
15228         * time-date.el: Add comment on time value formats.
15229         Don't require parse-time.
15230         (with-decoded-time-value): New macro.
15231         (encode-time-value): New function.
15232         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15233         (days-to-time): Return a valid time value when arg is huge.
15234         (time-since): Use time-subtract.
15235         (time-to-number-of-days): Use time-to-seconds.
15237 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15239         * gnus-start.el (gnus-display-time-event-handler):
15240         Check display-time-timer at runtime rather than only at load time
15241         in case display-time-mode is turned off in the mean time.
15243 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15245         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15246         used.
15248         * nneething.el (nneething-map-file-directory): Derive from
15249         `gnus-directory'.
15251         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15252         the To/Cc button.
15254 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15256         * nnmaildir.el (nnmaildir-request-accept-article):
15257         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15259 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15261         * gnus-async.el: Require timer-funcs at compile time when in
15262         XEmacs for `run-with-idle-timer'.
15264 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15266         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15267         autoloaded function.
15269 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15271         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15273 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15275         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15277 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15279         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15280         Add gnus-expert-user to default.
15282 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15284         * nnimap.el (nnimap-open-server): Ditto.
15286         * imap.el (imap-authenticate): Fix typo.
15288 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15290         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15291         buffer (since IMAP server might return FETCH response out of
15292         order, and the nntp buffer must be sorted).
15294 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15296         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15297         comparison on string.
15299         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15300         (gnus-agent-score): Rename category keywords to match gnus-cus.
15301         (gnus-agent-summary-fetch-series): Modify to protect against
15302         gnus-agent-summary-fetch-group clearing processable flags.
15303         (gnus-agent-synchronize-group-flags): Update live group buffer as
15304         synchronization may occur due to the user toggle the plugged
15305         status.
15306         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15307         successfully downloaded.
15308         (gnus-agent-expire-group-1): Avoid using markers when the overview
15309         is in ascending order; greatly improves performance.
15310         (gnus-agent-regenerate-group):
15311         Use gnus-agent-synchronize-group-flags to reset read status in both
15312         gnus and server.
15313         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15315 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15317         * message.el: Don't autoload former message-utils variables.
15318         (message-strip-subject-trailing-was): Change doc string.
15320         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15321         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15322         (nnweb-google-search): Add "hl=en" here.
15323         (nnweb-google-parse-1, nnweb-google-create-mapping):
15324         Don't hardcode URL.
15326 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15328         * message.el (message-get-reply-headers, message-followup):
15329         Mention related variables `message-use-followup-to' and
15330         `message-use-mail-followup-to', in the information buffer.
15332         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15333         of broken groups(-beta).google.com.
15335 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15337         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15338         parameter to invoked gnus-request-move-article; remove the
15339         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15340         all at once instead of once per article.
15341         (gnus-summary-remove-process-mark): Accept a list of articles as
15342         well as a single article for processing.
15344         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15345         parameter.
15347         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15349         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15351         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15352         parameter.
15354         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15355         parameter.
15357         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15358         parameter and remove the gnus-sum-hint-move-is-internal variable.
15360         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15361         parameter.
15363         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15364         parameter.
15366         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15367         parameter.
15369         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15371         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15372         parameter.
15374         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15375         parameter.
15377 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15379         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15380         a more conservative way.
15382 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15384         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15385         buffer, so it moves the window's cursor.
15387 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15389         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15390         `mm-dissect-multipart' and receive the from field as an (optional)
15391         argument from `mm-dissect-multipart'.
15392         (mm-dissect-multipart): Receive the from field as an argument and
15393         pass it on when we call `mm-dissect-buffer' on MIME parts.
15394         Fixes verification/decryption of signed/encrypted MIME parts.
15396 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15398         * gnus-sum.el (gnus-summary-move-article):
15399         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15400         whatever it calls (right now, only nnimap-request-move article
15401         respects it).
15403         * nnimap.el (nnimap-request-move-article):
15404         When gnus-sum-hint-move-is-internal is set, don't do the extra
15405         nnimap-request-article.
15407 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15409         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15411         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15412         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15414         * gnus-sum.el (gnus-summary-caesar-message):
15415         Apply `gnus-treat-article' after rotation.
15417         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15418         doc string.
15420 2005-02-22  Simon Josefsson  <jas@extundo.com>
15422         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15423         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15424         <arne@arnested.dk>.
15425         (encrypt): Add password-cache and password-cache-expiry as group
15426         members.
15428 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15430         * smime.el (smime-ldap-host-list): Doc fix.
15431         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15432         cache) password.
15433         (smime-sign-region): Use it.
15434         (smime-decrypt-region): Use it.
15435         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15436         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15437         fails.
15438         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15439         certificate from DER to PEM format rather than calling openssl.
15441         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15443         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15444         for signing/encryption.
15446         * mml.el (mml-parse-1): Use them.
15448 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15450         * nnrss.el (nnrss-verbose): Remove.
15451         (nnrss-request-group): Use `nnheader-message' instead.
15453 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15455         * nnrss.el (nnrss-verbose): New variable.
15456         (nnrss-request-group): Make it say nnrss is requesting a group.
15458 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15460         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15461         Handle news URL with given port correctly.
15463 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15465         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15466         containing special characters.
15468         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15470         * mml.el (mime-to-mml): Ditto.
15472         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15473         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15474         (rfc2047-decode-region): Quote decoded words containing special
15475         characters when rfc2047-quote-decoded-words-containing-tspecials
15476         is non-nil.
15478 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15480         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15482         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15484 2005-02-15  Simon Josefsson  <jas@extundo.com>
15486         * nnimap.el (nnimap-debug): Doc fix.
15488         * imap.el (imap-debug): Doc fix.
15490 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15492         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15494 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15496         * gnus.el (spam-contents): Improve docs for spam-contents
15497         parameter in its variable incarnation.
15499 2005-02-14  Simon Josefsson  <jas@extundo.com>
15501         * smime-ldap.el: Use require instead of load-library for ldap.
15502         (smime-ldap-search): Indent.
15503         (smime-ldap-search-internal): Shorten line.
15505         * smime.el (smime-cert-by-dns): Add doc-string.
15506         (smime-cert-by-ldap-1): Indent.
15508         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15509         mml-smime-get-dns-ldap.
15510         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15512 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15514         * smime.el: Require smime-ldap.
15515         (smime-ldap-host-list): New variable.
15516         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15518         * mml-smime.el (mml-smime-encrypt-query): New function.
15519         (mml-smime-encrypt-query): Use it.
15521         * smime-ldap.el: New file.
15523 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15525         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15527 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15529         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15530         argument in doc string.  Make query for type more clear.
15532 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15534         * gnus.el (gnus-group-startup-message): Search for gnus images in
15535         etc/images/gnus.
15536         * mm-util.el (mm-image-load-path): Likewise.
15537         * smiley.el (smiley-data-directory): Search for smilies in
15538         etc/images/smilies.
15540 2005-02-09  Kim F. Storm  <storm@cua.dk>
15542         Change Emacs release version from 21.4 to 22.1 throughout.
15543         Change Emacs development version from 21.3.50 to 22.0.50.
15545 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15547         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15549         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15550         non-Mule XEmacs as well.
15551         (mm-decompress-buffer): Signal an error intentionally if it does
15552         not decompress compressed data because auto-compression-mode is
15553         disabled.
15555 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15557         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15558         an ID in the registry even if it has no groups.
15560 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15562         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15563         merge it into mm-decompress-buffer.
15564         (gnus-mime-copy-part): Use the MIME part charset, the value which
15565         a user specified or gnus-newsgroup-charset for decoding, like
15566         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15567         save-buffer what was used.  Suggested by Kevin Ryde
15568         <user42@zip.com.au>.
15569         (gnus-mime-inline-part): Allow the name parameter as well as the
15570         filename parameter; force decompressing of compressed data; always
15571         display contents being not decoded as unibyte.
15573         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15574         as well as the filename parameter.
15576         * mm-util.el (mm-decompress-buffer):
15577         Merge gnus-mime-jka-compr-maybe-uncompress.
15578         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15579         of compressed data.
15581 2005-02-08  Simon Josefsson  <jas@extundo.com>
15583         * imap.el (imap-log): Doc fix.
15585 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15587         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15588         the coding cookies; decompress compressed parts.
15590         * mml.el (mml-generate-mime-1): Add the charset parameter according
15591         to the value which a user specified manually or the coding cookie.
15593         * mm-util.el (mm-string-to-multibyte): New function.
15594         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15595         (mm-coding-system-to-mime-charset): New function.
15596         (mm-decompress-buffer): New function.
15597         (mm-find-buffer-file-coding-system): New function.
15599         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15600         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15601         parts.
15603 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15605         * mm-view.el (mm-display-inline-fontify): Decode a part according
15606         to the charset parameter.
15608 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15610         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15611         prefix arg is neither nil nor a number, as info specifies.
15613 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15615         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15616         timestamps.
15618 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15620         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15621         groups error checking and notify user.
15623 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15625         * message.el (message-send-mail-function): Check existence of
15626         sendmail-program first before using default value
15627         `message-send-mail-with-sendmail'.  Otherwise use more generic
15628         `smtpmail-send-it'.
15630 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15632         * nntp.el (nntp-request-update-info): Always return nil.
15634 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15636         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15638 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15640         * message.el (message-beginning-of-line): Change the behavior when
15641         invoked between BOL and : so that it first moves backward.
15643 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15645         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15646         article buffer when editing of the article is discarded.
15647         (gnus-article-prepare): Revert.
15649 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15651         * gnus-art.el (gnus-article-prepare):
15652         Remove message-strip-forbidden-properties from the local hook.
15654 2005-01-27  Simon Josefsson  <jas@extundo.com>
15656         * password.el (password-cache-add): Only start one timer per key.
15657         Reported by Derek Atkins <warlord@MIT.EDU>.
15659 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15661         * run-at-time.el: Remove.  It is no longer needed as
15662         timer-funcs.el in the xemacs-base package has a working version of
15663         `run-at-time'.
15665         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15667         * password.el: Require timer-funcs instead of run-at-time in
15668         XEmacs.
15669         Remove `password-run-at-time' macro.
15670         (password-cache-add): Use `run-at-time' instead of
15671         `password-run-at-time'.
15673         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15674         Remove `nnheader-cancel-function-timers' alias,
15675         `cancel-function-timers' exists in XEmacs in timer-funcs.
15677         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15678         for `run-with-idle-timer'.
15680         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15681         for `run-at-time'.
15683         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15684         for `with-timeout'.
15686         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15687         the same as for XEmacs 21.4.
15688         No need to ignore `run-with-idle-timer', this function exists in
15689         XEmacs now in timer-funcs.el in the xemacs-base package.
15690         (dgnushack-compile): No need to delete
15691         run-at-time.el from the list of files to compile because it
15692         doesn't exist anymore.
15694 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15696         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15697         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15699 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15701         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15702         sensitively.
15704 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15706         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15708 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15710         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15711         which will be inserted according to the multibyteness of a buffer
15712         rather than the type of contents.  Suggested by ARISAWA Akihiro
15713         <ari@mbf.ocn.ne.jp>.
15715         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15716         of string which old xml.el may return rather than a string.
15718 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15720         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15722 2005-01-16  Simon Josefsson  <jas@extundo.com>
15724         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15725         idn/idna.el isn't available.
15726         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15727         <michael@waxrat.com>.
15729         * hashcash.el: Remove non-FSF copyright header.
15731         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15732         (hashcash-generate-payment): Use it.
15733         (hashcash-generate-payment-async): Use it.
15735 2005-01-15  Simon Josefsson  <jas@extundo.com>
15737         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15738         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15740         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15741         gnus-summary-idna-message.
15742         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15743         (gnus-summary-idna-message): New function.
15745 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15747         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15748         gnus-novice-user.
15750 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15752         * nnrss.el (nnrss-request-delete-group): Delete entries in
15753         nnrss-group-alist as well.
15754         (nnrss-save-server-data): Insert newline.
15756 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15758         * gnus.el (gnus-user-agent): Use list of symbols instead of
15759         symbols.  Display full version number for (S)XEmacs.
15760         Optionally display (S)XEmacs codename.
15762         * gnus-util.el (gnus-emacs-version): Update for new
15763         `gnus-user-agent'.
15765         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15766         Gnus version.
15768 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15770         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15771         which is unreadable in some setups.
15773 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15775         * gnus-spec.el (gnus-update-format-specifications): Flush the
15776         group format spec cache if it doesn't support decoded group names.
15778 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15780         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15781         Allow to apply decay on score files matching a regexp.
15783 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15785         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15786         compatibility in %g and %c.
15788 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15790         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15791         name for only %g and %c.
15792         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15793         of gnus-tmp-group to decoded group name.
15794         (gnus-group-make-rss-group): Exclude `/'s from group names.
15796 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15798         * nnrss.el (nnrss-get-encoding): Fix regexp.
15800 2004-12-27  Simon Josefsson  <jas@extundo.com>
15802         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15803         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15804         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15806 2004-12-17  Kim F. Storm  <storm@cua.dk>
15808         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15810         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15812 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15814         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15816 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15818         * nnrss.el: Require rfc2047 and mml.
15819         (nnrss-file-coding-system): New variable.
15820         (nnrss-format-string): Redefine it as an inline function.
15821         (nnrss-decode-group-name): New function.
15822         (nnrss-string-as-multibyte): Remove.
15823         (nnrss-retrieve-headers): Decode group name; don't use
15824         nnrss-format-string.
15825         (nnrss-request-group): Decode group name.
15826         (nnrss-request-article): Decode group name; allow a Message-ID as
15827         well as an article number; don't use nnrss-format-string; encode a
15828         Message-ID string which may contain non-ASCII characters; use
15829         mml-to-mime to compose a MIME article.
15830         (nnrss-request-expire-articles): Decode group name.
15831         (nnrss-request-delete-group): Decode group name.
15832         (nnrss-fetch): Clarify error message.
15833         (nnrss-read-server-data): Use insert-file-contents instead of load;
15834         bind file-name-coding-system; use multibyte buffer.
15835         (nnrss-save-server-data): Bind coding-system-for-write to the
15836         value of nnrss-file-coding-system; bind file-name-coding-system;
15837         add coding cookie.
15838         (nnrss-read-group-data): Use insert-file-contents instead of load;
15839         bind file-name-coding-system; use multibyte buffer.
15840         (nnrss-save-group-data): Bind coding-system-for-write to the
15841         value of nnrss-file-coding-system; bind file-name-coding-system.
15842         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15843         make it work with non-ASCII text.
15844         (nnrss-find-el): Make it work with old xml.el as well.
15846 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15848         * nnrss.el (nnrss-get-encoding): New function.
15849         (nnrss-fetch): Use unibyte buffer initially; bind
15850         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15851         decode contents according to the encoding attribute.
15852         (nnrss-save-group-data): Add coding cookie.
15853         (nnrss-mime-encode-string): New function.
15854         (nnrss-check-group): Use it to encode subject and author.
15856 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15858         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15859         imaginary variable.
15861 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15863         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15864         correctly even if there are wide characters.
15866 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15868         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15869         downcased symbol names; make a new cache instead of reusing
15870         bbdb-hashtable.
15872 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15874         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15875         concatenating segments rather than before concatenating them.
15876         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15878         * message.el (message-get-reply-headers): Bind `extra'.
15880 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15882         * message.el (message-extra-wide-headers): New variable.
15883         (message-get-reply-headers): Use it.
15885 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15887         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15888         (gnus-agent-group-pathname): Ditto.
15890         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15892         * gnus-group.el (gnus-group-make-group): Decode group name.
15893         (gnus-group-make-rss-group): Register the group data after opening
15894         the nnrss group.
15896 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15898         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15899         by expiry now get marked as read.
15901 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15903         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15905 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15907         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15908         unify Latin characters in XEmacs.
15909         (mm-find-mime-charset-region): Use it.
15911 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15913         * gnus-util.el (gnus-delete-directory): New function.
15915         * gnus-agent.el (gnus-agent-delete-group): Use it.
15917         * gnus-cache.el (gnus-cache-delete-group): Use it.
15919 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15921         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15922         names.
15924 2004-12-16  Simon Josefsson  <jas@extundo.com>
15926         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15928 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15930         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15932         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15933         (gnus-group-set-current-level): Decode group name.
15935 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15937         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15938         failed.
15940 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15942         * gnus-group.el (gnus-group-delete-group): Decode group name.
15943         (gnus-group-make-rss-group): Encode group name.
15944         (gnus-group-catchup-current): Decode group name.
15945         (gnus-group-kill-group): Decode group name.
15947 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15949         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15951 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15953         * gnus-group.el (gnus-group-make-rss-group):
15954         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15956         * gnus-start.el (gnus-setup-news): Honor user's setting to
15957         gnus-message-archive-method.  Suggested by Lute Kamstra
15958         <lute@gnu.org>.
15960 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15962         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15963         global counterparts of the buffer-local variables.
15965 2004-11-16  Romain Francoise  <romain@orebokech.com>
15967         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15968         counterparts of the buffer-local variables.
15970 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15972         * message.el (message-forbidden-properties): Fix typo in doc
15973         string.
15975 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15977         * gnus-util.el (gnus-replace-in-string): Add doc string.
15979         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15980         to avoid problems when splitting mails with many recipients.
15982 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15984         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15985         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15987 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15989         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15990         if there is no hashtable in memory or file modification time is
15991         newer than cached timestamp.
15993 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15995         * gnus-sum.el (gnus-summary-limit-to-recipient):
15996         Implement not-matching option.
15998 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16000         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16001         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16002         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16003         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16004         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16005         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16007 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16009         * message.el (message-forward-make-body-mml): Remove headers
16010         according to message-forward-ignored-headers if a message is decoded.
16012 2004-12-02  Romain Francoise  <romain@orebokech.com>
16014         * message.el (message-forward-make-body-plain): Always remove
16015         headers according to message-forward-ignored-headers.
16017 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16019         * spam.el (spam-summary-prepare-exit): Remove the
16020         gnus-summary-limit pop for now, it has problems with ham marks for
16021         me.
16023 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16025         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16026         correctly.
16028 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16030         * format-spec.el (format-spec): Message the char.
16032 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16034         * gnus-art.el (gnus-split-methods): Reformat comments.
16036         * spam.el (spam-summary-prepare-exit): Remove article limits
16037         before exiting the summary buffer.
16039 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16041         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16042         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16044         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16045         order to silence the byte compiler.
16047         * spam.el: Fix the way to silence the byte compiler, which
16048         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16049         bbdb-search-simple, spam-BBDB-register-routine,
16050         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16051         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16052         spam-stat-buffer-is-spam, spam-stat-load,
16053         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16054         spam-stat-save and spam-stat-split-fancy.
16056 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16058         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16059         which may confuse users.
16060         (canlock-password-for-verify): Ditto.
16062         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16064         * gnus-art.el (gnus-emphasis-alist): Ditto.
16066         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16068         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16070         * gnus-start.el (gnus-save-killed-list): Ditto.
16072         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16073         (gnus-sum-thread-tree-root): Ditto.
16074         (gnus-sum-thread-tree-false-root): Ditto.
16075         (gnus-sum-thread-tree-single-indent): Ditto.
16077         * message.el (message-courtesy-message): Ditto.
16078         (message-archive-note): Ditto.
16079         (message-subscribed-address-file): Ditto.
16080         (message-user-fqdn): Ditto.
16082         * spam-report.el (spam-report-gmane-regex): Ditto.
16084         * spam.el (spam-blackhole-good-server-regex): Ditto.
16086 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16088         * mml.el (mml-preview): Widen the message buffer before copying
16089         the contents to the preview buffer; sort headers before previewing.
16091         * message.el (message-hidden-headers): Fix the way to avoid a bug
16092         in the `repeat' widget in Emacs 21.3 or earlier.
16094 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16096         * message.el (message-hidden-headers): Default to "^References:".
16097         Improve customization type.  Suggested by Reiner Steib
16098         <Reiner.Steib@gmx.de>.
16100 2004-11-25  Romain Francoise  <romain@orebokech.com>
16102         * message.el (message-strip-forbidden-properties): Remove check for
16103         obsolete `message-hidden' text property, hidden headers are not
16104         accessible in the buffer anymore.
16106 2004-11-22  Romain Francoise  <romain@orebokech.com>
16108         * message.el (message-header-format-alist): Add `From' in list
16109         so that it can be sorted.
16110         (message-fix-before-sending): Widen and sort headers before
16111         sending.
16112         (message-hide-headers): Use narrowing to hide headers by moving
16113         them to the top of the buffer and narrowing to the region
16114         underneath.
16116 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16118         * message.el (message-strip-forbidden-properties):
16119         Bind buffer-read-only (etc) to nil.
16121 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16123         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16124         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16126 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16128         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16130 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16132         * dns.el (query-dns): Use sit-for to time instead of
16133         accept-process-output, since that doesn't seem to work on udp
16134         sockets.
16136 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16138         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16140 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16142         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16143         doc string.  Improve doc string.
16145 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16147         * nntp.el (nntp-request-update-info): Return nil if
16148         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16149         may not call gnus-activate-group which uselessly issues the GROUP
16150         commands for all nntp groups and wastes time.  Reported by Romain
16151         Francoise <romain@orebokech.com>.
16153         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16155 2004-11-15  Simon Josefsson  <jas@extundo.com>
16157         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16158         headers separately.
16159         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16160         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16162 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16164         * gnus-start.el (gnus-convert-old-newsrc):
16165         Assign legacy-gnus-agent to 5.10.7.
16167 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16169         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16170         start of the lines.
16172 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16174         * hashcash.el (hashcash-default-payment): Change default to 20.
16175         (hashcash-default-accept-payment): Change default to 20.
16176         (hashcash-process-alist): New variable.
16177         (hashcash-generate-payment-async): Add.
16178         (hashcash-already-paid-p): Add.
16179         (hashcash-insert-payment): Don't generate payments twice.
16180         (hashcash-insert-payment-async): Add.
16181         (hashcash-insert-payment-async-2): Add.
16182         (hashcash-cancel-async): Add.
16183         (hashcash-wait-async): Add.
16184         (hashcash-processes-running-p): Add.
16185         (hashcash-wait-or-cancel): Add.
16186         (mail-add-payment): New optional argument.  Conditionally start
16187         asynchronous calculation.
16188         (mail-add-payment-async): Add.
16190         * message.el (message-send-mail): Wait for asynchronous hashcash
16191         results.  Don't clobber existing X-Hashcash headers.
16192         (message-setup-1): Call mail-add-payment-async when
16193         message-generate-hashcash is non-nil.
16195 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16197         * message.el (message-use-alternative-email-as-from): Examine the
16198         From header as well; use message-make-from in order to include a
16199         user's full name.
16201 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16203         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16204         default; improve customization type.
16205         (gnus-emphasis-custom-with-format): New macro.
16206         (gnus-emphasis-custom-value-to-external): New function.
16207         (gnus-emphasis-custom-value-to-internal): New function.
16209 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16211         * dns.el (query-dns): Resolve reverse addresses.
16213 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16215         * gnus-group.el (gnus-group-get-new-news): Use it.
16217         * gnus-start.el (gnus-check-reasonable-setup): New function.
16219 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16221         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16222         "Args out of range" error.  Reported by Arnaud Giersch
16223         <arnaud.giersch@free.fr>.
16225 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16227         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16229 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16231         * spam.el (spam group): Add :version.
16233         * pgg-def.el (pgg group): Add :version.
16235 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16237         * gnus-art.el (gnus-article-edit-article): Don't associate the
16238         article buffer with a draft file.  This is a temporary measure
16239         against the 2004-08-22 change to gnus-article-edit-mode.
16241 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16243         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16244         (html2text-format-tags): Remove unused variable `attr'.
16246 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16248         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16250         * tls.el (tls-process-connection-type, tls-success)
16251         (tls-certtool-program): Add :version.
16253         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16254         (starttls-extra-arguments, starttls-process-connection-type)
16255         (starttls-connect, starttls-failure, starttls-success): Add :version.
16257         * spam-stat.el (spam-stat): Add :version.
16259         * sieve.el (sieve): Add :version.
16261         * sha1.el (sha1): Add :version.
16262         (sha1-use-external): Remove redundant version.
16264         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16265         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16266         (nnmail-split-fancy-match-partial-words)
16267         (nnmail-split-lowercase-expanded): Add :version.
16269         * nndiary.el (nndiary): Add :version.
16271         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16273         * mml-sec.el (mml-default-sign-method)
16274         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16275         Add :version.
16277         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16279         * mm-url.el (mm-url-use-external, mm-url-program)
16280         (mm-url-arguments): Add :version.
16282         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16283         (mm-attachment-file-modes, mm-decrypt-option)
16284         (mm-w3m-safe-url-regexp): Add :version.
16286         * message.el (message-cite-prefix-regexp)
16287         (message-sendmail-envelope-from, message-minibuffer-local-map)
16288         (message-user-fqdn, message-completion-alist): Add :version.
16290         * gnus-win.el (gnus-configure-windows-hook)
16291         (gnus-use-frames-on-any-display): Add :version.
16293         * gnus-art.el (gnus-article-address-banner-alist)
16294         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16295         (gnus-treat-from-picon, gnus-treat-mail-picon)
16296         (gnus-treat-x-pgp-sig): Add :version.
16298         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16299         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16300         (gnus-summary-article-delete-hook)
16301         (gnus-summary-display-while-building): Add :version.
16303         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16304         (gnus-get-top-new-news-hook): Add :version.
16306         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16307         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16309         * gnus-registry.el (gnus-registry): Add :version.
16311         * gnus-spec.el (gnus-use-correct-string-widths)
16312         (gnus-make-format-preserve-properties): Add :version.
16314         * gnus.el (gnus-group-charter-alist)
16315         (gnus-group-fetch-control-use-browse-url)
16316         (gnus-install-group-spam-parameters): Add :version.
16318         * gnus-diary.el (gnus-diary): Add :version.
16320         * gnus-delay.el (gnus-delay): Add :version.
16322         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16323         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16324         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16325         Add :version.
16327         * gnus-agent.el (gnus-agent-max-fetch-size)
16328         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16329         (gnus-agent-prompt-send-queue): Add :version.
16331         * deuglify.el (gnus-outlook-deuglify): Add :version.
16333         * html2text.el: Beautify code.  Improve doc strings.
16334         Some checkdoc cleanup.
16335         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16337 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16339         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16341 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16343         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16344         when package is loaded.
16346         * spam.el (spam-summary-score-preferred-header): Add global preference
16347         for people who want to override the default SpamAssassin over
16348         Bogofilter preference (when both are set).
16349         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16350         (spam-user-format-function-S):
16351         Check spam-summary-score-preferred-header.
16352         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16353         (spam-user-format-function-S): Format the score correctly.
16355 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16357         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16358         signature file.  Suggested by Manoj Srivastava
16359         <srivasta@golden-gryphon.com>.
16361         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16362         iso-2022-jp even in the Japanese language environment.
16363         Suggested by Jason Rumney <jasonr@gnu.org>.
16365 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16367         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16368         use the same characters as the dummy marks; make it free from
16369         getting affected by the language environment.
16370         (gnus-summary-read-group-1): Update mark positions only when the
16371         format spec is updated.
16373         * gnus-spec.el (gnus-update-format-specifications): Return a list
16374         of updated types.
16376 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16378         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16379         of boundp to check if display-warning is available.
16381 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16383         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16385 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16387         * nnspool.el (nnspool-spool-directory): Use news-path if the
16388         news-directory variable is not bound.
16390         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16391         function instead of display-warning if it is not available.
16393 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16395         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16396         v5-10: Use `point-at-bol'.
16398 2004-10-26  Simon Josefsson  <jas@extundo.com>
16400         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16401         <chenggao@gmail.com>.
16403 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16405         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16406         instead.
16408 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16410         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16411         to remove a server from the nnimap-server-buffer-alist.
16412         (nnimap-open-connection, nnimap-close-server): Use it.
16414         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16416 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16418         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16419         running the major-mode function.
16421 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16423         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16424         dummy marks in the right way.
16426 2004-10-18  David Edmondson  <dme@dme.org>
16428         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16429         excessively.
16431 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16433         * gnus-util.el (gnus-split-references): Accept a nil references
16434         string and go on blissfully.
16436         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16437         cases where the references string is non-nil but has no references.
16439         * encrypt.el: Add autoload tags.
16441         * spam.el (spam-resolve-registrations-routine): Remove article
16442         from unregistration list too.  Reported by David Hanak
16443         <dhanak@isis.vanderbilt.edu>
16445 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16447         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16448         nil.  Change custom type.
16450 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16452         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16454         * gnus-sum.el (gnus-summary-move-article): Use it.
16456 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16458         * encrypt.el: Add autoload cookies.
16460         * spam.el (spam-backend-article-list-property)
16461         (spam-backend-get-article-todo-list)
16462         (spam-backend-put-article-todo-list)
16463         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16464         Resolve registrations separately.
16465         (spam-register-routine): Format comments.
16466         (spam-unregister-routine, spam-register-routine): Always call with
16467         specific-articles, no default list.
16468         (spam-summary-prepare-exit): Use the spam-classifications function.
16470         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16471         gnus-encrypt.el.
16473         * encrypt.el: Copied from gnus-encrypt.el.
16475         * gnus-encrypt.el: Commented that it's obsolete.
16477 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16479         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16480         (gnus-score-save): Use it.
16482         * message.el (message-bury): Use `window-dedicated-p'.
16484 2004-10-15  Simon Josefsson  <jas@extundo.com>
16486         * pop3.el (top-level): Don't require nnheader.
16487         (pop3-read-timeout): Add.
16488         (pop3-accept-process-output): Add.
16489         (pop3-read-response, pop3-retr): Use it.
16491 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16493         * spam.el (spam-register-routine): Move comment.
16494         (spam-verify-bogofilter): Use 'unknown for the initial
16495         spam-bogofilter-valid state, not 'never.
16497         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16498         for netrc-machine.
16500         * nnimap.el (nnimap-open-connection):
16501         Use netrc-machine-user-or-password.
16503 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16505         * gnus-registry.el (gnus-registry-unload-hook):
16506         Set as a variable with add-hook.
16508         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16509         of news-path.
16511         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16513         * spam.el: Delete duplicate `provide'.
16514         (spam-unload-hook): Set as a variable with add-hook.
16516 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16518         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16519         in the doc string.
16521         * message.el (message-ignored-news-headers)
16522         (message-ignored-supersedes-headers)
16523         (message-ignored-resent-headers)
16524         (message-forward-ignored-headers): Improve custom type.
16526 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16528         * message.el (message-tokenize-header): Fix 2004-09-06 change
16529         which used point-min in the wrong place.
16531 2004-10-12  Simon Josefsson  <jas@extundo.com>
16533         * tls.el (tls-certtool-program): New variable.
16534         (tls-certificate-information): New function, based on
16535         ssl-certificate-information.
16537 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16539         * compface.el: Move the version of ELisp-based uncompface program
16540         to the contrib directory because of the copyright problem.
16542 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16544         * message.el (message-kill-buffer): Raise the current frame.
16546 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16548         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16550         * gnus.el (message-y-or-n-p): Autoload.
16552         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16553         (pop3-password-required, pop3-authentication-scheme)
16554         (pop3-leave-mail-on-server): Make customizable.
16555         (pop3): New custom group.
16556         (pop3-retr): Remove `sleep-for' statements.
16557         Suggested by Dave Love <fx@gnu.org>.
16559         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16560         Windows/DOS.
16562         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16563         (imap-parse-body): Fix incorrect use of `assert'.
16564         Suggested by Dave Love <fx@gnu.org>.
16566         * mml.el (mml-minibuffer-read-disposition): Require match.
16567         Suggested by Dave Love <fx@gnu.org>.
16569 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16571         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16572         doc string.
16574 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16576         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16578 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16580         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16581         instead of calling `mm-insert-inline', to decode text/* parts
16582         before displaying them.
16584 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16586         * mm-uu.el (mm-uu-text-plain-type): New variable.
16587         (mm-uu-pgp-signed-extract-1): Use it.
16588         (mm-uu-pgp-encrypted-extract-1): Use it.
16589         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16590         bind mm-uu-text-plain-type with that value.
16591         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16592         mm-uu-dissect.
16594 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16596         * gnus-group.el (gnus-update-group-mark-positions):
16597         * gnus-sum.el (gnus-update-summary-mark-positions):
16598         * message.el (message-check-news-body-syntax):
16599         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16600         of string-as-multibyte.
16602 2004-10-05  Juri Linkov  <juri@jurta.org>
16604         * gnus-group.el (gnus-update-group-mark-positions):
16605         * gnus-sum.el (gnus-update-summary-mark-positions):
16606         * message.el (message-check-news-body-syntax):
16607         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16608         8-bit unibyte values to a multibyte string for search functions.
16610 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16612         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16613         (mm-uu-dissect-text-parts): New function.
16615         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16616         dissect text parts.
16618         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16619         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16621         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16623         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16624         Use gnus-current-topics instead of gnus-current-topic.
16626 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16628         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16630 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16632         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16633         where approriate.
16635         * nnml.el (nnml-generate-active-info): do.
16637         * nndiary.el (nndiary-generate-active-info): do.
16639         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16640         (gnus-topic-move): do.
16642         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16643         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16645         * gnus-srvr.el (gnus-server-prepare)
16646         (gnus-server-open-all-servers): do.
16648         * gnus-msg.el (gnus-summary-cancel-article)
16649         (gnus-summary-resend-message)
16650         (gnus-summary-mail-crosspost-complaint): do.
16652         * gnus-move.el (gnus-change-server): do.
16654         * gnus-group.el (gnus-group-unmark-all-groups)
16655         (gnus-group-set-current-level): do.
16657 2004-10-04  Simon Josefsson  <jas@extundo.com>
16659         * message.el (message-generate-hashcash): Doc fix.
16661 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16663         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16664         avoid infinite recursion via gnus-get-function.
16666 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16668         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16670         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16672         * nnmail.el (nnmail-split-history): do.
16674         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16675         (nnml-request-delete-group): do.
16677         * nnslashdot.el (nnslashdot-read-groups): do.
16679         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16680         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16682         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16683         (nnspool-sift-nov-with-sed): Use last.
16684         (nnspool-retrieve-headers-with-nov): Use mapc.
16685         (nnspool-request-newgroups): Use dolist.
16686         (nnspool-request-group): Use last.
16688         * nntp.el (nntp-read-server-type): Use dolist.
16690         * nnvirtual.el (nnvirtual-create-mapping)
16691         (nnvirtual-update-read-and-marked): Use dolist.
16692         (nnvirtual-convert-headers): Simplify.
16694 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16696         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16697         Add support for sync'ing tick marks.
16699 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16701         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16702         there's no visible header.
16704 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16706         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16707         When necessary, pass full group name to gnus-request-set-marks.
16709 2004-10-01  Simon Josefsson  <jas@extundo.com>
16711         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16712         acroread.
16714 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16716         * spam-report.el (spam-report-gmane): Fix interactive.
16718         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16720         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16721         when writing file.
16722         (gnus-agent-synchronize-flags): Don't default to being
16723         interactive.
16725 2004-09-30  Simon Josefsson  <jas@extundo.com>
16727         * message.el (message-generate-hashcash): Add.
16728         (message-send-mail): Use it, call mail-add-payment.
16730 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16732         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16734 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16736         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16737         gnus-requst-update-info with explicit code to sync the in-memory
16738         info read flags with the marks being sync'd to the backend.
16740         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16742 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16744         * spam.el (spam-verify-bogofilter): Add new function.
16745         (spam-check-bogofilter)
16746         (spam-bogofilter-register-with-bogofilter): Use it.
16747         (spam-verify-bogofilter): Add small fixes.
16749 2004-09-28  Simon Josefsson  <jas@extundo.com>
16751         * hashcash.el (hashcash-generate-payment): Revert.
16753 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16755         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16756         Use gnus-extract-references instead of gnus-split-references.
16758         * gnus-util.el (gnus-extract-references): Add new function, analogous
16759         to gnus-split-references but extracts only the message-ID without
16760         anything extra.
16762         * hashcash.el (hashcash-generate-payment)
16763         (hashcash-check-payment): Do the right thing if hashcash-path is
16764         nil (because the hashcash program could not be found).
16766         * spam.el (spam-use-hashcash): Remove comment.
16768 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16770         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16771         (gnus-cache-enter-article, gnus-cache-remove-article)
16772         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16774         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16776         * gnus-art.el (article-hide-boring-headers)
16777         (article-translate-strings, article-display-face)
16778         (gnus-article-mime-match-handle-first)
16779         (gnus-article-highlight-headers)
16780         (gnus-article-add-buttons-to-head): do.
16782 2004-09-27  Simon Josefsson  <jas@extundo.com>
16784         * hashcash.el: New version, from
16785         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16786         ../contrib/.
16788 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16790         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16792 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16794         * gnus-dup.el (gnus-dup-open): Use mapc.
16795         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16797         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16798         Reported by Stefan Wiens <s.wi@gmx.net>.
16800         * gnus.el (gnus-shutdown): Use dolist.
16802         * gnus-undo.el (gnus-undo): Use mapc.
16804         * nnrss.el (nnrss-generate-active): do.
16806         * message.el (message-cite-original-without-signature)
16807         (message-cite-original): Use mapc.
16808         (message-do-actions, message-make-forward-subject): Use dolist.
16810 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16812         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16813         deletion to remove entire duplicate line.  Fixes merged article
16814         number bug.
16816 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16818         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16819         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16820         first ask if you want to open a server and then, even when you
16821         responded with no, asking if you want to synchronize the server's
16822         flags.
16823         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16824         multi-line expressions.
16825         (gnus-agent-synchronize-group-flags): New internal function.
16826         Updates marks in memory (in the info structure) AND in the
16827         backend.
16829         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16831         * nnagent.el (nnagent-request-set-mark):
16832         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16833         method, to ensure that synchronization updates marks in the
16834         backend and in the info (in memory) structure.
16836 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16838         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16839         convention fully; don't miss the root article of a thread; make
16840         the X-Draft-From header with correct article numbers.
16842 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16844         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16845         unless plugged.  Disable the agent so that an open failure causes
16846         an error.
16848         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16849         Revert 2004-09-21 change.  The backend must be opened while
16850         synchronizing flags even when the backend stores the flags
16851         locally.
16853 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16855         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16856         in `header' match.  Reported by Svend Tollak Munkejord.
16858         * message.el (message-cite-original): Fix use of
16859         `message-cite-articles-with-x-no-archive'.
16861 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16863         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16864         (gnus-window-to-buffer): Ditto.
16866         * mml.el (mml-preview-buffer): New variable.
16867         (mml-preview): Manage window layout with gnus-buffer-configuration.
16869         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16870         X-Draft-From header even if those articles aren't quoted.
16872 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16874         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16875         (gnus-request-set-mark, gnus-request-update-mark): Use new
16876         g-s-t-u-l-m to decide to use backend even when unplugged.
16878 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16880         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16881         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16883 2004-09-20  Simon Josefsson  <jas@extundo.com>
16885         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16886         "utf-16-le".
16888 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16890         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16892 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16894         * uudecode.el (uudecode-use-external): Add :version.
16896         * smime.el (smime-CA-file, smime-encrypt-cipher)
16897         (smime-dns-server): Add :version.
16899         * smiley.el (gnus-smiley-file-types): Add :version.
16901         * sha1.el (sha1-use-external): Add :version.
16903         * pgg-def.el (pgg-query-keyserver): Add :version.
16905         * nnmail.el (nnmail-fancy-expiry-targets)
16906         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16907         Add :version.
16909         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16910         (nnimap-retrieve-groups-asynchronous): Add :version.
16911         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16913         * mml.el (mml-content-disposition-parameters)
16914         (mml-insert-mime-headers-always): Add :version.
16916         * mm-util.el (mm-coding-system-priorities): Add :version.
16918         * mm-decode.el (mm-inline-text-html-with-images)
16919         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16920         (mm-verify-option): Add :version.
16921         (mm-text-html-renderer): Change :version.
16923         * message.el (message-fcc-externalize-attachments)
16924         (message-required-headers, message-draft-headers)
16925         (message-subject-trailing-was-query)
16926         (message-subject-trailing-was-ask-regexp)
16927         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16928         (message-mark-insert-end, message-archive-header)
16929         (message-archive-note, message-cross-post-default)
16930         (message-cross-post-note, message-followup-to-note)
16931         (message-cross-post-note-function, message-use-mail-followup-to)
16932         (message-subscribed-address-functions)
16933         (message-subscribed-address-file, message-subscribed-addresses)
16934         (message-subscribed-regexps, message-allow-no-recipients)
16935         (message-yank-cited-prefix, message-signature-insert-empty-line)
16936         (message-hidden-headers, message-hierarchical-addresses)
16937         (message-mail-user-agent, message-use-idna)
16938         (message-valid-fqdn-regexp)
16939         (message-strip-special-text-properties, message-header-synonyms)
16940         (message-beginning-of-line, message-tab-body-function): Add :version.
16941         (message-insert-canlock, message-wide-reply-confirm-recipients):
16942         Change :version.
16944         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16945         and :version.
16946         (mail-source-delete-old-incoming-confirm)
16947         (mail-source-movemail-program): Add :version.
16949         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16950         (gnus-agent-cache, gnus-agent): Change :version.
16952         * gnus-util.el (gnus-use-byte-compile): Change :version.
16954         * gnus-sum.el (gnus-summary-make-false-root-always)
16955         (gnus-summary-default-high-score)
16956         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16957         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16958         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16959         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16960         (gnus-sum-thread-tree-single-indent)
16961         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16962         (gnus-sum-thread-tree-leaf-with-other)
16963         (gnus-sum-thread-tree-single-leaf): Add :version.
16964         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16965         (gnus-article-loose-mime): Change :version.
16967         * gnus-start.el (gnus-backup-startup-file)
16968         (gnus-save-startup-file-via-temp-buffer): Add :version.
16970         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16971         (gnus-server-offline-face): Add :version.
16973         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16975         * gnus-msg.el (gnus-gcc-externalize-attachments)
16976         (gnus-debug-files, gnus-debug-exclude-variables)
16977         (gnus-discouraged-post-methods): Change :version.
16978         (gnus-confirm-mail-reply-to-news)
16979         (gnus-confirm-treat-mail-like-news): Add :version.
16981         * gnus-int.el (gnus-server-unopen-status): Add :version.
16983         * gnus-group.el (gnus-group-jump-to-group-prompt)
16984         (gnus-large-ephemeral-newsgroup)
16985         (gnus-fetch-old-ephemeral-headers): Add :version.
16987         * gnus-fun.el (gnus-x-face-directory)
16988         (gnus-convert-pbm-to-x-face-command)
16989         (gnus-convert-image-to-x-face-command)
16990         (gnus-convert-image-to-face-command): Add :version.
16992         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16994         * gnus-cite.el (gnus-cite-blank-line-after-header)
16995         (gnus-article-boring-faces): Add :version.
16997         * gnus-art.el (gnus-buttonized-mime-types)
16998         (gnus-inhibit-mime-unbuttonizing)
16999         (gnus-treat-display-face)
17000         (gnus-treat-body-boundary): Change :version.
17001         (gnus-body-boundary-delimiter, gnus-picon-databases)
17002         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17003         (gnus-treat-date-english, gnus-treat-fold-headers)
17004         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17005         (gnus-treat-mail-picon, gnus-treat-wash-html)
17006         (gnus-article-encrypt-protocol)
17007         (gnus-use-idna, gnus-article-over-scroll)
17008         (gnus-mime-display-multipart-alternative-as-mixed)
17009         (gnus-mime-display-multipart-related-as-mixed)
17010         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17011         (gnus-ctan-url, gnus-button-ctan-handler)
17012         (gnus-button-handle-ctan-bogus-regexp)
17013         (gnus-button-ctan-directory-regexp)
17014         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17015         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17016         (gnus-button-man-level, gnus-button-emacs-level)
17017         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17019         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17020         (gnus-agent-go-online): Change :version.
17021         (gnus-agent-expire-unagentized-dirs)
17022         (gnus-agent-auto-agentize-methods): Add :version.
17024         * flow-fill.el (fill-flowed-display-column)
17025         (fill-flowed-encode-column): Add :version.
17027         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17028         (gnus-outlook-deuglify-unwrap-max)
17029         (gnus-outlook-deuglify-cite-marks)
17030         (gnus-outlook-deuglify-unwrap-stop-chars)
17031         (gnus-outlook-deuglify-no-wrap-chars)
17032         (gnus-outlook-deuglify-attrib-cut-regexp)
17033         (gnus-outlook-deuglify-attrib-verb-regexp)
17034         (gnus-outlook-deuglify-attrib-end-regexp)
17035         (gnus-outlook-display-hook): Add :version.
17037         * binhex.el (binhex-use-external): Add :version.
17039 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17041         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17042         and `invisible'.
17044 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17046         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17047         in gnus-registry-trim.
17049 2004-09-13  Simon Josefsson  <jas@extundo.com>
17051         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17053         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17055         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17056         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17057         <yamaoka@jpl.org>.
17058         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17059         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17060         <yamaoka@jpl.org>.
17062         * sieve.el (sieve-manage-mode): Ditto.
17064 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17066         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17068 2004-09-11  Simon Josefsson  <jas@extundo.com>
17070         * dns-mode.el: Add.
17072         * mm-view.el (mm-display-dns-inline): Add.
17074         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17075         (mm-automatic-display): Ditto.
17077         * mailcap.el (mailcap-mime-data): Add text/dns.
17078         (mailcap-mime-extensions): Map .soa to text/dns.
17080 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17082         * gnus-art.el (article-decode-mime-words, article-babel)
17083         (gnus-article-highlight-signature, gnus-article-add-buttons)
17084         (gnus-signature-toggle): Remove unnecessary bindings of
17085         `inhibit-read-only' inherited from v5.10 merge.
17087 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17089         * nntp.el (nntp): New customization group.
17090         (nntp-authinfo-file): Add customization group.
17092         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17094         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17096         * gnus.el (to-address, to-list, subscribed)
17097         (large-newsgroup-initial): Ditto.
17099         * flow-fill.el (fill-flowed-display-column)
17100         (fill-flowed-encode-column): Ditto.
17102 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17104         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17105         Use point-min rather than 1.
17106         (message-send-mail): Use buffer-size rather than point-max.
17108         * gnus-sum.el (gnus-summary-search-article-forward):
17109         Signal a specific `search-failed' rather than a generic `error'.
17111         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17112         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17113         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17115 2004-09-10  Simon Josefsson  <jas@extundo.com>
17117         * nndb.el (require): Remove tcp and duplicate cl.
17119 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17121         * gnus-agent.el (directory-files-and-attributes): Move forward.
17123 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17125         * gnus-agent.el (directory-files-and-attributes):
17126         Optionally defined to support XEmacs.
17128 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17130         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17131         to avoid run-time CL dependencies.
17132         (gnus-agent-unfetch-articles): New function.
17133         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17134         article numbers even when local .overview file is missing.
17135         (gnus-agent-read-article-number): New function.  Only accepts
17136         27-bit article numbers.
17137         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17138         Use gnus-agent-read-article-number.
17139         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17140         from backend while recognizing that article numbers in .overview
17141         must be valid.
17142         (gnus-agent-update-files-total-fetched-for):
17143         Use directory-files-and-attributes to improve performance.
17144         * gnus-int.el (gnus-request-move-article):
17145         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17146         improve performance.
17148         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17149         some users confused by references to .newsrc when they only have a
17150         .newsrc.eld file.
17151         (gnus-convert-mark-converter-prompt)
17152         (gnus-convert-converter-needs-prompt): Fix use of property list.
17153         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17154         New function.  Used internally to only display 'gnus converting
17155         files' message when actually necessary.
17157         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17158         methods now autoloaded.
17160 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17162         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17163         identifiers.
17165 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17167         * gnus-picon.el: Fix indentation and closing parenthesis.
17169 2004-09-01  Simon Josefsson  <jas@extundo.com>
17171         * message.el (message-canlock-generate): Require sha1, not
17172         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17173         to require within a function.  Sadly, if sha1.el isn't loaded, the
17174         let binding in m-c-g will hide the defcustom definition, which is
17175         bad.)
17177         * canlock.el: Require sha1, not sha1-el.
17179         * message.el: Don't autoload sha1 (there is a autoload cookie in
17180         sha1.el).
17182         * sha1-el.el: Rename to sha1.el.
17184 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17186         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17188 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17190         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17192 2004-08-30  Kim F. Storm  <storm@cua.dk>
17194         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17196         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17197         Add :group 'nnimap.
17199 2004-08-30  Andreas Schwab  <schwab@suse.de>
17201         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17202         ?* and ?\;.
17204         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17205         and ?\' to symbol instead of whitespace.
17207 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17209         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17211         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17212         instead of re-search-forward.
17214         * gnus-uu.el (gnus-uu-save-article): Ditto.
17215         (gnus-uu-post-encode-uuencode): Ditto.
17217         * html2text.el (html2text-clean-list-items): Ditto.
17218         (html2text-clean-dtdd): Ditto.
17219         (html2text-format-tags): Ditto.
17221         * message.el (message-send-mail-with-sendmail): Fix regexp.
17222         (message-fill-field-general): Use search-forward instead of
17223         re-search-forward.
17224         (unbold-region): Ditto.
17226         * nnrss.el (nnrss-request-article): Ditto.
17228         * nnslashdot.el (nnslashdot-request-article): Ditto.
17230         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17232         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17233         "Unrecognized menu descriptor" error in XEmacs.
17235 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17237         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17238         parent article of a sparse article in the thread hashtb.
17240 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17242         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17243         (nnmail-expand-newtext): Lowercase expanded entries if
17244         nnmail-split-lowercase-expanded is non-nil.
17246 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17248         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17250         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17251         of gnus-tmp-news-method into string under XEmacs.  It will be
17252         passed to gnus-correct-length which takes only a string argument.
17254 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17256         * gnus-util.el (gnus-bind-print-variables): New macro.
17257         (gnus-prin1): Use it.
17258         (gnus-prin1-to-string): Use it.
17259         (gnus-pp): New function.
17260         (gnus-pp-to-string): New function.
17262         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17263         Replace pp-to-string with gnus-pp-to-string.
17264         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17265         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17266         * gnus-msg.el (gnus-debug): Ditto.
17267         * gnus-score.el (gnus-score-save): Ditto.
17268         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17269         gnus-pp-to-string.
17270         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17271         with gnus-pp.
17272         * score-mode.el (gnus-score-pretty-print): Ditto.
17273         * webmail.el (webmail-debug): Ditto.
17275 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17277         * gnus-art.el (article-display-face, article-display-x-face):
17278         Use buffer-read-only.
17280 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17282         * gnus-art.el (article-hide-list-identifiers):
17283         Bind inhibit-read-only as t.
17285 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17287         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17289 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17291         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17292         (gnus-narrow-to-page): Don't assume point-min == 1.
17293         (gnus-article-edit-mode): Derive from message-mode.
17295         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17296         point-min == 1.
17298         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17299         Disable incorrect use of `assert'.
17301         * message.el (message-mode): Set comment-start-skip.
17304 2004-08-22  Sam Steingold  <sds@gnu.org>
17306         * pop3.el (pop3-leave-mail-on-server): New user variable.
17307         (pop3-movemail): Delete mail only when it is nil.
17309 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17311         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17313         * mml.el (mml-preview): Use `pop-to-buffer'.
17315         * message.el (message-goto-mail-followup-to): Insert after "To".
17316         (message-carefully-insert-headers): Add comment.
17318         * gnus.el: Remove unused variable `gnus-article-check-size'.
17320         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17322         * gnus-art.el (gnus-button-alist):
17323         Improve `gnus-button-handle-library' entry.
17325 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17327         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17328         Use downcase, since XEmacs capitalizes error messages differently.
17330 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17332         * nntp.el: Add (require 'gnus) due to reference to
17333         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17335 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17337         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17338         Bind `mm-fill-flowed'.
17340         * mm-decode.el (mm-dissect-singlepart): Check it.
17342 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17344         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17345         'imap' for netrc parsing.
17347 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17349         * mailcap.el (mailcap-mime-data): Mark as risky.
17351 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17353         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17354         may be included in the encoded word.
17355         (rfc2047-encode): Don't append a space if the encoded word
17356         includes close parenthesis.
17358 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17360         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17361         of text within parentheses.
17363 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17365         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17366         (gnus-encrypt-write-file-contents): Make the password key the file
17367         name PLUS the cipher, not just the cipher.  Also remove failed
17368         passwords from the cache.
17370 2004-08-06  Simon Josefsson  <jas@extundo.com>
17372         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17373         Doc fix.
17375 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17377         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17378         LWSP.
17380 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17382         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17383         Try to append in-reply-to: data to the references: header.
17385         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17386         (netrc-parse): Use gnus-encrypt.el functions.
17388         * gnus-encrypt.el: Add new file for encryption support; currently
17389         does only a few GPG ciphers and an internal XOR cipher.
17391         * password.el: Add comments on using password-read-and-add.
17392         (password-read-and-add): Add function to read and add the
17393         password to the cache at once.
17395 2004-07-28  Simon Josefsson  <jas@extundo.com>
17397         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17398         parameter (but don't use it, for now).
17400         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17401         instead of hard coding to nil.
17403 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17405         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17406         as mm-inline-image-xemacs does.
17408 2004-07-26  Simon Josefsson  <jas@extundo.com>
17410         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17411         Revert part of 2004-07-17 change below.
17413 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17415         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17416         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17418 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17420         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17421         quotes that actually start with ">" at the beginning of the
17422         lines.
17424 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17426         * rfc2047.el (rfc2047-encode-region): Fix last change.
17427         (rfc2047-encode-parameter): Remove useless concat.
17429 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17431         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17432         encode special characters; fix some kind of misconfigured headers;
17433         signal a real error if debug-on-quit or debug-on-error is non-nil.
17434         (rfc2047-encode-max-chars): New variable.
17435         (rfc2047-encode-1): Use it.
17436         (rfc2047-encode-parameter): New function.
17438         * mml.el (mml-insert-parameter): Remove an excessive space.
17440 2004-07-17  Simon Josefsson  <jas@extundo.com>
17442         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17443         Kai Grossjohann <kai@emptydomain.de>.
17444         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17445         (gnus-group-make-menu-bar): Ditto.
17447         * gnus-util.el (gnus-group-server): Add.
17449 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17451         * message.el (message-clone-locals): Clone sendmail and smtp
17452         variables.
17454 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17456         * rfc2047.el (rfc2047-encode-region): Fix last change.
17458 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17460         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17461         characters as non-special.
17463 2004-07-09  Simon Josefsson  <jas@extundo.com>
17465         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17466         Users will lose all flag changes made while unplugged with
17467         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17468         good default.  See numerous reports on ding mailing list.
17470 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17472         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17473         add generate-head-function and generate-article-function to the
17474         rfc822-forward entry.
17475         (nndoc-rfc822-forward-generate-article): New function.
17476         (nndoc-rfc822-forward-generate-head): New function.
17478         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17480 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17482         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17483         respect display group parameter and gnus-summary-expunge-below.
17484         (gnus-articles-to-read): Remove unused reference to display group
17485         parameter.
17487 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17489         * nnheader.el (nnheader-uniquify-message-id): New experimental
17490         variable.
17491         (nnheader-nov-read-message-id): Use it.
17493         * spam-report.el (spam-report-gmane): Add interactive.
17495 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17497         * mm-encode.el (mm-content-transfer-encoding-defaults):
17498         Use qp-or-base64 for the application/* types.
17500 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17502         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17504 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17506         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17507         trim value.
17509 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17511         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17512         New macro and function.
17513         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17515 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17517         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17518         after-load-alist.
17520 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17522         * gnus-group.el (gnus-group-get-new-news-this-group):
17523         Don't update info that isn't there.
17525 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17527         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17528         entry.
17530 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17532         * mm-view.el (mm-inline-render-with-function): Use multibyte
17533         buffer; decode html source by charset.
17535         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17537         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17538         Mule-UCS is loaded under XEmacs.
17539         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17541 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17543         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17545 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17547         * mm-util.el (mm-coding-system-p): Return a coding-system.
17548         (mm-mime-mule-charset-alist): Use shift_jis instead of
17549         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17550         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17551         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17552         instead of japanese-shift-jis and iso-latin-1 respectively in
17553         order to share the default value with both Emacs and XEmacs-mule.
17554         (mm-mule-charset-to-mime-charset):
17555         Make mm-coding-system-priorities effective.
17556         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17557         while predicating of candidates upon the priorities.
17559 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17561         * gnus-sum.el (gnus-summary-make-menu-bar):
17562         Add gnus-uu-invert-processable.
17564         * gnus.el: Autoload gnus-uu-invert-processable.
17566 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17568         * mm-util.el (mm-with-multibyte-buffer): New macro.
17570         * rfc2047.el (rfc2047-encode-string): Use it.
17571         (rfc2047-encode-region): Move point to the end of the region after
17572         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17574 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17576         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17577         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17579 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17581         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17582         (gnus-cite-parse): Ignore quoted envelope From_.
17583         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17585 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17587         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17588         invalid addresses.
17590 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17592         * spam.el: Change section markers, revise TODO list.
17593         (spam-backends): Make new master list of all installed backends.
17594         (spam-summary-exit-behavior): Add new variable to determine how
17595         messages moves are done at summary exit.
17596         (spam-move-spam-nonspam-groups-only)
17597         (spam-process-ham-in-nonham-groups)
17598         (spam-process-ham-in-spam-groups): Remove variables, the
17599         spam-summary-exit-behavior variable should be used to manage this
17600         behavior.
17601         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17602         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17603         and spam-old-spam-articles.
17604         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17605         Add empty variables, placeholders for the backends they represent.
17606         (spam-set-difference): Move, unchanged.
17607         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17608         unless the user has a processor variable.
17609         (spam-classifications, spam-classification-valid-p)
17610         (spam-backend-properties, spam-backend-property-valid-p)
17611         (spam-backend-function-type-valid-p)
17612         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17613         (spam-report-articles-gmane, spam-report-articles-resend):
17614         Remove functions, they are not needed.
17615         (spam-install-backend-super, spam-backend-list)
17616         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17617         (spam-backend-function, spam-backend-ham-registration-function)
17618         (spam-backend-spam-registration-function)
17619         (spam-backend-ham-unregistration-function)
17620         (spam-backend-spam-unregistration-function)
17621         (spam-backend-statistical-p, spam-backend-mover-p)
17622         (spam-install-backend-alias, spam-install-checkonly-backend)
17623         (spam-install-mover-backend, spam-install-nocheck-backend)
17624         (spam-install-backend, spam-install-statistical-backend)
17625         (spam-install-statistical-checkonly-backend): Add backend installation
17626         support.
17627         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17628         (spam-group-processor-p): Use the new backend code and respect the
17629         summary exit behavior.
17630         (spam-mark-spam-as-expired-and-move-routine): Remove.
17631         (spam-summary-prepare): Change to use the new spam-old-articles
17632         variable.
17633         (spam-copy-or-move-routine, spam-copy-spam-routine)
17634         (spam-move-spam-routine, spam-copy-ham-routine)
17635         (spam-move-ham-routine): Add code to copy/move ham or spam.
17636         (spam-fetch-field-fast): Improve doc and code, plus allow the
17637         'number request.
17638         (spam-list-of-checks, spam-list-of-statistical-checks):
17639         Remove variables.
17640         (spam-split, spam-find-spam): Use the new backend code.
17641         (spam-registration-functions): Remove variable.
17642         (spam-unregister-routine): Add convenience wrapper.
17643         (spam-log-undo-registration, spam-register-routine)
17644         (spam-log-processing-to-registry)
17645         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17646         where possible.
17647         (spam-check-gmane-xref, spam-check-regex-headers)
17648         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17649         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17650         (spam-check-bogofilter-headers, spam-check-spamoracle)
17651         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17652         (spam-check-crm114-headers): Use the spam-split-group that
17653         spam-split prepares, no need to determine it every time.
17655         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17656         to the nnheader-parse-naked-head call.
17658         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17660         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17661         the nnheader-nov-read-message-id call.
17663 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17665         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17666         gnus-activate-group twice.  Suggested by Markus Peter
17667         <warp@spin.de>.
17669 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17671         * gnus-art.el (gnus-article-time-format): Exchange the order of
17672         day and month in the default value; fix customization type.
17673         (article-date-ut): Use add-text-properties.
17674         (article-make-date-line): Use message-make-date instead of
17675         current-time-string.
17677         * message.el (message-fetch-field): Don't use set-text-properties.
17678         (message-make-date): Simplify.
17680         * messagexmas.el (message-xmas-make-date): New function.
17681         (message-xmas-redefine): Defalias message-make-date to it.
17683 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17685         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17686         (rfc2047-encode-region): Treat text within parentheses as special;
17687         show the original text when error has occurred.
17689         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17690         already-computed method to gnus-activate-group.
17692         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17693         same select-methods identical Lisp objects.
17695         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17696         object when modifying the info.
17698 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17700         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17701         gnus-opened-servers since it has never been opened with the new
17702         configuration yet.
17704 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17706         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17707         arg to nnheader-generate-fake-message-id.
17709 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17711         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17712         number and build a fake message ID localized to a group and
17713         article number (so it's repeatable from that point on).
17714         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17715         ID format.
17717         * gnus-sum.el (gnus-get-newsgroup-headers):
17718         Call nnheader-generate-fake-message-id with the article number.
17720 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17722         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17723         end-of-buffer.
17725 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17727         * message.el (message-ignored-supersedes-headers): Add Approved.
17729 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17731         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17732         goto-char.
17733         (rfc2047-encode): Fold the line before encoding.
17735 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17737         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17738         folding -- not all headers can be folded, and this should be done
17739         by the message composition mode.  Probably.  I think.
17741 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17743         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17744         fast.
17746         * gnus-ems.el (gnus-remove-image): Don't use
17747         message-text-with-property; remove only the image found first.
17749         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17750         found first.
17752 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17754         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17756 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17758         * message.el (message-text-with-property): Make it fast and accept
17759         optional arguments.
17760         (message-strip-forbidden-properties): Use it.
17761         (message-fix-before-sending): Follow the m-t-w-p change.
17763         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17765 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17767         * gnus-art.el (article-hide-headers): Don't change the buffer
17768         mistakenly when performing mml-preview even if
17769         gnus-single-article-buffer is nil.
17771 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17773         * message.el (message-expand-name-databases): New user option.
17774         (message-expand-name): Use it.
17776 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17778         * spam.el (spam-report-articles-resend)
17779         (spam-report-resend-register-routine): Allow ham reporting.
17780         (spam-report-resend-register-ham-routine): Add wrapper.
17781         (spam-registration-functions): Add ham resending functions.
17782         (spam-list-of-processors): Add ham resend processor.
17784         * gnus.el (ham-resend-to): Add new group parameter.
17785         (spam-process): Add ham resend option.
17787         * spam-report.el (spam-report-resend): Allow reporting ham.
17788         (spam-report-resend-ham): Add wrapper.
17790 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17792         * message.el (message-cite-articles-with-x-no-archive):
17793         New variable.
17794         (message-cite-original): Use it.
17796 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17798         * message.el (message-cite-original): Respect X-No-Archive.
17800 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17802         * gnus-art.el (article-hide-headers): Refer to the values for
17803         gnus-ignored-headers and gnus-visible-headers in the summary
17804         buffer since a user may have set them as group parameters.
17806 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17808         * assistant.el (assistant-node-name): Add convenience function.
17809         (assistant-render-text, assistant-render-node): Add error handling,
17810         plus handle multiple next nodes.
17811         (assistant-find-next-node): Comment out for now.
17812         (assistant-find-next-nodes): Add function, returns list of next
17813         nodes.
17815 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17817         * mail-source.el (mail-source-directory): Fix doc-string.
17819 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17821         * assistant.el (assistant-render-text, assistant-eval): Add :set
17822         widget type, which is different because it takes and returns a
17823         list.  Much hilarity ensues.
17825 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17827         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17829         * gnus-group.el (gnus-group-get-new-news-this-group):
17830         Add doc-string.
17832         * gnus-start.el (gnus-activate-group): Add doc-string.
17834 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17836         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17838 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17840         * assistant.el (assistant-render-text): Try to add a :set
17841         widget, more to come.
17843         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17844         strings.
17845         (spam-report-articles-resend)
17846         (spam-register-routine): Do registration iff any articles warrant
17847         it.
17848         (spam-summary-prepare-exit): Change log message for nil group
17849         destinations.
17851 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17853         * spam.el (spam-report-resend-register-routine):
17854         Allow spam-report-resend-to to be a group parameter or a global value.
17856 2004-05-26  Simon Josefsson  <jas@extundo.com>
17858         * starttls.el: Merge with my GNUTLS based starttls.el.
17859         (starttls-gnutls-program, starttls-use-gnutls)
17860         (starttls-extra-arguments, starttls-process-connection-type)
17861         (starttls-connect, starttls-failure, starttls-success):
17862         New variables.
17863         (starttls-program, starttls-extra-args): Doc fix.
17864         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17865         New functions.
17866         (starttls-negotiate, starttls-open-stream):
17867         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17868         function if it is set.
17870 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17872         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17873         structured fields.
17875 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17877         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17879 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17881         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17882         Add variable.
17883         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17884         assigning the spam-mark to new messages.
17886 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17888         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17890 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17892         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17894         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17895         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17896         default.
17898 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17900         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17901         correct data.
17903 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17905         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17906         (spam-group-processor-p): Fix function.
17907         (spam-group-processor-multiple-p)
17908         (spam-group-spam-processor-report-gmane-p)
17909         (spam-group-spam-processor-report-resend-p)
17910         (spam-group-spam-processor-bogofilter-p)
17911         (spam-group-spam-processor-blacklist-p)
17912         (spam-group-spam-processor-ifile-p)
17913         (spam-group-ham-processor-ifile-p)
17914         (spam-group-spam-processor-spamoracle-p)
17915         (spam-group-spam-processor-crm114-p)
17916         (spam-group-ham-processor-bogofilter-p)
17917         (spam-group-spam-processor-stat-p)
17918         (spam-group-ham-processor-stat-p)
17919         (spam-group-ham-processor-whitelist-p)
17920         (spam-group-ham-processor-BBDB-p)
17921         (spam-group-ham-processor-spamoracle-p)
17922         (spam-group-ham-processor-copy-p): Remove functions with some
17923         prejudice against unneeded code.
17924         (spam-report-articles-resend)
17925         (spam-report-resend-register-routine): Allow the group/topic
17926         spam-resend-to value to override spam-report-resend-to.
17927         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17928         properly now.
17930         * gnus.el (spam-resend-to): Add group/topic parameter.
17931         (spam-process): Move the OBSOLETE processors to the end of the
17932         choices.
17934 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17936         * spam-report.el (spam-report-resend-to, spam-report-resend):
17937         Start with resend-to set to nil, and then ask the user if necessary.
17938         (spam-report-resend): spam-report-resend takes a list of articles, not
17939         separate article numbers.
17941 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17943         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17944         addition to emacs-w3m.
17946 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17948         * assistant.el (assistant-authinfo-data): New function.
17949         (assistant-eval): Eval for entire assistant.
17951         * netrc.el (netrc-services-file): New variable.
17952         (netrc-parse-services): New function.
17953         (netrc-find-service-name): New function.
17954         (netrc-find-service-number): New function.
17955         (netrc-port-equal): New function.
17956         (netrc-machine): Use it.
17958         * nnimap.el (nnimap-open-connection): Use netrc.
17960         * gnus-util.el (gnus-netrc-get): Remove aliases.
17962         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17964         * assistant.el (wid-edit): Fix compilation.
17966         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17968 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17970         * gnus-util.el (gnus-set-file-modes): New function.  (small
17971         patch).
17973 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17975         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17977         * assistant.el (assistant-render-node): Fix up rendering and
17978         read-only text.
17979         (assistant-render-node): Reset.
17980         (assistant-make-read-only): Not sticky.
17982 2004-05-20  Danny Siu  <dsiu@adobe.com>
17984         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17985         centered even when gnus-auto-center-summary is t.
17987 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17989         * dns.el (dns-get-txt-answer): New function.
17990         (dns-read-txt): Ditto.
17991         (query-dns): Use it.
17993 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17995         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17996         active for foreign groups even if the group level is higher than
17997         the specified value.
17999 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18001         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18002         non-active groups.
18004         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18006 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18008         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18010 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18012         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18013         (spam-crm114-header, spam-crm114-spam-switch)
18014         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18015         (spam-crm114-positive-spam-header)
18016         (spam-crm114-database-directory, spam-list-of-processors)
18017         (spam-group-spam-processor-crm114-p)
18018         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18019         (spam-generic-score, spam-list-of-checks)
18020         (spam-list-of-statistical-checks, spam-registration-functions)
18021         (spam-check-crm114-headers, spam-crm114-score)
18022         (spam-check-crm114, spam-crm114-register-with-crm114)
18023         (spam-crm114-register-spam-routine)
18024         (spam-crm114-unregister-spam-routine)
18025         (spam-crm114-register-ham-routine)
18026         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18027         From asjo@koldfront.dk (Adam Sjøgren).
18029         * gnus.el: Add spam-use-crm114.
18031         * spam.el (spam-list-of-processors, spam-registration-functions):
18032         Add spam-use-resend.
18033         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18034         (spam-report-articles-gmane): Add doc fix.
18035         (spam-report-articles-resend, spam-report-resend-register-routine):
18036         Add wrappers around spam-report-resend-to.
18038         * spam-report.el (spam-report-resend-to, spam-report-resend):
18039         Add support for resending spam.
18040         (spam-report-gmane): Fix line length >80.
18042         * gnus.el (spam-process): Add spam-use-resend.
18044 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18046         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18047         number of processed spam messages.
18048         (spam-ham-copy-or-move-routine): Return the number of processed
18049         ham messages.
18050         (spam-summary-prepare-exit): Use the above values to decide
18051         whether status messages shouled be displayed.
18053 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18055         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18056         `rfc2047-encoding-function-alist' in order to avoid conflicting
18057         with the old version.
18058         (rfc2047-encode-region): Concatenate words containing non-ASCII
18059         characters in structured fields; don't encode space-delimited
18060         ASCII words even in unstructured fields; don't break words at
18061         char-category boundaries.
18062         (rfc2047-encode-1): New function.
18063         (rfc2047-encode): Use it; encode text so that it occupies the
18064         maximum width within 76-column; work correctly on Q encoding for
18065         iso-2022-* charsets.
18066         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18067         sure not to break a line just after the header name.
18068         (rfc2047-b-encode-region): Remove.
18069         (rfc2047-b-encode-string): New function.
18070         (rfc2047-q-encode-region): Remove.
18071         (rfc2047-q-encode-string): New function.
18073         * mm-util.el (mm-replace-in-string): New function.
18075 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18077         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18078         Really get it right.
18079         (gnus-inews-make-draft): Really.
18081 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18083         * nnmh.el (nnmh-request-list-1): Don't check the link count
18084         before descending.  (small patch)
18086 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18088         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18089         stuff.
18091         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18092         Match on real group name.
18094         * gnus-art.el (gnus-signature-limit): Doc fix.
18096         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18098         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18100 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18102         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18103         isn't a string.
18105 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18107         * gnus-draft.el (gnus-draft-send):
18108         Bind rfc2047-encode-encoded-words.
18110         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18111         (rfc2047-encodable-p): Say that =? needs encoding.
18112         (rfc2047-encode-encoded-words): New variable.
18114         * gnus-group.el (gnus-group-select-group): Doc fix.
18116         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18118         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18119         to nil.
18121         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18123         * nnheader.el (nnheader-get-lines-and-char): New function.
18125 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18127         * gnus-msg.el (gnus-summary-followup-with-original):
18128         Document yanking of region when active.
18130 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18132         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18133         groups if the group level is higher than the specified value.
18135 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18137         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18138         (gnus-group-jump-to-group): Add prefix argument using
18139         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18140         non-active group.
18142         * compface.el (uncompface): Be verbose when changing
18143         `uncompface-use-external'.
18145         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18146         handle manual section.
18148 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18150         * gnus-art.el (gnus-button-alist): Revert previous change.
18152 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18154         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18156 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18158         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18159         whether backend can accept message.
18161         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18163 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18165         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18166         Avoid creating directory when nntp-marks-is-evil is true.
18167         Reported by Reiner Steib.
18169 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18171         * gnus-picon.el (gnus-picon-style): New variable.
18172         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18173         (gnus-picon-transform-address): Support `gnus-picon-style'.
18174         From Jesper Harder <harder@ifa.au.dk>.
18176 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18178         * message.el (message-fill-field): Return point.
18179         (message-generate-headers): Go to end of field.
18181         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18182         stuff for non-living groups.
18184 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18186         * gnus-art.el (gnus-article-followup-with-original)
18187         (gnus-article-reply-with-original): gnus-mark-active-p ->
18188         gnus-region-active-p.
18190 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18192         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18193         only when there is spam or ham to be processed.
18195 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18197         * mail-source.el (mail-source-delete-crash-box): Refactor.
18198         (mail-source-fetch): Use it.
18199         (mail-source-fetch-file): Ditto.
18200         (mail-source-fetch-directory): Run postscript in loop.
18201         (mail-source-fetch-pop): Delete.
18202         (mail-source-fetch-maildir): Ditto.
18203         (mail-source-fetch-imap): Ditto.
18205         * imap.el (imap-authenticators): Comment out sasl.
18207         * message.el (message-skip-to-next-address): New function.
18208         (message-fill-header-address): Refactor.
18209         (message-fill-address): Use it.
18210         (message-delete-address): Use it.
18211         (message-fill-header-general): Refactor.
18212         (message-fill-field-address): Rename.
18213         (message-narrow-to-field): Find the start of the header.
18214         (message-header-format-alist): Don't pre-fill.
18215         (message-fill-header): Remove.
18216         (message-insert-header): New function.
18217         (message-shorten-references): Use it.
18219         * rfc2047.el (rfc2047-field-value): Strip props.
18221         * mail-parse.el (mail-header-make-address): New alias.
18223         * ietf-drums.el (ietf-drums-make-address): New function.
18225         * imap.el: Add compiler directives.
18227         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18229         * gnus-art.el (article-decode-idna-rhs): Don't use
18230         message-idna-inside-rhs-p.
18232 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18234         * message.el (message-idna-inside-rhs-p): Remove.
18235         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18237         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18238         false positives.
18240 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18242         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18244 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18246         * nneething.el (nneething-file-name): Don't create spurious
18247         files.
18249         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18250         (gnus-inews-do-gcc): Remove sleep.
18252         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18253         part under point.
18255         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18256         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18258 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18260         * spam.el (spam-summary-prepare-exit): Fix (length).
18262 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18264         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18265         as expired without moving it" message when there are spam
18266         messages left.
18268 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18270         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18271         header is not nil.
18273 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18275         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18276         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18277         (nntp-marks-changed-p): New arg SERVER.
18278         (nntp-request-update-info): Adjust caller.
18280 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18282         * nntp.el (nntp-save-marks): Pass missing arg.
18284 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18286         * nntp.el: Support marks.
18287         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18288         (nntp-marks-modtime, nntp-marks-directory): New variables.
18289         (nntp-request-set-mark, nntp-request-update-info)
18290         (nntp-possibly-create-directory, nntp-marks-changed-p)
18291         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18292         New functions.
18294 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18296         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18297         (gnus-xmas-redefine): Rename.
18299         * gnus-score.el (gnus-score-insert-help):
18300         Use gnus-select-lowest-window.
18302         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18303         appt-select-lowest-window and rename to gnus-select-lowest-window.
18305         * gnus.el: do.
18307 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18309         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18310         encodings of MIME-encoded words, in order to improve
18311         interoperability with several broken MUAs.
18313 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18315         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18316         tags, only when charsets are not specified in headers.
18317         (mm-inline-text-html-render-with-w3m): Ditto.
18319         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18320         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18322 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18324         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18325         instead of MIME-decoded from fields when checking
18326         `gnus-article-address-banner-alist'.
18328 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18330         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18331         description rather than subject.
18333 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18335         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18337 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18339         * gnus.el (gnus-version-number): Bump.
18341 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18343         * gnus.el: No Gnus v0.2 is released.
18345 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18347         * gnus-agent.el (gnus-agent-read-agentview):
18348         Inline gnus-uncompress-range.
18350 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18352         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18353         `exec-installed-p'.
18355 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18357         * gnus.el (spam-process, spam-autodetect-methods):
18358         Add bsfilter and bsfilter-headers.
18360         * spam.el (spam-bsfilter): New customize group.
18361         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18362         (spam-bsfilter-header, spam-bsfilter-probability-header)
18363         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18364         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18365         (spam-bsfilter-database-directory): New options.
18366         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18367         (spam-list-of-statistical-checks, spam-registration-functions):
18368         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18369         (spam-bsfilter-score): New command.
18370         (spam-check-bsfilter-headers, spam-check-bsfilter)
18371         (spam-bsfilter-register-with-bsfilter)
18372         (spam-bsfilter-register-spam-routine)
18373         (spam-bsfilter-unregister-spam-routine)
18374         (spam-bsfilter-register-ham-routine)
18375         (spam-bsfilter-unregister-ham-routine): New functions.
18376         (spam-generic-score): Support bsfilter; Accept an optional argument
18377         to recalcurate spam score even if scoring header has already been
18378         added.
18379         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18380         optional argument to recalcurate spam score even if scoring header
18381         has already been added.
18383 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18385         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18386         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18387         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18388         link is missing.
18390 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18392         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18393         (html2text-get-attr): Rewrite.
18395         * message.el (message-setup-1): Remove redundant put-text-property
18396         on mail-header-separator.
18398 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18400         * gnus-registry.el (gnus-registry-cache-whitespace)
18401         (gnus-registry-action, gnus-registry-spool-action)
18402         (gnus-registry-split-fancy-with-parent): Change message levels
18403         from 5 to 3 or 7, as needed.
18405         * spam.el (spam-summary-prepare-exit)
18406         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18407         (spam-split, spam-find-spam, spam-log-undo-registration)
18408         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18409         level from 5 to 6.
18411 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18413         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18414         2004-03-04 change).
18416 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18418         * sieve-manage.el (sieve-manage-open):
18419         * nnweb.el (nnweb-insert-html):
18420         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18421         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18422         * nnspool.el (nnspool-request-group):
18423         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18424         * nnml.el (nnml-request-update-info):
18425         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18426         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18427         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18428         (nnimap-request-set-mark):
18429         * nnfolder.el (nnfolder-request-update-info):
18430         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18431         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18432         * gnus-uu.el (gnus-uu-find-articles-matching):
18433         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18434         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18435         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18436         * gnus-nocem.el (gnus-nocem-scan-groups):
18437         * gnus-int.el (gnus-start-news-server):
18438         * gnus-group.el (gnus-group-make-kiboze-group)
18439         (gnus-group-browse-foreign-server):
18440         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18441         Use mapc when appropriate.
18443 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18445         FIXME: Make separate entries for each person.
18447         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18448         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18449         <shields@msrl.com>:
18451         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18452         may need for spam sorting and scoring.
18453         (spam-user-format-function-S): Add user format function suitable for
18454         general use.
18455         (spam-article-sort-by-spam-status): Add sorting function for summary
18456         sorting.
18457         (spam-extra-header-to-number): Add function to get a score from a
18458         header.
18459         (spam-summary-score): Add function to get a numeric score from the
18460         headers.
18461         (spam-generic-score): Fix function doc, was in wrong place.
18462         (spam-initialize): Take symbols when it's run, and install the
18463         extra headers that spam-necessary-extra-headers thinks we need.
18465 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18467         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18468         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18470 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18472         * gnus-sum.el (gnus-set-global-variables)
18473         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18474         (gnus-article-get-xrefs, gnus-summary-best-group)
18475         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18476         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18477         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18478         Use with-current-buffer.
18480 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18482         * spam.el (spam-summary-prepare-exit): Simplify logic.
18483         (spam-fetch-article-header): Read the article header if it's not
18484         available.
18485         (spam-list-articles): Simplify logic.
18486         (spam-filelist-register-routine): Fix bug with unregister-list.
18488         * gnus-registry.el: Fix comments at beginning.
18490 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18492         * message.el (message-cater-to-broken-inn): Remove.
18493         (message-shorten-references): Make sure the total folded length of
18494         References is shorter than 998 characters to cater to a bug in INN
18495         2.3.  Also, don't pretend that references aren't folded -- this
18496         hasn't worked for a while.
18498 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18500         * gnus-agent.el (gnus-agentize):
18501         gnus-agent-send-mail-real-function no longer set to current value
18502         of message-send-mail-function but rather a lambda that calls
18503         message-send-mail-function.  The change makes the agent real-time
18504         responsive to user changes to message-send-mail-function.
18506 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18508         * legacy-gnus-agent.el
18509         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18510         help from Florian Weimer <fw@deneb.enyo.de>
18512 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18514         * nnmail.el (nnmail-cache-insert): Revert last change.
18516 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18518         * nnmail.el (nnmail-cache-insert): Always check whether
18519         nnmail-cache-ignore-groups matches a group name.
18521 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18523         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18524         (spam-find-spam, spam-log-processing-to-registry)
18525         (spam-log-registered-p, spam-log-unregistration-needed-p)
18526         (spam-log-undo-registration): Use gnus-message instead of
18527         gnus-error, none of these errors are fatal.
18529         * gnus-registry.el (gnus-registry-clean-empty-function)
18530         (gnus-registry-clean-empty): Remove only empty entries without
18531         extra data.
18533 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18535         * spam-stat.el (spam-stat-buffer-change-to-spam)
18536         (spam-stat-buffer-change-to-non-spam): Change (error) to
18537         (gnus-message 8) invocation.
18539 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18541         * nntp.el (nntp-via-netcat-command): New variable.
18542         (nntp-via-netcat-switches): New variable.
18543         (nntp-open-via-rlogin-and-netcat): New function.
18544         (nntp-open-connection-function): Doc fix.
18545         (nntp-telnet-command): Doc fix.
18546         (nntp-end-of-line): Doc fix.
18547         (nntp-via-rlogin-command): Doc fix.
18548         (nntp-via-user-name): Doc fix.
18549         (nntp-via-address): Doc fix.
18551 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18553         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18554         error in Emacs 21.1.
18556 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18558         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18560 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18562         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18563         (gnus-agent-with-refreshed-group): New macro.
18564         (gnus-agent-rename-group): New function.
18565         (gnus-agent-delete-group): New function.
18566         (gnus-agent-save-group-info): Use gnus-command-method when
18567         `method' parameter is nil.  Don't write nil entries into the
18568         active file.
18569         (gnus-agent-get-group-info): New function.
18570         (gnus-agent-fetch-articles):
18571         Use gnus-agent-update-files-total-fetched-for to increment disk space
18572         used.
18573         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18574         Use gnus-agent-update-view-total-fetched-for to increment disk space
18575         used.
18576         (gnus-agent-get-local): Add optional parameters to avoid calling
18577         gnus-group-real-name and gnus-find-method-for-group.
18578         (gnus-agent-set-local): Delete stored entry if either min, or max,
18579         are nil.
18580         (gnus-agent-fetch-session): Reworded error/quit messages.
18581         On quit, use gnus-agent-regenerate-group to record existance of any
18582         articles fetched to disk before the quit occurred.
18583         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18584         gnus-agent-update-view-total-fetched-for, and
18585         gnus-agent-update-files-total-fetched-for to decrement disk space
18586         used.
18587         (gnus-agent-retrieve-headers):
18588         Use gnus-agent-update-view-total-fetched-for to increment disk space
18589         used.
18590         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18591         with gnus-agent-update-files-total-fetched-for to decrement disk
18592         space and fresh group buffer.
18593         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18594         (gnus-agent-need-update-total-fetched-for): New variable.
18595         (gnus-agent-update-files-total-fetched-for): New function.
18596         (gnus-agent-update-view-total-fetched-for): New function.
18597         (gnus-agent-total-fetched-for): New function.
18599         * gnus-cache.el (gnus-cache-save-buffers):
18600         Use gnus-cache-update-overview-total-fetched-for to change disk space
18601         used by this group.
18602         (gnus-cache-possibly-enter-article):
18603         Use gnus-cache-update-file-total-fetched-for to increment disk space
18604         used by this group.
18605         (gnus-cache-possibly-remove-article):
18606         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18607         used by this group.
18608         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18609         (gnus-cache-rename-group): New function.
18610         (gnus-cache-delete-group): New function.
18611         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18612         (gnus-cache-need-update-total-fetched-for): New variable.
18613         (gnus-cache-with-refreshed-group): New macro.
18614         (gnus-cache-update-file-total-fetched-for): New function.
18615         (gnus-cache-update-overview-total-fetched-for): New function.
18616         (gnus-cache-rename-group-total-fetched-for): New function.
18617         (gnus-cache-delete-group-total-fetched-for): New function.
18618         (gnus-cache-total-fetched-for): New function.
18620         * gnus-group.el: Require gnus-sum and autoload functions to
18621         resolve warnings when gnus-group.el compiled alone.
18622         (gnus-group-line-format): Documented new %F.
18623         (size of Fetched data) group line format; identifies disk space
18624         used by agent and cache.
18625         (gnus-group-line-format-alist): Defined new F format.
18626         (gnus-total-fetched-for): New function.
18627         (gnus-group-delete-group): No longer update
18628         gnus-cache-active-altered as gnus-request-delete-group now keeps
18629         the cache in sync.
18630         (gnus-group-list-active): Let the agent store a server's active
18631         list if currently plugged.
18633         * gnus-int.el (gnus-request-delete-group):
18634         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18635         local disk in sync with the server.
18636         (gnus-request-rename-group):
18637         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18638         local disk in sync with the server.
18640         * gnus-start.el (gnus-get-unread-articles):
18641         Cosmetic simplification to logic.
18643         * gnus-util.el (gnus-rename-file): New function.
18645 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18647         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18649 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18651         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18652         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18654 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18656         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18657         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18659 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18661         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18663 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18665         * spam.el (spam-set-difference): Add function to replace
18666         gnus-set-difference in spam.el.
18667         (spam-summary-prepare-exit): Use spam-set-difference.
18669 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18671         * gnus-registry.el (gnus-registry-cache-file): Update to use
18672         gnus-dribble-directory OR gnus-home-directory OR ~.
18673         (gnus-registry-split-fancy-with-parent): Fix doc.
18675 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18677         * message.el (message-exchange-point-and-mark):
18678         Use message-mark-active-p.  Suggested by Jesper Harder
18679         <harder@ifa.au.dk>.
18681 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18683         * message.el (message-exchange-point-and-mark): Don't activate
18684         region if it was inactive.  Suggested by Hiroshi Fujishima
18685         <pooh@nature.tsukuba.ac.jp>.
18687 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18689         * gnus-art.el (article-display-face): Display Faces in the same
18690         order as X-Faces.
18692 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18694         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18696 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18698         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18699         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18700         (gnus-article-mime-hierarchy): Remove.
18701         (gnus-article-mime-hierarchy-next): Remove.
18702         (gnus-article-mode): Revert 2004-03-19 change.
18703         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18704         (gnus-insert-mime-button): Revert 2004-03-19 change.
18705         (gnus-mime-accumulate-hierarchy): Remove.
18706         (gnus-mime-enter-multipart): Remove.
18707         (gnus-mime-leave-multipart): Remove.
18708         (gnus-mime-display-part): Revert 2004-03-19 change.
18709         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18711         * mml.el (mml-preview): Revert 2004-03-19 change.
18713 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18715         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18717 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18719         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18720         t while entering a file name using the mm-with-multibyte macro.
18721         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18723         * mm-util.el (mm-with-multibyte): New macro.
18725 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18727         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18728         New user option.
18729         (gnus-mime-multipart-functions): Doc and customization fix.
18730         (gnus-article-mime-hierarchy): New variable.
18731         (gnus-article-mime-hierarchy-next): New variable.
18732         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18733         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18734         gnus-article-mime-hierarchy-next to nil.
18735         (gnus-insert-mime-button): Show hierarchy numbers.
18736         (gnus-mime-accumulate-hierarchy): New function.
18737         (gnus-mime-enter-multipart): New function.
18738         (gnus-mime-leave-multipart): New function.
18739         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18740         (gnus-mime-display-alternative): Show hierarchy numbers.
18742         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18743         gnus-article-mime-hierarchy-next to nil.
18745 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18747         * dns.el: Don't require gnus-xmas.
18749 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18751         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18752         inline PGP.
18753         (mml-menu): Disable mml-quote-region if mark is inactive.
18755 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18757         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18758         when the group's active is not available.
18760 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18762         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18763         error.
18765 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18767         * imap.el (imap-store-password): New variable.
18768         (imap-interactive-login): Use it.
18769         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18771 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18773         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18774         window-start and hscroll to summary window.
18776 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18778         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18779         conversion message to newsrc-dribble when an actual conversion is
18780         performed.
18782 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18784         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18786 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18788         * mm-decode.el (mm-complicated-handles): New function reviving
18789         former definition of mm-multiple-handles.
18791         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18792         (gnus-mime-delete-part): Use it.
18794 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18796         * gnus-agent.el (gnus-agent-read-local):
18797         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18798         avoid the implicit assumption that they will always be equal.
18799         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18800         coding-system-for-write, as the with-temp-file macro first prints
18801         to a buffer then saves the buffer.
18803 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18805         * gnus-art.el (gnus-article-edit-part): New function.
18806         (gnus-mime-save-part-and-strip): Use it; do query instead of
18807         signaling an error; don't use mm-multiple-handles.
18808         (gnus-mime-delete-part): Ditto.
18810 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18812         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18813         old file versions.
18814         (gnus-group-prepare-hook): Remove function that converted list
18815         form of gnus-agent-expire-days to group properties.
18817         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18818         (gnus-request-accept-article): Re-indented.
18820         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18821         converters to handle old agent file formats.  Add logic for a
18822         "backup before upgrading warning".
18823         (gnus-convert-mark-converter-prompt): Developers can mark
18824         functions as needing (default), or not needing,
18825         gnus-convert-old-newsrc's "backup before upgrading warning".
18826         (gnus-convert-converter-needs-prompt): Tests whether the user
18827         should be protected from potentially irreversable changes by the
18828         function.
18830         * legacy-gnus-agent.el: New.  Provides converters that are only
18831         loaded when gnus-convert-old-newsrc needs to call them.
18833 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18835         * mail-source.el (mail-source-touch-pop): Doc fix.
18837         * message.el (message-smtpmail-send-it): Doc fix.
18839 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18841         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18843         * nnmail.el (nnmail-split-fancy): do.
18845         * gnus-kill.el (gnus-kill, gnus-execute): do.
18847 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18849         * gnus-sum.el (gnus-widget-reversible-match)
18850         (gnus-widget-reversible-to-internal)
18851         (gnus-widget-reversible-to-external): New functions.
18852         (gnus-widget-reversible): New widget.
18853         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18855 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18857         * gnus-sum.el (gnus-thread-sort-functions)
18858         (gnus-article-sort-functions): Document `(not F)' items.
18860 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18862         * spam.el (spam-use-gmane-xref): Add new backend.
18863         (spam-gmane-xref-spam-group): Add variable to control the name of the
18864         Gmane spam group.
18865         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18866         (spam-regex-headers-spam, spam-regex-headers-ham)
18867         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18868         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18869         backends and checks.
18870         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18872         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18873         an autodetect method.
18875 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18877         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18878         articles are being added to a group.
18879         (gnus-request-replace-article): Inform the agent that articles
18880         need to be uncached as the cached contents are no longer valid.
18882 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18884         * binhex.el: Don't autoload executable-find.
18886         * canlock.el: Don't autoload mail-fetch-field.
18888         * dgnushack.el: Autoload c-mode for XEmacs.
18890         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18892         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18893         rmail-dont-reply-to and rmail-output.
18895         * gnus-score.el: Don't autoload ffap-string-at-point.
18897         * gnus-setup.el: Don't autoload sc-cite-original.
18899         * imap.el: Don't autoload base64-decode-string,
18900         base64-encode-string and md5.
18902         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18903         and rmail-msg-restore-non-pruned-header.
18905         * mm-decode.el: Don't autoload executable-find.
18907         * mm-url.el: Don't autoload executable-find.
18909         * mm-view.el: Don't autoload diff-mode.
18911         * nndb.el: Don't autoload news-reply-mode, news-setup,
18912         cancel-timer and telnet.
18914         * password.el: Don't autoload run-at-time for Emacs.
18916         * sha1-el.el: Don't autoload executable-find.
18918         * sieve-mode.el: Don't autoload c-mode.
18920         * uudecode.el: Don't autoload executable-find.
18922 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18924         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18925         (gnus-agent-possibly-alter-active): Avoid null in numeric
18926         comparison.
18927         (gnus-agent-set-local): Refuse to save null in local object table.
18928         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18929         list of articles that will be marked as unread.
18931 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18933         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18935 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18937         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18938         language tags.
18940 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18942         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18943         Don't bind "obarray".
18945         * gnus-sum.el (gnus-thread-sort-functions):
18946         Add `gnus-thread-sort-by-most-recent-number' and
18947         `gnus-thread-sort-by-most-recent-date'.
18948         Reported by Kai Grossjohann <kai@emptydomain.de>.
18950 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18952         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18954 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18956         * gnus-cus.el (gnus-agent-customize-category):
18957         Remove ignore-errors macro reference that required cl to be loaded at
18958         run-time.
18960         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18961         single-interval range of the form (min . max).  Previously the
18962         range had to look like ((min . max)).  Likewise, return
18963         (min . max) rather than ((min . max)).
18964         (gnus-range-map): Use gnus-range-normalize to accept
18965         single-interval range.
18967         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18968         the cache, but not the agent, now appear with their usual face.
18970         * dgnushack.el (loaddir): New variable that is bound to the
18971         directory containing the dgnushack.el file. Use loaddir, rather
18972         than srcdir, to update load-path. Change lets dgnushack compile
18973         code in directories other than GNUS/lisp.
18975 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18977         * lpath.el: Don't bind w3m-safe-url-regexp.
18979         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18980         w3m-safe-url-regexp variable buffer-local.
18982         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18984 2004-02-27  Simon Josefsson  <jas@extundo.com>
18986         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18987         gnus-group-real-prefix.
18988         (gnus-summary-move-article): Use it, instead of
18989         gnus-group-real-prefix.
18991 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18993         * lpath.el: Bind w3m-safe-url-regexp.
18995         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18996         w3m-safe-url-regexp variable buffer-local and set it as the value
18997         of mm-w3m-safe-url-regexp.
18999         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19001         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19002         parsing gnus-posting-styles when the message is not for replying.
19004         * dgnushack.el: Autoload sgml-mode for XEmacs.
19006         * nnrss.el (nnrss-opml-export):
19007         Use mm-set-buffer-file-coding-system instead of
19008         set-buffer-file-coding-system.
19010 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19012         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19013         of checkdoc.el).
19014         * nnrss.el: do.
19015         * gnus-mlspl.el: do.
19016         * gnus-ml.el: do.
19017         * gnus-srvr.el: do.
19019         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19021 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19023         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19024         Corrections to custom-manual links.
19026         * gnus-art.el (gnus-article): Ditto.
19028         * mm-decode.el (mime-display, mime-security): Ditto.
19030 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19032         * flow-fill.el: Typo.
19034 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19036         * spam-wash.el: New file.
19038 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19040         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19042 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19044         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19045         to be run with new-articles as LIST1, not LIST2.
19046         (spam-registration-functions): Add spam-use-ham-copy as a nil
19047         registration backend.
19049 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19051         * spam-stat.el (spam-stat-washing-hook): New option.
19052         (spam-stat-buffer-words): Use it.
19053         (spam-stat-process-directory, spam-stat-test-directory):
19054         Use insert-file-contents-literally.
19055         (spam-stat-coding-system): New variable.
19056         (spam-stat-load, spam-stat-save): Use it.
19058 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19060         * spam-report.el (spam-report-plug-agent):
19061         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19063 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19065         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19066         Allow / in mailto URLs.
19068 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19070         * spam-report.el (spam-report-process-queue): Fix interactive use.
19071         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19072         (spam-report-unplug-agent): Doc fixes.
19073         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19074         (spam-report-agentize, spam-report-deagentize): Autoload.
19076 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19078         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19080         * message.el (message-setup-fill-variables): Add mml tags to
19081         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19082         <ajk@iu.edu>.
19083         (message-mode): Don't modify paragraph-separate there.
19085 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19087         * compface.el (uncompface-use-external): Default to undecided.
19088         (uncompface-use-external-threshold): New variable.
19089         (uncompface-float-time): New macro.
19090         (uncompface): Determine whether to use the external decoder if
19091         uncompface-use-external is undecided.
19093 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19095         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19096         after images.
19098         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19100 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19102         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19104         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19106         * gnus-sum.el (gnus-summary-limit-to-age)
19107         (gnus-summary-limit-children): do.
19109         * gnus-int.el (gnus-request-scan): do.
19111         * gnus-group.el (gnus-group-suspend): do.
19113         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19115         * gnus-cite.el (gnus-cite-parse-attributions): do.
19117         * gnus-agent.el (gnus-summary-set-agent-mark)
19118         (gnus-agent-regenerate-group): do.
19120         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19122         * binhex.el (binhex-decode-region-internal): do.
19124 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19126         * gnus-fun.el (gnus-face-properties-alist): New user option.
19127         (gnus-display-x-face-in-from): Use it.
19129         * gnus-art.el (article-display-face): Ditto.
19131         * compface.el (uncompface-use-external): Default to nil.
19133 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19135         * nntp.el (nntp-erase-buffer): New function.
19136         (nntp-retrieve-data, nntp-send-command)
19137         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19138         (nntp-possibly-change-group): Use it.
19140         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19141         Use with-current-buffer.
19143 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19145         * compface.el: Merge the ELisp-based uncompface program.
19146         (compface): New customization group.
19147         (uncompface-use-external): New user option.
19148         (uncompface): Call uncompface-internal if uncompface-use-external
19149         is nil.
19150         (uncompface-internal): New function.  Note that there are also
19151         some other functions and variables added for this function.
19153 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19155         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19156         if necessary.
19158 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19160         * spam-report.el (spam-report-unplug-agent)
19161         (spam-report-plug-agent, spam-report-deagentize)
19162         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19163         Add support for the Agent in spam-report: when unplugged, report to a
19164         file; when plugged, submit all the requests.
19166         * spam.el (spam-register-routine): Fix message about
19167         registration.
19169 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19171         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19172         dependencies.
19173         (rfc2047-encode): Use it.
19175         * gnus-art.el (gnus-button-marker-list): Move before first
19176         reference.
19178         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19179         (imap-parse-body): Fix format string mismatch.
19181         * gnus-score.el (gnus-summary-increase-score): do.
19183         * nnrss.el (nnrss-close): New function.
19185 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19187         * nnrss.el (nnrss-make-filename): New function.
19188         (nnrss-request-delete-group, nnrss-read-server-data)
19189         (nnrss-save-server-data, nnrss-read-group-data)
19190         (nnrss-save-group-data): Use it.
19191         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19192         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19193         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19195 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19197         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19199 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19201         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19202         files.
19204         * message.el (message-generate-headers-first): Don't quote nil
19205         and t in docstrings.
19207         * imap.el (imap-id): do.
19209         * gnus-agent.el (gnus-agent-consider-all-articles)
19210         (gnus-agent-queue-mail): do.
19212 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19214         * spam-report.el (spam-report-process-queue): New function.
19215         Process requests from `spam-report-requests-file'.
19216         (spam-report-process-queue): Doc fix.
19218 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19220         * spam.el (spam-register-routine)
19221         (spam-log-processing-to-registry, spam-log-registered-p)
19222         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19223         Change "check" to "spam-check" for semi-clarity.
19225 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19227         * pop3.el: Require nnheader.
19229         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19231         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19233         * gnus-picon.el: Require cl.
19235         * gnus-fun.el: Require gnus-ems and gnus-util.
19237         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19239         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19241         * gnus-art.el (gnus-article-edit-mode): Define before first
19242         reference.
19244 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19246         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19247         (gnus-uu-post-encoded): Use point-at-bol.
19249         * gnus-topic.el (gnus-group-active-topic-p): do.
19251         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19253         * gnus-group.el (gnus-group-kill-region): do.
19255         * gnus-art.el (article-date-ut): do.
19257         * message.el (message-fetch-field): Remove redundant
19258         case-fold-search binding.
19259         (message-narrow-to-field): Simplify.
19261 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19263         * spam.el (spam-directory): Derive from `gnus-directory'.
19265         * spam-report.el (spam-report-url-to-file)
19266         (spam-report-requests-file): New function and variable for offline
19267         reporting.
19268         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19269         and user defined function.
19270         (spam-report-url-ping-mm-url): Remove doubled slash.
19272 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19274         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19276 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19278         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19279         Fix format string mismatch.
19281         * sieve.el (sieve-deactivate-all): do.
19283         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19285         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19287         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19289         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19291 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19293         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19294         the list of checks.
19296 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19298         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19299         padding.
19301 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19303         * mm-view.el (mm-fill-flowed): New variable.
19304         (mm-inline-text): Use it.
19306 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19308         * spam.el (spam-spamassassin-register-ham-routine)
19309         (spam-spamassassin-register-spam-routine): Fix function names.
19311 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19313         * gnus.el (gnus-tmp-grouplens): Remove.
19314         (gnus-summary-line-format): Remove grouplens.
19316         * gnus-group.el (gnus-group-line-format): Ditto.
19318         * gnus-spec.el (gnus-format-specs): Ditto.
19319         (gnus-update-format-specifications): Flush the group format spec
19320         cache if there's the grouplens stuff.
19321         (gnus-parse-simple-format): Replace %l with the empty string.
19323 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19325         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19326         omission.
19328 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19330         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19331         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19333 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19335         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19336         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19337         New macros and functions.
19338         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19339         Handle > NLINK_MAX messages.
19340         * nnmaildir.el (nnmaildir-request-set-mark):
19341         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19343 2004-01-25  Alex Schroeder  <alex@gnu.org>
19345         * spam-stat.el (spam-stat-process-directory-age): New option.
19346         (spam-stat-process-directory): Use it.
19348 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19350         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19351         (spam-stat-save): Accept prefix argument.
19353 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19355         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19356         links" error.
19358 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19360         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19361         the rest of the and/or forms.
19363 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19365         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19366         compatibility with old .newsrc.eld files.
19368         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19370         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19372         * gnus-start.el (gnus-1): do.
19374         * gnus-group.el (gnus-group-line-format-alist): do.
19376         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19378         * gnus-gl.el: Remove.
19380 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19382         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19383         marks consisting of a single range {for example, (3 . 5)} rather
19384         than a list of a single range { ((3 . 5)) }.
19386 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19388         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19389         Use with-current-buffer.
19390         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19391         avoid consing a string.
19393         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19394         Remove obsolete entries for big5 and gb2312.
19396 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19398         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19399         uncompressed list.
19401 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19403         * spam-stat.el (spam-stat-strip-xref): New function.
19404         (spam-stat-process-directory): Use it.
19406         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19407         here -- it's done in message-fetch-field.
19409 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19411         * gnus-agent.el (gnus-agent-queue-mail)
19412         (gnus-agent-prompt-send-queue): New variables.
19413         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19414         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19415         "nndraft:queue" along to gnus-draft-send.
19416         Use gnus-agent-prompt-send-queue.
19417         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19418         is "nndraft:queue".  Suggested by Gaute Strokkenes
19419         <gs234@srcf.ucam.org>
19421         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19422         (agent-enable-undownloaded-faces): Add.
19423         (gnus-agent-cat-groups): Use eval-and-compile, not
19424         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19425         method of gnus-agent-cat-groups even when the buffer has been
19426         evaled.
19427         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19428         delete gnus-agent-save-active-1.
19429         (gnus-agent-save-groups): Delete.  Identical to
19430         gnus-agent-save-active.
19431         (gnus-agent-write-active): No longer adjust agent's copy of active
19432         file as agent's adjustments are now stored in their own
19433         file.  Remove optional parameter.
19434         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19435         servers.  Add use of min/max range limits from server's local
19436         file.
19437         (gnus-agent-save-alist): Remove unused optional argument.
19438         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19439         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19440         (gnus-agent-set-local): A per-server file that keeps min/max range
19441         limits for articles known to the agent.  Provides a fast mechanism
19442         for altering many active ranges.
19443         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19444         active file (local makes it unnecessary).
19445         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19447         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19448         (agent-enable-undownloaded-faces): Add.
19450         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19451         disable it when sending to "nndraft:queue".
19452         (gnus-group-send-queue): Add safety check to avoid sending queue
19453         when unplugged.
19455         * gnus-group.el (gnus-group-catchup): Use new
19456         gnus-sequence-of-unread-articles, not
19457         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19458         numbers of articles.  Use gnus-range-map to avoid having to
19459         uncompress the unread list.
19460         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19461         Fix invalid ange-ftp reference.
19463         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19464         (gnus-sorted-range-intersection): Intersection of two ranges
19465         without requiring that they first be uncompressed.
19467         * gnus-start.el (gnus-activate-group): Unless blocked by the
19468         caller, possibly expand the active range to include both cached
19469         and agentized articles.
19470         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19471         multiple version-dependent converters.
19472         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19473         gnus-agent-save-active.
19474         (gnus-save-newsrc-file): Save dirty agent range limits.
19476         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19477         gnus-agent-possibly-alter-active.
19478         (gnus-adjust-marked-articles): Faster handling of simple lists.
19480 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19482         * spam-stat.el (spam-stat-test-directory): New optional argument
19483         displays a list of files detected.  Suggested by Andrew Cohen
19484         <cohen@andy.bu.edu>.
19485         (spam-stat-buffer-words-with-scores): Don't narrow and change
19486         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19488 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19490         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19491         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19492         (spam-spamassassin-arguments)
19493         (spam-spamassassin-spam-flag-header)
19494         (spam-spamassassin-positive-spam-flag-header)
19495         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19496         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19497         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19498         (spam-list-of-processors, spam-list-of-checks)
19499         (spam-list-of-statistical-checks, spam-registration-functions)
19500         (spam-check-spamassassin-headers, spam-check-spamassassin)
19501         (spam-spamassassin-score)
19502         (spam-spamassassin-register-with-sa-learn)
19503         (spam-spamassassin-register-spam-routine)
19504         (spam-spamassassin-register-ham-routine)
19505         (spam-assassin-register-spam-routine)
19506         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19507         (spam-bogofilter-score): Fix to show article before scoring.
19509 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19511         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19512         default scoring function.
19513         (spam-generic-score): Call spam-spamassassin-score if
19514         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19515         spam-bogofilter-score otherwise.
19517         * gnus.el (spam-process, spam-autodetect-methods):
19518         Add spamassassin and spamassassin-headers.
19520 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19522         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19523         Suppress unnecessary messages.
19525 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19527         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19528         make-hash-table.
19530 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19532         * canlock.el (base64-encode-string): Don't autoload it.
19534 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19536         * run-at-time.el: Remove useless (require 'itimer),
19537         eval-and-compile and (featurep 'xemacs).
19539 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19541         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19542         GROUP is a virtual group.
19544 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19546         * gnus.el: Autoload `message-y-or-n-p'.
19548 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19550         * pgg-parse.el: Remove unnecessary (require 'custom).
19552         * pgg-def.el: do.
19554         * nnmail.el: do.
19556         * gnus-undo.el: do.
19558         * gnus-picon.el: do.
19560         * gnus-util.el: do.
19562 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19564         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19566 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19568         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19569         handle, as well as a list.
19571         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19572         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19573         (mm-w3m-cid-retrieve): Simplify.
19575 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19577         * message.el (message-kill-to-signature): Allow prefix arg to
19578         specify number of lines to keep before signature.
19580 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19582         * message.el (message-kill-to-signature): Change docstring.
19584 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19586         * canlock.el: Always require sha1-el.
19587         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19589         * message.el: Autoload sha1 only when compiling.
19591         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19592         eudc-expand-inline for XEmacs.
19594 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19596         * message.el (message-canlock-generate): Require sha1-el.
19598 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19600         * message.el (message-expand-name): Silence the byte compiler.
19602         * lpath.el: Add detect-coding-system.
19604         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19605         cus-edit.
19607 2004-01-13  Simon Josefsson  <jas@extundo.com>
19609         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19610         Invoke gnus-score-mode.
19611         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19613         * gnus-range.el (gnus-compress-sequence): Doc fix.
19614         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19616 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19618         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19620 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19622         * spam.el (spam-get-article-as-string): Update to use
19623         gnus-request-article-this-buffer, much simpler.
19624         (spam-get-article-as-buffer): Remove.
19626 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19628         * message.el (message-expand-name): Use EUDC if the user uses that.
19630 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19632         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19633         character for the encoding to avoid consing a string.
19635         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19636         unnecessarily.
19638         * mm-util.el (mm-replace-chars-in-string): Remove.
19640         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19641         of mm-replace-chars-in-string.
19643 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19645         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19647         * mm-util.el (mm-subst-char-in-string): Support inplace.
19649         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19650         a new string in every iteration.  Use shy groups.
19652 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19654         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19655         * gnus-soup.el (gnus-soup-group-brew):
19656         * gnus-msg.el (gnus-put-message):
19657         * gnus-move.el (gnus-group-move-group-to-server):
19658         * gnus-kill.el (gnus-batch-score):
19659         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19660         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19661         (gnus-group-update-group, gnus-group-read-group)
19662         (gnus-group-make-group, gnus-group-make-help-group)
19663         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19664         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19665         (gnus-group-sort-by-unread, gnus-group-catchup)
19666         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19667         (gnus-group-yank-group, gnus-group-set-info)
19668         (gnus-group-list-groups):
19669         * gnus.el (gnus-generate-new-group-name):
19670         * gnus-delay.el (gnus-delay-send-queue):
19671         * nnvirtual.el (nnvirtual-catchup-group):
19672         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19673         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19674         (gnus-group-prepare-topics, gnus-topic-check-topology):
19675         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19676         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19677         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19678         (gnus-group-make-articles-read):
19679         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19680         (gnus-group-change-level, gnus-kill-newsgroup)
19681         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19682         (gnus-get-unread-articles, gnus-make-articles-unread)
19683         (gnus-make-ascending-articles-unread): Use accessor
19684         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19685         to get group information for improved readability.
19688 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19690         * gnus-art.el (article-decode-mime-words, article-babel)
19691         (gnus-article-highlight-signature, gnus-article-add-buttons)
19692         (gnus-signature-toggle): Use gnus-with-article-buffer.
19694         * gnus-art.el (gnus-article-highlight-headers)
19695         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19697         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19698         (gnus-article-set-globals, gnus-request-article-this-buffer)
19699         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19700         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19701         (gnus-mime-display-alternative): Use with-current-buffer.
19703 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19705         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19706         also under 80 char limit, and call gnus-error if needed.
19707         (spam-fetch-article-header): Fix - it was a
19708         buffer-local variable (gnus-newsgroup-data).
19709         (spam-find-spam): Use spam-generate-fake-headers, forget about
19710         spam-insert-fake-headers.
19711         (spam-insert-fake-headers): Remove.
19713 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19715         * deuglify.el (gnus-article-outlook-unwrap-lines)
19716         (gnus-outlook-rearrange-article)
19717         (gnus-outlook-repair-attribution-outlook)
19718         (gnus-outlook-repair-attribution-block)
19719         (gnus-outlook-repair-attribution-other): Remove redundant
19720         save-excursion.
19722 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19724         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19725         (spam-fetch-field-subject-fast)
19726         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19727         (spam-fetch-article-header): Add functions to deal with Gnus
19728         internals for fast retrieval of article header data.
19729         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19731 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19733         * pop3.el (pop3-md5): Remove.
19734         (pop3-apop): Replace pop3-md5 with md5.
19736         * mm-bodies.el: base64 is always built-in.
19738         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19739         Use with-current-buffer.
19741 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19743         * canlock.el (canlock-insert-header): Remove excessive grouping in
19744         regexp.
19746         * gnus-sum.el (gnus-summary-read-document): Ditto.
19748         * gnus-uu.el (gnus-uu-part-number): Ditto.
19750         * html2text.el (html2text-remove-tags): Ditto.
19751         (html2text-format-tags): Ditto.
19752         (html2text-format-single-elements): Ditto.
19754         * mml.el (mml-parse-1): Ditto.
19756 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19758         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19760         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19762         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19764         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19766 2003-11-15  Simon Josefsson  <jas@extundo.com>
19768         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19769         (pgg-gpg-lookup-key): Use regexp match instead of
19770         split-string (split-string is different between emacs 21.2 and
19771         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19773 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19775         * gnus-art.el (gnus-mime-view-all-parts)
19776         (gnus-article-part-wrapper, gnus-article-view-part):
19777         Use with-current-buffer.
19779 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19781         * spam.el (spam-disable-spam-split-during-ham-respool)
19782         (spam-spamoracle-database, spam-cache-lookups)
19783         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19784         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19785         (spam-group-ham-marks, spam-group-spam-marks)
19786         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19787         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19788         also add spam-use-blackholes to the statistical checks.
19789         (spam-fetch-field-fast): Add interface to fetching fields, may
19790         become a macro.
19791         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19792         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19793         (spam-insert-fake-headers): Fake an article when needed.
19794         (spam-find-spam): Fake article when possible.
19795         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19796         (spam-check-bogofilter-headers): Use message-fetch-field instead
19797         of nnmail-fetch-field.
19799 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19801         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19803 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19805         * spam.el (spam-split): Do not require spam-use-CHECK to be
19806         enabled if that check is passed to spam-split explicitly; also
19807         fix so 'spam doesn't get converted to spam-split-group when
19808         spam-split-symbolic-return is t.
19809         (spam-find-spam): Find registrations of the article and use those
19810         instead of re-running spam-split to find the spam/ham
19811         classification of the article.
19812         (spam-log-processing-to-registry, spam-log-registered-p)
19813         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19814         Use gnus-error instead of gnus-message.
19815         (spam-log-registration-type): Add function to determine the
19816         classification of a message based on registry entries; will
19817         return nil if both 'spam and 'ham are found.
19818         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19819         a reasonably fast local cache without the loading errors.
19820         (spam-cache-lookups): Set to t by default.
19821         (spam-find-spam): Don't try to guess spam-cache-lookups.
19822         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19823         spam-caches entry.
19824         (spam-filelist-build-cache, spam-filelist-check-cache):
19825         Fix caching of whitelist/blacklist entries.
19826         (spam-check-whitelist, spam-check-blacklist):
19827         Invoke spam-from-listed-p with a type, not a cache variable.
19828         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19830 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19832         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19834         * nnmail.el (nnmail-split-fancy): do.
19836         * mml.el (mml-parse): do.
19838         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19839         (gnus-score-adaptive): do.
19841 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19843         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19844         (gnus-mime-button-map): Don't set keymap parent.
19845         (gnus-button-ctan-directory-regexp): Use shy grouping.
19846         (gnus-prev-page-map): Don't set keymap parent.
19847         (gnus-prev-page-map): Remove duplicated one.
19848         (gnus-next-page-map): Don't set keymap parent.
19849         (gnus-mime-security-button-map): Ditto.
19851         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19852         version number.
19854         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19856 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19858         * canlock.el (canlock-sha1-function): Remove.
19859         (canlock-sha1-function-for-verify): Remove.
19860         (canlock-openssl-program): Remove.
19861         (canlock-openssl-args): Remove.
19862         (canlock-ignore-errors): Remove.
19863         (canlock-sha1-with-openssl): Remove.
19864         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19865         (canlock-verify): Don't use canlock-ignore-errors.
19867         * sha1-el.el (sha1-string-external): Make it can return a string
19868         in binary form.
19869         (sha1-region-external): Ditto.
19870         (sha1-string-internal): Ditto.
19871         (sha1-region-internal): Ditto.
19872         (sha1-region): Ditto.
19873         (sha1-string): Ditto.
19874         (sha1): Ditto.
19876 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19878         * spam.el (spam-report-articles-gmane): New command.
19880 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19882         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19884         * run-at-time.el (run-at-time-saved): Remove.
19885         (run-at-time): Doc fix.
19887 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19889         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19890         (gnus-summary-limit-map): Add it.
19891         (gnus-summary-make-menu-bar): do.
19893 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19895         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19896         Make attempt at some caching support (done for BBDB only now).
19897         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19898         addresses to be checked.
19899         (spam-clear-cache-BBDB): Add function, to be invoked by
19900         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19901         (spam-check-BBDB): Check and use the caches, if
19902         spam-cache-lookups is on, remove superfluous (provide).
19904 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19906         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19908 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19910         * run-at-time.el (run-at-time-saved): Move to after the definition
19911         of `run-at-time'.
19913         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19915 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19917         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19918         mm-w3m-local-map-property.
19920         * mm-view.el (mm-w3m-mode-map): Remove.
19921         (mm-w3m-local-map-property): Remove.
19922         (mm-inline-text-html-render-with-w3m): Don't use
19923         mm-w3m-local-map-property.
19925 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19927         * run-at-time.el: New file.
19929         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19930         under Emacs.
19932         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19933         of gnus-set-text-properties.
19935         * gnus-uu.el (gnus-uu-save-article): Ditto.
19937         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19939         * gnus-cite.el (gnus-cite-parse): Ditto.
19941         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19942         of gnus-.
19944         * gnus-xmas.el (run-at-time): Require run-at-time.
19946         * gnus.el: Change calls to nnheader-run-at-time and
19947         password-run-at-time throughout to use run-at-time directly.
19949         * password.el: Remove definition of run-at-time.
19951         * nnheaderxm.el: Remove definition of run-at-time.
19953 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19955         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19956         in prompt.
19958 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19960         * messagexmas.el (message-xmas-redefine): Alias
19961         `message-make-caesar-translation-table' to
19962         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19963         version.
19965         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19966         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19967         `gnus-xmas-set-text-properties'.
19968         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19969         `gnus-xmas-completing-read'.
19970         (gnus-xmas-completing-read): Removed.
19971         (gnus-xmas-open-network-stream): Removed.
19973         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19974         XEmacs version.
19976         * dns.el (dns-make-network-process): Use `open-network-stream'
19977         instead of `gnus-xmas-open-network-stream'.
19979         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19981         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19983 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19985         * gnus-art.el (gnus-mime-display-alternative)
19986         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19987         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19988         Don't use gnus-local-map-property.
19990         * gnus-util.el (gnus-local-map-property): Remove.
19992         * mm-view.el (mm-view-pkcs7-decrypt):
19993         Replace gnus-completing-read-maybe-default with completing-read.
19995         * gnus-util.el (gnus-completing-read): do.
19996         (gnus-completing-read-maybe-default): Remove.
19998 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20000         * password.el: Only autoload `run-at-time' if not XEmacs.
20001         Only autoload the itimer functions if XEmacs.
20003 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20005         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20006         XEmacsen.
20008         * dgnushack.el: Autoload executable-find for XEmacs.
20010 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20012         * gnus-art.el (gnus-read-string): Remove.
20013         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20014         read-string.
20016 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20018         * netrc.el: Autoload password-read.
20019         (netrc): Add configuration group.
20020         (netrc-encoding-method, netrc-openssl-path):
20021         Add variables for encoding and decoding of files with symmetric
20022         ciphers.
20023         (netrc-encode): Add assistant function to encode a file with
20024         netrc-encoding-method.
20025         (netrc-parse): Add interactive parameter, added optional
20026         decoding if netrc-encoding-method is non-nil but otherwise
20027         behavior is standard.
20028         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20029         Do s/encode/encrypt/ everywhere.
20031         * spam.el: Remove executable-find autoload.
20033 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20035         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20037         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20039 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20041         * gnus-art.el (gnus-treat-ansi-sequences)
20042         (article-treat-ansi-sequences): New variable and function.
20043         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20045         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20046         Use it.
20048 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20050         * mm-util.el (mm-quote-arg): Remove.
20052         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20053         shell-quote-argument.
20055         * gnus-uu.el (gnus-uu-command): do.
20057         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20059         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20060         with make-char.
20062         * mm-util.el (mm-make-char): Remove.
20064         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20065         add-minor-mode.
20067         * gnus-undo.el (gnus-undo-mode): do.
20069         * gnus-topic.el (gnus-topic-mode): do.
20071         * gnus-sum.el (gnus-dead-summary-mode): do.
20073         * gnus-start.el (gnus-slave-mode): do.
20075         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20077         * gnus-ml.el (gnus-mailing-list-mode): do.
20079         * gnus-gl.el (gnus-grouplens-mode): do.
20081         * gnus-draft.el (gnus-draft-mode): do.
20083         * gnus-dired.el (gnus-dired-mode): do.
20085         * gnus-ems.el (gnus-add-minor-mode): Remove.
20087         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20088         Replace gnus-char-width with char-width.
20090         * gnus-ems.el (gnus-char-width): Remove.
20092         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20093         Replace gnus-char-width with char-width.
20095         * gnus-ems.el (gnus-char-width): Remove.
20097         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20098         definition.
20099         Remove Emacs 20 hash table compatibility code.
20101         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20102         20 compatibility code.
20104         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20106         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20108         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20109         Replace with point-at-{eol,bol}.
20111         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20113         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20115         * flow-fill.el (fill-flowed-point-at-bol)
20116         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20118         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20119         Replace with point-at-{eol,bol} throughout all files.
20121 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20123         * ntlm.el (ntlm-string-as-unibyte): New macro.
20124         (ntlm-build-auth-response): Use it.
20126         Remove Emacs 20 stuff:
20127         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20128         (butlast, mapc, remove): Remove the compiler macros.
20129         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20130         of delq and copy-sequence.
20131         * gnus-art.el (popup-menu): Remove the compiler macro.
20132         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20133         Emacs 20.
20135 2004-01-05  Simon Josefsson  <jas@extundo.com>
20137         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20138         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20139         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20140         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20141         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20142         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20143         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20144         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20145         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20146         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20147         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20148         string-xor into ntlm-string-xor.
20149         Suggested by Jesper Harder <harder@myrealbox.com>.
20151         * ntlm.el: Don't include poem.
20153         * md4.el (print-int32, print-string-hexa): Remove.
20154         Suggested by Jesper Harder <harder@myrealbox.com>.
20156         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20158         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20159         probably breaks emacs with DL patch, but do we care? Is anyone
20160         still using the DL stuff?)
20162         * sieve-manage.el: Use the password package.
20163         (sieve-manage-read-passwd): Remove.
20164         (sieve-manage-interactive-login): Use password.  Re-add
20165         condition-case around loop.
20167         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20168         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20169         Use the password package.
20171 2003-02-19  Simon Josefsson  <jas@extundo.com>
20173         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20174         token.
20176 2002-08-07  Simon Josefsson  <jas@extundo.com>
20178         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20179         (sieve-manage-authenticators):
20180         (sieve-manage-authenticator-alist): Add some SASL mechs.
20181         (sieve-sasl-auth): New function.
20182         (sieve-manage-cram-md5-auth):
20183         (sieve-manage-plain-auth): Rewrite using SASL library.
20184         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20185         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20186         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20187         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20189 2004-01-05  Simon Josefsson  <jas@extundo.com>
20191         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20192         New files.
20194 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20196         * gnus-group.el (gnus-no-groups-message): Update.
20198         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20200 2003-11-09  Simon Josefsson  <jas@extundo.com>
20202         * imap.el: Support for ID IMAP extension (RFC 2971).
20203         (imap-local-variables): Add imap-id.
20204         (imap-id): New variable.
20205         (imap-id): New function.
20206         (imap-parse-response): Parse untagged ID response.
20207         * nnimap.el (nnimap-id): New variable.
20208         (nnimap-open-connection): Use it.
20210 2003-12-28  Simon Josefsson  <jas@extundo.com>
20212         * gnus-score.el (gnus-score-edit-all-score): New.
20213         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20215 2004-01-04  Simon Josefsson  <jas@extundo.com>
20217         * password.el: Add.
20219 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20221         * dns.el (dns-query-types): Fix typo.
20222         (dns-query-types): New function.
20223         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20224         PTR and SOA replies, see RFC 1035.
20226 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20228         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20230         * Move to Changelog.2.
20232 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20234         * gnus.el (gnus-version-number): Bump version.
20236 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20238         * gnus.el: No Gnus v0.1 is released.
20240 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20242         * gnus.el: No Gnus v0.0 is released.
20244 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20246         * gnus.el (gnus-version-number): Bump.
20247         (gnus-version): No.
20249 See ChangeLog.2 for earlier changes.
20251   Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
20252     Free Software Foundation, Inc.
20254   This file is part of GNU Emacs.
20256   GNU Emacs is free software: you can redistribute it and/or modify
20257   it under the terms of the GNU General Public License as published by
20258   the Free Software Foundation, either version 3 of the License, or
20259   (at your option) any later version.
20261   GNU Emacs is distributed in the hope that it will be useful,
20262   but WITHOUT ANY WARRANTY; without even the implied warranty of
20263   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20264   GNU General Public License for more details.
20266   You should have received a copy of the GNU General Public License
20267   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20269 ;; Local Variables:
20270 ;; coding: utf-8
20271 ;; fill-column: 79
20272 ;; add-log-time-zone-rule: t
20273 ;; End: