Protect against backends (i.e., nnimap) returning nil as the article number.
[gnus.git] / lisp / ChangeLog
blob53a007159e91ecfa0578571b3c068fd33c7dacc7
1 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
3         * gnus-sum.el (gnus-summary-move-article): Protect against backends
4         (i.e., nnimap) returning nil as the article number.
6 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>
8         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
9         "DelSp" parameter in RFC3676.
11 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
13         * message.el (message-check-recipients): Display the encoded version of
14         the bogus address if they differ.
16         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
17         after sending.
19         * gnus-agent.el (gnus-agent-send-mail): Ditto.
21         * gnus-group.el (gnus-group-refresh-group): New convenience function.
23         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
24         group buffer after sending the queue.
26         * gnus-agent.el (gnus-agent-send-mail): Ditto.
28 2011-01-22  Julien Danjou  <julien@danjou.info>
30         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
32 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
34         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
35         nested related parts.
37         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
38         unexpired articles.  This fixes the regression that led expiry marks to
39         disappear from nnfolder groups.
41 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
43         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
44         Don't confuse the "ret" of "retrograde" with RET.
46 2011-01-21  Julien Danjou  <julien@danjou.info>
48         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
49         than mm-insert-inline.
51 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
53         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
54         Widen article buffer.
56 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
58         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
59         the temp buffer.
60         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
62 2011-01-20  Julien Danjou  <julien@danjou.info>
64         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
66         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
67         than mm-insert-inline to insert inline part: this respect
68         mm-inline-media-tests displayers.
70         * mm-view.el (mm-display-shell-script-inline): New function.
72         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
74         * mm-uu.el (mm-uu-type-alist): Add org block.
75         (mm-uu-org-src-code-block-extract): New function.
77         * mm-view.el (mm-display-org-inline): New function.
79         * mm-decode.el (mm-automatic-display): Add text/org.
81         * mailcap.el (mailcap-mime-extensions): Add .org.
83 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
85         * gnus-art.el (gnus-article-highlight): Remove argument passed to
86         gnus-article-add-buttons.
88 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
90         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
91         From header with a date and "nobody" as the sender.
93 2011-01-19  Julien Danjou  <julien@danjou.info>
95         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
96         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
97         if you have the same regexp several times.
98         (gnus-button-push): Fix matching when regexp is symbol.
100 2011-01-15  Glenn Morris  <rgm@gnu.org>
102         * message.el (message-mail): A compose-mail function should
103         accept headers as strings.
105 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
107         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
108         Add :vert-only tags.
109         (message-mail): New arg RETURN-ACTION.
110         (message-return-action): New var.
111         (message-bury): Use it.
112         (message-mode): Make it buffer-local.
113         (message-send-and-exit): Always call message-bury.
115         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
116         message-mail.
118 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
120         * nnimap.el (nnimap-convert-partial-article): Protect against
121         zero-length body parts.
123         * mm-decode.el (mm-preferred-alternative-precedence):
124         Discourage showing empty parts.
126         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
127         and stuff if the backend didn't return the article number.  This fixes
128         an Exchange-related nnimap bug.
130         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
131         group window, because it does the wrong thing when a separate frame
132         displays the group buffer.
134         * proto-stream.el (open-protocol-stream): Protect against the low-level
135         transport functions returning nil.
137 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
139         * mml2015.el (epg-sub-key-fingerprint): Autoload.
140         (mml2015-epg-find-usable-secret-key): New function.
141         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
142         mml2015-epg-find-usable-key (Bug#7797).
143         (mml2015-epg-encrypt): Ditto.
145 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
147         * dgnushack.el (rot13-string): Fix the way to get the argument.
149 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
151         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
153 2011-01-03  Glenn Morris  <rgm@gnu.org>
155         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
157         * sieve.el (sieve-open-server): Give a more explicit error if
158         sieve-manage-open returns nil.  (Bug#7720)
160 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
162         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
164 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
166         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
167         This avoids sending passwords in plain text over non-encrypted
168         channels.
170         * shr.el (shr-rescale-image): Display all GIF images as animated images.
172         * nnimap.el (nnimap-login): Refactored out into own function, and
173         implement CRAM-MD5.
174         (nnimap-wait-for-line): Refactored out.
176         * mm-view.el (mml-smime): Require.
178 2010-12-20  David Engster  <deng@eml.cc>
180         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
181         use EPG to decrypt S/MIME messages instead of openssl.
183 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
185         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
187         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
188         status is the group clearly is unreachable.
190         * auth-source.el (auth-source-create): Add the optional second
191         parameter to `local-variable-p' to be compatible with XEmacs.
193 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
195         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
196         work when using a compressed nnml folder.
198 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
200         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
201         backends after sanitising on entry, because this never makes sense:
202         If the articles have gone missing, then the data no longer exists on
203         the backend, and if they haven't, then Gnus is wrong, and shouldn't
204         overwrite anything anyway.
206         * shr.el (shr-insert-document): Bind shr-width dynamically to
207         window-width if it's nil.
209 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
211         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
212         with the meaning of using the full emacs window width for rendering.
214 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
216         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
217         case when sender is not given.
219 2010-12-23  Julien Danjou  <julien@danjou.info>
221         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
222         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
223         the addresses, otherwise we might misplaced the gravatar.
225 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
227         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
228         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
229         obsolete in Emacs.
231 2010-12-20  Julien Danjou  <julien@danjou.info>
233         * gnus-util.el (gnus-rescale-image): Revert last change.
235 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
237         * binhex.el: Improve commentary (Bug#7482).
239 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
241         * gnus-group.el (gnus-group-delete-articles): New command.
243 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
245         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
247 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
249         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
250         here, since it's up to the backends to do CRLF removal if their
251         protocol has it.
253         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
255 2010-12-17  Julien Danjou  <julien@danjou.info>
257         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
258         they are from file. Can also scale up.
260 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
262         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
263         gnus-use-agent.
264         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
266         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
268 2010-12-17  Julien Danjou  <julien@danjou.info>
270         * gravatar.el (gravatar-retrieve-synchronously): New function.
271         (gravatar-get-data): Make more robust.
273 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
275         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
277 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
279         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
280         to really consider the last line.
282 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
284         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
285         list of recipient keys, or use symmetric encryption if not a list.
286         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
287         EPA override, replacing the call to `netrc-store-data'.
289 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
291         * gnus-srvr.el: Avoid passing nil regexp argument to
292         delete-matching-lines.
294 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
296         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
297         fetching stops when Gnus exits.
299         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
300         function.
301         (nnfolder-request-expire-articles): Save all the buffers after doing
302         expiry.
304         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
305         the last article", since that led to serious performance regressions
306         when expiring nnml groups.
308 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
310         * nnir.el: Improve customizations.
312 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
314         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
316         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
317         group has been killed.
318         (gnus-group-yank-group): Ditto.
320         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
322         * nnimap.el (nnimap-request-update-group-status): New function.
324         * gnus-int.el (gnus-request-update-group-status): New interface
325         function.
327         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
328         copying read-ness to the backends.
330         * nnimap.el (nnimap-quirk): New function.
331         (nnimap-retrieve-group-data-early): Use it.
332         (nnimap-quirks): New alist.
334 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
336         * shr.el (shr-insert): Set shr-start after deleting trailing space;
337         don't delete it within indentation.
339 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
341         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
342         previous line.
344 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
346         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
347         QRESYNC command by deleting a superfluous space which broke Cyrus
348         servers.  This change will break other servers that are buggy the other
349         way around.
351 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
353         * spam.el: Reindent and fix long lines.
354         (spam-copy-or-move-routine): Exclude invalid move destinations.
356 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
358         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
359         installed the registry.
361 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
363         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
365 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
367         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
368         groupname doesn't contain "gmane".
370 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
372         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
373         and netrc-bound-and-true-p bindings.
374         (netrc-parse): Cache the netrc contents.
376         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
377         (gnus-1): Don't create the nndrafts group twice.
378         (gnus-setup-news): There's no need to read the active file here, since
379         that's done again later on a per-backend basis.
380         (gnus-start-draft-setup): Make sure that the new group is started out
381         empty.
383         * gnus-agent.el (gnus-agentize): Don't create the queue group
384         automatically on startup.  It'll be created later, if needed.
386         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
387         of automatically subscribed groups.
388         (gnus-auto-subscribed-categories): New variable.
389         (gnus-matches-options-n): Use it.
390         (gnus-default-subscribed-newsgroups): Remove unused variable.
391         (gnus-start-draft-setup): Message a bit less.
393 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
395         * nnir.el (nnir-run-imap): Return article list in order of increasing
396         UID.
398 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
400         * gnus-sum.el (gnus-summary-enter-digest-group):
401         Mention gnus-auto-select-on-ephemeral-exit.
403         * proto-stream.el (proto-stream-open-network-only): Fix the calling
404         convention of the network-only option.
406 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
408         * proto-stream.el (proto-stream-open-network-only): New function to
409         have a way to specify non-STARTTLS upgrade connections.
411 2010-12-10  Julien Danjou  <julien@danjou.info>
413         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
414         email address is nil.
416         * message.el (message-bogus-recipient-p): Set address to "" if nil.
418 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
420         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
421         deletion.
422         (nnir-run-imap): Only need to parse list once.
424 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
426         * shr.el (shr-tag-script): Ignore <script>.
427         (shr-tag-label): Add <label> support.
429 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
431         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
433         * shr.el (shr-image-displayer): Work for images lined side by side.
435 2010-12-08  Robert Pluim  <rpluim@gmail.com>
437         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
438         parameter, since XEmacs doesn't accept t as a parameter.
440 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
442         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
443         ids.
444         (nnir-run-gmane): Simplify groupspec formatting.
445         (nnir-request-expire-articles): New function.
447 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
449         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
450         overflow, possibly.
452         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
453         (shr-render-td): Handle td style="" better.
454         (shr-tag-table): Use the color from the style sheet.
455         (shr-render-td): Make sure we copy over all the overlays, too.
457 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
459         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
460         (nnir-request-article): Improve article retrieval.
462 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
464         * mm-util.el (mm-extra-numeric-entities): New variable.
466         * mm-url.el (mm-url-decode-entities):
467         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
469         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
471 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
473         * message.el: Use completion-at-point.
474         (message-completion-function): New fun, extracted from message-tab.
475         (message-mode): Use it for completion-at-point-functions.
476         (message-tab): Use it and completion-at-point.
478 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
480         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
481         character if a non-breakable character follows.
483 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
485         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
486         any stream.
488         * shr.el (shr-tag-font): Colorize the region.
489         (shr-tag-body): Ditto.
490         (shr-tag-font): Actually let the styles be inherited instead of
491         overwriting them.
492         (shr-tag-font): Get the background color right.
493         (shr-tag-style): Ignore all <style> tags for the moment.
495         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
496         a Message-ID to avoid having nnimap depend on gnus-sum.
498         * shr.el (shr-descend): Only colorize something if we have a node that
499         sets colors.
501 2010-12-06  Julien Danjou  <julien@danjou.info>
503         * shr.el (shr-render-td): Render td content with shr-descend, so style
504         will be applied to <td> too.
505         (shr-colorize-region): Colorize region even if we only have a background.
506         (shr-tag-body): Fix color and background color inheritance.
507         Do not recolorize after shr-generic.
508         (shr-tag-font): Let shr-generic colorize via inheritance.
510 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
512         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
514 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
516         * nnir.el (nnir-request-move-article): Remove obsolete code.
518 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
520         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
522 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
524         * gnus-sum.el (gnus-summary-respool-article): The completion function
525         expects a list instead of an alist.
527         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
528         string as the parameter.
530         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
532         * shr.el (shr-stylesheet): New dynamic variable for cascading the
533         styles.
534         (shr-colorize-region): New function.
535         (shr-insert-background-overlay): Remove.
536         (shr-render-td): Background setting should be taken care of on a higher
537         level.
538         (shr-tag-body): Use post-hoc colorizations.
539         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
540         (shr-put-color-1): Don't overwrite old colors.
541         (shr-colorize-region): When the background color isn't explicit, use
542         a fixed background.
544         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
545         nnmail variables.
547 2010-12-05  Bjørn Mork  <bjorn@mork.no>
549         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
550         unless necessary.
552 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
554         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
555         server.
557 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
559         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
560         so that TAB works.
562         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
563         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
565         * shr.el (shr-urlify): Show the URL before the title to avoid
566         misleading URLs.
568 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
570         * shr.el (shr-urlify): Display the title in <a> tags.
572 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
574         * nnir.el (nnir-categorize): Replace mapcar with mapc.
576 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
578         * nnir.el: Rearrange code to allow macros to be autoloaded by
579         gnus-sum.el.
580         (nnir-retrieve-headers-override-function): Make this variable
581         customizable.
582         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
584         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
585         from nnir.el.
587 2010-12-03  Julien Danjou  <julien@danjou.info>
589         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
591 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
593         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
594         allow optional argument `environment'.
596 2010-12-03  Glenn Morris  <rgm@gnu.org>
598         * mm-extern.el (message-goto-body): Update declaration.
600 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
602         * gnus-util.el (gnus-macroexpand-all): New function.
604         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
605         instead of macroexpand-all that is unavailable in XEmacs.
607 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
609         * nnir.el (nnir-summary-line-format): New variable.
610         (nnir-mode): Use it.
611         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
612         (nnir-article-ids): Reimplement as defsubst.
613         (nnir-retrieve-headers): Don't mangle the subject header.
614         (nnir-run-imap): Use 100 as RSV score.
615         (nnir-run-find-grep): Fix for full server searching.
616         (nnir-run-gmane): Better restriction to gmane groups.
618         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
619         summary buffers.
621 2010-12-02  Julien Danjou  <julien@danjou.info>
623         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
625         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
627         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
628         support.
630 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
632         * nnir.el: Update to handle the registry better.
633         (autoload): Silence byte-compiler.
634         (nnir-open-server): Add a hook for nnir groups.
635         (nnir-request-move-article): Don't mangle the header. Better to use
636         formating variables (which will be added in the future).
637         (nnir-registry-action): Update the registry using the original article
638         group name.
639         (nnir-mode): Install nnir-specific hooks for updating the registry.
641         * gnus-sum.el
642         (gnus-article-original-subject,gnus-newsgroup-original-name):
643         Remove obsolete variables.
644         (gnus-summary-move-article): Remove use of obsolete variables.
645         (gnus-summary-local-variables): Make move and delete hooks local to
646         summary buffers.
648 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
650         * rtree.el: New file.
652 2010-12-01  Julien Danjou  <julien@danjou.info>
654         * message.el (message-user-organization): Do not use
655         gnus-local-organization.
657         * gnus.el: Remove gnus-local-organization.
659         * gnus-msg.el: Remove nastygram thing.
661 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
663         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
664         funcall.
666 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
668         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
669         names.
671         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
672         characters.
674         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
675         to t of inhibit-read-only since it is inside gnus-with-article-headers.
676         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
677         (gnus-gravatar-transform-address): Use mail-extract-address-components
678         that supports non-ASCII names rather than mail-header-parse-addresses.
680 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
682         * proto-stream.el (open-protocol-stream): All starttls connections are
683         handled by the network handler.
685 2010-11-30  Julien Danjou  <julien@danjou.info>
687         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
688         (nnimap-open-connection-1): Fix PREAUTH.
690         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
692 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
694         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
695         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
696         (shr-insert): Use them.
697         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
699 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
701         * nnir.el (nnir-request-move-article): Bail out if original group
702         doesn't support article moves.
703         (nnir-get-active): Improve active list retrieval.
705 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
707         * shr.el (shr-find-fill-point): Don't break before apostrophes.
709 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
711         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
712         seem to accept strings-with-numbers as port numbers,
714 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
716         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
717         change the registry.
719 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
721         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
722         delete-dups that is not available in XEmacs 21.4.
724         * mm-util.el (mm-delete-duplicates): Add comment.
726 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
728         * nnir.el (nnir-ignored-newsgroups): New variable.
729         (nnir-get-active): Use it.
731 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
733         * proto-stream.el (proto-stream-open-network): Add some comments.
735         * nntp.el (nntp-open-connection): Provide a :success condition.
737         * nnimap.el (nnimap-open-connection-1): Ditto.
739         * proto-stream.el (proto-stream-open-network): See what the response to
740         the STARTTLS command is.
742         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
743         backwards compatibility).
744         (nnimap-open-connection-1): Really respect nnimap-server-port.
746         * proto-stream.el (proto-stream-open-network): When doing opportunistic
747         TLS upgrades we don't really care about the identity of the peer.
748         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
749         that what we've checked for.
750         (proto-stream-always-use-starttls): Only default to t if
751         open-gnutls-stream exists.
752         (proto-stream-open-network): If STARTTLS failed, then just open a
753         normal connection.
754         (proto-stream-open-network): Wait until the greeting before doing
755         STARTTLS.
757         * nntp.el (nntp-open-connection): Report what the connection error is.
759         * proto-stream.el (open-protocol-stream): Rename from
760         open-proto-stream.
762 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
764         * nnimap.el (nnimap-stream): Change default to `undecided'.
765         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
766         first, and then network.
767         (nnimap-open-connection-1): Respect nnimap-server-port.
768         (nnimap-open-connection): Be more backwards-compatible.
770         * proto-stream.el (proto-stream-always-use-starttls): New variable.
771         (proto-stream-open-starttls): De-duplicate the starttls code.
772         (proto-stream-open-starttls): Folded back into the main function.
773         (proto-stream-open-network): Fix typo in the gnutls path.
774         (proto-stream-command): Refactor out.
776         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
778         * proto-stream.el (proto-stream-open-starttls): Actually implement the
779         starttls.el STARTTLS.
781         * color.el (color-lab->srgb): Fix function call name.
783         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
784         if we're using tls.el.
785         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
786         built in, then don't try to establish a STARTTLS connection.
788         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
789         servers.
791         * proto-stream.el (open-proto-stream): Use network, not stream.
792         (open-proto-stream): Add a way to specify what the end of a command is.
794         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
795         connections types.
796         (nntp-open-network-stream): Remove.
797         (nntp-open-ssl-stream): Remove.
798         (nntp-open-tls-stream): Remove.
799         (nntp-ssl-program): Remove.
801         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
803 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
805         * nnir.el: Fix typos.
806         (nnir-retrieve-headers-override-function): Rename variable to reflect
807         new semantics.
808         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
809         macros.
810         (nnir-request-article, nnir-request-move-article): Use them.
811         (nnir-categorize): New function.
812         (nnir-run-query): Use it.
813         (nnir-retrieve-headers): Rewrite to batch header retrieval.
814         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
815         sorted.
816         (nnir-group-full-name): Use gnus-group-full-name instead.
817         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
818         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
820 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
822         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
824         * proto-stream.el: New library to provide protocol-specific
825         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
826         protocols.
827         (open-proto-stream): Complete the documentation.
828         (proto-stream-open-network): Fix some typos.
830         * nnimap.el (nnimap-open-connection): Use it.
832 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
834         * pop3.el (pop3-open-server): Read server greeting before starting TLS
835         negotiation.
837 2010-11-26  Julien Danjou  <julien@danjou.info>
839         * color.el: Rename various rgb functions to srgb.
841 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
843         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
844         names.
846 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
848         * shr.el (shr-insert): Revert last change.
849         (shr-find-fill-point): Never leave point being at bol;
850         relax the kinsoku limitation when rendering tables.
852 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
854         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
855         results from -accept-article.
857         * shr-color.el: Require cl when compiling.
859         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
860         checkin.
862         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
864         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
866         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
867         'add and 'delete to set backend marks.
869         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
871         * nnheader.el (nnheader-update-marks-actions): Refactor out.
873         * nntp.el (nntp-request-set-mark): Use it.
875         * nnfolder.el (nnfolder-request-set-mark): Ditto.
877         * nnml.el (nnml-request-set-mark): Ditto.
879         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
880         introduces regressions in article selection.
881         (nnimap-find-uid-response): New function.
882         (nnimap-request-accept-article): Use the UID returned, if any.
883         (nnimap-request-move-article): Use the UID returned, if any.
884         (nnimap-get-groups): Reimplement to work with folded lines.
885         (nnimap-find-uid-response): The UID is the last element in the list.
886         (nnimap-request-set-mark): Extend syntax with 'set.
888         * nnml.el (nnml-request-set-mark): Ditto.
890         * nnfolder.el (nnfolder-request-set-mark): Ditto.
892         * nntp.el (nntp-request-set-mark): Ditto.
894 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
896         * message.el (message-called-interactively-p): A temporary macro.
897         (message-goto-body): Use it temporarily.
899 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
901         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
902         (nnimap-last-response-string): Unfold quoted lines, if they exist.
903         (nnimap-last-response-string): Fix last unfolding fix.
905 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
907         * shr.el (shr-insert): Fix the way to fold lines.
909 2010-11-25  Julien Danjou  <julien@danjou.info>
911         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
913         * color.el: Rename from color-lab.el
914         (color-rgb->hex): Add.
915         (color-complement): Add.
916         (color-complement-hex): Add.
918         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
920 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
922         * shr-color.el (shr-color-visible): Don't bug out if the colour names
923         don't exist.
925 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
927         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
928         assuming that article displaying or another mml-preview may be
929         interrupted for an error or for the like.
931         * shr.el (shr-get-background): Fix argument name.
933 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
935         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
937         * gnus-sum.el (gnus-summary-include-articles): New function.
939         * message.el (message-goto-body): called-interactively-p needs a
940         parameter, so use `any'.
942         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
943         clear marks before moving, since they're synced from the Gnus side
944         first.
946         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
947         (gnus-summary-move-article): Copy over all marks before moving, so that
948         IMAP doesn't think a new article has arrived.
950 2010-11-24  Julien Danjou  <julien@danjou.info>
952         * shr.el (shr-insert-background-overlay): Fix typo.
953         (shr-render-td): Copy the background before rendering.
955         * shr-color.el (shr-color-visible): Fix docstring.
957         * shr.el (shr-tag-table): Add bgcolor support.
958         (shr-render-td): Add bgcolor support.
959         (shr-get-background): Add.
960         (shr-insert-foreground-overlay): Use shr-get-background.
962         * message.el (message-goto-body): Use called-interactively-p.
963         (message-in-body-p): message-goto-body returns point.
965 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
967         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
968         Fixes something or other in Emacs 23, and is backwards compatible.
970         * message.el (message-goto-body): Remove the <#secure special-casing,
971         which is too special.
973         * shr.el (shr-parse-style): Drop !important from styles.
975 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
977         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
978         this function to return incorrect results when calling it with an
979         explicit article argument different from
980         (gnus-summary-article-number).
982 2010-11-24  Julien Danjou  <julien@danjou.info>
984         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
985         (shr-tag-body): Add background support.
986         (shr-descend): Add background support.
987         (shr-tag-title): Add.
989         * shr-color.el (shr-color-visible): Really return original background
990         if fixed.
992 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
994         * shr.el (shr-color-check): Protect against non-existant colour names.
996 2010-11-24  Julien Danjou  <julien@danjou.info>
998         * color-lab.el: Require 'cl when compiling.
1000         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1002         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1003         matched part.
1005         * color-lab.el: Fix all expt calls to use float type.
1007 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1009         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1010         expression to shr-color-check as is.
1012         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1014         * color-lab.el: Add coding cookie.
1015         (float-pi): Use eval-and-compile.
1017         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1018         compiled for Emacsen having no `libxml-parse-html-region' support.
1020 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1022         * shr.el (shr-insert-color-overlay): Split stuff like
1023         "#444444 !important" to find the real colour.
1024         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1025         parse <font color="red"> entries.
1027 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1029         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1030         point when parsing headers.
1032         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1033         is positioned properly when parsing headers.
1035 2010-11-23  Julien Danjou  <julien@danjou.info>
1037         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1039         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1041         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1043         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1044         Use shr-color-hue-to-rgb.
1045         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1047 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1049         * shr.el (shr-color->hexadecimal): Autoload.
1050         (shr-descend): Add color to all tags.
1052 2010-11-22  Julien Danjou  <julien@danjou.info>
1054         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1055         shr-color->hexadecimal.
1057         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1058         RGB() or HSL() color representation.
1060         * shr.el (shr-tag-font): Add.
1061         (shr-tag-color-check): New function to get better colors.
1062         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1063         tag-span.
1065         * shr-color.el: New file.
1067         * color-lab.el: New file.
1069         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1071 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1073         * nnir.el: Fix typo in comments.
1074         (nnir-run-imap): Simplify code. No need to reverse artlist.
1075         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1077 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1079         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1081         * nnimap.el (nnimap-get-capabilities): Refactor out.
1082         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1084 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1086         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1087         appearing when `mm-uu-hide-markers' is nil.
1089 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1091         * nnimap.el (nnimap-unselect-group): Make into its own function.
1092         (nnimap-request-rename-group): Unselect group before renaming.
1093         This had gotten lost somewhere.
1094         (nnimap-request-accept-article): Keep track of examined groups, and
1095         unselect the group before APPENDing to read-only groups.
1096         (nnimap-request-move-article): Clear flags before moving so that they
1097         can be re-set later.
1099 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1101         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1102         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1104 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1106         * gnus-art.el (gnus-mime-display-single)
1107         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1108         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1109         parameter.
1111 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1113         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1114         (shr-table-vertical-line): New variable.
1115         (shr-insert-table): Use it.
1117 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1119         * gnus-html.el (gnus-html-wash-images): Don't display images if
1120         gnus-inhibit-images is non-nil; register displayer for cid images.
1121         (gnus-html-display-image): Work for cid image.
1122         (gnus-html-insert-image): Allow arguments.
1123         (gnus-html-put-image): Inhibit read-only.
1124         (gnus-html-prefetch-images): Don't prefetch images if
1125         gnus-inhibit-images is non-nil.
1127 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1129         * shr.el (shr-put-image): Break lines when inserting big pictures.
1131 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1133         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1134         sender, thanks Katsumi Yamaoka.
1136 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1138         * nnir.el (nnir-run-imap): Reverse the article list for each group
1139         rather than the whole list.
1141 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1143         * shr.el (shr-image-displayer): Protect function against non-existent
1144         image source.
1146         * gnus-art.el (gnus-inhibit-images): New user option.
1147         (gnus-mime-display-single): Don't display image if it is non-nil.
1149         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1150         gnus-inhibit-images.
1152         * shr.el (shr-image-displayer): New function.
1153         (shr-tag-img): Use it.
1155 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1157         * mml2015.el (mml2015-epg-sign): Use From header.
1159 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1161         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1163         * gnus-util.el (gnus-find-text-property-region): Return markers.
1165         * shr.el (shr-tag-img): Put a displayer in the text property.
1167         * gnus-util.el (gnus-find-text-property-region): New utility function.
1169         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1170         (gnus-html-show-images): Remove.
1172         * gnus-art.el (gnus-article-show-images): New, more general function.
1174         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1175         image url text properties.
1177         * shr.el: Ditto.
1179         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1180         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1182 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1184         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1185         work for two or more articles.
1187 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1189         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1190         divide an image that's in an html article to two or more when washing
1191         non-ASCII characters in alt text of it.
1193 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1195         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1196         smime-decrypt-region using function argument.
1197         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1199         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1201         * smime.el (smime-decrypt-region): Catch it.
1203 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1205         * smime.el (smime-mode-map): Move initialization into declaration.
1206         (gnus-run-mode-hooks): Don't autoload.
1207         (smime-mode): Use define-derived-mode.
1209 2010-11-11  Glenn Morris  <rgm@gnu.org>
1211         * smime.el (from): Restrict declaration to XEmacs.
1213         * nnir.el (gnus-group-topic-name): Autoload.
1215 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1217         * shr.el (shr-insert): Don't break long line if it is because of
1218         kinsoku-bol characters in the line end.
1220 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1222         * nnir.el (nnir-request-move-article): Fix to provide original group
1223         and subject.
1224         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1225         been retrieved.
1227         * gnus-sum.el (gnus-summary-move-article): Use original group and
1228         subject for virtual articles such as those in an nnir summary buffer.
1230 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1232         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1233         least 21.5).
1235         * smime.el (from): Declare it again for XEmacs.
1237 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1239         * message.el (message-resend): Don't disable encoding unless it's
1240         already encoded.
1242         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1243         low-numbered articles.
1245 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1247         * rfc2047.el (rfc2047-syntax-table): Simplify.
1249         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1251         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1252         set-char-table-range for XEmacs.
1254 2010-11-10  Glenn Morris  <rgm@gnu.org>
1256         * time-date.el (time-to-seconds): Always an alias on Emacs,
1257         never a real function.
1258         (with-no-warnings): Remove compat stub, now unused.
1259         (time-less-p): Doc fix.
1260         (time-to-number-of-days): Simplify.
1262         * smime.el (from): Remove unused declaration.
1264         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1265         (gnus-float-time): On Emacs, always an alias.
1267         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1268         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1270 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1272         * dgnushack.el: Don't use ignore-errors in the top level form since it
1273         is unavailable in XEmacs even if cl is loaded.
1275         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1277 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1279         * shr.el (browse-url-mailto): Autoload.
1281         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1283         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1284         regexp doesn't need quoting.
1286 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1288         * message.el (message-subject-trailing-was-ask-regexp)
1289         (message-subject-trailing-was-regexp): Match was: in addition to was.
1291 2010-11-09  Glenn Morris  <rgm@gnu.org>
1293         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1294         (nnbabyl-check-mbox): Use point-at-bol.
1296 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1298         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1300         * message.el (message-mailto): New function.
1301         (message-mailto): Should accept other parameters.
1302         (message-mailto): Remove since it duplicates browse-url-mailto
1303         functionality.
1305 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1307         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1308         methods.
1309         (gnus-read-active-file): Ditto.
1311         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1312         ": " from the prompt.
1313         (gnus-group-make-group): Ditto.
1315 2010-11-07  Glenn Morris  <rgm@gnu.org>
1317         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1318         (gnus-bookmark-kill-line): Use point-at-eol.
1320 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1322         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1323         asterisks in From header.
1325 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1327         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1328         string to avoid making the From headers syntactically invalid.
1330         * message.el (message-send-mail): Don't insert courtesy messages if the
1331         message already has List-Post and List-ID messages.
1333 2010-11-06  Glenn Morris  <rgm@gnu.org>
1335         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1336         `condition', `type', `length' a prefix.
1337         (gnus-treat-predicate): Update for above name changes.
1339 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1341         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1342         binding.  Handled by `gnus-summary-refer-thread' instead.
1343         (nnir-warp-to-article): New backend function.
1345         * nnimap.el (nnimap-request-thread): Force dependency updating.
1347         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1348         (gnus-summary-refer-thread): Rework to improve thread-referral.
1350         * gnus-int.el (gnus-warp-to-article): New function.
1352         * gnus-sum.el (gnus-summary-article-map): Bind it.
1354 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1356         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1357         gnus-summary-refer-thread.
1359         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1360         headers.
1361         (gnus-summary-limit-include-thread): Prevent articles in thread from
1362         being cut in gnus-cut-threads.
1363         (gnus-summary-refer-thread): Limit retrieved headers to those in
1364         thread.
1366 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1368         * message.el (message-send-mail): Use the value of
1369         message-courtesy-message from the message buffer.
1371         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1373         * shr.el (shr-browse-url): Implement mailto: URLs.
1375         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1376         "raw".
1378         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1379         if it's already selected.
1381         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1383 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1385         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1386         to measure the length and truncate alt text.
1388 2010-11-03  Glenn Morris  <rgm@gnu.org>
1390         * nndiary.el (nndiary-generate-nov-databases-1)
1391         (nndiary-generate-active-info): Rename dynamic variable `files' to
1392         something less generic.
1394 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1396         * nnir.el (nnir-request-move-article): Call the underlying backend to
1397         move articles from nnir.
1399 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1401         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1403 2010-11-02  Julien Danjou  <julien@danjou.info>
1405         * nnir.el: Remove wais support.
1407 2010-11-02  Glenn Morris  <rgm@gnu.org>
1409         * gnus-html.el: Reorder requirements to quieten compiler.
1411 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1413         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1414         properly for XEmacs as well.
1415         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1416         (gnus-article-natural-long-line-p): Use window-width rather than
1417         frame-width.
1419 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1421         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1422         (nnir-read-parms): Don't modify query.
1423         (nnir-run-query): Add ability to search topic on current line.
1424         (nnir-get-active): Clean up.
1426 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1428         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1429         degenerate articles.
1431         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1432         (gnus-print-buffer): Just print the buffer as is, without any copying
1433         to a buffer and then re-highlighting.
1435         * nnimap.el (nnimap-request-group): Store the new updated info.
1436         (nnimap-request-group): Select the group when we don't know whether it
1437         exists or not.
1439         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1440         groups.
1442         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1443         groups.
1445         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1446         groups.
1448         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1449         long-lines case by only filling the long lines.
1451         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1452         (bug #7311).
1454 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1456         * shr.el: No need to declare `declare-function' since shr.el is for
1457         only Emacsen that provide `libxml-parse-html-region'.
1459         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1460         effective only in a file it is referred to.
1462 2010-11-01  Glenn Morris  <rgm@gnu.org>
1464         * mm-util.el (gnus-completing-read): Autoload.
1465         (mm-read-coding-system): Simplify Emacs definition.
1467         * nnmail.el (gnus-activate-group):
1468         * nnimap.el (gnutls-negotiate):
1469         * nntp.el (netrc-parse): Fix declarations.
1471 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1473         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1474         string-match-p in Emacs >=23.
1476         * gnus-msg.el (gnus-configure-posting-styles)
1477         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1479 2010-11-01  Glenn Morris  <rgm@gnu.org>
1481         * nnir.el (declare-function): Add compat stub.
1482         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1483         (nnir-run-gmane): Require 'mm-url.
1485         * mm-util.el (mm-string-to-multibyte): Simplify.
1487         * shr.el (declare-function): Add compat stub.
1488         (url-cache-create-filename): Declare.
1489         (mm-disable-multibyte, widget-convert-button): Autoload.
1491         * smime.el (ldap-search): Declare.
1492         (smime-cert-by-ldap-1): Require ldap on Emacs.
1494         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1495         (nnimap-keepalive): Use gnus-float-time.
1497         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1498         (mail-source-delete-crash-box): Use gnus-float-time.
1500         * gnus-dired.el (gnus-completing-read): Autoload.
1502         * mm-view.el (gnus-rescale-image): Autoload.
1504         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1506         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1508         * sieve-manage.el: Require 'cl when compiling.
1510         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1511         (gnus-iswitchb-completing-read): Require iswitchb.
1512         (gnus-select-frame-set-input-focus): Silence compiler.
1514 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1516         * message.el (message-subject-trailing-was-query): Change default to t,
1517         since I think that's what most people want.
1519         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1520         appending for easier debugging.
1521         (nnimap-wait-for-connection): Take a regexp.
1522         (nnimap-request-accept-article): Wait for the continuation line before
1523         sending anything unless we're streaming.
1525         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1526         leave the header washing to take place.
1528 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1530         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1531         regular expression match and replace in posting styles.
1533 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1535         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1536         an entire server.
1537         (nnir-get-active): New function.
1538         (nnir-run-imap): Use it.
1539         (nnir-run-gmane): Who knew, gmane search returns an article score!
1541         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1542         server on the current line with nnir.
1544 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1546         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1547         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1548         left edge.
1549         (gnus-article-foldable-buffer): Skip past the prefix when determining
1550         raggedness.
1552         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1553         the raw article, and change `C-u g' to show the article without doing
1554         treatments.
1556         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1557         on to `gnus-treat-article'.
1558         (gnus-inhibit-article-treatments): New variable.
1560         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1562         * gnus-art.el (gnus-treatment-function-alist): Have
1563         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1564         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1565         sections.
1567         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1568         parameter.
1569         (gnus-article-fill-cited-long-lines): New function.
1570         (gnus-article-fill-cited-article): Allow filling only long sections.
1572         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1573         and non-punctuation (like after the apostrophe in "'We").
1575         * gnus-sum.el (gnus-summary-select-article): Make sure
1576         gnus-original-article-buffer is alive.
1578         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1579         reflect the order they're in in the digest.
1581         * gnus.el (gnus-group-startup-message): Move point to the start of the
1582         buffer.
1584         * nnimap.el (nnimap-capability): New function.
1585         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1586         is set.
1588 2010-10-31  David Engster  <dengste@eml.cc>
1590         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1591         conform with changes to gnus-completing-read.
1593 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1595         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1597 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1599         * nnir.el: Move defvar, defcustom around to keep file organized
1600         and keep byte-compiler quiet.
1601         (nnir-read-parms): Accept search-engine as arg.
1602         (nnir-run-query): Pass search-engine as arg.
1603         (nnir-search-engine): Remove.
1605 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1607         * shr.el (shr-generic): The text nodes should be text, not :text.
1609         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1610         later in the file.
1612 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1614         * nnir.el: General clean up.  Allow searching with multiple engines.
1615         Allow separate extra-parameters for each engine.
1616         Batch queries when possible.
1617         (nnir-imap-default-search-key,nnir-method-default-engines):
1618         Add customize interface.
1619         (nnir-run-gmane): New engine.
1620         (nnir-engines): Use it.  Qualify all prompts with engine name.
1621         (nnir-search-engine): Remove global variable.
1622         (nnir-run-hyrex): Restore for now.
1623         (nnir-extra-parms,nnir-search-history): New variables.
1624         (gnus-group-make-nnir-group): Use them.
1625         (nnir-group-server): Remove in favor of gnus-group-server.
1626         (nnir-request-group): Avoid searching twice.
1627         (nnir-sort-groups-by-server): New function.
1629 2010-10-30  Julien Danjou  <julien@danjou.info>
1631         * gnus-group.el: Remove gnus-group-fetch-control.
1633         * gnus-start.el (gnus-find-new-newsgroups):
1634         Remove gnus-check-first-time-used.
1636         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1638 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1640         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1641         set on groups that don't have \* permanentflags.
1643 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1645         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1646         control the background color.
1647         (shr-tag-img): Ignore very small web bug type images.
1648         (shr-put-image): Add help-echo alt texts to the images.
1649         (shr-tag-video): Show the video poster image.
1651 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1653         * shr.el (shr-table-depth): New variable.
1654         (shr-tag-table-1): Only insert the images after the top-level table.
1656         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1658         * gnus-util.el (gnus-list-memq-of-list): New function.
1660         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1661         selected.
1662         (nnimap-unsplittable-articles): New slot.
1663         (nnimap-new-articles): Use it.
1665 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1667         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1668         move to the previous line on `M-g'.
1670 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1672         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1673         *-request-group, which seems unnecessary.
1675         * nnimap.el (nnimap-quote-specials): Function copied over from
1676         imap.el.
1677         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1678         they support that.  Suggested by Tom Regner.
1680 2010-10-29  Julien Danjou  <julien@danjou.info>
1682         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1683         defalias.
1684         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1686         * gnus.el: Remove `gnus-nntp-service' variable.
1687         (gnus-secondary-servers): Make obsolete.
1688         (gnus-nntp-server): Make obsolete.
1690         * gnus-start.el (gnus-1): Remove x-splash calls.
1692         * gnus-ems.el (gnus-x-splash): Remove.
1694         * gnus.el (gnus-group-startup-message): Simplify/update code.
1696         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1697         definition.
1699         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1700         capability before doing anything.
1701         (gnus-group-insert-group-line): Remove useless
1702         gnus-group-remove-excess-properties.
1704 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1706         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1708 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1710         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1711         config after reselecting.
1713 2010-10-28  Julien Danjou  <julien@danjou.info>
1715         * shr.el (shr-put-image): Use point even if only inserting text.
1716         (shr-put-image): Save excursion when inserting alt text on non-graphic
1717         display, so the behaviour is the same when we are on a graphic display.
1719         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1721 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1723         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1724         (gnus-mime-copy-part): Check coding system, not charset.
1725         (gnus-mime-view-part-externally): Never remove part.
1726         (gnus-mime-view-part-internally): Don't remove part here.
1727         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1728         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1729         multipart/alternative.
1731         * mm-decode.el (mm-display-part): Take optional arg `force'.
1733 2010-10-26  Julien Danjou  <julien@danjou.info>
1735         * gnus-group.el (gnus-group-default-list-level): Add this function to
1736         compute the default list level.
1737         (gnus-group-default-list-level): Add possibility to use a function.
1739 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1741         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1743         * gnus-group.el (gnus-group-completing-read)
1744         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1745         gnus-replace-in-string.
1747 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1749         * shr.el (shr-tag-div): Add.
1751         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1753 2010-10-25  Julien Danjou  <julien@danjou.info>
1755         * gnus-util.el: Remove `gnus-with-local-quit'.
1757         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1759 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1761         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1762         the original article buffer.
1764 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1766         * nnimap.el (nnimap-request-head): New function.
1767         (nnimap-request-move-article): Try to be slighly faster by not
1768         requesting the entire message when moving.
1769         (nnimap-transform-headers): Don't bug out on bodiless articles.
1770         (nnimap-send-command): Have no outstanding messages if the IMAP server
1771         doesn't support streaming.
1772         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1774 2010-10-24  Julien Danjou  <julien@danjou.info>
1776         * message.el (message-default-headers): Fix type.
1778 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1780         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1781         prefetching images.
1783         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1784         backend for unknown groups.  This is mainly useful for nnimap groups.
1786         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1787         group isn't covered by the agent.
1789 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1791         * nnir.el (nnir-method-default-engines): New variable.
1792         (nnir-run-query): Use it.
1793         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1794         (gnus-summary-nnir-goto-thread): Change group if needed.
1796         * gnus-group.el (gnus-group-group-map): Add key binding for
1797         gnus-group-make-nnir-group.
1799 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1801         * shr.el (shr-tag-object): Add.
1803         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1804         original article buffer live.
1805         (gnus-summary-select-article-buffer):
1806         Mention gnus-widen-article-buffer.
1808 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1810         * shr.el (shr-tag-strong): Add.
1812 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1814         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1815         group names.  They mess up the group buffer badly.
1817         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1819         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1820         instead of the summary one.
1822 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1824         * mml.el (mml-preview): Work properly when editing article.
1826         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1827         gnus-have-read-active-file if it's already been in.
1829 2010-10-22  Tom Tromey  <tromey@redhat.com>
1831         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1832         gnus-group-completing-read.
1834 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1836         * message.el (message-mode-map): Don't bind M-; to comment region, to
1837         allow the global comment-dwim to work.
1839 2010-10-21  Julien Danjou  <julien@danjou.info>
1841         * message.el (message-setup-1): Allow message-default-headers to be a
1842         function.
1844 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1846         * shr.el (shr-tag-table): Simplify.
1848 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1850         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1851         to avoid trying to snarf invalid stuff.
1853         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1855         * gnus.el (gnus-message-archive-group): Quote value.
1856         (gnus-message-archive-group): Mark as changed.
1858         * shr.el (shr-add-font): Don't put the font properties on the newline
1859         or the indentation.
1861         * message.el (message-fix-before-sending): Change options when sending
1862         non-printable characters.
1864         * gnus.el (gnus-message-archive-method): Change the default to
1865         monthly outgoing groups.
1867         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1868         that have gotten new numbers.
1870         * nnimap.el (nnimap-request-replace-article): New function.
1872 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1874         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1875         (nnrss-request-article): Don't use special html washing code.
1877 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1879         * shr.el (shr-tag-table): Remove useless nconc.
1881 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1883         * gnus-art.el (article-wash-html): Simplify and remove the charset
1884         stuff.  Use the normal html rendering code instead of the special html
1885         washing code.
1887         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1888         `gnus-w3m' symbols.
1889         (mm-text-html-washer-alist): Remove.
1891         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1892         (mm-inline-media-tests): Remove use.
1893         (mm-text-html-renderer): Change default to the `shr' symbol.
1895         * mm-view.el (mm-inline-text-html): Remove use.
1897         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1898         `gnus-blocked-images' to be a function.
1899         (gnus-article-wash-function): Remove.
1901 2010-10-20  Julien Danjou  <julien@danjou.info>
1903         * spam.el (spam-list-of-processors): Mark as obsolete.
1905         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1906         (nnimap-insert-partial-structure): Fix boundary detection.
1908 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1910         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1911         run file-truename on remote files.  This can be expensive and even
1912         prevent one from editing drafts if some unrelated buffer has a stale
1913         connection.
1915 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1917         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1918         kinsoku-eol regardless of shr-kinsoku-shorten.
1919         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1920         (shr-tag-table): Support caption, thead, and tfoot.
1922 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1924         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1925         lines.
1926         (shr-save-contents): New command and keystroke.
1928         * nndoc.el (nndoc-type-alist): Add git support.
1929         (nndoc-git-type-p): New function.
1930         (nndoc-transform-git-article): Ditto.
1931         (nndoc-transform-git-headers): Ditto.
1932         (nndoc-transform-git-headers): Generate Subject headers.
1934         * shr.el (shr-parse-style): New function.
1935         (shr-tag-span): Ditto.
1937         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1938         to `G G' to avoid collisions.
1940 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1942         * shr.el: Load kinsoku if necessary.
1943         (shr-kinsoku-shorten): New internal variable.
1944         (shr-find-fill-point): Make kinsoku shorten text line if
1945         shr-kinsoku-shorten is bound to non-nil.
1946         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1947         shr-indentation too when testing if table is wider than frame width.
1948         (shr-insert-table): Use `string-width' instead of `length' to measure
1949         text width.
1950         (shr-insert-table-ruler): Make sure indentation is done at bol.
1952 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1954         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1955         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1956         undecoded network data.
1958 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1960         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1961         name in the mode line spec so that the mode line menu works
1962         (bug #2431).
1964         * message.el (message-get-reply-headers): If we're fed `to-address',
1965         then always use that.
1967         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1968         aren't so wide as to need to switch off the edit menu.
1970         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1971         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1973         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1974         `M-g'.
1975         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1976         the permanent marks.
1978 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1980         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1981         Splitting according to references/in-reply-to obeys the ignore-groups
1982         variable, while splitting by sender and subject do not.
1984 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1986         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1987         alist, so that we can look for non-Unicode chars.
1988         (article-translate-strings): Allow both character and string maps.
1990 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1992         * shr.el (shr-insert): Don't insert space behind a wide character
1993         categorized as kinsoku-bol, or between characters both categorized as
1994         nospace.
1996 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1998         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1999         headers to gnus-newsgroup-headers.
2001 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2003         * shr.el (shr-tag-img): Don't align images -- since we're not
2004         rescaling, this often leads to ugly displays.
2006 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2008         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2009         duplicates.
2011 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2013         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2014         call.
2016 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2018         * gnus.el: Autoload gnus-html-show-images.
2020         * nnimap.el: Use nnheader-message throughout.
2022         * shr.el (shr-tag-img): Ignore images with no data.
2024 2010-10-15  Julien Danjou  <julien@danjou.info>
2026         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2027         a possibility to disable format=flow encoding when using hard newlines.
2029 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2031         * shr.el (shr-insert): Remove space inserted before or after a
2032         breakable character or at the beginning or the end of a line.
2033         (shr-find-fill-point): Do kinsoku; find the second best point or give
2034         it up if there's no breakable point.
2036 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2038         * nnimap.el (nnimap-open-connection): Message when opening connection
2039         for debugging purposes.
2041         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2042         on every setup buffer call to allow this to change from article to
2043         article.
2045         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2046         buffers where we have a wide table.
2048 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2050         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2051         uses *-request-thread.
2053 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2055         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2056         incantation, which is no longer valid.
2058 2010-10-14  Julien Danjou  <julien@danjou.info>
2060         * shr.el: Fix defcustom type (char -> character).
2062 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2064         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2065         programs.
2067 2010-10-14  Julien Danjou  <julien@danjou.info>
2069         * shr.el (shr-tag-a): Use url-link as widget type.
2071         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2072         `gnus-group-get-icon'.
2074 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2076         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2077         This should make server editing work better.
2079         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2081         * tls.el (tls-program): Remove spurious %s from openssl.
2083         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2084         (nnimap-parse-flags): Fix regexp.
2086         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2087         probably work for CJVK text, too.
2089         * nnimap.el (nnimap-extend-tls-programs): Remove.
2090         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2092         * tls.el (tls-starttls-switches): Remove starttls hack.
2093         (open-tls-stream): Ditto.
2094         (tls-find-starttls-argument): Ditto.
2096 2010-10-13  Julien Danjou  <julien@danjou.info>
2098         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2099         responses.
2101 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2103         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2105         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2106         anything in Emacs.
2108         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2110 2010-10-13  Julien Danjou  <julien@danjou.info>
2112         * shr.el (shr-width): Make shr-width a defcustom with default to
2113         fill-column.
2114         (shr-tag-img): Use shr-width rather than fill-column.
2116 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2118         * dgnushack.el (byte-optimize-apply)
2119         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2121         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2122         position when (X-)Faces exist.
2123         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2124         avatars when called interactively.
2126 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2128         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2129         gnus-article-x-face-too-ugly is bound.
2131 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2133         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2135         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2136         mailbox that doesn't exist.
2138 2010-10-12  Julien Danjou  <julien@danjou.info>
2140         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2141         (shr-get-image-data): Encode URL properly when fetching from cache.
2142         (shr-tag-img): Use aligned-to spaces to align correctly images.
2144         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2145         before inserting the Gravatar.
2147         * shr.el (shr-tag-img): Add align attribute support for <img>.
2149 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2151         * gnus-gravatar.el (gnus-art): Require.
2153         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2154         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2155         Remove long obsoleted functions.
2157 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2159         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2161         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2163         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2164         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2165         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2166         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2167         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2168         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2169         * sieve-manage.el, smime.el, spam.el:
2170         Fix comment for declare-function.
2172 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2174         * nnimap.el (nnimap-request-rename-group): Select group read-only
2175         before renaming it.
2177         * shr.el (shr-insert): Fix up the white space only regexp.
2179         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2180         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2182         * shr.el (shr-current-column): New function.
2183         (shr-find-fill-point): New function.
2185 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2187         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2188         numbers.
2190 2010-10-11  Julien Danjou  <julien@danjou.info>
2192         * shr.el (shr-hr-line): Add.
2193         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2194         display hr lines.
2195         (shr-max-columns): Do not change state to nil if we just inserting
2196         spaces.
2198 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2200         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2201         select the last group.
2203 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2205         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2207 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2209         * dig.el (dig-mode-map): Declare and define in one step.
2211 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2213         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2214         for Gnus.
2215         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2216         (nnimap-update-qresync-info): Mark \Seen articles as read.
2218         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2219         non-variable, too.
2221         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2222         available.
2223         (nnimap-update-info): Rely more on the current active than the param
2224         active to avoid marking articles as read too much.
2226         * auth-source.el (auth-source-create): Use (user-login-name) for the
2227         user name default.
2229         * nnimap.el (nnimap-update-info): If the server doesn't return any
2230         useful info, just use the previous info.
2231         (nnimap-update-info): Prefer old info over start-article.
2232         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2234 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2236         * nnir.el (autoload): Clean up autoloads.
2237         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2238         Use key rather than value.
2239         (nnir-imap-search-other): New variable.
2240         (nnir-read-parm): Use it.
2241         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2242         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2244 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2246         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2247         the process, too.
2249 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2251         * spam.el (gnus-summary-mode-map): Bind to "$".
2252         Suggested by Russ Allbery.
2254         * shr.el: Rework the way things are indented by <li> slightly.
2256         * gnus.el (gnus-group-set-parameter): Fix typo.
2258         * nnimap.el: Start implementing QRESYNC support.
2260 2010-10-09  Julien Danjou  <julien@danjou.info>
2262         * nnir.el (nnir-engines): Fix too many arguments.
2264 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2266         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2267         group is the "last", so that the backends like nnfolder actually save
2268         their folders.
2270         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2271         try to use that for the tls stream.
2272         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2273         UIDVALIDITY and find out which groups are read-only and not.
2274         (nnimap-get-flags): Use the same marks parsing code as the rest of
2275         nnimap.
2277 2010-10-09  Julien Danjou  <julien@danjou.info>
2279         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2281         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2282         retrieving gravatars.
2284         * shr.el (shr-table-corner): Add.
2285         (shr-table-line): Add.
2286         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2288 2010-10-08  Julien Danjou  <julien@danjou.info>
2290         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2292 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2294         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2296         * gnus-sum.el (gnus-mark-article-as-unread)
2297         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2298         (gnus-summary-set-bookmark): Use it.
2300         * gnus-msg.el (gnus-setup-message): Use it.
2302         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2304         * gnus.el (gnus-group-remove-parameter): Use it.
2306         * gnus-group.el (gnus-group-make-web-group): Use it.
2308         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2310         * nnregistry.el: Update docs to mention manual.
2312         * gnus-registry.el: Update docs to mention nnregistry.el.
2313         (gnus-registry-initialize): Don't install nnregistry refer method
2314         automatically.
2315         (gnus-registry-install-nnregistry): Remove it.
2317 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2319         * shr.el (shr-insert): Don't insert double spaces.
2321 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2323         * gnus-gravatar.el (gnus-treat-from-gravatar)
2324         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2325         called interactively.
2327         * gnus-art.el (gnus-mime-view-part-externally)
2328         (gnus-mime-view-part-internally): Make predicate function passed to
2329         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2330         of a mime type.
2332         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2334 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2336         * shr.el (require): Require cl when compiling.
2337         (shr-tag-hr): New function.
2339         * nnimap.el (nnimap-update-info): Remove double setting of high.
2340         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2341         This makes nnimap work properly on Courier again.
2343         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2344         the variable for backwards compatability.
2346         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2347         the file name before using to avoid setting mm-default-directory to
2348         nil.
2350         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2351         bidning gnus-agent variables.
2353         * shr.el (shr-render-td): Use a cache for the table rendering function
2354         to avoid getting an exponential rendering behaviour in nested tables.
2355         (shr-insert): Rework the line-breaking algorithm.
2356         (shr-insert): Don't leave trailing spaces.
2357         (shr-insert-table): Also insert empty TDs.
2358         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2360 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2362         * gnus-sum.el (gnus-number): Rename from `number'.
2363         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2364         (gnus-summary-limit-children): Update uses correspondingly.
2366 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2368         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2369         (gnus-gravatar-transform-address): Don't show avatars of people of
2370         which mail addresses match gnus-gravatar-too-ugly.
2372 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2374         * shr.el (shr-table-widths): Expand TD elements to fill available
2375         space.
2377 2010-10-07  Julien Danjou  <julien@danjou.info>
2379         * nnimap.el (nnimap-request-rename-group): Add this method.
2381 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2383         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2384         name from XEmacs' function-arglist.
2386         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2387         gravatar under XEmacs.
2389 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2391         * auth-source.el: Update docs with TODO items.
2393         * gnus-sync.el: Update docs to explain state and plans.
2395         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2396         Hooks for mark updates.
2397         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2399         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2400         hooks with arguments, which is needed for mark update hooks.
2402 2010-10-06  Julien Danjou  <julien@danjou.info>
2404         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2405         was matched.
2407         * sieve-manage.el: Update example in `Commentary'.
2409         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2411         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2412         not 2000.
2413         (sieve-manage-authenticate): Re-add function.
2415 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2417         * shr.el (shr-insert): Get 'space transition right.
2418         (shr-render-td): Only delete space at the end of the TD.
2420         * nnimap.el (nnimap-open-connection): Prepare to support
2421         open-gnutls-stream.
2423         * shr.el: Rearrange function order to be more logical.
2425 2010-10-06  Julien Danjou  <julien@danjou.info>
2427         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2428         (nnrss-discover-feed): Remove 404 URL in docstring.
2430         * nnir.el: Fix Swish-E URL.
2431         Fix Namazu URL.
2433         * message.el (message-change-subject): Remove 404 URL in a comment.
2435 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2437         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2438         called interactively.
2440         * gnus-util.el (gnus-remove-if): Allow hash table.
2441         (gnus-remove-if-not): New function.
2443         * gnus-art.el (gnus-mime-view-part-as-type)
2444         * gnus-score.el (gnus-summary-score-effect)
2445         * gnus-sum.el (gnus-read-move-group-name):
2446         Replace remove-if-not with gnus-remove-if-not.
2448         * gnus-group.el (gnus-group-completing-read):
2449         Regard collection as a hash table if it is not a list.
2451 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2453         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2455         * shr.el: Document the table-rendering algorithm.
2457 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2459         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2460         for Emacsen having no `libxml-parse-html-region' support.
2462 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2464         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2465         invalid URLs.
2467         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2468         line-broken.
2469         (shr-tag-img): Ignore image fetching errors.
2470         (shr-overlays-in-region): Compute overlay positions correctly.
2472         * mm-decode.el (mm-shr): Require shr.
2474         * gnus-art.el (gnus-blocked-images): Move variable here.
2476         * shr.el (shr-insert-table): Bind free variable.
2478         * mm-decode.el (mm-shr): Bind shr-content-function.
2480         * shr.el (shr-content-function): New variable.
2482         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2483         added for symmetry.
2485         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2487         * gnus-group.el (gnus-group-make-group): Doc fix.
2489         * nnimap.el (nnimap-request-newgroups): Return success.
2491         * shr.el (shr-find-elements): New function.
2492         (shr-tag-table): Put all the images after the table.
2493         (shr-tag-table): Really inhibit images inside the table.
2494         (shr-collect-overlays): Copy over overlays from the TD elements to the
2495         main document.
2497         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2498         gnus-blocked-images.
2500 2010-10-05  Julien Danjou  <julien@danjou.info>
2502         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2504         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2505         (gnus-html-maximum-image-size): Add this function.
2506         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2508         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2509         server-value of the capability is nil.
2511 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2513         * shr.el (shr-tag-em): Add <EM> tag.
2515 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2517         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2518         customizable.
2520         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2521         handing broken links to browse-url.
2523 2010-10-05  Julien Danjou  <julien@danjou.info>
2525         * gnus-util.el (gnus-emacs-completing-read)
2526         (gnus-iswitchb-completing-read): Use autoload rather than require.
2528 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2530         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2531         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2532         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2533         iswitchb-temp-buflist for XEmacs.
2535         * gnus-util.el (gnus-completing-read-function): Exclude
2536         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2537         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2538         XEmacs.
2540         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2541         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2543         * gnus-html.el: Don't require help-fns under XEmacs.
2544         (gnus-html-schedule-image-fetching): Work for XEmacs.
2546         * mm-decode.el (mm-shr): Decode contents by charset.
2548 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2550         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2551         unknown.
2553         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2554         (shr-get-image-data): Ensure against the cache file missing.
2556         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2557         for data.
2559         * spam-report.el (spam-report-url-ping-plain): Don't query about
2560         killing the process.
2562         * shr.el (shr-render-td): Protect against too-wide text.
2564 2010-10-04  Julien Danjou  <julien@danjou.info>
2566         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2567         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2569         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2570         retrieved.
2572 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2574         * shr.el (browse-url): Require.
2575         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2576         lines.
2577         (shr-show-alt-text, shr-browse-image): New commands.
2578         (shr-browse-url, shr-copy-url): New commands.
2580         * gnus-sum.el (gnus-widen-article-window): New variable.
2581         (gnus-summary-select-article-buffer): Use it.
2583         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2584         without @ signs.
2586 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2588         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2590 2010-10-04  Julien Danjou  <julien@danjou.info>
2592         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2593         for XEmacs.
2595 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2597         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2599         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2600         (nnimap-close-server): Implement.
2602         * dgnushack.el (iswitchb): Require to shut up the compiler.
2604         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2605         (shr-insert): Tweak line breaking.
2606         (shr-insert): Handle <pre> better.
2607         (shr-tag-li): Get <li> indentation right.
2608         (shr-tag-li): Get <li> indentation even righter.
2609         (shr-tag-blockquote): Ensure paragraph start.
2610         (shr-make-table): Tweak table generation.
2611         (shr-make-table): Fix typo.
2613         * shr.el: Implement table rendering.
2615 2010-10-04  Julien Danjou  <julien@danjou.info>
2617         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2619 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2621         * shr.el (shr-insert): Use string anchors instead of line anchors.
2623 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2625         * shr.el: Add headings.
2626         (shr-ensure-paragraph): Actually work.
2627         (shr-tag-li): Make <ul> prettier.
2628         (shr-insert): Get white space at the beginning/end of elements right.
2629         (shr-tag-p): Collapse subsequent <p>s.
2630         (shr-ensure-paragraph): Don't insert double line feeds after blank
2631         lines.
2632         (shr-insert): \t is also space.
2633         (shr-tag-s): Fix "s" tag name function.
2634         (shr-tag-s): Fix face prop name.
2636 2010-10-03  Julien Danjou  <julien@danjou.info>
2638         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2640         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2641         gnus-window-inside-pixel-edges.
2643         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2644         gnus-ems.
2646         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2648         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2649         function.
2651         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2652         resize choice.
2654 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2656         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2657         beginning of the buffer.
2659         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2660         article buffer again.
2662         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2664         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2665         when it's at the start of the buffer.
2667         * shr.el (shr-tag-blockquote): Convert name.
2668         (shr-rescale-image): Use the right image-size variant.
2670         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2671         buffer isn't shown, then select the current article first instead of
2672         bugging out.
2673         (gnus-summary-select-article-buffer): Show both the article and summary
2674         buffers again.
2676         * shr.el (shr-fontize-cont): Protect against regions with no text.
2677         Rename tag functions to shr-tag-* for enhanced security.
2678         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2680 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2682         * shr.el (shr-insert):
2683         * pop3.el (pop3-movemail):
2684         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2685         loaded.
2687 2010-10-03  Glenn Morris  <rgm@gnu.org>
2689         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2691         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2693         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2695         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2697         * gnus-util.el (gnus-make-local-hook): Simplify.
2699 2010-10-02  Julien Danjou  <julien@danjou.info>
2701         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2702         (gnus-ido-completing-read): New function.
2703         (gnus-emacs-completing-read): New function.
2704         (gnus-completing-read): Use gnus-completing-read-function.
2705         Add gnus-completing-read-function.
2707 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2709         * shr.el (shr-insert-document): Autoload.
2710         (shr-img): Be silent.
2711         (shr-insert): Add a newline after every picture before text.
2712         (shr-add-font): Use overlays for combining faces.
2713         (shr-insert): Pass upwards the text start point.
2715         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2716         possible.
2717         (mm-shr): New function.
2719 2010-10-02  Julien Danjou  <julien@danjou.info>
2721         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2722         should go backward.
2724 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2726         * shr.el (shr): Fix typo in provide call.
2728 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2730         * shr.el: New file.
2732         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2734         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2735         completing read.
2737 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2739         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2740         we're being queried about.  Suggested by Dan Jacobson.
2742         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2743         Suggested by Jason Eisner.
2745         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2746         table, too.  Suggested by Stefan Wiens.
2747         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2748         the table unnecessary.  Suggested by Stefan Wiens.
2750         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2751         longer needed, and probably doesn't work either, as pointed out by
2752         Stefan Wiens.
2753         (gnus-summary-exit): Remove call to the clearing function.
2754         (gnus-summary-exit-no-update): Ditto.
2756         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2757         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2758         Reported by Stefan Monnier.
2759         (gnus-summary-save-in-rmail): Ditto.
2761         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2762         article buffer, instead of both the article buffer and the summary
2763         buffer.  Sort of suggested by Dan Jacobson.
2765         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2767         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2768         Suggested by Dan Jacobson.
2770         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2771         documentation clearer.
2773         * message.el (message-shorten-references): Comment on the number "21".
2774         Suggested by Stefan Monnier.
2776         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2777         Suggested by Dan Jacobson.
2779         * gnus.el (gnus-large-newsgroup):
2780         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2782         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2783         externalize attachments.  Bug reported by Steve Wen.
2785         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2786         really message anything to the user.
2788         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2789         directly.
2791         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2792         messages in empty groups.
2794 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2796         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2797         non-UIDNEXT group.
2799 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2801         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2802         not the value from the collection.
2804         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2805         values.  This sometimes happens on some groups that have no info.
2806         (nnimap-request-newgroups): New function.
2808 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2810         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2811         check into `gnus-registry-initialize'.
2812         (gnus-registry-initialize): Ditto.
2813         Fix and extend header docs.
2815 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2817         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2818         regexp backtrace overflows.
2820         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2821         for starttls that tls.el implements; i.e. openssl.
2823         * tls.el (tls-starttls-switches): Give up on using starttls with
2824         gnutls-cli.
2825         (tls-program): Add --insecure to be consistent with the defaults from
2826         openssl s_client.  Now all three commands are insecure.
2828 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2830         * lpath.el: Bind completion-styles-alist for XEmacs.
2832         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2833         (gravatar-create-image): New function that's an alias to
2834         gnus-xmas-create-image, gnus-create-image, or create-image.
2835         (gravatar-data->image): Use it.
2837 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2839         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2840         install the nnregistry refer method.
2841         (gnus-registry-install-hooks): Use it.
2842         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2843         unfollowed groups.
2845 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2847         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2848         expanding threads.
2850 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2852         * nnir.el: Use the server names without suffixes (bug #7009).
2854         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2855         unencrypted to STARTTLS, if possible.
2857 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2859         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2860         headers before superseding.
2862 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2864         * nnrss.el (nnrss-use-local): Add documentation.
2866         * nnimap.el (nnimap-extend-tls-programs): New function.
2867         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2868         (nnimap-wait-for-connection): Accept the greeting from the stupid
2869         output from openssl s_client -starttls, too.
2871         * tls.el (tls-starttls-switches): New variable.
2872         (tls-find-starttls-argument): Use it.
2873         (open-tls-stream): Ditto.
2875         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2876         (netrc-machine): Ditto.
2878         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2879         article number.
2880         (nnimap-split-fancy): New variable.
2881         (nnimap-split-incoming-mail): Use it.
2883         * nntp.el (nntp-server-list-active-group): Document.
2885         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2886         SELECT to get the message-id.
2888         * mail-source.el (mail-sources): Remove webmail support.
2889         (defvar): Ditto.
2890         (mail-source-fetcher-alist): Ditto.
2891         (mail-source-fetch-webmail): Remove.
2893         * webmail.el: Remove -- doesn't seem relevant any more.
2895         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2897         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2898         the \r.
2900 2010-09-30  Julien Danjou  <julien@danjou.info>
2902         * gnus-agent.el (gnus-agent-add-group): Fix call to
2903         gnus-completing-read.
2905 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2907         * nndoc.el (nndoc-retrieve-groups): New function.
2909         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2910         `default', use nnmail-split-methods.
2911         (nnimap-request-article): Downcase the NILs so that they are nil.
2913         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2914         symbol.
2916         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2917         code, since if the user has requested network, that's what they ought
2918         to get.
2919         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2920         (nnimap-split-rule): Mark as obsolete.
2922         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2923         New variable.
2925         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2926         correct slot, too.
2928 2010-09-29  Julien Danjou  <julien@danjou.info>
2930         * gnus.el (gnus-local-domain): Declare variable obsolete.
2932         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2933         Fix history computing.
2934         (gnus-ido-completing-read): Require ido.
2936 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2938         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2939         build Gnus.
2941         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2942         when interpreting the structures.
2943         (nnimap-request-accept-article): Add \r\n to the lines to make this
2944         work with Cyrus.
2946         * nndraft.el (nndraft-request-expire-articles): Use the group name
2947         instead if "nndraft".  Fix found by Nils Ackermann.
2949 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2951         * nnregistry.el: Add.
2953 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2955         * nnmail.el (group, group-art-list, group-art):
2956         Remove unneeded directives.
2958 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2960         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2961         (mm-mime-charset)
2962         * rfc2047.el (rfc2047-syntax-table)
2963         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2965         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2966         rather than `insert-file-contents' and `eval-region'.
2968         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2969         construction.
2971         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2973         * time-date.el: No need to require cl for Emacs 21.
2975 2010-09-29  Julien Danjou  <julien@danjou.info>
2977         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2978         replacement of `gnus-gravatar-relief' to mimic
2979         `gnus-faces-properties-alist'.
2980         Add :version property.
2982 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2984         * mail-source.el (mail-source-report-new-mail)
2985         * message.el (message-default-mail-headers)
2986         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2988         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2990 2010-09-28  Julien Danjou  <julien@danjou.info>
2992         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2993         mail-address contains the same string as real-name.
2995         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2996         non-blank in header, otherwise it'll get stripped.
2998         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2999         real-name, and then for mail address rather than doing : or , search.
3001 2010-09-27  Julien Danjou  <julien@danjou.info>
3003         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3004         right completing-read function.
3005         (gnus-use-ido): New variable
3006         (gnus-completing-read-with-default): Remove.
3007         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3008         (gnus-agent-add-group):
3009         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3010         * mm-view.el (mm-view-pkcs7-decrypt):
3011         * mm-util.el (mm-codepage-setup):
3012         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3013         * mml-smime.el (mml-smime-openssl-sign-query):
3014         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3015         (mml-insert-multipart):
3016         * gnus-msg.el (gnus-summary-yank-message):
3017         * gnus-int.el (gnus-start-news-server):
3018         * mm-decode.el (mm-interactively-view-part):
3019         * gnus-dired.el (gnus-dired-attach):
3020         * gnus.el (gnus-read-method):
3021         * gnus-bookmark.el (gnus-bookmark-jump):
3022         * gnus-art.el (gnus-mime-view-part-as-type)
3023         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3024         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3025         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3026         * nnmairix.el (nnmairix-create-server-and-default-group)
3027         (nnmairix-update-groups, nnmairix-get-server)
3028         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3029         (nnmairix-get-group-from-file-path):
3030         * nnrss.el (nnrss-find-rss-via-syndic8):
3031         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3032         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3033         (gnus-group-browse-foreign-server):
3034         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3035         (gnus-summary-execute-command, gnus-summary-respool-article)
3036         (gnus-read-move-group-name):
3037         * gnus-score.el (gnus-summary-increase-score)
3038         (gnus-summary-score-effect):
3039         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3041 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3043         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3044         x-focus-frame.
3046         * nnimap.el (auth-source-forget-user-or-password)
3047         (auth-source-user-or-password): Autoload.
3049         * message.el (message-from-style, message-interactive)
3050         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3051         (message-yank-prefix, message-indentation-spaces, message-signature)
3052         (message-signature-file): Add comment.
3054 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3056         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3057         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3058         new articles.
3060         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3061         parts.
3062         (nnimap-request-article): Work with the t setting, too.
3064         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3065         that you don't get flashes of other buffers.
3066         (gnus-summary-show-complete-article): Intern before setting.
3068 2010-09-27  David Engster  <dengste@eml.cc>
3070         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3071         well as HEADERS.
3072         (nnmairix-retrieve-headers): Provide new argument for the above.
3074 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3076         * gnus-sum.el (gnus-summary-move-article): Don't alter
3077         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3078         group.
3080         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3082         * message.el (message-cite-prefix-regexp): Revert my last edit.
3084         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3085         variable instead of the Gnus variable.
3087         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3089         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3091         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3092         since some servers don't like it.
3093         (nnimap-open-connection): Forget credentials if the server says the
3094         password was wrong.
3095         (nnimap-parse-line): Protect against invalid data.
3097         * gnus-sum.el (gnus-summary-move-article): Add comment.
3098         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3099         nothing alters it while scanning for new messages.
3101         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3102         which may or may not help.
3103         (nnimap-open-connection): If we're doing a stream connection, and then
3104         discover we're on a STARTTLS-capable server, then open a STARTTLS
3105         connection instead.
3107 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3109         * nnimap.el (utf7): Require.
3111         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3112         prefix.
3114 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3116         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3118 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3120         * nnimap.el (nnimap-request-accept-article): Message the error on
3121         error.
3123 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3125         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3127 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3129         * nndoc.el (nndoc-request-list): Return success always.
3131         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3132         `fetch-old' -- we only want to fetch the articles we've requested.
3133         The rest are in the agent, probably.
3134         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3135         disappeared server" to something low.  It's not important.
3137         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3138         arrived before the FETCH data.
3140         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3141         target here, because we don't know the Gnus name of the group.
3143         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3144         for the correct group.
3146         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3148         * gnus.el (gnus): Give a final warning after startup.
3150         * gnus-util.el (gnus-action-message-log): New variable.
3151         (gnus-message): Use it.
3152         (gnus-final-warning): New function.
3154         * nnimap.el (nnimap-open-connection): Record the greeting.
3155         (nnimap): Add greeting.
3157 2010-09-26  Julien Danjou  <julien@danjou.info>
3159         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3160         arguments.
3161         (gnus-html-wash-images): Fix spec computing to include start/end.
3163         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3165 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3167         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3168         deletion.
3169         (nnimap-retrieve-headers): Don't select the group, because that's
3170         already done by nnimap-possibly-change-group.
3172         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3173         (gnus-picon-transform-address): Use it.
3175         * mail-source.el (mail-source-value): Revert previous patch.
3177         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3178         on failure.
3179         (nnimap-open-connection): Look up both virtual and physical server name
3180         credentials.
3182         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3184 2009-02-07  Dave Love  <fx@gnu.org>
3186         * tls.el (open-tls-stream): Don't query killing process.
3188 2009-02-08  Dave Love  <fx@gnu.org>
3190         * gnus-win.el (gnus-window-to-buffer-helper)
3191         (gnus-all-windows-visible-p): Function needn't be a symbol.
3193         * mail-source.el (mail-source-value): Function needn't be a symbol.
3195 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3197         * message.el (message-cite-prefix-regexp): Remove } from the cite
3198         prefix.
3200         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3201         highlight again, so that the highlight is correct.
3203         * gnus-picon.el (gnus-picon): Remove again.
3204         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3206         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3207         doing the header highlightling, so that the background colour of the
3208         picon is correct.
3210         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3211         (gnus-picon): Ditto.
3212         (gnus-picon): Reinstate.  The background colour for picons is white.
3213         (gnus-picon-insert-glyph): Make the background white.
3215         * nnml.el (nnml-open-nov): Don't return dead buffers.
3217         * auth-source.el (auth-source-create): Query the user for whether to
3218         store the credentials.
3220         * netrc.el (netrc-store-data): New function.
3222         * auth-source.el (auth-source-user-or-password): Use the existing auth
3223         sources, if any, for creation.
3225         * gnus.el (gnus-group-fast-parameter): Return the last matching
3226         parameter instead of the first matching parameter.
3228 2010-09-26  Julien Danjou  <julien@danjou.info>
3230         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3232 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3234         * mml2015.el (mml2015-use): Remove gpg support.
3236         * mml1991.el (mml1991-function-alist): Remove gpg function.
3237         (mml1991-gpg-sign): Remove.
3239 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3241         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3242         (gnus-browse-unsubscribe-current-group): Document it.
3243         (gnus-browse-unsubscribe-group): Use it.
3245 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3247         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3248         address to the To list for easier response.
3250         * gnus.el (gnus-play-startup-jingle): Remove.
3251         (gnus-splash): Don't play jingle.
3252         (gnus): Silence gnus-load message.
3254         * gnus-art.el (gnus-treat-play-sounds): Remove.
3256         * gnus.el (gnus-play-jingle): Remove audio support.
3258         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3260         * earcon.el: Remove -- no users.
3262         * gnus-audio.el: Remove -- no users of this package.
3264         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3266         * gnus-start.el (gnus-setup-news): Remove nocem support.
3268         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3270         * gnus.el (gnus-use-nocem): Remove.
3272         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3273         Remove.
3275         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3276         uses NoCeM any more.
3278         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3279         (gnus-button-ctan-handler): Ditto.
3280         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3281         (gnus-button-ctan-directory-regexp): Ditto.
3282         (gnus-button-handle-ctan): Ditto.
3283         (gnus-button-tex-level): Ditto.
3284         (gnus-button-alist): Remove CTAN stuff.
3286 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3288         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3289         nnimap-streaming test.
3291         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3292         servers twice.
3294         * nnimap.el (nnimap-open-connection): Add more error reporting when
3295         nnimap fails early.
3297         * nnheader.el (nnheader-get-report-string): New function.
3298         (nnheader-get-report): Use it.
3300         * gnus-int.el (gnus-check-server): Say what the error was when opening
3301         failed.
3303         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3304         using streaming.
3306 2010-09-25  Julien Danjou  <julien@danjou.info>
3308         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3309         gnus-window-inside-pixel-edges.
3311 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3313         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3315         * mm-decode.el (mm-save-part): Allow saving to other directories the
3316         normal Emacs way.
3318         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3319         Suggested by Jay Berkenbilt.
3321         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3322         there isn't a single byte.
3324         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3325         just do it.  It doesn't really seem to matter what the user responds
3326         here, I think, so it's just a confusing question.
3328         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3329         non-streaming case.
3331         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3332         (gnus-article-encrypt-body): Use it.
3334         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3335         keystroke.
3337         * nnimap.el (nnimap-find-wanted-parts-1):
3338         Use gnus-fetch-partial-articles.
3340         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3342         * nnimap.el (nnimap-insert-partial-structure): New function.
3343         (nnimap-get-partial-article): New function.
3344         (nnimap-request-article): Use it.
3345         (nnimap-wait-for-response): Return whether the wait was successful.
3346         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3347         retrieval wasn't successful.
3348         (nnimap-retrieve-group-data-early): Allow throttling servers.
3349         (nnimap-streaming): New variable.
3350         (nnimap-fetch-partial-articles): Remove.
3352         * mm-decode.el (mm-with-part): Protect against killed buffers.
3354         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3355         for prettier summary display.
3357 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3359         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3361 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3363         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3364         apparently third-party libraries depend on it.
3366         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3367         before starting negotiation.
3369         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3370         privacy reasons.
3371         (gnus-treat-mail-gravatar): Ditto.
3373         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3374         buffer when inserting images.  Inserting text into the headers, for
3375         instance, can make them invalid.
3377 2010-09-25  Julien Danjou  <julien@danjou.info>
3379         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3380         variables.
3382         * nnheader.el: Remove useless variables news-reply-yank-from and
3383         news-reply-yank-message-id.
3385         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3386         variables.
3388         * mml1991.el: Remove useless mml1991-verbose.
3390         * gnus.el: Remove useless variable gnus-use-generic-from.
3391         Remove obsolete variable gnus-topic-indentation.
3393         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3395         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3397         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3399         * gnus-group.el: Remove useless gnus-group-icon-cache.
3400         Remove useless gnus-ephemeral-group-server.
3402         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3404         * mml2015.el: Remove useless mml2015-verbose.
3406         * mml-smime.el: Remove useless mml-smime-verbose.
3408         * gnus.el: Remove useless gnus-local-domain.
3410         * gnus-gravatar.el (gnus-gravatar-transform-address):
3411         Use gnus-gravatar-size.
3413         * gnus-art.el: Remove useless gnus-treat-translate.
3415 2010-09-24  Julien Danjou  <julien@danjou.info>
3417         * gnus-sum.el: Add support for Gravatars.
3419         * gnus-art.el: Add support for Gravatars.
3421         * gnus-gravatar.el: Add this file.
3423         * gravatar.el: Add this file.
3425 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3427         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3429         * gnus-group.el (gnus-group-fetch-faq): Remove.
3431         * gnus.el (gnus-group-faq-directory): Remove.
3433         * gnus-group.el (gnus-group-fetch-charter): Remove.
3435         * gnus.el (gnus-group-charter-alist): Remove.
3437         * gnus-group.el (gnus-group-archive-directory): Remove.
3438         (gnus-group-recent-archive-directory): Ditto.
3439         (gnus-group-make-archive-group): Remove.
3441         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3443         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3444         use the same article number for all the cached articles.
3446         * nnimap.el (nnimap-command): Register the last command time so
3447         that we can use it for idling NOOPs.
3448         (nnimap-open-connection): Start the keeplive timer.
3449         (nnimap-make-process-buffer): Store all the process buffers.
3450         (nnimap-keepalive): New function.
3452         * starttls.el (starttls-open-stream): Add autoload cookie.
3454 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3456         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3457         handling.
3459 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3461         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3462         its data structures.
3464         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3465         instead of the cl.el copy-list.
3466         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3467         equalp.
3469 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3471         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3472         and tool-bar-local-item-from-menu.
3474         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3475         mode-line-highlight face for Emacs.
3477         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3478         loading gnus-sum.elc; fix comment for canlock-verify.
3479         (gnus-article-jump-to-part): Use read-number.
3480         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3481         Remove Emacs pre-21 compatible code for help-echo.
3482         (gnus-article-next-page-1): No need to adjust the number of lines.
3483         (gnus-article-describe-bindings): Always use help-buffer.
3485         * gnus-audio.el (gnus-audio-inline-sound)
3486         * gnus-cus.el (gnus-custom-mode)
3487         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3489         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3491         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3492         compatible code.
3494 2010-09-24  Glenn Morris  <rgm@gnu.org>
3496         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3497         visiting the fcc file in rmail-mode.
3499         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3501 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3503         * nnir.el: Silence the byte compiler.
3505         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3506         alias to browse-url-url-encode-chars if any.
3507         (gnus-html-encode-url): Use it.
3509 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3511         * gnus-start.el (gnus-use-backend-marks): New variable.
3512         (gnus-get-unread-articles-in-group): Use it.
3514         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3515         makeover.
3517 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3519         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3521 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3523         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3524         Remove.
3525         (gnus-setup-news-hook):
3526         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3528         * gnus-int.el (gnus-request-update-info): Protect against backends not
3529         having the function.
3531         * nnimap.el (nnimap-stream): Mention starttls.
3532         (nnimap-open-connection): Add starttls support.
3534 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3536         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3538 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3540         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3541         BODYSTRUCTUREs.
3542         (nnimap-transform-headers): Unfold quoted {42} headers.
3544         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3545         the info.
3546         (gnus-get-unread-articles): Only call updatep on backends that support
3547         it.
3549         * nnweb.el (nnweb-request-update-info): NOOP.
3551         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3553         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3554         since it only deals with marks.
3556         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3557         gnus-request-marks, and make a new gnus-request-update-info.
3559         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3560         the active instead of the high number, which is usually too low.
3562 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3564         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3565         * encrypt.el: Remove.
3567 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3569         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3570         server in symbolic form.
3572         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3574 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3576         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3577         (nnimap-update-info): Fix up code slightly.
3579         * gnus-int.el (gnus-open-server): Add tracing for performance
3580         debugging.
3582         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3583         (gnus-group-insert-group-line): Pass the real group name so that it
3584         gets the right data.
3586         * gnus-start.el (gnus-get-unread-articles): Don't have
3587         `gnus-get-unread-articles-in-group' update info, since that can be
3588         really slow and doesn't seem to be needed?
3590 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3592         * time-date.el (date-to-time): Try using parse-time-string first before
3593         using the slower timezone-make-date-arpa-standard.
3595 2010-09-22  Julien Danjou  <julien@danjou.info>
3597         * gnus-group.el (gnus-group-insert-group-line):
3598         Call gnus-group-highlight-line.
3599         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3600         default hook list.
3601         (gnus-group-update-eval-form): Add new function.
3602         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3603         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3605 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3607         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3608         immediate, then expire all articles.
3609         (nnimap-update-info): Fix off-by-one errors.
3610         (nnimap-flags-to-marks): Would return no marks lists for group with no
3611         flags.  Instead return the other data.
3613 2010-09-22  Julien Danjou  <julien@danjou.info>
3615         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3616         Only return an icon.
3617         (gnus-group-insert-group-line): Compute icon to return.
3619         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3620         (gnus-html-image-fetched): Only cache if
3621         gnus-html-image-automatic-caching is set.
3622         (gnus-html-image-fetched): Check for errors.
3624 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3626         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3627         once per method on `g'.  This ensures that backends like nnfolder don't
3628         open all their folders.
3630         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3631         (nnimap-request-list): Nix out group in the correct buffer.
3632         (nnimap-parse-flags): Implement by using `read' instead of
3633         hand-parsing.
3634         (nnimap-flags-to-marks): Pass on permanent-flags.
3635         (nnimap-make-process-buffer): Record the server name.
3636         (nnimap-parse-flags): Fix typo.
3637         (nnimap-request-scan): Run split on the server in general, not just a
3638         single group.
3640         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3641         parameter, and propagate this downwards.
3643         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3644         since EXAMINE changes it on the server.
3646         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3647         this command might take a while.
3649 2010-09-22  Julien Danjou  <julien@danjou.info>
3651         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3652         harmful if you have 2 images side-by-side, they can't be properly
3653         update on text deletion.  Using text-property is safer here.
3654         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3655         data.
3657 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3659         * nnimap.el (nnimap-expunge-inbox): Remove.
3660         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3661         (nnimap-expunge): Flip default to t.
3663         * gnus.el (gnus-method-to-server): Don't push things to the cache
3664         unless it's unique.
3665         (gnus-server-to-method): Ditto.
3667 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3669         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3671 2010-09-22  Julien Danjou  <julien@danjou.info>
3673         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3674         get the start of data.
3675         (gnus-html-encode-url): Add this function to encode special chars in
3676         URL.
3677         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3678         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3680         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3681         default.
3682         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3684         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3685         images alt-text.
3686         (gnus-html-put-image): Put alt-text as help-echo.
3688 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3690         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3691         * mm-util.el (mm-decompress-buffer)
3692         * nnir.el (nnir-run-find-grep)
3693         * pop3.el (pop3-list): Use 3rd arg of split-string.
3695         * time-date.el (format-seconds): Comment fix.
3697         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3698         and byte-optimize-form-code-walker.
3699         (dgnushack-make-auto-load): Don't advise make-autoload.
3701         * lpath.el: Remove Emacs 21 stuff.
3703 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3705         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3706         outside the active range.  Suggested by Dan Christensen.
3708         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3709         slightly later to avoid double-getting it.
3711         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3712         previous patch.
3714         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3716 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3718         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3720 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3722         * gnus-int.el (gnus-open-server): Give a better error message in the
3723         "go offline" case.
3725         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3726         marks for nnimap, which is seldom the right thing to do.
3728         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3729         (gnus-same-method-different-name): New function.
3731         * nnimap.el (parse-time): Require.
3733         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3734         method in the presence of many similar methods.
3736         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3738         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3739         nnml-inhibit-expiry.
3741         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3742         find out whether methods are equal.
3744         * nnimap.el (nnimap-find-expired-articles): New function.
3745         (nnimap-process-expiry-targets): New function.
3746         (nnimap-request-move-article): Request the article before looking at
3747         what the Message-ID is.  Fix found by Andrew Cohen.
3748         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3750         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3751         for oldness in addition to being a predicate.
3753         * nnimap.el (nnimap-request-group): When we have zero articles, return
3754         the right data to Gnus.
3755         (nnimap-request-expire-articles): Only delete articles immediately if
3756         the target is 'delete.
3758         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3759         method, this would bug out.
3761         * gnus-group.el (gnus-group-expunge-group): Rename from
3762         gnus-group-nnimap-expunge, and implemented as a normal interface
3763         function.
3765         * gnus-int.el (gnus-request-expunge-group): New function.
3767         * nnimap.el (nnimap-request-create-group): Implement.
3768         (nnimap-request-expunge-group): New function.
3770 2010-09-21  Julien Danjou  <julien@danjou.info>
3772         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3773         (gnus-html-cache-expired): Add new function.
3774         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3775         wethever we should display image for fetch it.
3776         Compute alt-text earlier to pass it to the fetching function too.
3777         (gnus-html-schedule-image-fetching): Change function argument to only
3778         get one image at a time, not a list.
3779         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3780         cache.
3781         (gnus-html-get-image-data): New function to retrieve image data from
3782         cache.
3783         (gnus-html-put-image): Change buffer argument to use image data rather
3784         than file, and place image above region rather than inserting a new
3785         one.  Do not take alt-text as argument, since it's useless now: we place
3786         the image above alt-text.
3787         (gnus-html-prune-cache): Remove.
3788         (gnus-html-show-images): Start to fetch image when we find one, do not
3789         push into a temporary list.
3790         (gnus-html-prefetch-images): Only fetch image if they have expired.
3791         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3792         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3794 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3796         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3798 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3800         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3801         spec inser "*" if the group isn't active instead of 0.
3803         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3804         opening the server.
3805         (nnimap-request-delete-group): Implement group deletion.
3806         (nnimap-transform-headers): Return the size of the entire message in
3807         the Bytes header, not just the size of the first part.
3808         (nnimap-request-move-article): When moving an article from nnimap,
3809         request the article first so the accepting form has an article to
3810         accept.  Reported by Dan Christensen.
3811         (nnimap-command): Make sure that the error message doesn't error out.
3813 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3815         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3816         we haven't requested anything.
3818 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3820         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3821         "".  Fix found by Andrew Cohen.
3823         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3824         instead of -encode-string.
3826 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3828         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3830         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3831         by mm-subst-char-in-string.
3833 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3835         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3836         waiting for the connection string.
3838         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3839         arriving.
3841         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3842         bogus characters.  This allows selecting certain Gmail groups.
3844         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3845         (nnimap-fetch-partial-articles): New variable.
3846         (nnimap-open-connection): When looking for credentials, also use the
3847         nnimap-server-port.
3848         (nnimap-request-article): Return the group/article number, so that Gnus
3849         `^' works as expected.
3850         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3852         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3853         comments.
3854         (gnus-methods-sloppily-equal): New function.
3855         (gnus): When using the development version of Gnus, load the gnus-load
3856         file.
3858         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3859         `gnus-open-server' on each method before trying to scan them etc.
3860         This ensures that all the backend parameters are set correctly.
3862         * nnimap.el (nnimap-authenticator): New variable.
3863         (nnimap-open-connection): Allow anonymous login.
3864         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3865         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3867         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3868         patch, found by Knut Anders Hatlen.
3870 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3872         * gnus-agent.el (gnus-agent-batch-confirmation)
3873         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3874         to gnus-message.
3875         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3876         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3877         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3878         * gnus-int.el (gnus-open-server): Likewise.
3879         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3880         (gnus-score-check-syntax): Likewise.
3881         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3882         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3883         Likewise.
3884         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3886 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3888         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3889         calling conventions so that prefetch doesn't bug out.
3891 2010-09-19  Julien Danjou  <julien@danjou.info>
3893         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3894         rather than `subst-char-in-region' in order to be able to replace ASCII
3895         char by UTF-8 ones.
3897         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3898         than curl.
3899         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3900         the right URL and ALT text on images.
3901         (gnus-html-wash-tags): Fix tag case.
3902         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3903         (gnus-article-html): Add -o display_ins_del=2 option.
3904         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3906 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3908         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3909         the extra mail headers, which sometimes seem to happen for unknown
3910         reasons.
3912         * mail-parse.el (mail-header-encode-parameter): Define as
3913         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3914         (or most, perhaps?) mail readers don't understand the latter, but do
3915         understand the former.
3917         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3918         to nil, so that no methods are automatically agentized.  I think this
3919         is probably what most users want.
3921         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3922         from url-retrieve, for instance about invalid URLs.
3924         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3925         groups that have no articles.
3926         (nnimap-request-article): Check that we really got an article when we
3927         requested one.
3929         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3930         doesn't exist.
3932         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3933         nntp buffer so the agent can save it.
3934         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3935         that CRLF doesn't get translated to \n.
3936         (nnimap-open-connection): Don't make 'shell commands only send \n.
3938 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3940         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3941         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3942         Update var name.
3943         (nnml-generate-nov-file): Use dolist.
3944         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3945         Use with-current-buffer.
3947 2010-09-18  Julien Danjou  <julien@danjou.info>
3949         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3950         parallel.
3952 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3954         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3955         the range update right.
3956         (nnimap-request-group): Don't make `M-g' bug out on group with no
3957         marks.
3958         (nnoo): Require, so that other packages can require nnimap.
3959         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3960         command we're looking for.  This helps when the server sends more
3961         responses after we've gotten everything we expected.
3962         (nnimap): Add a `newlinep' field to keep track of end-of-line
3963         conventions.
3964         Don't send CRLF to things that don't want it.
3965         (nnimap-request-accept-article): Ditto.
3967 2010-09-18  Julien Danjou  <julien@danjou.info>
3969         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3970         than curl to retrieve images.
3972 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3974         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3975         the marks.
3976         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3977         (nnimap-wait-for-connection): New function.
3978         (nnimap-open-connection): If we have PREAUTH, don't query for login
3979         credentials.
3980         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3981         when doing a partial update.
3983 2010-09-18  Julien Danjou  <julien@danjou.info>
3985         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3986         tags.
3988 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3990         * nnimap.el (nnimap-credentials): New function.
3991         (nnimap-open-connection): Use the new function to look for credentials
3992         also on the numeric equivalents of "imap" and "imaps".
3994         * gnus-start.el (gnus-activate-group): Send the info to
3995         gnus-request-group.
3997         * nnimap.el (nnimap-request-group): Have the "check" version of the
3998         function parse flags and update the info, so that a `M-g' get a total
3999         resync of all flags from the group.
4001         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4002         to allow backends to alter the info on group selection.  Also alter all
4003         the backend -request-group functions to take the parameter.
4005         * nnimap.el (nnimap-store-info): New function.
4006         (nnimap-update-info): Store the info for later usage.
4007         (nnimap-request-group): Use the stored info for the dont-check case, so
4008         that we don't retrieve all marks when we enter a group.
4010         * nnimap.el: Use deffoo instead of defun for interface functions.
4012         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4013         update the group info.  This makes the nndraft groups, for instance, go
4014         back to their old behaviour.
4016         * gnus-sum.el (gnus-select-newsgroup): Indent.
4018         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4019         in.
4020         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4021         nothing.
4023         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4024         from methods that are denied.
4026         * gnus-int.el (gnus-method-denied-p): New function.
4028         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4029         store the password instead of netrc.
4030         (nnimap-open-connection): Don't error out when we can't make a
4031         connections.
4033         * auth-source.el (auth-source-create): In the password prompt, say what
4034         we're querying for.  Also prompt for user name if that hasn't been
4035         given.
4037         * nnimap.el (nnimap-with-process-buffer): Remove.
4039 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4041         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4042         method when we're reading from the agent.
4044         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4046         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4047         that's probably most useful for users.
4049         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4050         "failed" all the time.
4052         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4053         ...)) with (with-current-buffer ... ).
4055         * nntp.el (nntp-open-server): Return whether the open was successful or
4056         not.
4058         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4059         select an unread unseen article first.
4061         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4062         /etc/services, supply some sensible port defaults.
4064         * dgnushack.el: Define netrc-credentials.
4066 2010-09-17  Julien Danjou  <julien@danjou.info>
4068         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4070 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4072         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4073         doesn't have any parameters.
4075 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4077         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4078         only upcased checks.
4080         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4082         * nnimap.el (nnimap-open-shell-stream): New function.
4083         (nnimap-open-connection): Use it.
4084         (nnimap-transform-headers): Get the number of lines in each message.
4085         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4086         number of lines.
4087         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4088         problem.
4090         * utf7.el (utf7-encode): Autoload.
4092         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4093         to allow the mail splitting to not return a default group.  This is
4094         useful for nnimap, which will leave unmatched mail in the inbox.
4096         * nnimap.el: Rewritten.
4098         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4099         nnimap usage.
4101         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4102         if the move is internal, so that nnimap can do fast internal moves.
4104         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4105         data.
4106         (gnus-read-active-for-groups): Support finishing the early retrieval of
4107         data.
4109         * gnus-range.el (gnus-range-nconcat): New function.
4111         * gnus-int.el (gnus-finish-retrieve-group-infos)
4112         (gnus-retrieve-group-data-early): New functions.
4114 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4116         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4117         (nnrss-retrieve-groups):
4118         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4119         (pop3-quit): Use with-current-buffer.
4121 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4123         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4124         instead of nnheader-accept-process-output.
4126         * dgnushack.el (dgnushack-compile): Add comment.
4128         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4130         * gnus-html.el (gnus-html-schedule-image-fetching)
4131         (gnus-html-prefetch-images): Replace process-kill-without-query by
4132         gnus-set-process-query-on-exit-flag.
4134 2010-09-16  Romain Francoise  <romain@orebokech.com>
4136         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4138 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4140         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4141         parameter to unintern is mandatory-ish in Emacs 24.
4143         * gnus-html.el (gnus-html-schedule-image-fetching)
4144         (gnus-html-prefetch-images): Check for curl before using it.
4146         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4147         depend on curl, which isn't essential.
4149         * imap.el: Revert back to version
4150         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4151         seem problematic.
4153 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4155         * gnus-registry.el (gnus-registry-install-shortcuts):
4156         Explicitly pass `obarray' to `unintern' to avoid a warning.
4158 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4160         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4161         change.
4163         * nnrss.el (nnrss-request-list): Remove this function and related
4164         functions, including the moreover stuff.
4166 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4168         * nnrss.el (nnrss-retrieve-groups): New function.
4170 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4172         * .dir-locals.el: Add no-byte-compile cookie.
4174 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4176         * time-date.el (format-seconds): Comment fix.
4178         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4179         for back end that doesn't support request-scan.
4181 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4183         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4184         then do request scans from the backends.
4186         * netrc.el (netrc-credentials): New conveniency function.
4188         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4189         avoid running a hook per line, since this takes a lot of time,
4190         profiling shows.
4191         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4192         directly if gnus-visual-p is true.
4194 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4196         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4197         groups; replace mapcar with dolist which is a bit faster; pass groups
4198         info to gnus-read-active-file-1.
4199         (gnus-read-active-file-1): Scan only specified groups if the new
4200         optional arg `infos' is given.
4202 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4204         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4206         * pop3.el (pop3-movemail): Remove.
4207         (pop3-streaming-movemail): Rename to pop3-movemail.
4209         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4210         don't restrict end-tag searches to the end of the line.
4212 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4214         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4215         articles of every unchecked group to t, which means unknown since the
4216         server has never been opened.
4218 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4220         * gnus-html.el (gnus-html-show-alt-text): New command.
4221         (gnus-html-browse-image): Ditto.
4222         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4223         to browse the image directly.
4224         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4225         better.
4227         * gnus-async.el (gnus-async-article-callback):
4228         Call `gnus-html-prefetch-images' unconditionally.
4230         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4231         before feeding URLs to curl.
4233 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4235         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4236         internal images as deletable by `W D D'.
4238         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4239         (gnus-async-article-callback): Fix typo.
4241 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4243         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4244         current line to work around bugs in the output from w3m.
4246         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4247         for groups that want that.
4249         * nntp.el (nntp-wait-for-string): Supply a timeout for
4250         accept-process-output to ensure progress.
4252         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4253         level to get unread articles from, then use that for foreign groups,
4254         too.
4256         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4257         confuses the rest of the function.
4259         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4260         for the methods that support -retrieve-groups, too.
4262         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4264 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4266         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4267         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4269         * pop3.el: Require cl when compiling.
4270         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4272 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4274         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4275         that aren't going to be activated.
4276         (gnus-get-unread-articles): Fix up the last commit.
4278         * gnus-html.el (gnus-article-html): Allow calling without specifying
4279         the handle.  In that case, dissect the buffer first.
4281         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4283         * nnimap.el (nnimap-open-connection): Revert the change that would look
4284         into authinfo for imaps instead of imap.
4286         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4287         say that you don't want to call gnus-request-group with don-check, but
4288         do check the reponse.  This is for virtual groups only.
4289         (gnus-get-unread-articles): Count the archive groups as secondary, so
4290         that they're activated the same way as before.
4292         * imap.el (imap-message-map): Removed optional buffer parameter, since
4293         no callers use it.
4294         (imap-message-get): Ditto.
4295         (imap-message-put): Ditto.
4296         (imap-mailbox-map): Ditto.
4297         (imap-mailbox-put): Ditto.
4298         (imap-mailbox-get): Ditto.
4299         (imap-mailbox-get): Revert last change for this function.
4301         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4302         case-insensitively.
4303         (nnimap-debug): Remove.
4305         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4306         to use `imap-fetch' instead.  According to the comments, this should be
4307         safe, since all other IMAP clients use the 1:* syntax.
4308         (imap-enable-exchange-bug-workaround): Removed.
4309         (imap-debug): Removed -- doesn't seem very useful.
4311         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4312         mail from a file, and the file doesn't exist.
4314         * imap.el (imap-log): New convenience function used throughout instead
4315         of repeating the same code all over the place.
4317         * pop3.el (pop3-streaming-movemail): Return t for success.
4319         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4320         .authinfo if we're using ssl connection.
4322         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4323         already have if we're in a main Gnus `g' run.
4325         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4327 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4329         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4331         * nnmh.el (nnmh-request-list-1): Bind `file'.
4333         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4334         alias to set-process-query-on-exit-flag or process-kill-without-query.
4335         (pop3-open-server): Use it.
4337 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4339         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4340         box to the Incoming file.  Fixes mistake in previous checkin.
4342         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4343         request loop (for debugging purposes) removed.
4345         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4346         culprit is more visible.
4347         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4348         (nnml-add-incremental-nov): New functions to do "incremental" nov
4349         updates, where we just append to the end of the existing nov files
4350         without reading/writing them in full.
4352         * mail-source.el (mail-source-delete-crash-box): Really only check the
4353         incoming files once in a while.
4355         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4357         * mail-source.el (mail-source-delete-crash-box): Only check the
4358         incoming files for deletion once per day to save a lot of file
4359         accesses.
4361         * pop3.el (pop3-logon): Fix up unbound variable typo.
4363         * mail-source.el (pop3-streaming-movemail): Autoload.
4365         * pop3.el (pop3-streaming-movemail):
4366         Respect pop3-leave-mail-on-server.
4368         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4369         retrieval.
4371         * pop3.el (pop3-process-filter): Remove unused function.
4372         (pop3-streaming-movemail, pop3-send-streaming-command)
4373         (pop3-wait-for-messages, pop3-write-to-file)
4374         (pop3-number-of-responses): New functions for streaming pop3
4375         retrieval.
4377         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4378         come from no known methods.
4379         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4380         list.
4382         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4383         message sizes.
4384         (pop3-movemail): Use erase-buffer instead of looping and deleting
4385         regions, which seems rather odd.
4387         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4388         file once per `g' run.
4390         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4391         directories.  This makes the draft queue directory work.
4393         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4394         data from the backends, so that we only request the list of groups from
4395         each method once.  This should speed things up considerably.
4397         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4398         detect that it's not implemented.
4400         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4401         we actually do recurse down into the tree, but don't stat all leaf
4402         nodes.
4404         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4405         then say so instead of bugging out.
4407         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4408         files exist before trying to read them.
4410         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4411         around <pre_int>.
4413         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4415         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4417 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4419         * mm-util.el (mm-image-load-path): Just return the image directories,
4420         not all directories in the path in addition to the image directories.
4421         (mm-image-load-path): Maintain a cache of the image directories so that
4422         the `g' command in Gnus doesn't have to stat dozens of directories each
4423         time.
4425         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4426         (gnus-html-wash-tags): Add a new `i' command to insert images.
4427         (gnus-html-insert-image): New command and keystroke.
4428         (gnus-html-redisplay-with-images): New command and keystroke.
4429         (gnus-html-show-images): Rename command.
4430         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4431         spacers.
4432         (gnus-html-wash-tags): Decode entities at the end, so that entities
4433         inside the tags don't mess up the rest of the "parsing".
4435         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4436         so that nnimap methods aren't agentized by default.  There's apparently
4437         many problems related to agent/imap behaviour.
4439         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4441         * gnus-html.el: Doc fix.
4443 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4445         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4446         specifier-spec-list for Emacs 21.
4448         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4449         glyph-width and glyph-height instead of display-graphic-p and
4450         image-size; make avoidance of displaying small images work for XEmacs.
4452         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4453         for XEmacs.
4455         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4456         of symbol that holds plist data.
4457         (gnus-process-plist): Remove plist of process after getting it.
4459 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4461         * message.el (message-generate-hashcash): Change default to
4462         'opportunistic if hashcash is installed.
4464         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4465         (gnus-html-put-image): Only call image-size once, since it's somewhat
4466         time-consuming on remote X servers.
4468 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4470         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4471         type on data, not a file name.
4473         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4474         window-pixel-edges for Emacs 21.
4476         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4477         decoded contents.
4478         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4480 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4482         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4483         group line format, since it isn't very interesting.
4485         * gnus-agent.el (gnus-agent-short-article),
4486         (gnus-agent-long-article): Increase values for these two variables,
4487         since most people are likely to have more network connection and
4488         storage than before.
4490         * gnus.el (gnus-refer-article-method): Change default to 'current.
4491         When referring an article, the common behaviour is to refer it from the
4492         current select method, not the native select method.  The chances of
4493         the native select method having the message in question is rather slim
4494         these days.
4496         * gnus-sum.el (gnus-auto-select-subject): Change default to
4497         `unseen-or-unread'.  I think it's likely that most people want to
4498         select an unseen article over a previously seen, but unread one.
4500         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4501         means that in the article buffer none of the minor mode elements will
4502         be shown, usually, and this is not desirable in most cases.
4504         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4505         that commands like `d' (and the like) go to the next line in the
4506         buffer, instead of the next unread article.  I think this is the
4507         behaviour that is most natural for most users.
4508         (gnus-single-article-buffer): Change default to nil, so that people can
4509         have as many article buffers open as they have summary buffer.  I think
4510         this is the most natural way for the groups to behave.
4512         * message.el (message-generate-new-buffers): Change default to
4513         `unsent', so that all new message buffers start their names with the
4514         string "*unsent", and it's easier to find the buffers if you move from
4515         them.
4517 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4519         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4520         small.  They're probably tracking images.
4521         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4522         (gnus-html-rescale-image): Yet another try at getting the image sizing
4523         right.
4525         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4526         nntp-marks-file-name is nil.
4528 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4530         * gnus-html.el (gnus-html-wash-tags)
4531         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4532         Better logging.
4534 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4536         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4538         * gnus-html.el (gnus-html-wash-tags): Check the value of
4539         gnus-blocked-images in the summary buffer.
4541 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4543         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4545 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4547         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4548         like "a", it seems like.
4549         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4550         since it needs to be picked from the correct buffer.
4552         * nnwfm.el: Remove.
4554         * nnlistserv.el: Remove.
4556 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4558         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4559         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4561 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4563         * nnkiboze.el: Remove.
4565         * nndb.el: Remove.
4567         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4568         alt text.
4569         (gnus-html-rescale-image): Try to get the rescaling logic right for
4570         images that are just wide and not tall.
4572         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4573         overshadow variable bindings.
4575 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4577         * gnus-html.el (gnus-html-wash-tags)
4578         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4579         Add extra logging.
4581 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4583         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4584         (gnus-max-image-proportion): New variable.
4585         (gnus-html-rescale-image): New function.
4586         (gnus-html-put-image): Rescale images.
4588 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4590         Fix up some byte-compiler warnings.
4591         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4592         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4593         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4594         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4595         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4596         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4597         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4599 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4601         * gnus-html.el (gnus-article-html): Decode contents by charset.
4603 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4605         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4606         (gnus-html-frame-width, gnus-blocked-images)
4607         * message.el (message-prune-recipient-rules): Add custom version.
4608         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4610         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4611         functions.
4613         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4614         gnus-process-get.
4616 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4618         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4619         instead of lsub directly.
4621 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4623         * nnwarchive.el: Remove.
4625         * gnus-soup.el: Remove.
4627         * nnsoup.el: Remove.
4629         * nnultimate.el: Remove.
4631         * gnus-html.el (gnus-blocked-images): New variable.
4633         * message.el (message-prune-recipients): New function.
4634         (message-prune-recipient-rules): New variable.
4636         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4637         guess whether a long line is natural text or not.
4639         * gnus-html.el (gnus-html-schedule-image-fetching):
4640         Use gnus-process-plist and friends for compatibility.
4642 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4644         * gnus-html.el: Require packages that define macros used in this file.
4645         (gnus-article-mouse-face): Declare to silence byte-compiler.
4646         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4647         process-get.
4648         (gnus-html-put-image): Use plist-get to avoid getf.
4649         (gnus-html-prefetch-images): Use with-current-buffer.
4651 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4653         * gnus-ems.el: Provide compatibility functions for
4654         gnus-set-process-plist.
4656         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4657         header-line-format for XEmacs 21.4.
4659         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4660         * gnus.el (gnus-valid-select-methods)
4661         * message.el (message-send-mail-partially-limit)
4662         * mm-decode.el (mm-text-html-renderer)
4663         * mml.el (mml-insert-mime-headers-always)
4664         * smiley.el (smiley-regexp-alist): Bump custom version.
4666 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4668         * gnus-html.el: require mm-url.
4669         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4670         with the url to `url'.
4671         (gnus-html-wash-tags): Support cid: URLs/images.
4673 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4675         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4676         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4677         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4679         * gnus-move.el: Remove file, since it doesn't really work.
4681         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4682         UTF-8.  This seems to fix problems with some German web feeds.
4684         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4685         at the top so that the proper colours are applied.
4687         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4688         don't have dots in their names.
4690         * gnus-art.el (gnus-article-view-part): Doc fix.
4692         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4693         XEmacs-compatible.
4694         (gnus-html-put-image): Don't do images on non-graphic displays.
4696         * nnslashdot.el: Remove this unused backend.
4698         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4699         actions.
4700         (gnus-undo-register-1): Revert last change.
4702         * gnus-group.el (gnus-group-completing-read): Protect against not
4703         having completion-styles bound.
4705         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4706         make broken recipients happier.
4708         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4710         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4711         point parameter.
4713         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4715         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4716         completion-styles for group selection.
4718 2009-02-04  Andreas Schwab  <schwab@suse.de>
4720         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4721         headers and regexp-quote the match if necessary.
4723 2009-03-24  Miles Bader  <miles@gnu.org>
4725         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4726         the blinking smiley.
4728 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4730         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4731         blink smiley.
4733 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4735         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4736         where the dribbel file lives exists.
4738         * message.el (message-send-mail-partially-limit): Change the default to
4739         nil, since most people don't want this.
4741         * mm-url.el (mm-url-decode-entities): Also decode entities like
4742         &#x3212.
4744 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4746         * gnus-sum.el (gnus-summary-idna-message):
4747         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4748         Hyperlink urls in docstrings with URL `...'.
4750 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4752         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4753         functions.
4755 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4757         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4758         say what the mouseover text should be.
4760         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4761         version of the mm-w3m-safe-url-regexp variable to only download images
4762         in the groups where we want that to happen.
4764         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4766         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4767         easier debugging.
4768         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4769         big pictures in the article buffer.
4771         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4772         gnus-article-html.
4773         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4774         w3m.
4776         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4778 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4780         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4781         which doesn't exist.
4783         * message.el (message-inhibit-ecomplete): New variable to allow some
4784         function to inhibit ecomplete address storage.
4785         (message-resend): Disable ecomplete message storage when resending
4786         messages.
4788         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4790 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4792         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4793         Save excursion while copying, moving, and deleting articles in order to
4794         prevent the cursor from jumping to unforeseen place.
4796 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4798         * lpath.el: No need to bind bookmark-current-buffer,
4799         bookmark-yank-point and bookmark-make-record-function.
4801 2010-08-17  Glenn Morris  <rgm@gnu.org>
4803         * gnus-sync.el: Require gnus components whose functions are used.
4805         * gnus-art.el (bookmark-make-record-function):
4806         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4807         Declare for compiler.
4809         * mm-url.el (mml-compute-boundary): Autoload.
4811 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4813         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4815 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4817         Typo fix "hoo4a" -> "hook".
4819         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4821 2010-08-14  Glenn Morris  <rgm@gnu.org>
4823         * gnus-sync.el (gnus-sync): Fix defgroup version.
4825 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4827         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4829         * gnus-sync.el: Fix docs.
4830         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4831         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4833 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4835         Optimizations for gnus-sync.el.
4837         * gnus-sync.el: Add docs about gnus-sync-backend
4838         possibilities.
4839         (gnus-sync-save): Remove unnecessary message.
4840         (gnus-sync-read): Optimize and show what groups were skipped.
4842 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4844         Minor bug fixes for gnus-sync.el.
4846         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4847         Don't read the sync on get-new-news.
4849         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4850         quiet.
4852         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4853         (fix typo).
4855 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4857         Make saving and restoring of hidden threads work with overlays.
4858         Patch applied by Ted Zlatanov.
4860         * gnus-sum.el (gnus-hidden-threads-configuration)
4861         (gnus-restore-hidden-threads-configuration): Update to deal with text
4862         properties, rather than searching for a magic character.
4864 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4866         New gnus-sync.el library for synchronization of marks.
4868         * gnus-sync.el: New library for synchronization of marks.
4870         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4871         renamed from `gnus-registry-grep-in-list'.
4873         * gnus-registry.el (gnus-registry-follow-group-p):
4874         Use `gnus-grep-in-list'.
4876         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4878 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4880         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4881         determining charset of text fails.
4883 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4885         * nnmail.el (nnmail-get-new-mail-1): Revert.
4887         * nnml.el (nnml-active-number): Make sure names of newly created groups
4888         in nnml-group-alist are encoded.
4890 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4892         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4893         containing non-ASCII characters in active file for nnml back end.
4895 2010-07-24  David Engster  <dengste@eml.cc>
4897         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4898         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4900 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4902         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4903         tag (Bug#6654).
4905 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4907         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4908         the article buffer, not the summary buffer.
4910 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4912         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4913         Emacs 23 as well.
4915 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4917         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4918         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4920 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4922         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4923         Patch applied by Karl Fogel.
4925         * gnus-sum.el (gnus-summary-bookmark-make-record):
4926         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4928 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4930         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4931         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4932         C-w still not working correctly from Article buffers; Thierry's
4933         patch to fix that will be applied after this.
4935         * gnus-art.el (bookmark-make-record-function): New local variable.
4937         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4938         article buffer.
4939         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4941 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4943         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4944         on changes in bookmark.el.
4946 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4948         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4949         `no-log' instead of message not to log prompt string.
4951 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4953         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4954         the *other* type of HTML form submission.
4956 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4958         * auth-source.el (auth-source-pick): If choice does not contain a
4959         questioned keyword, set the check to t.
4961 2010-06-12  Romain Francoise  <romain@orebokech.com>
4963         * gnus-util.el (gnus-date-get-time): Move up before first use.
4965 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4967         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4968         (gnus-article-edit-part): Bind it to make last part that is substituted
4969         or deleted visible.
4970         (gnus-mime-display-single): Buttonize part of which id equals to
4971         gnus-mime-buttonized-part-id.
4973 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4975         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4976         (gnus-dd-mmm): Use gnus-date-get-time.
4977         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4978         simplify logic.
4979         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4980         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4982 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4984         * auth-source.el (top): Autoload `secrets-list-collections',
4985         `secrets-create-item', `secrets-delete-item'.
4986         (auth-sources): Fix tag string.
4987         (auth-get-source, auth-source-retrieve, auth-source-create)
4988         (auth-source-delete): New defuns.
4989         (auth-source-pick): Rewrite in order to avoid 2 passes.
4990         (auth-source-forget-user-or-password): New parameter USERNAME.
4991         (auth-source-user-or-password): New parameters CREATE-MISSING and
4992         DELETE-EXISTING.  Retrieve password interactively, if needed.
4994 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4996         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4997         deleting unused directories when gnus-expert-user is t.
4999 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5001         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5002         for each temp file when gnus-article-browse-delete-temp is ask.
5004 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5006         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5007         Lisp calls to delete-backward-char by calls to delete-char.
5009 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5011         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5013 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5015         * password-cache.el (password-cache-remove): Fix docstring.
5017 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5019         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5020         article unless decoding article to be saved.
5022 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5024         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5025         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5026         generated within the mm-with-unibyte-current-buffer macro.
5028 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5030         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5031         to nil when we're in a mml-preview buffer and no group is selected.
5033 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5035         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5036         when catching the `C-g'.  Reported by "Leo".
5038 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5040         * message.el (message-forward-make-body-plain)
5041         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5042         multibyte-string-p.
5044         * lpath.el: Revert.
5046 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5048         * message.el (message-forward-make-body-mml): Assume original message
5049         is multibyte string; error on unibyte.
5050         (message-forward-make-body-plain): Ditto; don't add excessive newline
5051         in body end.
5053         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5055 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5057         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5058         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5060 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5062         * mm-extern.el (mm-extern-url): Don't use
5063         mm-with-unibyte-current-buffer.
5064         (mm-extern-cache-contents): Use with-current-buffer instead of
5065         save-excursion + set-buffer.
5067 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5069         * mm-util.el (mm-emacs-mule): Remove.
5071 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5073         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5074         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5075         change.
5077 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5079         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5080         bind the default value of enable-multibyte-characters to nil.
5082 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5084         * message.el (message-forward-make-body-plain)
5085         (message-forward-make-body-mml):
5086         Don't use mm-with-unibyte-current-buffer.
5088 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5090         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5092 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5094         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5095         (Bug#5592).
5097 2010-05-07  Julien Danjou  <julien@danjou.info>
5099         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5100         it to mm-pipe-part.
5102         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5103         it is given.
5105 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5107         * binhex.el (binhex-decode-region-internal)
5108         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5109         (dns-query)
5110         * nnweb.el (nnweb-gmane-search)
5111         * pgg-parse.el (pgg-parse-armor)
5112         * pgg.el (pgg-verify-region)
5113         * sha1.el (sha1-string-external)
5114         * uudecode.el (uudecode-decode-region-internal)
5115         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5116         XEmacs.
5118         * gnus-art.el (gnus-article-browse-html-parts)
5119         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5120         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5121         make-temp-file.
5123         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5124         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5125         compiling.
5127         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5128         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5129         XEmacs when compiling.
5131         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5132         gnus-pick-mode-off-hook for XEmacs when compiling.
5133         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5134         gnus-binary-mode-off-hook for XEmacs when compiling.
5136         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5137         Return nil if char-charset is not available.
5139         * imap.el (imap-disable-multibyte)
5140         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5141         macros.
5143         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5144         instead of encode-coding-string.
5146         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5147         'xemacs) instead of mm-emacs-mule to switch function definitions.
5148         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5150         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5151         bind temporary-file-directory for XEmacs;
5152         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5153         timer-set-function for XEmacs 21.4 and SXEmacs;
5154         bind timer-list for XEmacs 21.4 and SXEmacs;
5155         fbind char-charset and find-charset-region for non-Mule XEmacs;
5156         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5157         encode-coding-region and encode-coding-string for XEmacs having no
5158         file-coding feature.
5160 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5162         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5164 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5166         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5167         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5169 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5171         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5172         alias `jka-compr-delete-temp-file' no longer exists.
5174 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5176         Use define-minor-mode in Gnus where applicable.
5177         * mml.el (mml-mode): Use define-minor-mode.
5178         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5179         (gnus-undo-mode): Use define-minor-mode.
5180         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5181         (gnus-dead-summary-mode): Use define-minor-mode.
5182         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5183         Initialize in declaration.
5184         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5185         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5186         (gnus-mailing-list-mode): Use define-minor-mode.
5187         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5188         (gnus-draft-mode): Use define-minor-mode.
5189         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5190         (gnus-dired-mode): Use define-minor-mode.
5192 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5194         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5195         handles on recursive mml-to-mime translation and check them for
5196         boundary delimiter collisions.  Reported by Greg Troxel.
5198 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5200         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5202 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5204         * mm-util.el (mm-find-buffer-file-coding-system):
5205         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5207 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5209         * message.el (message-generate-headers): Record insertion of optional
5210         headers as well.  Otherwise the check to prevent repeated insertion of
5211         optional headers is a no-op.
5213 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5215         * smime.el: Don't mention CVS.
5217         * nnrss.el (nnrss-fetch): Don't mention CVS.
5219         * nnir.el: Don't mention CVS.
5221 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5223         * gnus-sum.el (gnus-summary-bookmark-make-record):
5224         Add `location' field.
5226 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5228         * lpath.el: Fbind bookmark-default-handler,
5229         bookmark-get-bookmark-record, bookmark-make-record-default,
5230         bookmark-prop-get for Emacs <23 and XEmacs.
5232 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5234         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5235         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5236         Use with-current-buffer to silence the byte-compiler.
5237         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5238         bother to require `gnus'.
5239         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5241 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5243         * gnus-sum.el (gnus-summary-bookmark-make-record)
5244         (gnus-summary-bookmark-jump): New functions.
5245         (gnus-summary-mode): Setup bookmark support.
5247 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5249         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5250         if set.
5252 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5254         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5255         gnus-article-browse-html-save-cid-image; make it work recursively for
5256         forwarded messages as well.
5257         (gnus-article-browse-html-parts): Work when prefix arg is given.
5258         (gnus-article-browse-html-article): Doc fix.
5260 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5262         * message.el (message-default-mail-headers):
5263         (message-default-headers): Carry the value mail-default-headers over
5264         into message-default-mail-headers, rather than message-default-headers.
5266 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5268         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5269         charset.
5271         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5272         charset into the <meta> tag when the article is encoded to utf-8.
5274 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5276         * gnus-art.el (gnus-article-browse-delete-temp-files):
5277         Delete directories as well.
5278         (gnus-article-browse-html-parts): Work for images that do not specify
5279         file names; delete temp directory when quitting; insert header at the
5280         right place; use file: scheme for image files.
5282 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5284         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5285         (gnus-article-browse-html-parts): Use it to make temporary cid image
5286         files in addition to html file so that browser may display them.
5288 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5290         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5292 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5294         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5296 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5298         * auth-source.el (auth-sources): Change default to be simpler.
5299         Explain about Secret Service API sources.  Improve Customize options.
5300         (auth-source-pick): Change to accept any number of search parameters.
5301         Implement fallbacks iteratively, not recursively.  Add scoring on the
5302         second pass and sort by score.  Call Secret Service API when needed.
5303         (auth-source-user-or-password): Use it.  Call Secret Service API
5304         directly when needed to get the user name and the password.
5306 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5308         * message.el (message-interactive): Doc fix.
5309         (message-qmail-inject-args): Reflow.
5310         (message-kill-to-signature): Fix typo in docstring.
5312         * smiley.el (smiley-buffer): Fix typo in docstring.
5314 2010-03-24  Glenn Morris  <rgm@gnu.org>
5316         * mail-source.el (gnus-message): Declare.
5317         (mail-source-delete-old-incoming): Require gnus-util.
5319 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5321         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5323         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5325         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5326         password-cache's default if it is not bound.
5327         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5328         password-cache-expiry's default if it is not bound.
5330         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5331         available in Emacs 21.
5333         * lpath.el: Suppress compiler warnings for:
5334         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5335         XEmacs;
5336         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5337         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5338         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5340 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5342         * auth-source.el (auth-sources): Fix up definition so extra parameters
5343         are always inline.
5345 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5347         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5348         wasn't updated after mismatch.  Clear cached mailbox info correctly
5349         when uidvalidity changes.
5350         (nnimap-group-prefixed-name): New function to avoid some code
5351         duplication.
5352         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5353         (nnimap-request-group): Use it.
5354         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5355         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5356         with many imap folders.  This is done by caching the group status from
5357         the imap server persistently in a group parameter `imap-status'.  (This
5358         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5359         but not persistently, so every Gnus startup was still very slow.)
5361 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5363         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5364         delete the extra newline.  Otherwise editing of :string and :number
5365         types don't work.
5367 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5369         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5370         secrets.el dependency.
5371         (auth-sources): Add optional user name.  Add secrets.el configuration
5372         choice (unused right now).
5374 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5376         * gnus-sum.el (gnus-summary-make-menu-bar):
5377         Let `gnus-registry-install-shortcuts' fill in the functions.
5379         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5380         warnings.
5381         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5382         (gnus-registry-install-shortcuts): Populate and use it in a
5383         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5385 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5387         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5388         In-place substitutions for the group name encoding/decoding.
5389         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5390         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5391         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5392         (nnimap-update-unseen, nnimap-request-list)
5393         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5394         (nnimap-request-set-mark, nnimap-split-to-groups)
5395         (nnimap-split-articles, nnimap-request-newgroups)
5396         (nnimap-request-create-group, nnimap-request-accept-article)
5397         (nnimap-request-delete-group, nnimap-request-rename-group)
5398         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5399         `encoded-mbx' for consistency.
5400         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5401         variable `imap-current-mailbox'.
5403         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5404         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5406 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5408         * pop3.el (pop3-display-message-size-flag): Display message size byte
5409         counts during POP3 download.
5410         (pop3-movemail): Use it.
5411         (pop3-list): Implement listing of available messages.
5413 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5415         * nnir.el (nnir-get-article-nov-override-function): New function to
5416         override the normal NOV retrieval.
5417         (nnir-retrieve-headers): Use it.
5419 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5421         * auth-source.el (netrc-machine-user-or-password): Autoload.
5423 2010-03-19  Glenn Morris  <rgm@gnu.org>
5425         Stop message.el from loading about 40 libraries it doesn't always need.
5426         The general approach is to autoload rather than require, and to
5427         require in the specific functions rather than the file.  (Bug#5642)
5429         * gmm-utils.el: Don't require wid-edit.
5430         (widget-create-child-value, widget-convert, widget-default-get):
5431         Autoload.
5433         * gnus-util.el: Don't require time-date, netrc.
5434         (message-fetch-field, gnus-group-name-decode): Declare rather than
5435         autoloading.
5436         (gnus-fetch-field): Require message.
5437         (gnus-decode-newsgroups): Require gnus-group.
5439         * ietf-drums.el: Don't require time-date.
5441         * message.el: Don't require hashcash, canlock, ecomplete.
5442         Do require mail-utils.  Require nnheader only when compiling.
5443         (smtpmail-default-smtp-server): Remove declaration.
5444         (message-send-mail-function): Check smtpmail-default-smtp-server
5445         is bound rather than requiring smtpmail.
5446         (message-auto-save-directory, message-insert-signature):
5447         Use expand-file-name rather than nnheader-concat.
5448         (nnheader-insert-file-contents): Autoload.
5449         (hashcash-wait-async): Declare.
5450         (message-send-mail): Only call gnus-setup-posting-charset if
5451         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5452         (message-send-mail-with-sendmail): Require sendmail.
5453         (canlock-password, canlock-password-for-verify): Declare.
5454         (message-canlock-password): Require canlock.
5455         (nnheader-get-report): Autoload.
5456         (gnus-setup-posting-charset): Declare.
5457         (message-send-news): Require gnus-msg.
5458         (message-make-references, message-make-in-reply-to): Use mail-header-id
5459         rather than the alias mail-header-message-id.
5460         (ecomplete-add-item, ecomplete-save): Declare.
5461         (message-put-addresses-in-ecomplete): Require ecomplete.
5462         (ecomplete-display-matches): Autoload.
5464         * mm-decode.el: Don't require mailcap, gnus-util.
5465         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5466         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5467         Autoload.
5468         (mailcap-mime-extensions): Declare.
5470         * mm-encode.el: Don't require mailcap.
5471         (mailcap-extension-to-mime): Autoload.
5473         * mml-sec.el: Don't require password-cache.
5475         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5476         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5477         (mml-minibuffer-read-type): Require mailcap.
5478         (mml-preview): Require gnus-msg.
5480         * mml1991.el: Require password-cache.
5481         (password-cache-expiry): Remove declaration.
5483         * mml2015.el: Require password-cache.
5484         (password-cache-expiry): Remove declaration.
5486         * nneething.el (mailcap): Require mailcap.
5488         * nnheader.el (declare-function): Add compatibility stub.
5489         (message-remove-header): Declare rather than autoload.
5490         (nnheader-replace-header): Require message.
5492         * nnimap.el (declare-function): Add compatibility stub.
5493         (netrc-parse, netrc-machine-user-or-password): Declare.
5494         (nnimap-open-connection): Require netrc.
5496         * nntp.el (declare-function): Add compatibility stub.
5497         (netrc-parse, netrc-machine, netrc-get): Declare.
5498         (nntp-send-authinfo): Require netrc.
5500         * rfc2047.el: Don't require qp.
5501         (quoted-printable-encode-region, quoted-printable-decode-string):
5502         Autoload.
5504         * sieve-mode.el: Don't require easymenu.
5505         (easy-menu-add-item): Autoload it.
5507         * spam-stat.el (time-to-number-of-days): Autoload it.
5509 2010-03-19  Glenn Morris  <rgm@gnu.org>
5511         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5513 2010-03-18  Glenn Morris  <rgm@gnu.org>
5515         * hashcash.el (declare-function): Remove duplicate definition.
5517 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5519         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5520         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5521         value if any backslash escapes).
5523 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5525         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5526         if it is available.  (bug#5647)
5528         * lpath.el: Suppress compiler warning for coding-system-from-name for
5529         Emacs 21 and XEmacs.
5531 2010-03-14  Juri Linkov  <juri@jurta.org>
5533         * hmac-def.el:
5534         * hmac-md5.el:
5535         * netrc.el: Fix keywords.
5537 2010-02-26  Glenn Morris  <rgm@gnu.org>
5539         * message.el (message-send-mail-function): Change the default, so that
5540         it inherits from a customized send-mail-function.  (Bug#5643)
5542 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5544         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5545         shell-command-to-string signals an error (bug#5299).
5547 2010-02-24  Glenn Morris  <rgm@gnu.org>
5549         * message.el (message-smtpmail-send-it)
5550         (message-send-mail-with-mailclient): Doc fixes.
5552 2010-02-16  Glenn Morris  <rgm@gnu.org>
5554         * message.el (message-default-mail-headers): Change the default value
5555         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5557 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5559         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5560         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5562 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5564         * time-date.el (date-to-time): Doc fix (Bug#5408).
5566 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5568         * message.el (message-mail): Just pass yank-action on to message-setup.
5569         (message-setup): Handle (FUN . ARGS) form of yank-action.
5570         (message-with-reply-buffer, message-widen-reply)
5571         (message-yank-original): Handle non-buffer values of
5572         message-reply-buffer (Bug#4080).
5573         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5575 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5577         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5578         Fix typo in docstring.
5580 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5582         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5583         response.
5585 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5587         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5589         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5591         * message.el (message-check-news-header-syntax): Protect against a
5592         string that `rfc822-addresses' returns when parsing fails.
5594 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5596         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5597         (gnus-previous-char-property-change): New functions.
5599         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5601 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5603         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5604         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5606 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5608         * message.el (message-exchange-point-and-mark): Rework last change to
5609         avoid using optional arg of exchange-point-and-mark, for backward
5610         compatibility.
5612 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5614         * message.el (message-exchange-point-and-mark):
5615         Call exchange-point-and-mark with an argument rather than setting
5616         mark-active by hand (Bug#5175).
5618 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5620         * nntp.el (nntp-service-to-port): Work for service expressed with
5621         numeric string; replace [:digit:] with [0-9] for XEmacs.
5623 2009-12-17  Glenn Morris  <rgm@gnu.org>
5625         * gnus-group.el (gnus-bug-group-download-format-alist):
5626         Change emacs entry to debbugs.gnu.org.  Bump :version.
5628 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5630         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5632 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5634         * message.el (message-info): Explain why we use `Info-goto-node'.
5636 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5638         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5640 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5642         * message.el (message-completion-in-region): New compatibility function.
5643         (message-expand-group): Use it.
5645 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5647         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5648         with no unread article should be listed if the 2nd arg `predicate' is
5649         given.
5651 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5653         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5655 2009-11-29  Juri Linkov  <juri@jurta.org>
5657         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5658         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5659         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5661 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5663         * sha1.el (sha1-string-external): default-directory "/" in case
5664         otherwise non-existent.  process-connection-type pipe for touch of
5665         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5667 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5669         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5670         it's comms related and sgml-mode.el has "comm" on that basis too.
5672 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5674         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5675         containing tspecial characters if they have been already quoted.
5677 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5679         * dns-mode.el (auto-mode-alist): Purecopy string.
5681 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5683         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5685 2009-10-24  Glenn Morris  <rgm@gnu.org>
5687         * gnus-art.el (help-xref-stack-item): Define for compiler.
5689 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5691         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5693 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5695         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5697 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5699         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5700         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5702 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5704         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5705         (gnus-overlays-in): New alias to overlays-in.
5707         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5708         gnus-overlay-get, and gnus-delete-overlay.
5709         (gnus-summary-show-thread): Make it work as well for systems in which
5710         next-single-char-property-change is not available.
5711         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5713         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5714         (gnus-overlay-get): New alias to extent-property.
5715         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5717         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5718         SXEmacs.
5720         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5721         SXEmacs.
5723 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5725         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5727 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5729         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5730         and XEmacs that don't have `remove-overlays'.
5732 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5734         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5735         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5736         selective display.  Use overlays instead.
5738 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5740         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5742 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5744         * spam-stat.el (spam-stat-load): Fix typo in message.
5746 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5748         * dig.el (dig-invoke): Fix typo in docstring.
5749         (query-dig): Reflow docstring.
5751 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5753         * gnus-art.el (gnus-article-encrypt-body):
5754         * message.el (message-check-recipients):
5755         * mm-util.el (mm-codepage-setup):
5756         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5757         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5759 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5761         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5762         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5763         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5764         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5765         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5767 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5769         * dig.el: Add "Keywords: comm", as per net-utils.el.
5771 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5773         * dig.el (dig-mode): Use define-derived-mode.
5775 2009-09-19  Glenn Morris  <rgm@gnu.org>
5777         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5779 2009-09-18  Glenn Morris  <rgm@gnu.org>
5781         * gnus-diary.el (gnus-diary-check-message):
5782         * message.el (message-insert-formatted-citation-line):
5783         * nnbabyl.el (top-level):
5784         * nndiary.el (nndiary-schedule):
5785         Fix typos in condition-case handlers.
5787 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5789         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5790         configuration that provides the sole article window in a frame;
5791         position point correctly after deleting a part.
5793 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5795         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5796         (spam-resolve-registrations-routine): Use it to unregister articles
5797         that change status.
5799 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5801         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5802         with XEmacs.
5803         (parse-time-string-chars): Use it.
5805 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5807         * imap.el (imap-interactive-login): Better messages.
5808         (imap-open): Fix bug with renamed buffer on reconnect.
5809         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5810         for easier debugging and cleaner code.  On successful (guessed based on
5811         server capabilities) secondary authentication, set imap-state
5812         correctly.
5813         (imap-last-authenticator): Define imap-last-authenticator as a variable
5814         to avoid warnings.
5816 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5818         * nnrss.el (nnrss-request-article): Remove binding of
5819         default-enable-multibyte-characters that has gotten needless by
5820         the 2007-07-13 change in rfc2047-encode-message-header.
5822         * mml.el (mml-insert-multipart): Error on the message header.
5823         (mml-insert-part): Error on the message header; position point at
5824         the end of a MIME tag.
5826 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5828         * time-date.el (autoload): Expand define-obsolete-function-alias into
5829         defalias and make-obsolete for old Emacsen that Gnus supports.
5830         (with-no-warnings): Define it for old Emacsen.
5831         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5832         is available.
5833         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5834         float-time is available; suppress compile warning for time-to-seconds.
5836         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5837         (gnus-float-time): Alias to float-time if it exists.
5839         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5840         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5841         float-time is available; suppress compile warning for time-to-seconds.
5843         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5844         XEmacs.
5846 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5848         * imap.el (imap-message-map): Docstring fix.
5850 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5852         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5853         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5854         Add the optional argument `encoding' that overrides the default.
5856         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5857         mm-encode-buffer.
5859 2009-09-04  Glenn Morris  <rgm@gnu.org>
5861         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5862         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5863         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5864         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5865         * mm-util.el (mm-with-unibyte-current-buffer)
5866         (mm-find-buffer-file-coding-system):
5867         * yenc.el (yenc-decode-region): Use default-value rather than
5868         default-enable-multibyte-characters.
5870 2009-09-03  Glenn Morris  <rgm@gnu.org>
5872         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5873         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5874         than default-enable-multibyte-characters.
5876 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5878         * gnus-art.el (gnus-article-read-summary-keys):
5879         Fix gnus-buffer-configuration's value temporarily used.
5881 2009-09-02  Glenn Morris  <rgm@gnu.org>
5883         * gnus-util.el (gnus-float-time): New function.
5884         * gnus-delay.el (gnus-delay-article):
5885         * gnus-sum.el (gnus-thread-latest-date):
5886         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5887         * nnspool.el (nnspool-request-newgroups):
5888         Use gnus-float-time rather than time-to-seconds.
5889         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5891         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5892         (gnus-header-subject-face, gnus-header-newsgroups-face)
5893         (gnus-header-name-face, gnus-header-content-face):
5894         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5895         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5896         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5897         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5898         (gnus-cite-face-11):
5899         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5900         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5901         (gnus-server-closed-face, gnus-server-denied-face)
5902         (gnus-server-offline-face):
5903         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5904         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5905         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5906         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5907         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5908         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5909         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5910         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5911         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5912         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5913         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5914         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5915         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5916         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5917         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5918         (gnus-summary-high-undownloaded-face)
5919         (gnus-summary-low-undownloaded-face)
5920         (gnus-summary-normal-undownloaded-face)
5921         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5922         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5923         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5924         (gnus-splash-face):
5925         * message.el (message-header-to-face, message-header-cc-face)
5926         (message-header-subject-face, message-header-newsgroups-face)
5927         (message-header-other-face, message-header-name-face)
5928         (message-header-xheader-face, message-separator-face)
5929         (message-cited-text-face, message-mml-face):
5930         * sieve-mode.el (sieve-control-commands-face)
5931         (sieve-action-commands-face, sieve-test-commands-face)
5932         (sieve-tagged-arguments-face):
5933         * spam.el (spam-face):
5934         Mark face aliases with "-face" in the name as obsolete.
5936 2009-09-01  Glenn Morris  <rgm@gnu.org>
5938         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5939         than goto-line.
5941 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5943         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5944         Don't move point if the command is invoked inside the message header.
5946 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5948         * imap.el (imap-send-command): Simplify.
5949         (imap-wait-for-tag): point-max -> buffer-size.
5951 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5953         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5954         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5955         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5956         * nnir.el (nnir-swish-e-index-file):
5957         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5958         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5959         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5960         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5961         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5962         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5964 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5966         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5967         Don't save excursion.
5969 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5971         * nnheader.el (nnheader-find-file-noselect):
5972         * mm-util.el (mm-insert-file-contents):
5973         Use (default-value 'major-mode) instead of default-major-mode.
5975 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5977         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5979 2009-08-26  Glenn Morris  <rgm@gnu.org>
5981         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5982         than placing in files.el.
5984 2009-08-25  Glenn Morris  <rgm@gnu.org>
5986         * nnir.el (top-level): Don't require cl at run-time.
5987         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5988         Replace cl-function substitute with gnus-replace-in-string.
5989         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5990         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5991         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5992         simplified expansions.
5994 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5996         * dig.el (dig): Add autoload cookie.
5998 2009-08-22  Glenn Morris  <rgm@gnu.org>
6000         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6001         goto-line.
6003 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6005         * parse-time.el (parse-time-string-chars): Save match data.
6007 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6009         * parse-time.el (parse-time-string-chars): Compute using character
6010         classes, to handle non-ascii characters (Bug#3190).
6012 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6014         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6016         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6017         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6018         (gnus-mm-display-part, gnus-mime-display-single)
6019         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6020         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6022         * gnus-sum.el
6023         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6024         (gnus-summary-move-article): Add expirable mark to articles copied or
6025         moved to group that has auto-expire turned on if the option is non-nil.
6027 2009-07-24  Glenn Morris  <rgm@gnu.org>
6029         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6030         Fix typo.  (Bug#3903)
6032 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6034         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6035         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6036         that should not be used for draft articles.
6037         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6038         that has no concern in minor mode keys.
6039         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6040         Abolish.
6042 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6044         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6045         article without making inquiry to a user for unknown encoding.
6047         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6048         (nnmaildir--scan): Assume i-node and device number that file-attributes
6049         returns might be cons-cell.
6051         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6053         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6055 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6057         * auth-source.el: Remove docs now in auth.texi.  Don't use
6058         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6059         `auth-source-hide-passwords' and use them.
6061 2009-07-15  Glenn Morris  <rgm@gnu.org>
6063         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6065 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6067         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6068         excessive whitespace from the default values of title and description.
6070 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6072         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6073         mail-fetch-field to fetch Content-Description header in order to
6074         exclude newlines.
6076 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6078         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6079         format used by GnuPG 2.0.11.
6081 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6083         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6084         to deleted part.
6086 2009-05-30  David Engster  <dengste@eml.cc>
6088         * nnmairix.el: Remove old documentation in the commentary block.
6089         (nnmairix-request-group): Do not update active file for nnml back ends.
6090         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6091         end so that overview files are ignored.
6092         (nnmairix-update-groups): Make updating the groups more robust by using
6093         marks.
6094         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6095         with dollar characters in message-id.
6097 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6099         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6100         2008-12-25 in dns.el.
6102 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6104         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6105         could happen if the text is only composed of spaces and/or tabs.
6107 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6109         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6110         when sending a queued message to avoid extra mml tags.
6112 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6114         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6116 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6118         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6119         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6120         rmail-toggle-header for XEmacs;
6121         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6123 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6125         * gnus-dired.el: Remove autoload for gnus-setup-message.
6126         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6127         displaying Gnus logo; always use compose-mail.
6129 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6131         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6133 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6135         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6136         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6137         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6138         available.
6139         (gnus-nocem-epg-verify): New function.
6141 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6143         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6145 2009-02-15  Glenn Morris  <rgm@gnu.org>
6147         * gnus-util.el (rmail-insert-rmail-file-header)
6148         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6149         autoloads.
6150         (rmail-default-rmail-file): Remove unnecessary declaration.
6151         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6153 2009-02-14  Glenn Morris  <rgm@gnu.org>
6155         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6156         variable (only used in gnus-util, which declares it anyway).
6157         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6158         which was only needed by gnus-art (changed to not use it any more).
6159         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6160         only used in gnus-util, which autoloads it itself.
6161         (rmail-update-summary): Fix autoload.
6163         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6164         rather than rmail-output-to-rmail-file.
6166 2009-02-07  Glenn Morris  <rgm@gnu.org>
6168         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6169         autoload of function that no longer exists.
6170         (rmail-toggle-header): Declare.
6171         (message-forward-rmail-make-body): Handle mbox Rmail.
6173 2009-01-31  Glenn Morris  <rgm@gnu.org>
6175         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6176         2009-01-09 change.
6178 2009-01-31  Dave Love  <fx@gnu.org>
6180         * imap.el (imap-fetch-safe): Bind debug-on-error.
6181         (imap-debug): Add imap-fetch-safe.
6183 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6185         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6186         (auth-source-forget-all-cached): New convenience function.
6187         (auth-source-user-or-password): Accept list of modes or a single mode.
6189         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6190         auth-source modes.
6192         * netrc.el (netrc-machine-user-or-password): Use list of
6193         auth-source modes.
6195         * nnimap.el (nnimap-open-connection): Use list of
6196         auth-source modes.
6198         * nntp.el (nntp-send-authinfo): Use list of
6199         auth-source modes.
6201 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6203         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6204         now.
6206 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6208         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6209         coding system in XEmacs; add a workaround for XEmacs.
6211         * lpath.el: Fbind coding-system-aliasee.
6213 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6215         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6216         of current-language-environment.
6218 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6220         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6221         available at runtime.
6223 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6225         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6227 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6229         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6230         the greatest positive fixnum value doesn't work under an XEmacs with
6231         bignum support; use the most-positive-fixnum constant instead,
6232         available since Emacs 21.1 with cl and XEmacs 21.1.
6234 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6236         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6237         XEmacs gets not to work.
6239 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6241         * mm-util.el (mm-coding-system-priorities): Allow the value like
6242         "Japanese (UTF-8)" of current-language-environment.
6244 2009-01-09  Glenn Morris  <rgm@gnu.org>
6246         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6247         with last-command-event.
6249 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6251         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6252         in the doc string.
6254         * message.el (message-fix-before-sending): Amend comment.
6256 2009-01-08  Dave Love  <fx@gnu.org>
6258         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6260 2009-01-07  David Engster  <dengste@eml.cc>
6262         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6263         simplified server definitions by converting it via
6264         gnus-server-to-method.
6266 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6268         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6269         parameter's operands.
6271 2009-01-06  David Engster  <dengste@eml.cc>
6273         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6274         primary select method (for gnus-group-mark-article-as-read).
6276 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6278         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6279         `(gnus)Face', not `(gnus)X-Face'.
6281 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6283         * mm-util.el (mm-ucs-to-char): New function.
6285         * mm-url.el (mm-url-decode-entities): Use it.
6287         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6288         unicode-to-char.
6290 2009-01-05  Dave Love  <fx@gnu.org>
6292         * time-date.el: Require cl for `declare'.
6294 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6296         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6297         Dave Love.
6299 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6301         * message.el (message-fix-before-sending): Add `eight-bit' to
6302         illegible-text check.
6304 2009-01-03  Michael Olson  <mwolson@gnu.org>
6306         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6307         `headers' is nil.  This can occur if the IMAP server does not have
6308         permissions to read messages from a folder, but can write new messages
6309         to the folder.
6310         (nnimap-request-article-part): Do not insert `data' if it is nil.
6312         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6313         characters which will confuse `read', so skip past them.
6315 2009-01-01  Dave Love  <fx@gnu.org>
6317         * imap.el (imap-string-to-integer): Fix typo.
6318         (imap-fetch-safe): New function.
6319         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6321         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6323         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6324         (imap-parse-greeting): Fix doc strings.
6325         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6326         (imap-parse-flag-list): Make messages unique.
6327         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6329         * nnimap.el: Fix author email.
6330         (nnimap-split-rule): Add FIXME comment.
6331         (nnimap-debug): Fix doc string.
6333 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6335         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6337 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6339         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6340         nslookup if resolv.conf isn't available.
6341         (dns-query): Rename from query-dns.
6342         (dns-query-cached): Rename from query-dns-cached.
6344 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6346         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6347         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6348         to check if those variables exist (first appeared in Emacs 18.50).
6350 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6352         * mm-util.el (mm-line-number-at-pos): New function.
6354         * spam-report.el (spam-report-process-queue): Use it.
6356 2008-12-24  David Engster  <dengste@eml.cc>
6358         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6359         parameters that haven't existed as variables as buffer-local variables.
6361 2008-12-23  Dave Love  <fx@gnu.org>
6363         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6364         cadar.
6366         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6367         imap-starttls-p.
6368         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6370 2008-12-22  Dave Love  <fx@gnu.org>
6372         * imap.el: Fix author email.  Doc fixes.
6373         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6374         reply.
6376 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6378         * spam-report.el (spam-report-gmane-max-requests): New constant.
6379         (spam-report-gmane-wait): New variable.
6380         (spam-report-gmane-ham, spam-report-gmane-spam)
6381         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6382         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6383         the server.
6385         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6386         Add explanations.
6388         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6389         nnheader-accept-process-output and nnheader-read-timeout if available.
6390         (pop3-movemail): Use it.
6392         * message.el (message-check-news-body-syntax): Fix signature check if
6393         there's an attachment.
6395 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6397         * mm-util.el: Add comments to the mm- emulating functions.
6399 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6401         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6402         Reported by Stephen Berman <stephen.berman@gmx.net>.
6404 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6406         * mm-util.el (mm-substring-no-properties): New function.
6407         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6408         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6409         (mm-string-to-multibyte): Doc fix.
6411         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6413 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6415         * mml.el (mml-attach-file): Strip text properties from file name.
6416         (Bug#1574)
6418 2008-12-16  Glenn Morris  <rgm@gnu.org>
6420         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6422 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6424         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6425         knows since the charset specified might be a bogus alias that
6426         mm-charset-synonym-alist provides.
6428 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6430         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6431         "ISO_8859-1".
6433         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6435 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6437         * mm-util.el (mm-charset-eval-alist):
6438         Define it before mm-charset-to-coding-system.
6439         (mm-charset-to-coding-system): Add optional argument `silent';
6440         define it before mm-charset-override-alist.
6441         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6442         default value if it can be used in Emacs currently running;
6443         silence mm-charset-to-coding-system.
6445 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6447         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6448         `allow-override' which says whether to use `mm-charset-override-alist'.
6449         (rfc2047-decode-encoded-words): Use it.
6451         * mm-util.el (mm-charset-override-alist): Fix custom type;
6452         add `(gb2312 . gbk)' to choices.
6454 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6456         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6457         fast.
6459         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6461         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6463 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6465         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6466         on links.
6468         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6470 2008-12-03  Lute Kamstra  <lute@gnu.org>
6472         * sha1.el: Remove leading * from docstrings of defcustoms,
6473         deffaces, defconsts and defuns.
6475 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6477         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6478         users' addresses that don't have domain parts.
6479         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6480         rather than message-narrow-to-head since there will be the message
6481         header separator.
6483 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6485         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6486         since the result is inserted in a unibyte buffer anyway.
6487         (nnimap-demule-use-string-to-multibyte): Remove.
6488         (nnimap-demule): Alias it to mm-string-to-multibyte.
6490 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6492         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6493         variable for debugging bug#464 and bug#1174.
6494         (nnimap-demule): Use it.
6496 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6498         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6499         score calculation correctly.
6501 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6503         * message.el (message-send-mail): Just set the buffer to unibyte
6504         rather than use mm-with-unibyte-current-buffer which does a lot more.
6505         (message-send-mail-partially): Don't bother with
6506         mm-with-unibyte-current-buffer since it's already been made unibyte by
6507         message-send-mail.
6509 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6511         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6513 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6515         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6517 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6519         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6520         require itself and to remove `with-no-warnings'.
6522 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6524         * starttls.el (starttls-any-program-available): Get the name of the
6525         available TLS layer program.
6526         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6527         well as the host name in the "opening" message.
6529         * auth-source.el (auth-source-cache, auth-source-do-cache)
6530         (auth-source-user-or-password): Cache passwords and logins by default,
6531         allow override with `auth-source-do-cache'.
6532         (auth-source-forget-user-or-password): Allow users to remove cache
6533         entries if needed.
6535 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6537         * md4.el (md4-buffer): Fix typo in docstring.
6538         (md4, md4-64): Doc fixes.
6539         (md4-pack-int32): Reflow docstring.
6541 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6543         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6544         condition-case to only the forward-sexp call.
6546 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6548         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6549         quotes contained.  Make it more robust regardless by an extra
6550         condition-case wrapper.
6552 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6554         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6556 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6558         * nnml.el (nnml-request-expire-articles): Check if the function set to
6559         `nnmail-expiry-target' returns the symbol `delete'.
6561         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6563         * nnmail.el (nnmail-expiry-target): Fix custom type.
6565 2008-10-02  Glenn Morris  <rgm@gnu.org>
6567         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6568         Silence compiler warning.
6570 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6572         * tls.el (open-tls-stream): Show the actual command being
6573         executed, instead of the format string.
6575 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6577         * lpath.el: Fbind codepage-setup for Emacs 23.
6579 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6581         * mml.el (mml-menu): Don't assume mml2015 is bound.
6583 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6585         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6586         exists.
6588 2008-09-27  Glenn Morris  <rgm@gnu.org>
6590         * gnus-util.el (mail-header-remove-comments): Autoload it.
6592 2008-09-27  Andreas Schwab  <schwab@suse.de>
6594         * gnus-util.el (gnus-split-references): Strip comments.
6595         (gnus-parent-id): Likewise.
6597 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6599         * message.el (message-confirm-send): Fix version.
6601 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6603         * message.el (message-idna-to-ascii-rhs-1): Use
6604         mail-extract-address-components rather than mail-header-parse-addresses
6605         that is an alias by default to ietf-drums-parse-addresses that does not
6606         support non-ASCII names in headers' contents.
6608 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6610         * message.el (message-confirm-send): Fix variable documentation to
6611         avoid the "y/n" wording.
6613 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6615         * message.el (message-set-auto-save-file-name): Save to a different
6616         filename so multiple messages (especially drafts) can be recovered.
6618 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6620         * message.el (message-confirm-send): Add appropriate version.
6622 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6624         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6625         defvar.
6627 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6629         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6630         (mm-pkcs7-enveloped-magic): Ditto.
6632 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6634         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6635         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6637 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6639         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6640         default, it's better.
6642 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6644         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6645         summary line gnus-number property and ignore them (with a warning
6646         message).
6648 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6650         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6651         macro caddr in the interactive form since it won't be expanded.
6653 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6655         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6656         `charset'; fix name of function called recursively.
6657         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6659 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6661         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6662         (gnus-mime-set-charset-parameters): New function.
6663         (gnus-mime-view-part-as-charset): Use it to correctly display part
6664         specifying wrong charset.
6666 2008-09-08  David Engster  <dengste@eml.cc>
6668         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6669         in completing-read for back end server.
6671 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6673         * message.el (message-confirm-send): New variable to confirm sending a
6674         message.
6675         (message-send): Use it.
6677 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6679         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6681 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6683         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6685 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6687         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6688         prevent tracking too many groups.
6689         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6690         Use it.
6692 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6694         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6695         moving point to the bottom of the window in order to avoid recentering.
6697 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6699         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6701         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6702         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6703         (gnus-article-beginning-of-window): Fix calculation.
6705 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6707         * gnus-msg.el (gnus-summary-supersede-article)
6708         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6709         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6710         message header.
6712 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6714         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6715         pending output coming after the status change.
6717 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6719         * message.el:
6720         * gnus-start.el:
6721         * gnus-registry.el: Remove VMS support.
6723 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6725         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6726         macro.
6727         (rfc2104-hash): Use it.
6729 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6731         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6732         (gnus-summary-sort-by-most-recent-date): New commands.
6733         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6734         and menu entries.
6736 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6738         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6739         don't redisplay article for raw contents; remove plural articles stuff.
6741         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6742         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6743         on gnus-summary-save-article; display results properly.
6745 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6747         * lpath.el: No need to fbind ns-focus-frame.
6749 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6751         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6753 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6755         * gnus-art.el (gnus-summary-save-in-pipe):
6756         Consider gnus-save-all-headers.
6758 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6760         * gnus-util.el (ns-focus-frame): Remove declaration.
6761         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6762         like x.
6764 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6766         * rfc2104.el (rfc2104-zero): Delete defconst.
6767         (rfc2104-hex-alist): Likewise.
6768         (rfc2104-hex-to-int): Delete func.
6769         (rfc2104-hexstring-to-bitstring): Likewise.
6770         (rfc2104-nybbles): New defconst.
6771         (rfc2104-hash): Rewrite for speed.
6773 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6775         * tls.el (open-tls-stream): Make it work with the 2nd argument
6776         BUFFER that is a string but does not exist as a buffer object, as
6777         mentioned in the doc-string.
6779 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6781         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6782         SXEmacs.
6784 2008-07-16  Glenn Morris  <rgm@gnu.org>
6786         * gnus-util.el (ns-focus-frame): Declare for compiler.
6788 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6790         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6791         set as a group parameter.
6792         (gnus-summary-save-in-pipe): Work when it is called independently.
6793         (gnus-summary-pipe-to-muttprint): Don't modify
6794         gnus-summary-pipe-output-default-command.
6796 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6798         * message.el (message-send-mail-with-sendmail):
6799         Display the error message.
6801 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6803         * gnus-art.el (gnus-default-article-saver):
6804         Add gnus-summary-save-in-pipe to choices.
6805         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6806         gnus-summary-pipe-output-default-command as the default command.
6807         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6808         instead of gnus-last-shell-command.
6810         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6811         New user option.
6812         (gnus-summary-muttprint-program): Mention the value will be changed.
6813         (gnus-summary-save-article): Force showing of all headers.
6814         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6816 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6818         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6820 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6822         * nnimap.el (nnimap-id):
6823         * sieve-manage.el (sieve-manage-open): Doc fixes.
6825 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6827         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6828         if available.
6830 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6832         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6834         * nnkiboze.el (nnkiboze-generate-group):
6835         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6837         * nnmairix.el: Require CL.
6839 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6841         * dgnushack.el: Autoload get-display-table and put-display-table for
6842         XEmacs 21.5.
6844         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6845         21.4 and SXEmacs.
6847 2008-06-15  David Engster  <dengste@eml.cc>
6849         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6851 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6853         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6854         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6855         runtime choice under XEmacs.
6857         * gnus-sum.el (gnus-summary-set-display-table):
6858         Use `gnus-put-display-table', `gnus-get-display-table',
6859         `gnus-set-display-table' for the display table, instead of `aset'.
6861         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6862         Use `gnus-put-display-table', `gnus-get-display-table',
6863         `gnus-set-display-table' for the display table.
6865 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6867         * nnmairix.el: Add autoloads.
6869 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6871         * nnmairix.el (nnmairix-delete-recreate-group)
6872         (nnmairix-update-and-clear-marks): Fix error messages.
6874 2008-06-14  David Engster  <dengste@eml.cc>
6876         * nnmairix.el: Upgrade to version 0.6.
6877         (nnmairix-group-toggle-propmarks-this-group)
6878         (nnmairix-group-toggle-readmarks-this-group)
6879         (nnmairix-group-delete-recreate-this-group)
6880         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6881         (nnmairix-remove-tick-mark-original-article): New commands.
6882         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6883         (nnmairix-propagate-marks-to-nnmairix-groups)
6884         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6885         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6886         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6887         functions needed for marks propagation and manipulation of read marks.
6888         (nnmairix-update-groups): New function.
6889         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6890         (nnmairix-determine-original-group-from-registry)
6891         (nnmairix-determine-original-group-from-path)
6892         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6893         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6894         New helper functions.
6895         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6896         keystrokes for new commands.
6897         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6898         (nnmairix-request-group): Check allow-fast group parameter.
6899         (nnmairix-request-create-group): Set allow-fast group parameter if
6900         nnmairix-allowfast-default is set.
6901         (nnmairix-close-group): Propagate marks upon closing if needed.
6902         (nnmairix-group-toggle-threads-this-group): Use new.
6903         nnmairix-group-toggle-parameter helper function.
6904         (nnmairix-search): Better check for empty search result.
6905         (nnmairix-goto-original-article): Use new helper functions for
6906         determining original article.
6907         (nnmairix-show-original-article): Make sure message-id is in brackets.
6908         (nnmairix-call-mairix-binary): Change variable name.
6909         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6910         helper function.
6911         (nnmairix-widget-toggle-activate): Fix doc string.
6913 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6915         * nnir.el: Require edmacro when compiling with XEmacs.
6916         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6917         available in Emacs 21.
6919 2008-06-11  Glenn Morris  <rgm@gnu.org>
6921         * gnus-util.el (x-focus-frame):
6922         * gnus.el (image-size):
6923         * mm-decode.el (image-size): Declare.
6925         * gnus-picon.el (declare-function): Add compat definition.
6926         (image-size): Declare.
6928         * gnus-group.el (tool-bar-map):
6929         * gnus-sum.el (tool-bar-map): Define for compiler.
6931         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6933         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6935         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6936         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6937         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6938         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6939         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6940         * sieve-manage.el, spam-report.el, spam.el:
6941         Remove unnecessary eval-and-compile of autoloads.
6943 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6945         * auth-source.el: Precise Tramp doc.
6947 2008-06-07  Glenn Morris  <rgm@gnu.org>
6949         * nnmairix.el: Remove unnecessary eval-when-compile.
6951 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6953         * lpath.el: Fbind propertize for XEmacs 21.4.
6955 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6957         * nnir.el: Move here from ../contrib.
6959 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6961         * gnus-util.el (gnus-read-shell-command): New function.
6962         * mm-decode.el (mm-pipe-part):
6963         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6965 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6967         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6969 2008-06-03  Glenn Morris  <rgm@gnu.org>
6971         * pop3.el (nnheader-accept-process-output): Autoload it.
6973 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6975         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6976         are not 2-digit hexadecimal characters that follow `%'s.
6978 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6980         * message.el (message-bogus-recipient-p): Fix type in doc string.
6981         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6982         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6983         Improve custom options.
6984         (message-bogus-recipient-p): Adjust accordingly.
6986 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6988         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6989         long-form month and day names.
6991 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6993         * dgnushack.el: Autoload debug, eudc-expand-inline and
6994         pgg-snarf-keys-region for XEmacs.
6996         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6998         * nnmairix.el: Require edmacro when compiling with XEmacs.
7000 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7002         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7003         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7005 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7007         * auth-source.el: Add more docs.
7009         * netrc.el (netrc-machine): Always match if the port is not given.
7011 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7013         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7014         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7015         retrieval faster in some cases, but might make CPU usage larger.
7016         If this has any bad side effects, we might revert this change.
7018         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7019         seems to make mail retrieval much, much faster.
7020         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7021         unconditionally.
7023         * gnus-draft.el (gnus-group-send-queue):
7024         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7026 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7028         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7030         * message.el (message-bogus-address-regexp): Fix and improve custom
7031         type.
7032         (message-setup-hook): Add message-check-recipients as custom option.
7034 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7036         * message.el (message-cite-function): Remove bogus autoload which crept
7037         in during merge from v5-10.
7039 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7041         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7043         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7045         * auth-source.el: Preliminary Tramp docs.
7046         (auth-sources): Change the default auth-sources to use
7047         EPA .gpg files.
7049 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7051         * nntp.el: Autoload `auth-source-user-or-password'.
7052         (nntp-send-authinfo): Use it.
7054         * nnimap.el: Autoload `auth-source-user-or-password'.
7055         (nnimap-open-connection): Use it.
7057         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7058         for the gnus-message function.
7059         (auth-source-user-or-password): Use it.
7061 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7063         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7064         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7065         (rfc2104-hash): Use it.
7067 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7069         * gnus-art.el (gnus-article-toggle-truncate-lines):
7070         Don't use `iff' in docstring.
7072 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7074         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7076         * gnus-util.el (gnus-extract-address-component-name)
7077         (gnus-extract-address-component-email): Convenience functions around
7078         `gnus-extract-address-components'.
7080         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7081         Use `gnus-extract-address-component-email' to fix bug of comparing full
7082         sender name to `user-mail-address'.
7084 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7086         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7087         catch/throw to optimize.
7088         (gnus-registry-find-keywords): Just use member to find a keyword.
7090 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7092         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7093         is current before calling gnus-server-prepare.
7094         (gnus-server-setup-buffer, gnus-server-update-server)
7095         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7097 2008-05-04  Juri Linkov  <juri@jurta.org>
7099         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7100         (mailcap-file-default-commands): Use mailcap-replace-in-string
7101         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7102         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7104 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7106         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7108 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7110         * gnus.el: Bump version to 0.11.
7112 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7114         * gnus.el: No Gnus v0.10 is released.
7116 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7118         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7119         hooks.
7120         (gnus-update-read-articles): Speed up non-marks-using users.
7121         (gnus-use-marks): Define gnus-use-marks.
7122         (gnus-propagate-marks): Rename variable to something more sensible.
7124 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7126         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7127         (gmm-image-load-path-for-library): Fix typos in docstrings.
7128         (gmm-message): Reflow docstring.
7130 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7132         * mail-source.el (mail-source-set-1, mail-source-bind):
7133         Move auth-source code out of the macro to clean it up and fix bugs.
7135 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7137         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7138         by sender if it's equal to user-mail-address, it's likely to be
7139         useless.
7141         * mail-source.el (mail-source-bind): Don't use user or password if they
7142         are not bound.  Unintern them if they are nil.  Don't use server unless
7143         it's bound, and default it to empty string otherwise.
7145 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7147         * mail-source.el: Load auth-source.el.
7148         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7149         get user name or password, if auth-sources is set up.
7151         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7152         strategy of splitting with parent.
7153         (gnus-registry-split-fancy-with-parent)
7154         (gnus-registry-post-process-groups): Use it and fix prior
7155         bug (returning a list as the split result).
7157         * auth-source.el (auth-sources): Remove server parameter.
7158         (auth-source-pick, auth-source-user-or-password)
7159         (auth-source-user-or-password-imap)
7160         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7161         (auth-source-user-or-password-sftp)
7162         (auth-source-user-or-password-smtp): Remove server parameter.
7164 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7166         * smime.el (smime-sign-region, smime-encrypt-region)
7167         (smime-decrypt-region):
7168         Remove redundant calls to `generate-new-buffer-name'.
7170 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7172         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7173         Don't use QP for message/rfc822.
7174         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7176 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7178         * sieve-manage.el (sieve-string-bytes): Remove.
7179         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7180         correct byte-length only if the process's coding-system is the same as
7181         the one used internally by Emacs to represent strings.
7183 2008-04-22  Juri Linkov  <juri@jurta.org>
7185         * mailcap.el (mailcap-file-default-commands): New function.
7187 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7189         * message.el (message-signature-separator, message-cite-function):
7190         Change custom version.
7192 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7194         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7195         commands.
7196         (tls-checktrust): Ditto.
7198 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7200         * mm-decode.el (mm-display-external): Make temp file read-only.
7202 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7204         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7205         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7206         `C-c C-f d'.
7208 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7210         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7212 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7214         * gnus.el: Bump version to 0.9.
7216 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7218         * gnus.el: No Gnus v0.8 is released.
7220 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7222         * mail-source.el (mail-source-value):
7223         Prefer fboundp to functionp so it works with macros as well.
7225 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7227         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7228         Fix last change in case the element is not even a symbol.
7230 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7232         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7233         Prefer fboundp to functionp so it works with macros as well.
7235 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7237         * auth-source.el: Add docs.
7238         (auth-sources): Modify format to support server.
7239         (auth-source-pick, auth-source-user-or-password)
7240         (auth-source-user-or-password-imap)
7241         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7242         (auth-source-user-or-password-sftp)
7243         (auth-source-user-or-password-smtp): Add server parameter.
7245 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7247         * gnus-registry.el: Initialize the registry when gnus-registry-install
7248         is t.
7250 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7252         * compface.el (uncompface): Make buffer unibyte.
7254 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7256         * mail-source.el (mail-source-value):
7257         Prefer fboundp to functionp so it works with macros as well.
7259 2008-04-05  Glenn Morris  <rgm@gnu.org>
7261         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7263 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7265         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7266         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7268         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7269         multibyteness after rather than before erasing it.
7271         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7272         mm-with-multibyte.
7273         (gnus-request-article-this-buffer): Make sure the proper decoding is
7274         used if gnus-original-article-buffer happens to be unibyte.
7276         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7277         default-enable-multibyte-characters.
7279         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7280         default-enable-multibyte-characters.
7282         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7284         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7286 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7288         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7289         Fix last change in case the element is not even a symbol.
7291 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7293         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7294         (imap-message-copyuid-1): Use it.
7295         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7296         J. Williams in
7297         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7299         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7300         imap-enable-exchange-bug-workaround.
7301         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7303 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7305         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7306         a 100 byte status-checks into a 2-3MB transfer for each group.
7307         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7308         to enable bug workaround or not.
7309         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7311 2008-03-31  Glenn Morris  <rgm@gnu.org>
7313         * message.el (mml2015-use): Declare for compiler.
7314         (message-info): Require mml2015 when appropriate.
7316 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7318         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7319         whitespace.
7321 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7323         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7324         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7325         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7326         (nntp-service-to-port): New function.
7327         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7328         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7329         (nntp-open-netcat-stream): New function.
7330         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7332 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7334         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7336 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7338         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7340 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7342         * dns.el (dns-write): Use set-buffer-multibyte.
7344 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7346         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7348 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7350         * message.el (message-signature-separator): Change default.
7351         Improve custom type.
7352         (message-cite-function): Change default to
7353         message-cite-original-without-signature.
7355         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7356         toggle.
7358         * message.el (message-check-news-body-syntax): Fix signature check.
7359         (message-setup-1): Mark buffer as unmodified _after_ running
7360         message-setup-hook and handling message-alternative-emails.
7361         (message-shorten-references): Be more strict when building list of
7362         valid references to comply with GNKSA.
7364         * gnus-group.el (gnus-read-ephemeral-bug-group)
7365         (gnus-read-ephemeral-debian-bug-group)
7366         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7368         * message.el (message-info): Don't use booleanp which isn't supported
7369         in Emacs 21 and XEmacs.
7371 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7373         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7374         gnus-group-gmane-group-download-format.
7375         (gnus-group-read-ephemeral-gmane-group): Rename from
7376         gnus-group-read-ephemeral-gmane-group.
7377         (gnus-read-ephemeral-gmane-group-url): Rename from
7378         gnus-group-read-ephemeral-gmane-group-url.
7379         (gnus-bug-group-download-format-alist): New variable.
7380         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7381         (gnus-read-ephemeral-emacs-bug-group): New commands.
7383 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7385         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7386         (gnus-visible-headers): Improve custom type.
7388 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7390         * mml.el (mml-menu): Add workarounds for XEmacs.
7392         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7393         X-Boundary header.
7395         * message.el (message-simplify-recipients): Fix previous commit.
7397 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7399         * mm-util.el (mm-set-buffer-multibyte): New function.
7400         * mm-decode.el (mm-copy-to-buffer): Use it.
7402         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7403         Prefer fboundp to functionp so it works with macros as well.
7405 2008-03-19  Glenn Morris  <rgm@gnu.org>
7407         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7408         Accidentally removed in the sync process with Emacs.
7410 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7412         * message.el (message-alter-recipients-discard-bogus-full-name):
7413         New function.
7414         (message-alter-recipients-function): New variable.
7415         (message-get-reply-headers): Use it.
7416         (message-replace-header): New helper function.
7417         (message-recipients-without-full-name): New variable.
7418         (message-simplify-recipients): New command.
7420         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7422         * message.el (message-info): Handle EasyPG manual.
7424         * mml.el (mml-menu): Add entry for EasyPG.
7426 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7428         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7429         parameter.
7431         * message.el (message-disassociate-draft): Specify drafts group name
7432         fully.
7434 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7436         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7437         Eliminate unnecessary duplicates from the match list.
7439 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7441         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7443         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7445         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7446         args of `how-many' of which the XEmacs version doesn't take; declare
7447         Info-index-next as function.
7449 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7451         * gnus-score.el (gnus-score-headers): Fix handling of
7452         gnus-inhibit-slow-scoring.
7454         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7455         string.
7456         (gnus-button-url-regexp): Improve handling of parenthesis.
7457         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7458         (gnus-button-handle-info-keystrokes): Handle index entries.
7460 2008-03-15  Glenn Morris  <rgm@gnu.org>
7462         * parse-time.el (parse-time-string): Simplify.
7464 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7466         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7467         Incoming* files.
7469 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7471         * auth-source.el (auth-sources): Rename from auth-source-choices.
7472         (auth-source-pick): Use it.
7474 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7476         * binhex.el (binhex-decode-region-internal):
7477         * uudecode.el (uudecode-decode-region-internal):
7478         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7479         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7480         setting default-enable-multibyte-characters.
7482 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7484         * auth-source.el (auth-source-protocols)
7485         (auth-source-protocols-customize, auth-source-choices): Add and
7486         modified variable customizations and defaults.
7487         (auth-source-pick, auth-source-user-or-password)
7488         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7489         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7490         (auth-source-user-or-password-sftp)
7491         (auth-source-user-or-password-smtp): Use new variables and provide an
7492         interface to netrc.el.
7494 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7496         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7497         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7498         Make sure the nntp port to specify is a string.
7500 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7502         * nntp.el: Use with-current-buffer.
7503         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7504         dubious mm-with-unibyte-current-buffer.
7505         (nntp-with-open-group-function): New function extracted from
7506         nntp-with-open-group macro.
7507         (nntp-with-open-group): Use the function, so it's easier to debug.
7508         Add indentation and debugging info.
7509         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7510         Recommend the use of the netcat alternatives.
7512         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7513         Avoid mm-string-as-multibyte as well.
7515         * nnweb.el (nnweb-insert-html):
7516         Remove use of nnheader-string-as-multibyte.
7518         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7519         (nnheader-string-as-multibyte): Remove.
7521         * mm-view.el: Use inhibit-read-only.
7522         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7523         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7524         or unibyte-string.
7526         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7527         (mm-uu-yenc-extract): Use with-current-buffer.
7529         * gnus-soup.el (gnus-soup-send-packet): Don't use
7530         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7532         * nnmh.el: Use with-current-buffer.
7533         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7534         mm-string-as-multibyte on the output of mm-encode-coding-string.
7536         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7537         (nnimap-request-move-article): Use with-current-buffer.
7539         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7540         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7541         conversion uses string-make-unibyte rather than string-as-unibyte.
7543         * gnus-msg.el: Use with-current-buffer.
7545         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7547 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7549         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7550         string for caching if it is 'PIN.
7552 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7554         * lpath.el: Consider the case without Emacs/W3.
7556 2008-03-08  Glenn Morris  <rgm@gnu.org>
7558         * time-date.el (date-to-time, time-subtract, time-add)
7559         (safe-date-to-time): Doc fixes.
7561 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7563         * mail-source.el (mail-source-delete-old-incoming-confirm):
7564         Change default to nil.
7565         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7567 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7569         * lpath.el: Rearrange.
7571         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7572         (gnus-article-goto-prev-page): Work for articles having ^L's.
7574         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7576         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7578 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7580         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7581         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7582         (gnus-bookmark-jump): Adjust some variable names.
7584 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7586         * auth-source.el: New package.
7587         (auth-source-choices): Add customization entry point variable.
7589         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7590         bug.
7592 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7594         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7595         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7596         (gnus-registry-install-shortcuts): Rename from
7597         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7598         the `gnus-registry-mark-map' keymap dynamically from
7599         `gnus-registry-marks'.  The generated functions update the summary line
7600         when a registry mark is added or deleted, and will call
7601         `gnus-registry-install-p' (see the comments in the code).
7602         (gnus-registry-user-format-function-M): Use concat intelligently.
7604         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7605         the registry mark functions.
7607 2008-03-05  Glenn Morris  <rgm@gnu.org>
7609         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7610         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7611         gnus-art.
7612         (top-level): No need to load own source when compiling.
7614 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7616         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7617         Suggested by <chris.anderton@zetnet.co.uk>.
7619 2008-03-04  Glenn Morris  <rgm@gnu.org>
7621         * gnus-sum.el (top-level): No need to require gnus when compiling,
7622         since unconditionally required near start of file.
7623         (gnus-summary-display-while-building): Move definition before use.
7625 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7627         * gnus-registry.el (gnus-registry-user-format-function-M):
7628         Add formatting function.
7630 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7632         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7633         with plists.
7634         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7635         Use new format.
7637 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7639         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7640         `where-is-internal' that returns a range of key sequences.
7642 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7644         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7646         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7647         (gnus-summary-jump-to-group): Consider windows on other displayed
7648         frames as well.  Similar changes might be needed elsewhere, but that's
7649         the one I've bumped into during my use.
7651         * nndoc.el (nndoc-oe-dbx-type-p):
7652         * gnus-msg.el (gnus-debug):
7653         * gnus-group.el (gnus-update-group-mark-positions):
7654         Use mm-string-to-multibyte.
7656 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7658         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7659         doesn't handle NotDashEscaped.
7661         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7662         (mml-dnd-attach-options): Fix typo in custom choice.
7664         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7665         Change nndoc-article-type to mbox.
7666         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7668         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7669         to nil, instead of html2text.
7671         * imap.el (imap-debug): Add `imap-ping-server'.
7673         * gnus-bookmark.el: Add FIXMEs.
7675         * message.el (message-form-letter-separator)
7676         (message-send-form-letter-delay): New variables.
7677         (message-send-form-letter): Use them.  New command to send form
7678         letters.  Requested by Uwe Siart.
7679         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7681 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7683         * Update copyright years.
7685 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7687         Sync from EMACS_22_BASE.
7689         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7691 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7693         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7694         empty author.
7696 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7698         * gnus-registry.el (gnus-registry-marks): Add variable for
7699         customization of marks and their appearance.
7700         (gnus-registry-read-mark): Use it.
7701         (gnus-registry-do-marks): Add utility function to loop through
7702         `gnus-registry-marks'.
7703         (gnus-registry-install-shortcuts-and-menus): Add function to install
7704         shortcuts and menus.
7705         (gnus-registry-initialize): Use it.
7706         (gnus-registry-default-mark): Clarify documentation.
7708 2008-02-29  Glenn Morris  <rgm@gnu.org>
7710         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7711         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7712         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7713         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7714         Change defcustom :version from 23.0 to 23.1.
7716 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7718         * gnus-registry.el (gnus-registry-follow-group-p)
7719         (gnus-registry-post-process-groups): Add functions to aid registry
7720         splitting and improve logging.  Clarify behavior in function
7721         documentation.
7722         (gnus-registry-split-fancy-with-parent): Use them.
7724 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7726         * gnus-art.el: Use with-current-buffer.
7728 2008-02-27  David Engster  <dengste@eml.cc>
7730         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7731         Express real group name in the response.
7733 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7735         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7736         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7737         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7738         autoload gnus-registry-fetch-group when compiling.
7739         (nnmairix-request-group-with-article-number-correction):
7740         Remove unreferenced argument passed to nnmairix-call-backend.
7742 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7744         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7745         (mm-uu-extract): Improve face for low color ttys.
7746         Reported by Sascha Wilde.
7748 2008-02-27  Glenn Morris  <rgm@gnu.org>
7750         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7751         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7752         variables to defconsts.  Convert comments to doc-strings.
7753         (nnmairix-last-server, nnmairix-current-server): Convert from free
7754         variables to defvars.  Convert comments to doc-strings.
7755         (gnus-registry-fetch-group): Autoload.
7756         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7757         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7758         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7759         caddr.
7760         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7761         nnmairix-request-group-with-article-number-correction call.
7762         (nnmairix-fast, nnmairix-group): New, less general names, for free
7763         variables passed from nnmairix-request-group to
7764         nnmairix-request-group-with-article-number-correction.  Declare.
7765         (nnmairix-request-group-with-article-number-correction):
7766         Use nnmairix-fast, nnmairix-group rather than fast, group.
7768 2008-02-26  David Engster  <dengste@eml.cc>
7770         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7771         version 0.5.
7773 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7775         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7776         instead of making an extra function call.  Don't add the current group
7777         to articles only when they have the group.  Use
7778         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7779         Reported by David <de_bb@arcor.de>.
7781 2008-02-24  Miles Bader  <miles@gnu.org>
7783         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7784         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7785         (mm-find-mime-charset-region):
7786         * mm-bodies.el (mm-encode-body):
7787         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7789 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7791         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7792         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7794 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7796         * mail-source.el (mail-source-delete-incoming): Change default.
7797         Supplement doc string.
7799         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7801 2008-02-14  Glenn Morris  <rgm@gnu.org>
7803         * time-date.el (format-seconds): New function.
7805 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7807         * nnmail.el (nnmail-message-id-cache-file): Derive from
7808         `gnus-home-directory'.
7810 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7812         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7813         Document negative prefix.
7815         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7817 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7819         * message.el (message-unsent-separator): Add the Exim bounce
7820         separator.
7822 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7824         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7825         list.
7826         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7827         recipient/signer list.
7829 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7831         * Makefile.in (datarootdir): Define.
7832         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7833         name that might contain whitespace.
7835 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7837         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7838         fbound (Emacs 23 unicode), signal an error.
7840 2008-02-08  Glenn Morris  <rgm@gnu.org>
7842         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7844 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7846         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7847         ports to the calls to `netrc-machine-user-or-password' in addition to
7848         "imap" and "imaps".
7850 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7852         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7854         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7856 2008-02-01  Kenichi Handa  <handa@m17n.org>
7858         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7859         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7860         (rfc2104-hash): Convert the result of concat to unibyte string.
7862 2008-02-01  Dave Love  <fx@gnu.org>
7864         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7865         coding-system-for-read.
7866         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7868 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7870         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7871         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7872         <hanche@math.ntnu.no>.
7874 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7876         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7878         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7880 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7882         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7883         * message.el (message-beginning-of-line): Use featurep instead of bound
7884         tests in order to resolve conditionals at compile time.
7886 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7888         * mail-source.el (mail-sources): Add `group' choice.
7890         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7891         parameter `in-group' to control into which group the articles go.
7892         Add treatment of `group' mail-source.
7894 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7896         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7898         * mm-decode.el (mm-dissect-buffer): Decode description.
7900         * mml.el (mml-to-mime): Encode message header first.
7902 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7904         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7905         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7907         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7908         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7910 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7912         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7914 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7916         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7917         prefix keys.
7918         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7919         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7920         gnus-xmas.el.
7922         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7923         (gnus-xmas-article-describe-bindings): New function.
7924         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7925         gnus-xmas-article-describe-bindings.
7927         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7929 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7931         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7932         Add new variables for article mark management.
7933         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7934         list of extra data entries which, when present, will indicate that the
7935         article ID should not be trimmed from the registry.
7936         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7937         functions.
7938         (gnus-registry-read-mark): New function to read a mark name from the
7939         user.
7940         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7941         (gnus-registry-set-article-mark-internal): New functions to add and
7942         remove marks.
7943         (gnus-registry-get-article-marks): New function to show the marks for
7944         an article, or retrieve them for further use.
7946 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7948         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7949         keys when no argument is given.
7951 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7953         * imap.el (imap-ping-server): New variable.
7954         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7955         (imap-ping-server): Minor doc string fixes.
7957 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7959         * imap.el (imap-ping-server): New function.
7960         (imap-opened): Call imap-ping-server.
7962 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7964         * gnus-sum.el (gnus-article-sort-by-random)
7965         (gnus-thread-sort-by-random): Fix doc strings.
7966         Reported by jidanni@jidanni.org.
7968 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7970         * gnus-art.el (gnus-article-describe-bindings): New function.
7971         (gnus-article-read-summary-keys): Use it.
7972         (gnus-article-mode-map): Bind `C-h b' to it.
7974 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7976         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7977         XEmacs.
7978         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7979         Protect against non-character events.
7981         * lpath.el: Fbind map-keymap for Emacs 21.
7983 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7985         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7986         New command.
7987         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7988         instead of END.  Change name of the temp file.
7989         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7990         customizable.
7992 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7994         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7995         bind `S W' to gnus-article-wide-reply-with-original; set default
7996         binding to gnus-article-read-summary-send-keys.
7997         (gnus-article-read-summary-keys): Fix the order of keys; display
7998         continuation keys correctly in the echo area; describe bindings
7999         correctly when keys end with `C-h'.
8000         (gnus-article-read-summary-send-keys): New function.
8001         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8002         Work for gnus-article-read-summary-send-keys; display continuation keys
8003         correctly in the echo area.
8004         (gnus-article-reply-with-original): Ignore prefix argument.
8005         (gnus-article-wide-reply-with-original): New function.
8007         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8008         Emacs 21.
8010 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8012         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8013         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8015 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8017         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8018         (gnus-group-read-ephemeral-gmane-group): New command.
8020 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8022         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8024 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8026         * message.el (message-send-mail-function): Increase custom version.
8028         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8029         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8031 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8033         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8034         for the cases where imap-authenticate is called with a nil buffer
8035         parameter.
8037 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8039         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8040         html parts correctly; support forwarded messages.
8041         (gnus-article-browse-html-article): Remove work buffers.
8043         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8044         compiling.
8045         (netrc-bound-and-true-p): New macro.
8046         (netrc-parse): Use it instead of bound-and-true-p that is not available
8047         in XEmacs 21.4.
8049 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8051         * gnus-registry.el (gnus-registry-mark-article)
8052         (gnus-registry-article-marks): Add functionality to mark articles
8053         through the Gnus registry.
8055         * encrypt.el: Clarify documentation for the new pgg method.
8056         (encrypt-file-alist): Add PGG option.
8057         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8058         functionality.  Abstract password key and messaging to external
8059         functions.
8060         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8061         (encrypt-message-method-and-cipher): Add new convenience external
8062         functions.
8063         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8064         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8066         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8067         (netrc-parse): Use encrypt-file-alist to determine if
8068         encrypt-find-model or encrypt-insert-file-contents should be used.
8070         * encrypt.el: Clarify documentation.  Load password-cache or
8071         password, whichever one is found first, instead of autoloading.
8073 2007-12-19  Glenn Morris  <rgm@gnu.org>
8075         * mml.el (message-options-set, message-narrow-to-head)
8076         (message-in-body-p, message-mail-p, message-encode-message-body):
8077         Autoload.
8078         (message-remove-header, message-narrow-to-headers-or-head)
8079         (message-subscribed-p, message-make-mail-followup-to)
8080         (message-position-on-field, message-news-p)
8081         (message-options-set-recipient, message-generate-headers)
8082         (message-sort-headers): Declare as functions.
8084 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8086         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8087         convention in doc string.
8089 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8091         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8092         title to html parts.
8093         (gnus-article-browse-html-article): Pass message header to it.
8095         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8097 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8099         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8100         or password compatible with XEmacs.
8102 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8104         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8105         format document.
8106         (gnus-mime-delete-part): Don't write description line if empty.
8107         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8109 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
8111         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8112         (gnus-summary-mark-read-and-unread-as-read)
8113         (gnus-summary-mark-current-read-and-unread-as-read)
8114         (gnus-summary-mark-unread-as-ticked): Doc fix.
8115         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8117 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8119         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8120         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8122 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8124         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8125         yes-or-no-p.
8127 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8129         * mm-decode.el (mm-add-meta-html-tag): New function.
8130         (mm-save-part-to-file, mm-pipe-part): Use it.
8132         * gnus-art.el (gnus-article-browse-delete-temp-files):
8133         Use gnus-y-or-n-p instead of y-or-n-p.
8134         (gnus-article-browse-html-parts): Work with message/external-body; use
8135         mm-add-meta-html-tag.
8137 2007-12-11  Glenn Morris  <rgm@gnu.org>
8139         * gnus-cache.el: Require gnus-sum not just when compiling.
8141         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8143         * gnus-int.el (gnus-server-opened, gnus-status-message):
8144         Move definitions before use.
8146         * mm-decode.el: Require gnus-util.
8147         (mm-remove-part): Only call delete-annotation on XEmacs.
8149         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8151         * nnmail.el: Require gnus-int.
8153         * spam.el: Move `require's before `eval-when-compile's.
8155         * gnus-ems.el (gnus-alive-p):
8156         * gnus-fun.el (message-goto-eoh):
8157         * gnus-util.el (gnus-group-name-decode):
8158         * mail-source.el (gnus-compress-sequence):
8159         * message.el (Info-goto-node, format-spec):
8160         * mm-bodies.el (message-options-get):
8161         * mm-decode.el (mm-view-pkcs7):
8162         * mm-util.el (gmm-write-region):
8163         * mml-smime.el (mml-compute-boundary)
8164         (gnus-completing-read-with-default):
8165         * mml.el (widget-button-press, gnus-make-hashtable):
8166         * mml1991.el (mm-decode-content-transfer-encoding)
8167         (mm-encode-content-transfer-encoding)
8168         (message-options-get, message-options-set):
8169         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8170         * nnfolder.el (gnus-request-group):
8171         * nnheader.el (ietf-drums-unfold-fws):
8172         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8173         * smime.el (gnus-run-mode-hooks):
8174         * spam-stat.el (gnus-message): Autoload.
8176         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8177         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8178         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8179         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8180         Add declare-function compatibility definition.
8182         * gnus-cache.el (nnvirtual-find-group-art):
8183         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8184         (gnus-add-image, gnus-add-wash-type):
8185         * gnus-group.el (nnkiboze-score-file):
8186         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8187         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8188         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8189         (message-tokenize-header, gnus-get-buffer-create)
8190         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8191         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8192         * gnus.el (gnus-group-decoded-name):
8193         * mail-source.el (imap-capability):
8194         * mm-bodies.el (message-options-set):
8195         * mm-decode.el (gnus-configure-windows):
8196         * mm-extern.el (message-goto-body):
8197         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8198         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8199         (epg-sub-key-validity, message-options-set):
8200         * mml.el (widget-event-point, gnus-configure-windows):
8201         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8202         * mml2015.el (epg-check-configuration, epg-configuration)
8203         (message-options-set):
8204         * nndb.el (nndb-request-article):
8205         * nnfolder.el (gnus-request-create-group):
8206         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8207         * nnmaildir.el (gnus-group-mark-article-read):
8208         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8209         * rfc1843.el (message-fetch-field):
8210         * spam.el (gnus-extract-address-components):
8211         Declare as functions.
8213 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8215         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8217         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8219         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8220         bind show-trailing-whitespace for XEmacs.
8222 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8224         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8225         new no-op macro for backward compatibility.
8227         * imap.el (imap-string-to-integer): New function.
8229 2007-12-09  Glenn Morris  <rgm@gnu.org>
8231         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8233         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8234         * message.el, mm-view.el, sieve-manage.el, smime.el:
8235         Add declare-function compatibility definition.
8237         * gnus-art.el (w3-region, w3m-region, Info-menu):
8238         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8239         * gnus-sum.el (gnus-get-predicate):
8240         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8241         * message.el (mail-abbrev-in-expansion-header-p):
8242         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8243         (w3m-detect-meta-charset, w3m-region):
8244         * sieve-manage.el (password-read, password-cache-add)
8245         (password-cache-remove):
8246         * smime.el (password-read-and-add): Declare as functions.
8248 2007-12-08  David Kastrup  <dak@gnu.org>
8250         * gnus-sum.el (gnus-summary-simplify-subject-query):
8251         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8252         `message'.
8254 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8256         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8257         it to bind idna-program, installation-directory, defined-colors, and
8258         face-attribute for XEmacs of the version that compiles defcustom forms.
8260 2007-12-07  Glenn Morris  <rgm@gnu.org>
8262         * gnus-art.el (article-make-date-line): Revert previous change.
8264 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8266         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8268 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8270         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8271         Call gnus-add-to-range ranges only once with a prepared article-list.
8273 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8275         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8276         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8277         group names with backslashes.
8278         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8280 2007-12-06  Deepak Goel  <deego3@gmail.com>
8282         * gnus-art.el (article-make-date-line):
8283         * gnus-start.el (gnus-load):
8284         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8286 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8288         * gnus-art.el (gnus-use-idna)
8289         * gnus-start.el (gnus-site-init-file)
8290         * message.el (message-use-idna)
8291         * mm-uu.el (mm-uu-hide-markers)
8292         * smiley.el (smiley-style): Revert changes that suppress warnings.
8294 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8296         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8297         specify charset to html source.
8298         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8300 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8302         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8303         idna-program in order to suppress byte compile warning issued by XEmacs
8304         that came to byte compile the default value section of defcustom forms
8305         recently.
8307         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8308         value of installation-directory.
8310         * message.el (message-use-idna): Don't directly refer to the value of
8311         idna-program.
8313         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8315         * smiley.el (smiley-style): Don't directly call face-attribute.
8317 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8319         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8321         * gnus-dired.el: Reduce Gnus dependencies.
8322         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8323         Don't require.  Use autoloads instead.
8324         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8325         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8326         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8327         (gnus-dired-mode): Adjust doc string.
8328         (gnus-dired-mail-mode): New variable.
8329         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8330         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8331         (gnus-dired-mail-buffers): New function.  Return mail or message
8332         composition buffers.
8333         (gnus-dired-attach): Use it.
8334         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8335         NO-DECODE.
8336         (gnus-dired-print): Use `gnus-print-buffer' depending on
8337         `gnus-dired-mail-mode'.
8339 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8341         * rfc2047.el (rfc2047-encoded-word-regexp)
8342         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8343         explaining what regexp patterns are for.
8345 2007-12-04  Glenn Morris  <rgm@gnu.org>
8347         * password.el: Move to password-cache.el.
8349         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8350         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8351         * mml-smime.el (password-read, password-cache-add)
8352         (password-cache-remove):
8353         No need to autoload, since mml-sec requires password.
8355         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8356         * message.el (gnus-extract-address-components):
8357         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8359         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8360         password.
8362 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8364         * mailcap.el: Reduce dependencies.
8365         (mail-header-parse-content-type): Autoload.
8366         (mailcap-delete-duplicates): New alias.
8367         (mailcap-mime-info): Add optional argument NO-DECODE.
8368         (mailcap-mime-types): Use mailcap-delete-duplicates.
8370         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8372 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8374         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8375         (imap-parse-status): Upcase status-att for servers that sends them
8376         lower-case (e.g., MS Exchange 2007).
8378 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8380         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8381         function.
8383         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8384         (gnus-uu-yenc-article): New function.
8386         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8388         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8390 2007-12-02  Glenn Morris  <rgm@gnu.org>
8392         * binhex.el (binhex): New custom group.
8393         (binhex-decoder-program, binhex-decoder-switches)
8394         (binhex-use-external): Move to the binhex custom group.
8396         * uudecode.el (uudecode): New custom group.
8397         (uudecode-decoder-program, uudecode-decoder-switches)
8398         (uudecode-use-external): Move to the uudecode custom group.
8400         * netrc.el (top-level): Don't load `encrypt' features.
8401         (netrc-parse): Don't use encrypt.
8402         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8404         * encrypt.el: Remove file.
8406 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8408         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8409         matches on patches.
8411         * gnus-art.el (gnus-article-browse-html-article):
8412         Mention `mm-text-html-renderer' in the doc string.
8414         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8415         string.  Add comments.
8417         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8418         if rhs is ASCII.
8420 2007-12-01  Glenn Morris  <rgm@gnu.org>
8422         * mail-source.el (top-level): Require format-spec before
8423         eval-when-compile.
8425 2007-11-30  Glenn Morris  <rgm@gnu.org>
8427         * encrypt.el: Require password, rather than autoloading password-read.
8429 2007-11-29  Glenn Morris  <rgm@gnu.org>
8431         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8432         (sasl-make-client, sasl-next-step, sasl-step-data)
8433         (sasl-step-set-data): Declare as functions.
8435 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8437         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8439 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8441         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8442         certs should be verified and what is to be done in the event of a
8443         verification failure.
8445         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8446         caller can indicate whether the cache should be disregarded for this
8447         call.  This way the result of the call is reproducible at all times and
8448         can be considered a canonical server name for the supplied method.
8449         (gnus-agent-method-p): Canonicalize server names by pushing their
8450         method through `gnus-method-to-server' using the no-cache argument.
8452         * gnus-srvr.el (gnus-server-insert-server-line):
8453         Call `gnus-method-to-server' with `no-cache' argument.
8455         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8456         gnus-agent-possibly-synchronize-flags as this should be called when the
8457         server is actually being opened.
8458         (gnus-agent-possibly-synchronize-flags)
8459         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8460         flags file of an agentized server to the latter function.
8462         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8463         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8464         after a connection has been established successfully.
8466 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8468         * gnus-art.el (article-display-face): Force to display face if called
8469         interactively; check if gnus-article-x-face-too-ugly matches author.
8470         (article-display-x-face): Display face even if From header is missing
8471         as article-display-face does.
8473 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8475         * hashcash.el (message-narrow-to-headers-or-head)
8476         (message-fetch-field, message-goto-eoh)
8477         (message-narrow-to-headers): Declare as functions.
8479 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8481         * mail-source.el (mail-sources): Default to fetch from file for
8482         compatibility with default of nnmail-spool-file.
8484 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8486         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8487         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8488         to look for encoded word that should be encoded again.
8489         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8490         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8491         encoding pattern.
8492         (rfc2047-decode-region): Switch strict regexp and loose one according
8493         to rfc2047-allow-irregular-q-encoded-words.
8495 2007-11-25  Romain Francoise  <romain@orebokech.com>
8497         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8499 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8501         * tls.el (tls-program): Provide more custom choices from
8502         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8503         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8505 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8507         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8508         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8510         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8511         `nnmail-spool-file'.
8513         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8514         `nnmail-spool-file'.
8516         * gnus-move.el (gnus-change-server): Ditto.
8518         * gnus-kill.el (gnus-batch-score): Ditto.
8520         * gnus-cache.el (gnus-jog-cache): Ditto.
8522         * gnus-msg.el (gnus-summary-reply):
8523         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8525 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8527         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8528         version.  Minor improvement to doc strings.
8529         (tls-program): Add comment.
8531 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8533         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8534         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8535         mismatch between the hostname provided in the certificate and the name
8536         of the host connnecting to.
8537         (open-tls-stream): Use them.  Check certificates against trusted root
8538         certificates.
8540 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8542         * gnus-cache.el (gnus-cache-generate-nov-databases):
8543         Use nnml-generate-nov-databases-directory instead of
8544         nnml-generate-nov-databases-1.
8546 2007-11-24  Glenn Morris  <rgm@gnu.org>
8548         * message.el (message-tool-bar-retro): Update for rename
8549         mail_send.xpm->mail-send.xpm.
8551 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8553         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8554         `smime-ldap-search' for Emacs 22 and up.
8556 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8558         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8560         * message.el (message-send-mail-function): Fix error convention.
8561         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8562         (message-widen-reply, message-send-mail, message-talkative-question)
8563         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8564         (message-clone-locals, message-send-news): Use with-current-buffer.
8565         (message-insert-or-toggle-importance): Remove unused var `valid'.
8566         (message-make-references): Remove unused var `new-references'.
8567         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8569 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8571         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8572         (spam-split-symbolic-return-positive): Reflow docstring.
8573         (spam-backends, spam-summary-exit-behavior)
8574         (spam-mark-ham-unread-before-move-from-spam-group)
8575         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8576         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8577         (spam-clear-cache, spam-backend-check, spam-install-backend)
8578         (spam-install-statistical-backend, spam-list-of-processors)
8579         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8580         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8581         (spam-check-crm114, spam-initialize, spam-unload-hook):
8582         Fix typos in docstrings.
8584 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8586         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8587         been checked if they have never been read and those group levels are
8588         higher than the one that a user specified.
8590 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8592         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8593         foreign groups unless a group level is specified by a user.
8594         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8596 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8598         * message.el (message-send-mail-function): Require sendmail.
8600 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8602         * message.el (message-send-mail-function): Check for smtpmail too.
8604         * utf7.el (utf7-encode, utf7-decode): Use coding system
8605         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8607         * message.el (message-send-mail-function): New function.
8608         (message-send-mail-function): Set default using
8609         message-send-mail-function.  Adjust doc string.
8610         (message-send-mail-with-mailclient): New function.
8612 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8614         * smime.el (from):
8615         * rfc2047.el (message-posting-charset):
8616         * qp.el (mm-use-ultra-safe-encoding):
8617         * pop3.el (parse-time-months):
8618         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8619         * nnml.el (files):
8620         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8621         (jka-compr-compression-info-list, ange-ftp-path-format)
8622         (efs-path-regexp):
8623         * nndiary.el (files):
8624         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8625         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8626         (epg-digest-algorithm-alist, inhibit-redisplay)
8627         (password-cache-expiry):
8628         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8629         (pgg-output-buffer, password-cache-expiry):
8630         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8631         (efs-path-regexp):
8632         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8633         (inhibit-redisplay):
8634         * mm-uu.el (file-name, start-point, end-point, entry)
8635         (gnus-newsgroup-name, gnus-newsgroup-charset):
8636         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8637         (latin-unity-ucs-list):
8638         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8639         (mm-uu-binhex-decode-function):
8640         * message.el (gnus-message-group-art, gnus-list-identifiers)
8641         (rmail-enable-mime-composing, gnus-local-organization)
8642         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8643         (gnus-read-active-file, facemenu-add-face-function)
8644         (facemenu-remove-face-function, gnus-article-decoded-p)
8645         (tool-bar-mode):
8646         * mail-source.el (display-time-mail-function):
8647         * gnus-util.el (nnmail-pathname-coding-system)
8648         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8649         (gnus-original-article-buffer, gnus-user-agent)
8650         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8651         (xemacs-codename, sxemacs-codename, emacs-program-version):
8652         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8653         * gnus-start.el (gnus-agent-covered-methods)
8654         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8655         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8656         (gnus-newsgroup-headers, gnus-group-list-mode)
8657         (gnus-group-mark-positions, gnus-newsgroup-data)
8658         (gnus-newsgroup-unreads, nnoo-state-alist)
8659         (gnus-current-select-method, mail-sources)
8660         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8661         (nnmail-spool-file, gnus-cache-active-hashtb):
8662         * gnus-mh.el (mh-lib-progs):
8663         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8664         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8665         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8666         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8667         (gnus-group-buffer):
8668         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8669         (font-lock-set-defaults):
8670         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8671         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8672         (gnus-summary-post-menu, total-parts, type, condition, length):
8673         * gnus-agent.el (gnus-agent-read-agentview):
8674         * flow-fill.el (show-trailing-whitespace):
8675         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8676         eval-and-compile wrappers for byte compiler pacifiers.
8678         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8679         (mm-display-inline-fontify): Check for featurep 'xemacs not
8680         extent-list.
8682         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8683         itimer-list.
8684         (mm-create-image-xemacs): Only do something for XEmacs.
8685         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8687         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8689         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8690         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8692 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8694         * nnimap.el (nnimap-split-download-body):
8695         * gnus-demon.el (gnus-demon):
8696         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8698 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8700         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8701         New macros.
8702         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8703         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8704         copy data from unibyte buffer to multibyte current buffer.
8705         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8706         to copy data from unibyte current buffer to multibyte buffer.
8707         (nntp-make-process-buffer): Make process buffer unibyte.
8709         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8711 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8713         * pop3.el (pop3-open-server): Accept and process data more robustly at
8714         connexion start to avoid spurious "POP SSL connexion failed" errors.
8716 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8718         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8719         read group names.
8721 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8723         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8725 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8727         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8728         (nnmail-save-active): Use a unibyte buffer when saving active file,
8729         which may contain non-ASCII group names.
8731         * nnml.el (nnml-request-group): Decode group names in messages.
8733 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8735         * message.el (message-citation-line-function)
8736         (message-insert-formatted-citation-line): Fix spelling of
8737         `message-insert-formated-citation-line'.
8739 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8741         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8743 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8745         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8746         nnmail-pathname-coding-system.
8748         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8749         that a user enters; decode group names in messages.
8751         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8753 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8755         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8757         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8759         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8760         risky local variable.
8762         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8764 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8766         * encrypt.el: Improve documentation to fix function name typo.
8767         Reported by Daiki Ueno <ueno@unixuser.org>.
8769 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8771         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8772         even if the point is not in the last page of an article.
8773         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8774         back to the previous page.
8776 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8778         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8780 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8782         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8784 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8786         * message.el (message-check-news-body-syntax):
8787         Avoid mm-string-as-multibyte.
8788         (message-hide-headers): Don't assume (point-min)==1.
8790 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8792         * message.el (message-remove-blank-cited-lines): Fix if remove is
8793         given.
8794         (message-bogus-address-regexp): New variable.
8795         (message-bogus-recipient-p): New function.
8796         (message-check-recipients): New command.
8797         (message-syntax-checks): Add `bogus-recipient'.
8798         (message-fix-before-sending): Add `bogus-recipient'.
8800         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8801         (gnus-treat-body-boundary): Don't test window-system.
8803 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8805         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8807 2007-10-28  Miles Bader  <miles@gnu.org>
8809         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8810         at compile-time too.
8812 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8814         * gnus-msg.el (gnus-message-setup-hook):
8815         Add `message-remove-blank-cited-lines' to options.
8817 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8819         * message.el (message-remove-blank-cited-lines): New function.
8820         Suggested by Karl Plästerer.
8822 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8824         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8825         mapc.
8827         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8828         (top-level): Use mapc to set functions to be traced for debugging.
8830         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8831         called for effect with while loop.
8833         * message.el (message-talkative-question): Replace mapcar called for
8834         effect with mapc.
8836         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8837         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8838         called for effect with dolist.
8840         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8842         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8843         gnus-extra-headers and nnmail-extra-headers.
8845         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8846         called for effect with dolist.
8847         (top-level): Use mapc to set functions to be traced for debugging.
8849         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8850         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8851         dolist.
8853         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8854         Replace mapcar called for effect with mapc.
8855         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8856         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8857         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8858         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8860         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8861         remove-if that's a cl function.
8863         * webmail.el (webmail-debug): Replace mapcar called for effect with
8864         dolist.
8866         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8867         with mapc.
8869 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8871         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8872         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8873         with while loop.
8875         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8876         functions from article-* functions.
8877         (gnus-multi-decode-header): Replace mapcar called for effect with
8878         dolist.
8880         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8881         (gnus-bookmark-show-details): Replace mapcar called for effect with
8882         while loop.
8884         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8885         called for effect with while loop.
8887         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8888         with dolist.
8890         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8891         Replace mapcar called for effect with dolist.
8893         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8895         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8896         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8897         Replace mapcar called for effect with dolist.
8898         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8899         mapc.
8901         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8902         Replace mapcar called for effect with dolist.
8903         (gnus-topic-list): Replace mapcar called for effect with mapc.
8905         * gnus.el: Use mapc instead of mapcar to add autoloads.
8907 2007-10-23  Richard Stallman  <rms@gnu.org>
8909         * gnus-group.el (gnus-group-highlight): Mark as risky.
8911 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8913         * gnus.el (gnus-server-to-method): Return method found first in
8914         gnus-newsrc-alist.
8916         * gnus-art.el (gnus-article-highlight-signature)
8917         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8918         button overlay without the front stickiness.
8920 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8922         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8923         overview buffer needed a catch to receive its throw.
8924         (gnus-agent-flush-cache): Declare as interactive to make this function
8925         easier to use.
8927 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8929         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8930         `next-line'.
8932 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8934         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8935         exclude address matching message-dont-reply-to-names.
8937 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8939         * gnus-util.el (gnus-string<): New function.
8941         * gnus-sum.el (gnus-article-sort-by-author)
8942         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8944 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8946         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8947         the frame-focus tag is set in gnus-buffer-configuration.
8949 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8951         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8952         the front stickiness.
8954 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8956         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8957         url pattern; remove duplicate one.
8958         (gnus-article-extend-url-button): New function.
8959         (gnus-article-add-buttons): Use it.
8960         (gnus-button-push): Use concatenated url that it makes.
8962 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8964         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8966 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8968         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8969         Don't hardcode point-min==1.
8971 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8973         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8974         Fix comment about "iso8859-1".
8976 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8978         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8979         ones returned from the verify-function.
8981         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8982         Call mml2015-extract-cleartext-signature if extraction failed.
8984 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8986         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8987         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8988         failed.
8990 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8992         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8994 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8996         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8997         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8998         recommends to use EasyPG instead of PGG.
9000         * pgg.el: Revert to revision 6.23.2.16.
9002         * pgg-def.el: Revert to revision 6.6.2.14.
9004         * pgg-gpg.el: Revert to revision 6.23.2.34.
9006 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9008         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9009         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9010         thread for both the null and zero (kill/expire thread) universal prefix
9011         cases.
9012         (gnus-summary-expire-thread): Add new function to expire a thread,
9013         using gnus-summary-kill-thread.
9014         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9015         shortcuts for gnus-summary-expire-thread.
9016         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9017         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9019 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9021         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9022         extras value, so an extras entry can be deleted.
9023         (gnus-registry-delete-extra-entry): Use it.
9024         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9025         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9026         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9027         storage through the gnus-registry, and provide an appropriate API for
9028         it.
9030 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9032         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9033         Suggested by Leo <sdl.web@gmail.com>.
9035         * gnus.el: Do.
9037 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9039         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9040         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9042         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9044         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9045         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9047 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9049         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9050         newline.
9051         (nnmbox-request-accept-article): Don't change article in source buffer;
9052         narrow to header to use message-fetch-field rather than
9053         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9054         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9055         as delimiters; make sure article ends with newline.
9056         (nnmbox-delete-mail): Correct last position of article to be deleted;
9057         ignore X-Gnus-Newsgroup header in article body.
9058         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9059         positions; make sure article ends with newline.
9061         * message.el (message-display-abbrev): Don't infloop when a user
9062         inserts SPC in the beginning of header.
9064         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9065         coding-system-for-read and coding-system-for-write for XEmacs having no
9066         file-coding feature.
9068         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9070 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9072         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9073         list of groups not followed by default.  Fix type to be regexp.
9074         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9076 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9078         * hmac-def.el (define-hmac-function): Switch from old-style to
9079         new-style backquotes.
9081         * md4.el (md4-make-step): Likewise.
9083 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9085         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9086         raw-text coding system when saving .newsrc file, which may contain
9087         non-ASCII group names.
9089 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9091         * gnus-cus.el (gnus-score-extra): New widget.
9092         (gnus-score-extra-convert): New function.
9093         (gnus-score-customize): Use it for Extra.
9095 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9097         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9098         (mml2015-mailcrypt-clear-verify): Use it.
9099         (mml2015-gpg-clear-verify): Use it.
9100         (mml2015-pgg-clear-verify): Use it.
9101         (mml2015-epg-clear-verify): Replace the current part with the output
9102         from GnuPG; don't extract the plaintext by itself.
9104         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9105         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9106         mml2015-clear-verify-function; don't touch the armor headers or
9107         dash-escaped text here.
9109 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9111         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9112         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9113         parts, or application/octet-stream as a last resort.
9114         (gnus-mime-view-part-as-type): Don't toggle display.
9115         (gnus-mime-view-part-as-charset): Don't turn off display before
9116         querying charset.
9118         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9119         stuff to undisplayer function in Emacs.
9120         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9122         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9123         text/calendar parts.
9125 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9127         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9128         decoding text/calendar parts.
9130         * message.el (message-forward-make-body-mime): Always mark body as
9131         having no illegible text; remove signed-or-encrypted argument.
9132         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9134         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9135         (mml-generate-mime-1): Don't encode body if it is specified to be in
9136         raw form; don't make buffer be unibyte when inserting multibyte string.
9138 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9140         * sha1.el: Fix up comment style.
9141         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9142         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9144         * hex-util.el: Fix up comment style.
9145         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9147         * gnus-salt.el: Use with-current-buffer.
9148         (gnus-pick-setup-message): Fix long-standing typo.
9150 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9152         * imap.el (imap-logout-timeout): New variable.
9153         (imap-logout, imap-logout-wait): New functions.
9154         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9156         * nnimap.el (nnimap-logout-timeout): New server variable.
9157         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9158         nnimap-logout-timeout.
9160         * gnus-art.el (gnus-article-summary-command-nosave)
9161         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9163 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9165         * gnus.el (gnus-maximum-newsgroup): New variable.
9167         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9168         according to gnus-maximum-newsgroup.
9170         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9171         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9172         Limit the range of articles according to gnus-maximum-newsgroup.
9174 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9176         * gnus-art.el (gnus-sticky-article): Fix problems described in
9177         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9178         Don't perform gnus-configure-windows here; reuse existing sticky
9179         article buffer.
9181         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9182         it doesn't exist in gnus-article-mode.
9184 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9186         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9187         (gnus-agent-decoded-group-name): New function.
9188         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9189         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9191 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9193         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9194         Add binding for gnus-sticky-article.
9195         (gnus-summary-exit): Don't kill sticky article buffers.
9197         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9198         article buffer.
9199         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9200         (gnus-kill-sticky-article-buffers): New commands.
9202 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9204         * nntp.el (nntp-xref-number-is-evil): New server variable.
9205         (nntp-find-group-and-number): If it is non-nil, don't trust article
9206         numbers in the Xref header.
9208 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9210         * gnus-agent.el (gnus-agent-read-group): New function.
9211         (gnus-agent-flush-group, gnus-agent-expire-group)
9212         (gnus-agent-regenerate-group): Use it.
9213         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9214         nnmail-pathname-coding-system.
9216 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9218         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9220         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9221         that are unread as unread, and also as selected so that information of
9222         marks having been changed by a user may be updated when exiting group.
9224 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9226         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9228 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9230         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9231         calculated ignoring signature parts to gnus-treat-article.
9233 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9235         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9236         a point here in order to keep the window start.
9237         (gnus-insert-mime-security-button): Make a button overlay without the
9238         front stickiness.
9239         (gnus-mime-display-security): Goto the end of a button.
9241         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9243 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9245         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9246         group-name-at-point.
9247         (gnus-group-completing-read): New function that offers decoded
9248         non-ASCII group names for completion.
9249         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9250         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9251         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9252         (gnus-group-fetch-control): Use it.
9253         (gnus-fetch-group): Use group-name-at-point for the initial value
9254         rather than the default value; use gnus-alive-p.
9256         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9257         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9258         (gnus-summary-post-news): Use gnus-group-completing-read.
9260         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9261         (gnus-read-move-group-name): Decode group name for completion.
9263 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9265         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9266         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9267         Yamaoka slightly modified the code).
9269 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9271         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9272         (nnmail-split-incoming): Bind it.
9274         * nnml.el (nnml-group-name-charset): New function.
9275         (nnml-decoded-group-name): Use it; don't decode group name if
9276         nnmail-group-names-not-encoded-p is non-nil.
9277         (nnml-encoded-group-name): New function.
9278         (nnml-group-pathname): Inline nnml-decoded-group-name.
9279         (nnml-request-expire-articles): Decode group name in message.
9280         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9281         nnmail-pathname-coding-system.
9282         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9283         not decoded ones according to nnmail-group-names-not-encoded-p.
9284         (nnml-generate-active-info): Use nnml-encoded-group-name.
9286 2007-08-08  Glenn Morris  <rgm@gnu.org>
9288         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9289         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9290         doc-strings and comments.
9292 2007-07-25  Glenn Morris  <rgm@gnu.org>
9294         * Relicense all FSF files to GPLv3 or later.
9296 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9298         * gnus-sum.el (gnus-summary-move-article):
9299         Make gnus-summary-respool-article work.
9301 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9303         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9304         string.
9306 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9308         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9309         that should be ignored when comparing distant RSS articles with local
9310         ones.
9311         (nnrss-make-hash-index): New function.  Create a hash index according
9312         to the ignored fields.
9313         (nnrss-check-group): Use it.
9315 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9317         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9319         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9321         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9322         the new optional argument ENCODED is non-nil.
9323         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9324         coding system for encoding group name.
9325         (gnus-group-make-rss-group): Pass un-encoded group name to
9326         gnus-group-make-group.
9327         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9328         encoded.
9330         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9331         Encode group name to which articles are moved or copied.
9332         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9333         coding system for encoding Newsgroup, Followup-To and Xref headers.
9335         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9336         marks; use nnheader-file-coding-system to write a file.
9337         (nnagent-retrieve-headers): Bind file-name-coding-system to
9338         nnmail-pathname-coding-system.
9340         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9342         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9343         (nnml-request-article, nnml-request-create-group)
9344         (nnml-request-rename-group, nnml-find-id)
9345         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9346         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9347         (nnml-save-marks): Use nnml-group-pathname instead of
9348         nnmail-group-pathname.
9350         (nnml-request-create-group, nnml-request-expire-articles)
9351         (nnml-request-move-article, nnml-request-delete-group)
9352         (nnml-deletable-article-p, nnml-possibly-create-directory)
9353         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9354         (nnml-open-marks): Bind file-name-coding-system to
9355         nnmail-pathname-coding-system.
9357         (nnml-request-article): Pass server argument to nnml-find-group-number.
9358         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9359         Pass server argument to nnml-possibly-create-directory.
9360         (nnml-request-accept-article): Pass server argument to
9361         nnml-active-number and nnml-save-mail.
9362         (nnml-find-group-number): Pass server argument to nnml-find-id.
9363         (nnml-request-update-info): Pass server argument to
9364         nnml-marks-changed-p.
9366         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9367         (nnml-save-mail, nnml-active-number): Add server argument.
9369         (nnml-request-delete-group): Warn if group is missing.
9370         (nnml-get-nov-buffer): Decode group name.
9371         (nnml-generate-active-info): Encode group name.
9372         (nnml-open-marks): Decode group name in messages.
9374 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9376         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9377         if it is not specified.
9378         (gnus-article-pipe-part, gnus-article-save-part)
9379         (gnus-article-interactively-view-part, gnus-article-copy-part)
9380         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9381         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9382         (gnus-article-replace-part, gnus-article-delete-part)
9383         (gnus-article-view-part-as-type): Pass raw prefix argument to
9384         gnus-article-part-wrapper.
9386 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9388         * gnus-agent.el (gnus-agent-save-active):
9389         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9391         * gnus-cache.el (gnus-cache-save-buffers)
9392         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9393         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9394         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9395         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9396         (gnus-cache-generate-active, gnus-cache-rename-group)
9397         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9398         (gnus-cache-update-overview-total-fetched-for):
9399         Bind file-name-coding-system to nnmail-pathname-coding-system.
9400         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9401         New variables.
9402         (gnus-cache-decoded-group-name): New function.
9403         (gnus-cache-file-name): Use it.
9404         (gnus-cache-generate-active): Use non-decoded group name for active.
9406         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9407         right place.
9408         (gnus-write-active-file): Don't break non-ASCII group names.
9410         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9411         nnmail-pathname-coding-system.
9413         * lpath.el: Bind default-file-name-coding-system,
9414         file-name-coding-system and language-info-alist for XEmacs.
9416         * gnus-uu.el (gnus-uu-decode-save): Typo.
9418 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9420         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9422 2007-07-14  David Kastrup  <dak@gnu.org>
9424         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9425         finishing actions if we did not edit the article.
9427 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9429         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9430         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9431         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9432         (gnus-agent-flush-group, gnus-agent-flush-cache)
9433         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9434         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9435         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9436         (gnus-agent-regenerate-group)
9437         (gnus-agent-update-files-total-fetched-for)
9438         (gnus-agent-update-view-total-fetched-for):
9439         Bind file-name-coding-system to nnmail-pathname-coding-system.
9440         (gnus-agent-group-pathname): Don't encode file names by
9441         nnmail-pathname-coding-system.
9442         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9443         coding-system-for-write instead of buffer-file-coding-system to
9444         gnus-agent-file-coding-system.
9446         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9447         Decode group name.
9449         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9451         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9452         (gnus-read-newsrc-el-file): Make group names unibyte.
9454         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9455         nnmail-pathname-coding-system.
9457         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9458         (nnrss-request-delete-group): Bind file-name-coding-system to
9459         nnmail-pathname-coding-system.
9460         (nnrss-read-server-data, nnrss-read-group-data):
9461         Bind file-name-coding-system correctly.
9462         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9464         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9465         (nntp-server-to-method-cache): New variable.
9466         (nntp-group-pathname): New function that decodes non-ASCII group names.
9467         (nntp-possibly-create-directory, nntp-marks-changed-p)
9468         (nntp-save-marks, nntp-open-marks): Use it.
9469         (nntp-possibly-create-directory, nntp-open-marks):
9470         Bind file-name-coding-system to nnmail-pathname-coding-system.
9471         (nntp-open-marks): Decode group names when bootstrapping marks.
9473         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9474         Newsgroups and Folowup-To headers.
9476 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9478         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9479         (gnus-server-closed-face, gnus-server-denied-face)
9480         (gnus-server-offline-face): Remove variable.
9481         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9483         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9484         of modifying message-stack directly for XEmacs.
9486         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9487         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9488         if the coding-system argument is nil for XEmacs.
9490         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9491         mm-charset-override-alist.
9493         * rfc2047.el: Don't require base64; require rfc2045 for the function
9494         rfc2045-encode-string.
9495         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9496         to quote the parameter value.
9498 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9500         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9501         form in gnus-group-name-charset-method-alist.
9503         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9504         overrides the default layout edit-form.
9506         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9508         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9510 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9512         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9513         as unfetched articles.
9515 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9517         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9519 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9521         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9522         original back end that keeps marks in the local system.
9524 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9526         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9527         arg of pop-to-buffer for XEmacs.
9528         (gnus-article-read-summary-keys): Ditto; don't restore window
9529         configuration if summary command ends up with neither article buffer
9530         nor summary buffer; describe bindings if summary keys end with C-h.
9532 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9534         * message.el (message-fix-before-sending): Skip raw message part to be
9535         forwarded while checking illegible text.
9536         (message-forward-make-body-mime, message-forward-make-body):
9537         Mark signed or encrypted raw message as having no illegible text.
9539 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9541         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9542         (gnus-message-with-timestamp-1): New macro.
9543         (gnus-message-with-timestamp): New function.
9544         (gnus-message): Use them.
9546         * nnheader.el (nnheader-message): Use them.
9548 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9550         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9551         .newsrc.eld file.
9553 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9555         * gnus-agent.el (gnus-agent-fetch-headers)
9556         (gnus-agent-retrieve-headers):
9557         Bind gnus-decode-encoded-address-function to identity.
9559         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9560         available also when the server returns simply a dot.
9562         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9564 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9566         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9568 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9570         * gnus-ems.el (gnus-x-splash): Make it work.
9572         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9573         from being used.
9575         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9577 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9579         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9580         4th and the 5th arguments.
9582         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9583         the front stickiness.
9584         (gnus-article-summary-command-nosave): Correct the order of the
9585         arguments passed to pop-to-buffer.
9586         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9587         summary command ends up with the article buffer.
9589         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9590         the same faces.
9592 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9594         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9596 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9598         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9599         * gnus-sum.el (gnus-summary-highlight):
9600         * pgg.el (pgg-sign-region, pgg-sign):
9601         * mail-source.el (mail-source-delete-old-incoming-confirm):
9602         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9604 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9606         * gnus-art.el (gnus-mime-view-part-externally)
9607         (gnus-mime-view-part-internally): Fix predicate function passed to
9608         completing-read.
9610         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9612         * gnus.el (gnus-update-message-archive-method): Add :version.
9614 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9616         * gnus.el (gnus-update-message-archive-method): New variable.
9618         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9619         according to gnus-message-archive-method if
9620         gnus-update-message-archive-method is non-nil.
9622 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9624         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9625         Suggested by Loic Dachary <loic@dachary.org>.
9626         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9628 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9630         * message.el (message-pop-to-buffer): Add switch-function argument.
9631         (message-mail): Pass switch-function argument to it.
9633 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9635         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9636         Improve doc string.
9638 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9640         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9641         (gnus-header-content)
9642         * gnus-cite.el (gnus-cite-10)
9643         * gnus-srvr.el (gnus-server-closed)
9644         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9645         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9646         (gnus-group-mail-3-empty, gnus-group-mail-low)
9647         (gnus-group-mail-low-empty, gnus-splash)
9648         * message.el (message-header-to, message-header-cc)
9649         (message-header-subject, message-header-other, message-header-name)
9650         (message-header-xheader, message-separator, message-cited-text)
9651         (message-mml): Lighten colors of faces used for dark background.
9653 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9655         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9656         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9658 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9660         * message.el (message-narrow-to-headers-or-head):
9661         Ignore mail-header-separator in the body.
9663 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9665         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9666         same as window size.
9668 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9670         * message.el (message-font-lock-keywords): Use message-header-xheader
9671         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9672         ahead of the anything pattern, to get it recognised.
9674 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9676         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9677         spam.el loads uses it in the compiled defadvice form.
9679 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9681         * gnus-sum.el (gnus-articles-to-read)
9682         (gnus-summary-insert-old-articles): Don't truncate group name for
9683         `read-string'.
9685         * gnus-util.el (gnus-limit-string): Delete this function.
9687         * gnus-sum.el (gnus-simplify-subject-fully):
9688         Use `truncate-string-to-width' instead.
9690 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9692         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9693         Tell if, on summary exit, the next group has to be selected.
9694         (gnus-summary-exit): Use it.
9696 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9698         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9699         non-break space.
9701 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9703         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9704         Check if group is not a directory.
9705         (nnfolder-request-expire-articles): Don't delete articles if the target
9706         group is not available.
9708         * nnml.el (nnml-request-create-group): Properly check if group is not a
9709         file.
9710         (nnml-request-expire-articles): Don't delete articles if the target
9711         group is not available.
9713         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9714         Don't quote characters that are within parentheses.
9716 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9718         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9719         (gnus-handle-ephemeral-exit): Select article according to it.
9721 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9723         * message.el (message-insert-formated-citation-line): Remove newline.
9724         (message-citation-line-format): Add final \n here so that the user can
9725         avoid a blank line.
9727 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9729         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9730         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9731         Update lanl/arXiv support.
9733 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9735         * gnus.el: Bump version number.
9737 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9739         * gnus.el (gnus-version-number): Bump version.
9741 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9743         * gnus.el: No Gnus v0.6 is released.
9745 2007-04-27  Didier Verna  <didier@xemacs.org>
9747         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9748         * gmm-utils.el (gmm-regexp-concat): ... here.
9749         * message.el: Don't require 'gnus-util.
9750         (message-dont-reply-to-names): Handle name change above.
9751         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9753 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9755         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9756         since the initial value varies according to the system.
9758 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9760         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9762 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9764         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9766 2007-04-24  Didier Verna  <didier@xemacs.org>
9768         Improve the type of gnus-ignored-from-addresses.
9769         * gnus-util.el (gnus-orify-regexp): New function.
9770         * message.el (gnus-util): Require it.
9771         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9772         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9773         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9775 2007-04-24  Didier Verna  <didier@xemacs.org>
9777         * gnus-sum.el:
9778         * gnus-utils.el: Fix some trailing whitespaces.
9780 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9782         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9783         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9784         article's Message-ID; refer parent article in summary buffer.
9786         * message.el (message-bounce): Call mime-to-mml.
9788         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9789         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9790         optimize and/or forms properly.
9792 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9794         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9795         URL.
9797 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9799         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9801 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9803         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9804         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9805         displayed of multipart/alternative part if it is invoked from summary
9806         buffer.
9808         * mm-view.el (mm-inline-text-html-render-with-w3m)
9809         (mm-inline-text-html-render-with-w3m-standalone)
9810         (mm-inline-render-with-function): Use mail-parse-charset by default.
9812 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9814         * parse-time.el (parse-time-string-chars): Check if CHAR
9815         is less than the length of parse-time-syntax.
9817 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9819         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9820         from gnus-newsgroup-processable.
9822 2007-04-16  Didier Verna  <didier@xemacs.org>
9824         * gnus-msg.el (gnus-configure-posting-styles):
9825         Handle message-signature-directory properly with :file syntax.
9826         Reported by "Leo".
9828 2007-04-11  Didier Verna  <didier@xemacs.org>
9830         New user option: message-signature-directory.
9831         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9832         * message.el (message-insert-signature): Ditto.
9833         * message.el (message-signature-file): Doc update.
9834         * message.el (message-signature-directory): New.
9836 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9838         * gnus-msg.el (gnus-inews-yank-articles):
9839         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9841 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9843         * message.el (message-yank-original): Make sure cited text ends with
9844         newline; don't exchange point and mark.
9846 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9848         * tls.el (open-tls-stream): Properly handle case where there
9849         is no associated buffer.
9851 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9853         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9854         message-yank-original, make sure (< mark TEXT point).
9856 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9858         * message.el (message-fill-column): New variable.
9859         (message-mode): Use it.  Add comment on a possible new hook.
9861         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9862         (nnmail-get-new-mail): Reformat.
9864         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9866         * gmm-utils.el: Fix Commentary.
9867         (gmm-tool-bar-from-list): Fix typo in doc string.
9869 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9871         * message.el (message-yank-original): Don't switch point and mark
9872         unnecessarily to put point and mark as documented.
9874 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9876         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9877         from the message heads.
9879 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9881         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9882         article buffer does not have a window.  This may not be the best
9883         solution but is certainly better than setting the start of the null,
9884         that is the current, window.
9886 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9888         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9889         (gnus-draft-setup): Run it.
9891         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9892         gnus-score-fast-scoring.  Allow regexp.
9893         (gnus-score-headers): Use it.
9895         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9896         XEmacs.
9898         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9899         string.
9900         (gnus-button-alist): Also catch `<f1> k ...'.
9901         (gnus-treat-display-x-face): Fix doc string.
9903 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9905         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9906         evaluation of gnus-extended-version to ensure correct generation of the
9907         User-Agent header when message-generate-headers-first is used.
9909 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9911         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9912         hashcash-path is nil.  Don't call callback with incorrect number of
9913         parameters if val is 0.
9915 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9917         * message.el (message-required-news-headers):
9918         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9920 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9922         * tls.el (open-tls-stream): In handshake-waiting loop,
9923         don't wait more if there is output available to process.
9925 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9927         * tls.el (tls-program): Doc fix.
9929 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9931         * message.el (message-generate-new-buffers): Change the meaning of the
9932         nil value; add `standard' to the choices; treat t as `unique'; improve
9933         doc string.
9934         (gnus-select-frame-set-input-focus): Autoload.
9935         (message-buffer-name): Search for the existing message buffer if
9936         message-generate-new-buffers is nil or `standard'; treat the value t of
9937         message-generate-new-buffers as `unique'.
9938         (message-pop-to-buffer): Raise the frame already displaying the message
9939         buffer; clear the echo area after querying.
9940         (message-setup): Pass the `continue' argument to compose-mail.
9941         (message-mail): Prefer `switch-function' if it is given; search for the
9942         existing message buffer if the `continue' argument is non-nil; pass
9943         continue and switch-function arguments to compose-mail by way of
9944         message-setup.
9945         (message-mail-other-window): Adjust argument of message-setup.
9946         (message-mail-other-frame): Ditto.
9948 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9950         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9951         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9952         to turn font-lock on when turning gnus-message-citation-mode on.
9954 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9956         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9957         (mml-smime-function-alist): New variable; add epg as the backend.
9958         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9959         mml-smime- functions instead.
9960         * mm-view.el: Require smime.
9962 2007-03-05  Didier Verna  <didier@xemacs.org>
9964         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9965         instead of just inheritance for posting styles.
9966         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9968 2007-02-24  Chris Moore  <dooglus@gmail.com>
9970         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9971         * pgg-pgp.el (pgg-pgp-encrypt-region):
9972         * pgg-gpg.el (pgg-gpg-encrypt-region):
9973         Check pgg-encrypt-for-me if no other recipients.
9975 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9977         * tls.el (tls-certtool-program): Fix custom type.
9979 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9981         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9982         and point-at-eol instead of line-(beginning|end)-position.
9984         * assistant.el (assistant-parse-buffer): Ditto.
9986         * netrc.el (netrc-parse-services): Ditto.
9988 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9990         * mml2015.el (mml2015-epg-find-usable-key): New function.
9991         (mml2015-epg-sign): Use it.
9992         (mml2015-epg-encrypt): Use it.
9994 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9996         * message.el (message-make-in-reply-to): Quote name containing
9997         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9998         if there are special characters.  Reported by NAKAJI Hiroyuki
9999         <nakaji@jp.freebsd.org>.
10001 2007-02-27  Didier Verna  <didier@xemacs.org>
10003         Include the group parameters as well as the topic ones in the
10004         inheritance filter process.
10005         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10006         argument GROUP-PARAMS-LIST.
10007         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10009 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10011         * nntp.el (nntp-never-echoes-commands)
10012         (nntp-open-connection-functions-never-echo-commands): New variables.
10013         (nntp-send-command): Use them.
10015 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10017         * mml2015.el (mml2015-epg-verify): Simplify.
10019 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10021         * mml.el (mml-content-disposition-alist): New user option.
10022         (mml-content-disposition): New function.
10023         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10024         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10026 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10028         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10029         verification.
10031 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10033         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10034         articles posted in the last 24 hours.
10036 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10038         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10040 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10042         * nntp.el (nntp-send-command): Don't wait for echoes when
10043         nntp-open-ssl-stream is used.
10045 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10047         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10048         (gnus-message-add-citation-keywords)
10049         (gnus-message-remove-citation-keywords): Remove.
10050         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10051         directly, make the variables in font-lock-defaults buffer-local, add
10052         gnus-message-citation-keywords to them and then update the value of
10053         font-lock-keywords.
10055 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10057         * message.el (message-cite-original-1): Don't call
10058         gnus-article-highlight-citation.
10060         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10061         citations; fix line count.
10063 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10065         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10066         (gnus-message-add-citation-keywords)
10067         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10068         versions of font-lock-add-keywords and font-lock-remove-keywords to
10069         work with XEmacs correctly.
10071 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10073         * gnus-cite.el (gnus-cite-face-list): Set the values of
10074         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10075         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10076         (gnus-message-cite-prefix-regexp): New variable.
10077         (gnus-message-search-citation-line): Use it; protect against long
10078         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10079         the 0th match data for Emacs.
10080         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10081         (gnus-message-add-citation-keywords): Append keywords rather than
10082         prepending; emulate font-lock-add-keywords if it is not available.
10083         (gnus-message-remove-citation-keywords):
10084         Emulate font-lock-remove-keywords if it is not available.
10086         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10088         * message.el (message-cite-prefix-regexp): Set the value of
10089         gnus-message-cite-prefix-regexp.
10091 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10093         * nnweb.el (nnweb-google-parse-1): Update parser.
10095 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10097         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10099 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10101         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10102         regexp.
10104 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10106         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10107         string-to-multibyte.
10108         (uudecode-decode-region-internal): Use it.
10110         * lpath.el: Fbind string-as-multibyte for XEmacs.
10112 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10114         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10115         Fix custom choice.
10117         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10119 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10121         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10123         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10124         `write-region' to respect `mm-inhibit-file-name-handlers'.
10126 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10128         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10129         Use gnus-home-directory instead of "~/" or "$HOME".
10131 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10133         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10134         to mention filename.
10135         Add comments at beginning regarding usage.
10136         (encrypt-write-file-contents): Change interactive so a string is
10137         acceptable.  If the file has no associated model, show an error instead
10138         of a nonsense prompt.
10140 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10142         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10143         Thanks to Yoshihiko Yamada for kind notification of this typo.
10145 2007-01-12  Kenichi Handa  <handa@m17n.org>
10147         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10148         multibyte buffer.
10150 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10152         * gnus-score.el (gnus-score-fast-scoring): New variable.
10153         (gnus-score-headers): Use it.
10155         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10157         * message.el (message-cite-original-1):
10158         Call gnus-article-highlight-citation if requested.
10159         (message-make-from): Allow name and address as optional arguments.
10161         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10163         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10164         bugs to doc string.
10165         (gnus-button-alist): Add mid\\|message-id.
10166         (gnus-button-fetch-group): Extend for use in
10167         `browse-url-browser-function'.
10168         (gnus-button-url-regexp): Try to catch paired parentheses like in
10169         Wikipedia URLs.
10171         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10172         Suggested by Simon Krahnke <overlord@gmx.li>.
10174 2007-01-13  Romain Francoise  <romain@orebokech.com>
10176         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10177         Update copyright.
10179 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10181         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10183 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10185         * gnus-registry.el (gnus-registry-unfollowed-groups)
10186         (gnus-registry-split-fancy-with-parent): Fix documentation.
10188 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10190         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10191         from nnweb groups.
10193 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10195         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10196         Xref urls.  Erase buffer before requesting head.
10198         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10200 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10202         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10203         customizable.
10205 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10207         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10208         no signing key is found.
10209         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10210         no encrypting and/or signing key is found.
10212 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10214         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10216 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10218         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10219         headers read from disk with the ones newly found in the current search.
10220         This should no longer cause problems, because the article numbers in
10221         Gmane's `nov.php' output are ignored since the previous change.
10223 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10225         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10227 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10229         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10230         replace-regexp-in-string; bind url-version; fbind display-images-p and
10231         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10232         find-face and set-itimer-function for Emacs; bind itimer-list for
10233         Emacs.
10235         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10237 2007-01-01  Romain Francoise  <romain@orebokech.com>
10239         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10241 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10243         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10244         `define-minor-mode' macro definition expanded properly.
10245         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10246         exclude it there.
10248         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10249         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10250         `fboundp' test.
10251         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10252         This is OK to autoload in (S)XEmacs now.
10254 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10256         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10257         keystroke.
10258         (gnus-summary-limit-to-singletons): Fix typo.
10260         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10261         else fails.
10263 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10265         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10266         docstring.
10268         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10269         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10270         (gnus-summary-insert-dormant-articles): Fix typo in message.
10272 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10274         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10275         nil for XEmacs.
10276         (gnus-message-citation-mode): Don't autoload in XEmacs.
10278         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10280 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10282         * nnimap.el (nnimap-expunge-search-string):
10283         Mention nnimap-search-uids-not-since-is-evil in docstring.
10285 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10287         * spam.el: Revert to make-obsolete-variable because
10288         define-obsolete-variable-alias is not supported in Emacs 21.
10290         * spam.el (spam-ifile-path, spam-ifile-database-path)
10291         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10292         make-obsolete-variable.
10293         (spam-bsfilter-path, spam-bsfilter-program)
10294         (spam-spamassassin-path, spam-spamassassin-program)
10295         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10296         Don't use "path" inappropriately.
10297         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10298         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10299         variable names.
10301 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10303         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10304         summary buffer.
10306         * password.el (password-cache-remove): Use clear-string to burn
10307         password, if available.
10309 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10311         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10313         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10315         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10316         (gnus-message-highlight-citation): Move defcustom here from
10317         gnus-cite.el.
10318         (gnus-message-citation-mode): Autoload.
10320         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10321         checks to make it compile with XEmacs.
10322         (gnus-message-citation-mode): New minor mode.
10323         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10324         (gnus-message-highlight-citation): New variables.
10325         (gnus-message-search-citation-line)
10326         (gnus-message-add-citation-keywords)
10327         (gnus-message-remove-citation-keywords)
10328         (turn-on-gnus-message-citation-mode)
10329         (turn-off-gnus-message-citation-mode): New functions.
10331 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10333         * gnus-cite.el: Enable highlighting of different citation levels in
10334         message-mode.
10336 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10338         * message.el (message-make-fqdn): Fix comment.
10339         (message-bogus-system-names): Add ".local".
10341         * spam.el (spam-ifile-path, spam-ifile-program)
10342         (spam-ifile-database-path, spam-ifile-database)
10343         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10344         Don't use "path" inappropriately.
10345         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10346         strings.
10347         (spam-check-ifile, spam-ifile-register-with-ifile)
10348         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10349         Use new variable names.
10351         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10352         (gnus-treat-display-smileys): Simplify using
10353         gnus-image-type-available-p.
10355         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10356         available.
10358         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10359         Use `display-images-p' if available.
10361 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10363         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10364         one after turning on the buffer's multibyteness instead of decoding
10365         them directly in the unibyte buffer that causes unexpected conversion
10366         in Emacs 23 (unicode).
10368 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10370         * message.el (message-generate-hashcash): Fix custom type.
10372 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10374         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10376 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10378         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10379         disconnect icons.  Add help text.
10381 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10383         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10384         negated to be consistent with the others we handle.
10386 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10388         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10389         version of gnus-summary-buffer to something, so that we can use two
10390         article buffers at the same time.
10392 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10394         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10395         trigger all the extra headers.
10396         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10397         sorting.
10399 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10401         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10402         solid groups.
10404 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10406         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10408 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10410         * legacy-gnus-agent.el: Add Copyright notice.
10412 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10414         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10416 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10418         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10420         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10421         to make it work reliably in CVS Emacs.
10422         (gnus-summary-limit-strange-charsets-predicate)
10423         (gnus-summary-limit-to-predicate): New functions.
10425 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10427         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10428         specifying array size.
10429         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10430         array if it is too small.
10431         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10432         (gnus-sort-threads-loop): New function.
10434 2006-12-06  Chris Moore  <dooglus@gmail.com>
10436         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10437         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10439 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10441         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10442         options.
10444 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10446         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10447         DOS-ing the recipient.
10449         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10450         the headers when creating the mapping to avoid mismappings.
10451         (nnweb-gmane-create-mapping): Always nix out old mapping.
10453 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10455         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10456         and mm-verify-option to never.
10458 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10460         * message.el (message-signed-or-encrypted-p): New function.
10461         (message-forward-make-body): Use it.
10463         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10464         Replace encode-coding-string with mm-encode-coding-string.
10466 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10468         * nneething.el (nneething-decode-file-name):
10469         Replace decode-coding-string with mm-decode-coding-string.
10471         * gnus-int.el (gnus-open-server): Say failed server's name.
10473 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10475         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10476         strings to a single string.  Quote `errors-file-name'.
10477         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10478         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10479         Adjust calls.  Use `shell-quote-argument'.
10481 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10483         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10484         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10486         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10487         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10488         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10489         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10490         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10491         (gnus-subscribe-newsgroup, gnus-1):
10492         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10493         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10494         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10495         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10497 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10499         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10500         keystroke.
10501         (gnus-summary-limit-to-bodies): Implement headersp.
10503 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10505         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10507 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10509         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10511 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10513         * message.el (message-generate-hashcash): Expand range of values to
10514         include `opportunistic'.
10515         (message-send-mail): Use it.
10517 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10519         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10520         and comment it.
10522         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10524 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10526         * gnus-util.el (gnus-extract-address-components): Improve comment.
10528 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10530         * gnus-util.el (gnus-extract-address-components): Work with address in
10531         which the name portion contains @.
10533         * lpath.el: Fbind custom-autoload.
10535 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10537         * gnus.el (gnus-start): Move custom group up.
10538         (gnus-select-method): Don't autoload, but make it available for
10539         `customize-variable'.
10540         (gnus-getenv-nntpserver): Don't autoload.
10542 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10544         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10546 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10548         * message.el (message-sendmail-extra-arguments): New variable.
10549         (message-send-mail-with-sendmail): Use it.
10551 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10553         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10554         mm-with-unibyte-current-buffer to make string unibyte.
10556         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10557         mm-string-as-multibyte.
10559 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10561         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10562         Reported by Werner Koch <wk@gnupg.org>.
10564 2006-11-14  Daiki Ueno  <ueno@p360>
10566         * mml2015.el: Autoload epa-select-keys when compiling.
10568 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10570         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10571         message-options.
10572         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10574 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10576         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10577         EasyPG (< 0.0.6).
10578         (mml2015-always-trust): New user option.
10579         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10580         prompt.
10582 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10584         * nntp.el (nntp-authinfo-force): New variable.
10585         (nntp-send-authinfo): Use it.
10587 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10589         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10590         decode encoded words.  Improve prompt.  Add comment about forwarding.
10591         (message-replacement-char): Move up.
10593 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10595         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10596         instead of gnus-intersection because arguments of gnus-sorted-nunion
10597         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10599 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10601         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10602         (message-simplify-subject-functions):
10603         Enable message-strip-subject-encoded-words by default.
10605 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10607         * message.el (message-strip-subject-encoded-words): New function.
10608         (message-simplify-subject-functions): New variable.
10609         (message-simplify-subject): Use it.  Fix typo in doc string.
10610         Support message-strip-subject-encoded-words.
10612 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10614         * gnus-diary.el (gnus-diary-delay-format-function):
10615         * nndiary.el (nndiary-reminders):
10616         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10618 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10620         * gnus-art.el (article-hide-boring-headers): Fetch date from
10621         gnus-original-article-buffer to avoid problems with localized date
10622         strings.
10624 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10626         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10628 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10630         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10631         New variables.
10632         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10633         (mm-charset-synonym-alist): Move some entries to
10634         mm-codepage-iso-8859-list.
10635         (mm-charset-synonym-alist, mm-charset-override-alist):
10636         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10638 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10640         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10642 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10644         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10645         with Emacs 21 and XEmacs.
10647 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10649         * spam.el (spam-parse-address): New function for better parsing,
10650         catching errors, etc.
10651         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10653 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10655         * mm-view.el: Add interactive arg to html2text autoload.
10657 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10659         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10661 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10663         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10664         New variables.
10665         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10666         (mm-charset-synonym-alist): Move some entries to
10667         mm-codepage-iso-8859-list.
10669         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10671 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10673         * message.el (message-citation-line-format)
10674         (message-insert-formated-citation-line): Fix implementation of %E, %N
10675         and %n according to the doc string.
10677 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10679         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10680         Use car-safe to avoid bad parses.
10682 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10684         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10685         names.
10687         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10689 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10691         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10692         header.
10694         * message.el (message-draft-headers): Add Date.
10695         (message-headers-to-generate): Fix typo in docstring.
10697         * nndraft.el (nndraft-required-headers): New variable.
10698         (nndraft-generate-headers): Use it.
10700         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10702 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10704         * gnus-registry.el (gnus-registry-wash-for-keywords)
10705         (gnus-registry-find-keywords): New functions to allow easy searching of
10706         articles that are in the registry.
10708 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10710         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10711         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10712         Reported by Damien Elmes <damien@repose.cx>.
10714 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10716         * gnus.el (gnus-mime): Remove unused custom group.
10718 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10720         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10721         "blank line" when searching for end of armor headers.
10723 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10725         * gmm-utils.el (gmm-write-region): Fix variable name.
10727 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10729         * gmm-utils.el (gmm-write-region): New function based on compatibility
10730         code from `mm-make-temp-file'.
10732         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10734         * nnmaildir.el (nnmaildir--update-nov)
10735         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10736         Use `gmm-write-region'.
10738 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10740         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10741         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10743         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10745         * message.el (message-replacement-char): New variable.
10746         (message-fix-before-sending): Use it.
10747         (message-simplify-subject): New function to remove duplicate code.
10748         (message-reply, message-followup): Use it.
10750         * gnus-sum.el (gnus-summary-make-menu-bar):
10751         Clarify gnus-summary-limit-to-articles.
10753 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10755         * gnus-util.el (gnus-with-local-quit): New macro.
10757         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10759 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10761         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10762         ignore non-string data.
10764 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10766         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10767         non-string data (needs to be done in the registry too).
10769 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10771         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10772         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10773         (gnus-registry-split-fancy-with-parent)
10774         (gnus-registry-fetch-simplified-message-subject-fast)
10775         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10776         Remove text properties on ingress into the registry and when it's saved.
10777         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10778         registry from entries with no groups.
10780 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10782         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10783         function to remove string properties.
10785 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10787         * gmm-utils.el (gmm): Adjust custom version.
10789         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10790         Adjust custom version.
10792         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10794 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10796         * gnus-art.el (gnus-insert-prev-page-button)
10797         (gnus-insert-next-page-button): Simplify.  Reformat.
10799 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10801         * gnus-art.el (gnus-insert-prev-page-button)
10802         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10804 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10806         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10808 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10810         * gnus-art.el (gnus-insert-mime-button)
10811         (gnus-insert-mime-security-button):
10812         Apply gnus-article-button-face to MIME and security buttons.
10814 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10816         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10817         readable.
10819 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10821         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10823 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10825         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10826         `browse-url-of-file' instead of `browse-url'.
10828 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10830         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10831         regexp.  Articles containing quotation were cut prematurely.
10833 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10835         * message.el (message-cite-original-1): Use nobody by default for the
10836         value of From header.
10837         (message-reply): Ditto.
10839 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10841         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10842         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10843         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10845 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10847         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10848         mails in the doc string.  Add some URLs in comment.
10849         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10851 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10853         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10854         backslashes handling and the way to find boundaries of quoted strings.
10856 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10858         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10859         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10860         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10861         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10863 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10865         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10866         doc string.
10867         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10869 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10871         * lpath.el: Fbind epg-check-configuration.
10873 2006-09-06  Simon Josefsson  <jas@extundo.com>
10875         * mml2015.el (mml2015-use): Doc fix, mention epg.
10877 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10879         * mml2015.el (mml2015-use): Default to epg, if available.
10881 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10883         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10884         message-sender.
10885         (mml1991-epg-encrypt): Ditto.
10886         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10887         message-sender.
10888         (mml2015-epg-encrypt): Ditto.
10890 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10892         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10893         several common directories.
10895 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10897         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10898         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10900 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10902         * gnus-art.el (article-decode-encoded-words): Make it fast.
10904 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10906         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10908         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10909         in quoted string into `\'.
10911 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10913         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10914         Use standard-syntax-table.
10916 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10918         * gnus-art.el (gnus-decode-address-function): New variable.
10919         (article-decode-encoded-words): Use it to decode headers which are
10920         assumed to contain addresses.
10921         (gnus-mime-delete-part): Remove useless `or'.
10923         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10924         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10925         (gnus-nov-parse-line): Use it to decode From header.
10926         (gnus-get-newsgroup-headers): Ditto.
10927         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10929         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10930         (mail-decode-encoded-address-string): New alias.
10932         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10933         New function.
10934         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10935         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10936         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10937         (rfc2047-decode-string): Ditto.
10938         (rfc2047-decode-address-region): New function.
10939         (rfc2047-decode-address-string): New function.
10941 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10943         * message.el (message-caesar-buffer-body): Allow rotating headers.
10945         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10947         * message.el (message-insert-formated-citation-line): Fix %f.
10948         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10950 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10952         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10953         (gnus-bookmark-mouse-available-p): New macro.
10954         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10955         (gnus-bookmark-bmenu-show-infos): Use it.
10956         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10957         (gnus-bookmark-bmenu-hide-infos): Ditto.
10958         (gnus-bookmark-remove-properties): New function.
10959         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10960         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10961         (gnus-bookmark-write-file): Bind coding-system-for-write.
10962         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10963         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10964         group before selecting it.
10965         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10966         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10967         quit-window if it is not available; use gnus-mouse-2 and bind it to
10968         gnus-bookmark-bmenu-select-by-mouse.
10969         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10970         (gnus-bookmark-bmenu-select-by-mouse): New function.
10972 2006-08-13  Romain Francoise  <romain@orebokech.com>
10974         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10975         space.
10977 2006-08-10  Romain Francoise  <romain@orebokech.com>
10979         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10980         (dns-mode-soa-auto-increment-serial): New user option.
10981         (dns-mode-soa-maybe-increment-serial): New function.
10982         (dns-mode): Add the latter to `write-contents-functions'.
10984 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10986         * compface.el (uncompface): Use binary rather than raw-text-unix.
10988 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10990         * compface.el (uncompface): Make sure the eol conversion doesn't take
10991         place when communicating with the external programs.
10992         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10994 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10996         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10998 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11000         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11001         Make it more robust by parsing author and date independently.
11003 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11005         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11007 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11009         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11010         first matching secret key.
11011         (mml2015-epg-encrypt): Ditto.
11013         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11014         first matching secret key.
11015         (mml1991-epg-encrypt): Ditto.
11017         * mml2015.el (mml2015-encrypt-to-self): New user option.
11018         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11019         mml2015-epg-encrypt-to-self is set.
11021         * mml1991.el (mml1991-encrypt-to-self): New variable.
11022         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11023         mml1991-epg-encrypt-to-self is set.
11025         * mml2015.el (mml2015-signers): New user option.
11026         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11027         (mml2015-epg-encrypt): Allow to select signing keys.
11029         * mml1991.el (mml1991-signers): New variable.
11030         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11031         (mml1991-epg-encrypt): Allow to select signing keys.
11033 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11035         * nnheader.el (nnheader-insert-head): Make it work even if the file
11036         uses CRLF for the line-break code.
11038 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11040         * mml2015.el: Require mml-sec instead of password.
11041         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11042         (mml2015-cache-passphrase): Inherit the default value from
11043         mml-secure-cache-passphrase.
11044         (mml2015-passphrase-cache-expiry): Inherit the default value from
11045         mml-secure-passphrase-cache-expiry.
11047         * mml1991.el: Require mml-sec instead of password.
11048         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11049         (mml1991-cache-passphrase): Inherit the default value from
11050         mml-secure-cache-passphrase.
11051         (mml1991-passphrase-cache-expiry): Inherit the default value from
11052         mml-secure-passphrase-cache-expiry.
11054         * mml-sec.el: Require password.
11055         (mml-secure-verbose): New user option.
11056         (mml-secure-cache-passphrase): New user option.
11057         (mml-secure-passphrase-cache-expiry): New user option.
11059 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11061         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11062         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11063         andreas@altroot.de (Andreas Vögele).
11065         FIXME: Use `tiny change'?
11067 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11069         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11070         workaround for the url package included with Emacs.
11072         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11074 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11076         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11077         correctly.  This fixes a bug caused by the 2006-05-12 change.
11079 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11081         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11082         some information about the error when saying that the `bogus' mail
11083         group will be used.
11085 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11087         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11088         string.
11090 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11092         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11094 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11096         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11098 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11100         * mml1991.el (mml1991-function-alist): Add epg.
11101         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11102         (mml1991-epg-encrypt): New functions.
11104 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11106         * mml2015.el (mml2015-verbose): New variable.
11107         (mml2015-cache-passphrase): Ditto.
11108         (mml2015-passphrase-cache-expiry): Ditto.
11109         (mml2015-function-alist): Add epg.
11110         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11111         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11112         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11113         New functions.
11115 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11117         * message.el (message-cite-original-1): Preserve region when removing
11118         quoted text due to X-No-Archive in order to avoid bogus attribution
11119         when citing multiple messages.
11121 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11123         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11124         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11126 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11128         * gnus-diary.el (gnus-user-format-function-d)
11129         (gnus-user-format-function-D): Autoload.
11131         * imap.el (Commentary): Fix typo.
11133         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11134         2006-04-22 contribution.
11136 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11138         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11139         It didn't really fix the bogosity I'm seeing with solid web groups.
11141 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11143         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11144         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11145         created using server names.  If we use the feature without declaring
11146         it, Gnus does not properly manage server and group state.
11148         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11149         bound.
11151 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11153         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11154         looking up the method using GROUP's prefix before inventing a new one.
11155         It is used on killed/unknown groups in various places where returning
11156         an all-new method isn't expected by the caller.
11158         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11159         and match semantics of gnus-group-real-prefix.
11161 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11163         * nnmail.el (nnmail-broken-references-mailers): New variable.
11164         (nnmail-ignore-broken-references): New function generalizing
11165         nnmail-fix-eudora-headers.
11166         (nnmail-fix-eudora-headers): Now obsolete.
11168         * gnus-art.el (gnus-button-handle-custom):
11169         Support `customize-apropos*'.
11171 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11173         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11175         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11176         articles.
11178 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11180         * message.el (message-cite-reply-above): New variable.
11181         (message-yank-original): Use it.
11183 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11185         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11187 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11189         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11190         as read.
11192         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11194 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11196         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11197         (gnus-bookmark-default-file): Use gnus-directory.
11198         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11199         Remove "*" in doc string.
11200         (gnus-bookmark-write-file): Simplify.
11201         (gnus-bookmark-maybe-sort-alist): Use `when'.
11202         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11203         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11204         Add FIXME about Emacs 21 and XEmacs compatibility.
11205         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11206         compatibility.
11207         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11208         compatibility.
11209         (gnus-bookmark-menu-heading): Fix version.
11211 2006-06-19  Bastien Guerry  <bzg@altern.org>
11213         * gnus-bookmark.el: New file.
11215 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11217         * message.el (message-syntax-checks): Doc fix.
11219 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11221         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11222         unsubscribed groups as if they were killed ones.  It causes duplicate
11223         entries in gnus-newsrc-alist.
11225 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11227         * message.el (message-syntax-checks): Doc fix.
11228         (message-send-mail): Add check for continuation headers.
11229         (message-check-news-header-syntax): Fix regexp used to check for
11230         continuation headers.
11232 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11234         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11236 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11238         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11240 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11242         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11243         default-truncate-lines.
11245 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11247         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11248         to fill the utf-8 entry.
11250         * lpath.el: Fbind unicode-precedence-list.
11252 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11254         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11256 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11258         * gnus-agent.el (directory-files-and-attributes): Move all the way
11259         forward (the third and final move).
11260         (gnus-agent-read-agentview): Trap reconstruction errors due to
11261         nonexistent directory.  Handle by returning nil.
11263 2006-05-30  Didier Verna  <didier@xemacs.org>
11265         * message.el (message-dont-reply-to-names): Update the custom type.
11266         * message.el (message-dont-reply-to-names): New defsubst: potentially
11267         convert a list of regexps into a single one.
11268         * message.el (message-get-reply-headers): Use it.
11269         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11271 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11273         * gnus-agent.el (directory-files-and-attributes): Move forward.
11275 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11277         * gnus-ml.el (gnus-mailing-list-subscribe)
11278         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11279         (gnus-mailing-list-message): Fix doc strings.
11281 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11283         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11284         of doing it manually.
11286 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11288         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11289         comment.
11291 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11293         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11294         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11295         (gnus-agent-read-local): All symbols allocated in my-obarray.
11296         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11297         (gnus-agent-regenerate-group): Check numeric names to see if they are
11298         messages or groups.
11299         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11300         better way of do this...)
11302         * gnus-cache.el (gnus-agent-total-fetched-for):
11303         Ignore 'dummy.group' (there should be a better way of do this...)
11305 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11307         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11308         (gnus-saved-headers): Ditto.
11309         (gnus-default-article-saver): Mention functions may have properties.
11310         (gnus-article-save): Override gnus-save-all-headers and
11311         gnus-saved-headers by :headers property which saver function may have.
11312         (gnus-summary-save-in-file): Add :headers property.
11313         (gnus-summary-write-to-file): Ditto.
11315         * gnus-sum.el (gnus-summary-save-article): Bind
11316         gnus-prompt-before-saving to t when saving many articles in a file;
11317         always show all headers.
11319         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11321 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11323         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11324         marks.
11326         * message.el (message-indent-citation): Add optional arguments to allow
11327         using it outside of message buffers.
11329         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11330         (gnus-article-treat-unfold-headers): Use it.
11331         (gnus-article-truncate-lines): New variable.
11332         (gnus-article-mode): Use it.
11333         (gnus-article-toggle-truncate-lines): New function.
11335         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11336         Add gnus-article-toggle-truncate-lines.
11338         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11339         coding system in XEmacs, use binary.
11341 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11343         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11344         after-load-alist.
11346         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11347         this function should save decoded articles.
11348         (gnus-summary-write-to-file): Use property to specify this function
11349         should save decoded articles and specify gnus-summary-save-in-file
11350         should be used to save articles other than the first one when saving
11351         many articles.
11352         (gnus-summary-save-body-in-file): Use property to specify this
11353         function should save decoded articles.
11354         (gnus-summary-write-body-to-file): Use property to specify this
11355         function should save decoded articles and specify
11356         gnus-summary-save-body-in-file should be used to save articles other
11357         than the first one when saving many articles.
11359         * gnus-sum.el (gnus-summary-save-article): Simplify.
11361 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11363         * gnus-art.el (gnus-default-article-saver):
11364         Add gnus-summary-write-body-to-file.
11365         (gnus-article-save-coding-system): Don't use coding system object
11366         in XEmacs.
11367         (gnus-read-save-file-name): Add optional `dir-var' argument which
11368         specifies directory in which files are saved; work even if optional
11369         `variable' argument is not specified.
11370         (gnus-summary-write-to-file): Read file name.
11371         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11372         (gnus-summary-write-body-to-file): New function.
11374         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11375         (gnus-summary-local-variables): Add it.
11376         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11377         (gnus-summary-save-article): Remove optional `decode' argument;
11378         determine whether to decode articles by the value of
11379         gnus-default-article-saver; when saving many files using
11380         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11381         it first and use gnus-summary-save-in-file or
11382         gnus-summary-save-body-in-file thereafter unless
11383         gnus-prompt-before-saving is always; move point to article which
11384         will be saved.
11385         (gnus-summary-save-article-file): Revert.
11386         (gnus-summary-write-article-file): Revert.
11387         (gnus-summary-save-article-body-file): Revert.
11388         (gnus-summary-write-article-body-file): New function.
11390 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11392         * gnus-art.el (gnus-default-article-saver): Doc fix.
11393         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11394         from gnus-summary-save-article-coding-system, and default to a
11395         certain coding system.
11396         (gnus-output-to-file): Add coding cookie and encode text according
11397         to gnus-article-save-coding-system; don't use mm-append-to-file.
11399         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11400         gnus-art.el and rename to gnus-article-save-coding-system.
11401         (gnus-summary-save-article): Require gnus-art; don't show all
11402         headers if it decodes articles; don't add coding cookie here;
11403         don't bind mm-text-coding-system-for-write.
11404         (gnus-summary-save-article-file): Save decoded articles.
11405         (gnus-summary-write-article-file): When saving many files, use
11406         gnus-summary-write-to-file first and gnus-summary-save-in-file
11407         thereafter unless gnus-prompt-before-saving is always.
11408         (gnus-summary-save-article-body-file): Save decoded articles.
11410         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11412 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11414         * nnrss.el (nnrss-check-group): Bind hash-index.
11416 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11418         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11419         its hash index.  Store this hash in `nnrss-group-data'.
11420         (nnrss-read-group-data): Update accordingly.
11422 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11424         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11425         entry.
11427         * gnus-sum.el (gnus-summary-make-menu-bar):
11428         Add gnus-article-browse-html-article.
11430 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11432         * gnus-sum.el (gnus-summary-mime-map):
11433         Add gnus-article-browse-html-article.
11435         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11437 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11439         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11440         suitable coding systems in customize.
11442 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11444         * mail-source.el (mail-sources): Fix custom type.
11446 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11448         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11449         (gnus-summary-expire-articles-now): Shorten prompt.
11451         * gmm-utils.el (wid-edit): Require.
11452         (defun-gmm): Rename from `gmm-defun-compat'.
11453         (gmm-image-search-load-path): Use it.
11454         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11456 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11458         * gnus-sum.el (gnus-summary-save-article-coding-system):
11459         New variable.
11460         (gnus-summary-save-article): Add optional `decode' argument.
11461         If it is set and gnus-summary-save-article-coding-system is non-nil,
11462         save decoded article.
11463         (gnus-summary-write-article-file): Save decoded article if
11464         gnus-summary-save-article-coding-system is non-nil.
11466         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11467         type.
11469 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11471         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11473 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11475         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11476         first to test gnus-single-article-buffer which may be buffer-local.
11478         * gnus-sum.el (gnus-summary-setup-buffer):
11479         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11480         group; make gnus-article-buffer, gnus-article-current, and
11481         gnus-original-article-buffer always buffer-local.
11482         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11483         group.
11484         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11486 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11488         * nnml.el (nnml-request-compact-group): Compressed files might not
11489         have .gz extension.
11491 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11493         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11494         (mm-copy-to-buffer): Use with-current-buffer.
11495         (mm-display-part): Simplify.
11496         (mm-inlinable-p): Add optional arg `type'.
11498 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11500         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11501         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11502         Try harder to show the attachment internally or externally using
11503         gnus-mime-view-part-as-type.
11505 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11507         * message.el (message-from-style, message-signature-separator)
11508         (message-user-organization-file, message-send-mail-function)
11509         (message-citation-line-function, message-yank-prefix)
11510         (message-indent-citation-function, message-signature)
11511         (message-signature-file, message-signature-insert-empty-line):
11512         Remove autoloads.
11514         * gnus-art.el (gnus-buttonized-mime-types):
11515         Remove "multipart/signed".  Revert 2006-04-26 change.
11517 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11519         * gnus.el (gnus-version-number): Bump version.
11521 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11523         * gnus.el: No Gnus v0.5 is released.
11525 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11527         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11528         fetching articles by message-id.
11530 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11532         * message.el (hashcash): Require hashcash as normal.
11534         * ecomplete.el (ecomplete-highlight-match-line):
11535         Use point-at-eol.
11536         (ecomplete-highlight-match-line): Use `highlight', because that
11537         face exists in both Emacs and XEmacs.
11539         * message.el (message-display-abbrev): Use point-at-bol.
11541         * mail-source.el: Don't require timer/timer-funcs.
11543         * gnus-async.el: Ditto.
11545         * password.el: Ditto.
11547         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11549         * mm-url.el: Ditto.
11551         * gnus-xmas.el: Don't require timer-funcs.
11553         * mm-util.el: Require timer/timer-funcs.
11555 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11557         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11558         Close.
11560 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11562         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11563         unibyte after clear-decrypt function runs.
11565         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11566         returns as a unibyte string.
11568 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11570         * lpath.el: Revert.
11572         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11573         (pgg-gpg-process-sentinel): Revert.
11575         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11576         (pgg-pgp-lookup-key): Revert.
11578         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11579         (pgg-pgp5-lookup-key): Revert.
11581         * pgg.el (pgg-fetch-key): Revert.
11583 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11585         * lpath.el: Fbind string-as-multibyte for XEmacs.
11587         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11588         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11589         (mml1991-pgg-encrypt): Ditto.
11591         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11592         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11593         a multibyte buffer.
11595         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11596         (pgg-pgp-lookup-key): Ditto.
11598         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11599         (pgg-pgp5-lookup-key): Ditto.
11601         * pgg.el (pgg-fetch-key): Ditto.
11603 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11605         * message.el (message-user-organization-file): Check several
11606         locations of the organization file.
11608         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11609         Add gnus-article-view-part-as-type.
11611         * gnus-art.el (gnus-article-view-part-as-type): New function.
11613         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11614         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11616         * mml.el: Simplify autoload.
11617         (mml-mode): defvar dnd-protocol-alist instead of using
11618         symbol-value.
11619         (mml-default-directory): New variable.
11620         (mml-minibuffer-read-file): Use it.
11621         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11623         * message.el (message-citation-line-format): New variable.
11624         (message-insert-formated-citation-line): New function.
11625         (message-citation-line-function):
11626         Add `message-insert-formated-citation-line' to custom type.
11628         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11629         to doc string.
11631         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11632         depending on mm-verify-option.
11634 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11636         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11637         binding pgg-* variables; reimplement the section which prevents
11638         MIME header from being signed.
11639         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11640         pgg-text-mode; remove a blank line at the top of body.
11642         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11643         lines at the top of body; use gnus-newsgroup-charset if there's no
11644         Charset header.
11646 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11648         * message.el (message-self-insert-commands): Doc fix.
11650         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11651         (mm-uu-pgp-encrypted-test): Ditto.
11652         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11653         between header and body; return application/pgp-encrypted handle
11654         if decryption failed; decode decrypted body by charset.
11656         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11657         element match to application/pgp-*.
11659 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11661         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11662         HTML.
11664 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11666         * mail-source.el (mail-source-call-script): Message the error
11667         string.
11669 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11671         * gnus-util.el (gnus-byte-compile): Use it.
11673 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11675         * gnus-util.el (kill-empty-logs): New function.
11677 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11679         * message.el (message-mail-alias-type): Doc fix.
11680         (message-mail-alias-type-p): New function.
11681         (message-send): Use it.
11682         (message-mode): Ditto.
11683         (message-strip-forbidden-properties): Ditto.
11685         * ecomplete.el (ecomplete-database-file-coding-system):
11686         New variable.
11687         (ecomplete-save): Use it.
11688         (ecomplete-setup): Use it.
11690 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11692         * message.el (message-self-insert-commands): New variable.
11693         (message-strip-forbidden-properties): Use it.
11695 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11697         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11698         that doesn't make XEmacs choke.
11700 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11702         * gnus-util.el (gnus-replace-in-string):
11703         Prefer replace-regexp-in-string over of replace-in-string.
11705 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11707         * gnus-util.el (gnus-select-frame-set-input-focus):
11708         Use select-frame-set-input-focus if it is available in XEmacs; use
11709         definition defined in Emacs 22 for old Emacsen.
11711         * dgnushack.el: Autoload unmorse-region for XEmacs.
11713         * lpath.el: Bind cursor-in-non-selected-windows and
11714         select-frame-set-input-focus for XEmacs.
11716 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11718         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11720 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11722         * gnus-registry.el (gnus-registry-cache-save): Remove text
11723         properties when saving via the temp buffer.
11725 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11727         * message.el (message-generate-hashcash): Honor custom type.
11729 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11731         * message.el (message-generate-hashcash): Default to non-nil when
11732         hashcash is found.
11734         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11735         (gnus-refer-thread-limit): Increase default to 500.
11737         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11739         * flow-fill.el (fill-flowed): Allow delete-space.
11741 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11743         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11744         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11745         Remove autoloads.
11747 2006-04-18  Simon Josefsson  <jas@extundo.com>
11749         * message.el (message-generate-hashcash): Default to.
11751 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11753         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11754         concatenating segments rather than before concatenating them.
11756 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11758         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11760 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11762         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11764         * message.el (message-forward-make-body-plain):
11765         Allow message-forward-ignored-headers to be a list.
11766         (message-remove-ignored-headers): Factor out into function.
11767         (message-forward-make-body-mml): Use it.
11769         * imap.el (imap-quote-specials): New function.
11770         (imap-login-auth): Quote specials.
11772         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11773         (rfc2231-parse-string): Allow concatanation of parameters that
11774         aren't contiguous.  The test case is
11775           (mail-header-parse-content-type "message/external-body;
11776             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11777             access-type=LOCAL-FILE;
11778             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11780 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11782         * nntp.el (nntp-accept-process-output): Return the value of
11783         `nnheader-accept-process-output'.
11785 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11787         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11788         (gnus-button-alist): Recognize more diff formats.
11789         (gnus-button-patch): Strip directory.
11791 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11793         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11794         Emacs 22 when setting focus.
11796 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11798         * gnus-art.el (gnus-article-treat-types): Do treatment of
11799         text/x-verbatim parts.
11800         (gnus-button-patch): New command.
11802         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11803         addresses that contain invalid characters.
11805 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11807         * message.el (message-put-addresses-in-ecomplete):
11808         Use gnus-replace-in-string.
11809         (message-is-yours-p): Use the more correct
11810         mail-header-parse-address instead of
11811         mail-extract-address-components.
11812         (message-put-addresses-in-ecomplete): Fix typo.
11814         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11815         keystroke.
11817         * gnus-art.el (gnus-treatment-function-alist): Change order of
11818         newsgroups/generic header folding to avoid double-folding.
11820         * message.el (message-hidden-headers): Add X-Draft-From.
11822         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11823         New command.
11824         (gnus-summary-repeat-search-article-backward): New command.
11826         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11827         groups in the parent topic.
11829 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11831         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11832         (spam-extra-header-to-number): Return the CRM114 number as a
11833         number instead of a string.
11835 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11837         * gnus-art.el (gnus-face-properties-alist): Move here from
11838         gnus-fun.
11840         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11842 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11844         * message.el (message-strip-forbidden-properties): Only display on
11845         self-insert-command.
11847         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11848         reindent.
11849         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11851 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11853         * smiley.el (smiley-style): Fix typo.
11855 2006-03-23  Kenichi Handa  <handa@m17n.org>
11857         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11858         instead of set-buffer-multibyte.
11860 2006-03-23  Kenichi Handa  <handa@m17n.org>
11862         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11863         buffer and then decode the buffer text if necessary.
11864         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11865         first, and after mm-encode-body, change the buffer to unibyte.
11867 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11869         * hashcash.el (hashcash-insert-payment-async-2):
11870         Use message-goto-eoh instead of doing it manually.
11871         (mail-add-payment): Use message-narrow-to-header instead of trying
11872         to do the same itself.
11874         * message.el (message-hidden-headers): Add Face.
11876         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11877         reparenting code.
11878         (gnus-summary-reparent-children): Refactored out code.
11879         (gnus-summary-thread-map): New keystroke.
11880         (gnus-summary-reparent-children): Make into command.
11882         * smiley.el (smiley-style): Default to `medium' if using a large
11883         font.
11885         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11886         does it itself.
11888         * message.el (message-point-in-header-p): Simplify definition.
11890 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11892         * nnagent.el (nnagent-request-set-mark): Silence log file
11893         writing.
11894         (nnagent-request-set-mark): Use write-region instead of
11895         append-to-file.
11897         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11898         strange select method.
11900         * ecomplete.el (ecomplete-display-matches): Get highlightling
11901         right.
11902         (ecomplete-display-matches): Use literals.
11903         (ecomplete-display-matches): Disable message logging.
11905         * message.el (message-display-abbrev): Small optimization.
11907         * ecomplete.el (ecomplete-display-matches): Allow automatic
11908         display.
11910         * message.el (message-strip-forbidden-properties):
11911         Display abbrevs.
11912         (message-display-abbrev): Get automatic display right.
11914         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11915         keystrokes.
11917 2006-04-13  Romain Francoise  <romain@orebokech.com>
11919         TODO: Backport to v5-10!
11921         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11922         Move here (and rename) from gnus-registry.el.
11924         * gnus-registry.el: Require gnus-util.
11925         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11927 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11929         * gnus-group.el (gnus-group-catchup-current):
11930         Change if-then-else-if-then-else into cond.
11931         (gnus-group-catchup): Indent.
11932         (group-name-at-point): New function.
11933         (gnus-fetch-group): Provide default from thing at point.
11935 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11937         * message.el (message-display-abbrev): Fix regexp.
11939         * ecomplete.el (ecomplete-highlight-match-line):
11940         Reimplement choosing.
11941         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11942         dead variables.
11944         * message.el (message-newline-and-indent): Remove debugging.
11945         (message-display-abbrev): Use new implementation.
11947 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11949         * gnus-art.el (gnus-article-mode):
11950         Set cursor-in-non-selected-windows to nil.
11952         * smiley.el: Revert previous change.
11953         (smiley-data-directory): defvar it before using it in the
11954         defcustom of `smiley-style'.
11956 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11958         * message.el (message-newline-and-indent): New function.
11960         * ecomplete.el: Implement more bits.
11962         * message.el (message-put-addresses-in-ecomplete): Clean up the
11963         string.
11965         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11967         * gnus-sum.el (gnus-summary-save-parts):
11968         Bind gnus-summary-save-parts-counter and use it to make unique file
11969         names.
11971         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11973         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11974         parameter to say whether to actually parse the individual
11975         addresses.
11977         * message.el (message-put-addresses-in-ecomplete): New function.
11978         (ecomplete): Require.
11979         (message-mail-alias-type): Add ecomplete as an option.
11981 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11983         * flow-fill.el (fill-flowed): Remove trailing space from blank
11984         quoted lines.
11986 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11988         * smiley.el (smiley-style): Move definition later to avoid a
11989         compilation warning.
11991 2006-04-12  Kenichi Handa  <handa@m17n.org>
11993         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11994         buffer and then decode the buffer text if necessary.
11995         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11996         first, and after mm-encode-body, change the buffer to unibyte.
11997         Use mm-disable-multibyte instead of set-buffer-multibyte.
11999 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12001         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12002         Content-Type header instead of Content-Disposition header.
12003         (gnus-mime-inline-part): Ditto.
12004         (gnus-mime-view-part-as-charset): Ignore charset that the part
12005         specifies.
12007         * mm-decode.el (mm-display-part): Work with external parts and
12008         usual parts similarly.
12010         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12011         instead of gnus-display-mime.
12013         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12014         instead of with-temp-buffer.
12016         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12017         tag to summarized topics part in order to encode non-ASCII text.
12019 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12021         * smiley.el (smiley-style): New variable.
12022         (smiley-directory): New function.
12023         (smiley-data-directory): Derive from `smiley-style' using
12024         `smiley-directory'.
12025         (smiley-regexp-alist): Add new entries.
12027         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12028         (gnus-article-browse-delete-temp): Add :version.
12030 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12032         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12033         the sieve region.
12035 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12037         * gnus.el (gnus-version-number): Bump version.
12039 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12041         * gnus.el: No Gnus v0.4 is released.
12043 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12045         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12046         layout.
12048         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12049         unknown charset.
12051         * message.el (message-header-synonyms): Add Original-To to the
12052         default.
12054         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12055         optional parameter.
12057 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12059         * gnus-fun.el (gnus): Require it for gnus-directory.
12061 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12063         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12065 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12067         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12069 2006-04-05  Simon Josefsson  <jas@extundo.com>
12071         * password.el (password-reset): New function.
12073 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12075         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12076         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12078 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12080         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12081         Some whitespace was matched into the url, which broke browsing hits
12082         > 100 when mm-url-use-external was nil.
12084 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12086         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12087         Check gnus-extra-headers for 'Newsgroups.
12089         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12090         bound.
12092 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12094         * pgg-gpg.el: Clean up process buffers every time gpg processes
12095         complete.
12097 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12099         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12100         doc string.
12102 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12104         * pgg-gpg.el (pgg-gpg-process-filter)
12105         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12107         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12108         lines, temporary fix.
12110 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12112         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12114 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12116         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12117         default-enable-multibyte-characters.  This reverts the change from
12118         revision 6.17 which is no longer necessary because the passphrase
12119         is sent separately now.  GnuPG messages are unreadable under
12120         multibyte locales with default-enable-multibyte-characters set to
12121         nil.
12123 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12125         * message.el (message-tool-bar-gnome): Move "spell".
12127 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12129         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12130         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12131         instead.
12133 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12135         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12136         Improve newsgroups handling for NNTP overviews which don't include
12137         Newsgroups.
12139 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12141         * message.el (message-resend): Bind message-generate-hashcash to nil.
12143 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12145         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12146         when searching for already-paid recipients.
12148 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12150         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12151         passphrases when it is not needed.
12152         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12153         passphrase stuff from gpg, should only be necessary when you use
12154         gpg with a smartcard.
12156 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12158         * mml.el (mml-insert-mime): Ignore cached contents of
12159         message/external-body part.
12161         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12162         (mm-insert-part): Ditto.
12164 2006-03-23  Simon Josefsson  <jas@extundo.com>
12166         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12167         Reiner.
12168         (pgg-gpg-use-agent-p): Use it again.
12170 2006-03-23  Simon Josefsson  <jas@extundo.com>
12172         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12173         older emacsen.
12174         (pgg-gpg-use-agent-p): Don't use it.
12176 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12178         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12179         if we can.
12181 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12183         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12184         (pgg-gpg-update-agent): New function.
12185         (pgg-gpg-use-agent-p): New function.
12186         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12187         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12188         (pgg-gpg-sign-region): Use it.
12190 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12192         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12193         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12195 2006-03-21  Simon Josefsson  <jas@extundo.com>
12197         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12198         <wilde@sha-bang.de>.
12199         (pgg-gpg-use-agent): New variable.
12200         (pgg-gpg-process-region): Use it.
12201         (pgg-gpg-encrypt-region): Likewise.
12202         (pgg-gpg-encrypt-symmetric-region): Likewise.
12203         (pgg-gpg-decrypt-region): Likewise.
12204         (pgg-gpg-sign-region): Likewise.
12205         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12207 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12209         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12211         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12212         Add comment on version.
12214 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12216         * smiley.el: Add missing test smiley.
12218 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12220         * mm-decode.el (mm-with-part): New macro.
12221         (mm-get-part): Use it; work with message/external-body as well.
12222         (mm-save-part): Treat name and filename equally.
12224         * mm-extern.el (mm-extern-cache-contents): New function.
12225         (mm-inline-external-body): Use it; force the part to be displayed;
12226         move undisplayer added to the cached handle to the parent.
12228         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12229         (gnus-mime-view-part-as-type): Work with message/external-body.
12231         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12233 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12235         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12236         images in image-load-path.  [Sync with image.el, revision 1.60, in
12237         Emacs.]
12239 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12241         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12242         path rather than symbol.  Always return list of directories.
12243         Guarantee that image directory comes first.  [Sync with image.el,
12244         revision 1.59, in Emacs.]
12246         * message.el (message-make-tool-bar): Adjust to new API of
12247         `gmm-image-load-path-for-library'.
12249         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12251         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12253 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12255         * gnus-art.el (gnus-article-only-boring-p):
12256         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12257         intangible text.
12258         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12260 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12262         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12263         Use `defun' instead of `gmm-defun-compat'.
12265 2006-03-14  Simon Josefsson  <jas@extundo.com>
12267         * message.el (message-unique-id): Don't use message-number-base36
12268         if (user-uid) is a float.
12269         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12271 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12273         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12275         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12276         empty line between a part and a message part.
12278 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12280         * smiley.el: Add more test smileys.
12281         (smiley-data-directory, smiley-regexp-alist)
12282         (gnus-smiley-file-types): Fix doc strings.
12283         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12284         adding new elements.
12285         (smiley-mouse-map): Unused code.  Make it a comment.
12287 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12289         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12290         scan latest NoCeM messages instead of old ones.
12291         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12292         delimiters that are recently used.
12293         (gnus-nocem-load-cache): Add autoload cookie.
12295         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12297         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12298         level which is larger than gnus-use-nocem is specified.
12300         * gnus-group.el (gnus-group-get-new-news): Ditto.
12302 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12304         * gnus-util.el (gnus-tool-bar-update): New function.
12306         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12307         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12309         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12311         * gnus-group.el (gnus-group-redraw-when-idle)
12312         (gnus-group-redraw-check): Remove.
12313         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12315 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12317         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12318         if optional last element is specified in splits (FIELD VALUE...).
12320 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12322         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12323         to gmm-image-load-path-for-library.  Call with no-error argument.
12324         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12326         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12328         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12330         * gmm-utils.el (gmm-image-load-path): Remove alias.
12332 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12334         * gmm-utils.el (gmm-image-load-path): Add alias.
12336         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12337         nnml-generate-nov-databases-1.
12338         (nnml-generate-nov-databases): Use it.
12339         (nnml-generate-nov-databases-directory): Document no-active
12340         argument.
12342         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12343         directory if path is t.  Add no-error.
12345         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12346         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12348         * gnus-art.el (gnus-article-browse-delete-temp-files):
12349         Simplify resetting gnus-article-browse-html-temp-list.
12351         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12352         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12353         Add example to docstring.  Rename local variables.  Move error
12354         checks to default case in cond and simplify.
12356 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12358         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12359         handle is multipart when calling it recursively.
12360         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12362 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12364         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12365         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12367 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12369         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12370         is loaded.
12372         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12373         loaded.
12375 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12377         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12378         to "Emacs 23 (unicode)" in doc string.
12380         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12381         "Emacs 23 (unicode)" in comment.
12383 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12385         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12387         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12388         characters 160 through 255 in Emacs 23.
12390 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12392         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12393         gnus-article-browse-html-temp.
12394         (gnus-article-browse-delete-temp): Make it customizable.
12395         Add `file'.  Adjust doc string.
12396         (gnus-article-browse-delete-temp-files): Add argument.
12397         Allow query for each file.  Adjust doc string.
12398         (gnus-article-browse-html-parts):
12399         Add `gnus-article-browse-delete-temp-files' to
12400         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12402 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12404         * gnus-art.el (gnus-article-browse-html-temp)
12405         (gnus-article-browse-delete-temp): New variables.
12406         (gnus-article-browse-delete-temp-files): New function.
12407         (gnus-article-browse-html-parts): Use it.
12409 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12411         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12413         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12414         string.
12416         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12417         gnus-summary-insert-new-articles when unplugged.
12418         Remove gnus-summary-search-article-forward.
12420         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12421         display-visual-class instead of display-color-cells.
12423 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12425         * dgnushack.el: Autoload customize-group for XEmacs.
12427         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12428         message/* containing non-ASCII text properly.
12430 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12432         * message.el: Require gmm-utils, remove autoloads.
12433         (message-tool-bar): Set default based on
12434         gmm-tool-bar-style.
12435         (message-tool-bar-gnome): Add gmm-customize-mode.
12437         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12438         gmm-tool-bar-style.
12439         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12441         * gnus-group.el (gnus-group-tool-bar): Set default based on
12442         gmm-tool-bar-style.
12443         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12445         * gmm-utils.el (gmm-image-directory): Rename variable from
12446         gmm-image-load-path.
12447         (gmm-image-load-path): Use gmm-image-directory.
12448         (gmm-customize-mode): New function.
12449         (gmm-tool-bar-style): New variable.
12451         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12452         gnus-group-redraw-line-number.
12453         (gnus-group-redraw-check): Simplify.
12454         (gnus-group-tool-bar-update): Remove redraw check.
12455         (gnus-group-make-tool-bar): Add redraw check.
12457 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12459         * gnus-art.el (gnus-button): Add missing parentheses.
12461 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12463         * lpath.el: Fbind line-number-at-pos.
12465 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12467         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12469 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12471         * gnus-art.el (gnus-button): New face.
12472         (gnus-article-button-face): Use it.
12474         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12475         Add gnus-summary-next-page.  Re-order.
12477         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12478         next-node are now included.
12479         (gnus-group-redraw-line-number): New internal variable.
12480         (gnus-group-redraw-check): Helper function for updating the tool
12481         bar.
12482         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12484         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12486         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12487         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12488         Use it to match format of Spamassassin 3.0 and later.
12489         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12490         (spam-check-bogofilter)
12491         (spam-bogofilter-register-with-bogofilter): Fix args of
12492         `gnus-error' calls.
12494 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12496         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12497         unnecessary interaction when sending queued mails.
12498         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12500 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12502         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12503         first or last are nil.
12505 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12507         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12509 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12511         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12513 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12515         * dns.el (query-dns): Protect more against buggy tcp output.
12517 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12519         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12520         nov.php.
12522 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12524         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12525         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12526         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12527         output on the server side.
12528         (nnweb-google-create-mapping): Update regexps and add some
12529         progress indication.
12531 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12533         * gnus-group.el (gnus-group-tool-bar-gnome):
12534         Fix gnus-agent-toggle-plugged.  Re-order icons.
12535         (gnus-group-tool-bar-gnome):
12536         Add gnus-group-{prev,next}-unread-group.
12537         (gnus-group-tool-bar-gnome): Re-order icons.
12539         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12540         Move gnus-summary-insert-new-articles.
12542         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12543         Fix comments.
12545         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12546         also available in Emacs 21.3.
12548         * message.el (message-fix-before-sending): Change "Emacs 22" to
12549         "Emacs 23 (unicode)" in comment.
12551         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12552         "Emacs 23 (unicode)" in comment.
12554         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12555         comment.
12556         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12558         * mm-view.el (mm-fill-flowed): Add :version.
12560 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12562         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12563         and load-path.
12565 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12567         * message.el: Autoload gmm-image-load-path.
12568         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12569         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12570         consitency.
12572         * gmm-utils.el (gmm-image-load-path): Also search in
12573         "../etc/images".  Don't set gmm-image-load-path if we don't find
12574         the image.
12576 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12578         * gmm-utils.el (gmm-image-load-path): Don't make
12579         `gmm-image-load-path' include subdirectories which the second arg
12580         `image' might specify.
12582         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12583         subdirectory to icon file names.
12585         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12587 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12589         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12590         gmm-image-load-path calls.
12592         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12594         * message.el (message-make-tool-bar): Ditto.
12596         * mml.el (mml-preview): Add comment concerning tool bar icons.
12598         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12599         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12601         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12602         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12604         * message.el (message-tool-bar-gnome): Use new icon names.
12605         (message-make-tool-bar): Use `gmm-image-load-path'.
12607         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12608         New functions from MH-E.
12609         (gmm-image-load-path): New variable from MH-E.
12610         (gmm-image-load-path): New function from MH-E.  Add arguments
12611         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12612         *-image-load-path-called-flag.
12614 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12616         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12618 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12620         * nnimap.el (nnimap-request-move-article): Change folder back to
12621         source group before deleting.
12623 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12625         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12627         * gnus-art.el (mm-url-insert-file-contents-external):
12628         Autoload mm-url.
12630         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12632 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12634         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12635         coding system which mm-charset-to-coding-system returns for a
12636         given charset is valid.
12638 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12640         * html2text.el (html2text-remove-tag-list):
12641         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12643 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12645         * gnus-cus.el: Revert 2005-10-17 change.
12647 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12649         * gnus-art.el (article-strip-banner):
12650         Call article-really-strip-banner only when the regexp match is made.
12652 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12654         * gnus-art.el (article-strip-banner):
12655         Use gnus-extract-address-components instead of
12656         mail-header-parse-addresses to make it work with non-ASCII text;
12657         remove mail-encode-encoded-word-string.
12659         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12660         values which are surrounded with \"...\"; make it never cause a
12661         Lisp error; give up parsing of parameters if it failed in
12662         extracting type.
12664 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12666         * smime.el (smime-cert-by-ldap-1): Fix bug where
12667         `smime-ldap-search' returns results without userCertificates.
12669 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12671         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12673 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12675         * spam.el (spam-check-spamassassin-headers): Adapt format for
12676         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12677         <ari@mbf.ocn.ne.jp>.
12678         (spam-list-of-processors): Add spam-use-gmane.
12680 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12682         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12683         make-temp-file; make it work with XEmacs as well.
12685         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12686         mm-make-temp-file.
12688         * mm-decode.el (mm-display-external): Use the 3rd arg of
12689         mm-make-temp-file.
12690         (mm-create-image-xemacs): Ditto.
12692 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12694         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12695         with message-narrow-to-headers.
12696         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12697         (gnus-draft-check-draft-articles): New function.
12698         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12700 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12702         * gnus-art.el (gnus-article-browse-html-parts):
12703         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12704         Don't use suffix argument for mm-make-temp-file for Emacs 21
12705         compatibility.  Remove useless `format'.
12707 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12709         * nnweb.el (nnweb-google-wash-article): Update regexps.
12710         (nnweb-group-alist): Use defvoo instead of defvar.
12712 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12714         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12715         re-loading nn* modules.
12717 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12719         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12720         for `tool-bar-mode' and don't check it's default-value.
12722         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12724         * message.el (message-make-tool-bar): Ditto.
12726         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12727         `substring'.  Shorten tmp-file name.
12729         * gnus.el: Remove bogus comment.
12731 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12733         * gnus-art.el (gnus-article-browse-html-parts): New function.
12734         (gnus-article-browse-html-article): New function for viewing html
12735         articles with a browser.
12737 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12739         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12740         in elisp.
12741         (pgg-gpg-encrypt-symmetric-region): Ditto.
12742         (pgg-gpg-sign-region): Ditto.
12744         * pgg-def.el (pgg-text-mode): New variable.
12746         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12747         (mml2015-pgg-encrypt): Ditto.
12749         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12750         (mml1991-pgg-encrypt): Ditto.
12752 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12754         * nnfolder.el (nnfolder-insert-newsgroup-line):
12755         Use message-make-date instead of current-time-string.
12757         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12758         to gnus-decoded which mm-uu might set.
12760 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12762         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12763         don't decode quoted parameters; remove misimported Emacs code.
12764         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12765         (rfc2231-decode-encoded-string): Don't use split-string which
12766         behaves differently according to Emacs version; use
12767         mm-decode-coding-region to convert charset to coding-system.
12768         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12769         (rfc2231-encode-string): Remove misimported Emacs code.
12771 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12773         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12774         when calling mail-header-parse-content-type.
12775         (article-de-quoted-unreadable): Ditto.
12776         (article-de-base64-unreadable): Ditto.
12777         (article-wash-html): Ditto.
12779         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12780         calling mail-header-parse-content-type and
12781         mail-header-parse-content-disposition.
12782         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12783         mail-header-parse-content-type.
12785         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12786         insert charset and format parameters; encode description after
12787         inserting it to buffer.
12788         (mml-insert-parameter): Fold lines properly even if a parameter is
12789         segmented into two or more lines; change the max column to 76.
12791         * rfc1843.el (rfc1843-decode-article-body): Don't use
12792         ignore-errors when calling mail-header-parse-content-type.
12794         * rfc2231.el (rfc2231-parse-string): Return at least type if
12795         possible; don't cause an error even if it fails in parsing of
12796         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12797         (rfc2231-encode-string): Don't break lines at the beginning, leave
12798         it to mml-insert-parameter.
12800         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12801         calling mail-header-parse-content-type.
12803 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12805         * spam-report.el (spam-report-gmane-use-article-number):
12806         Improve doc string.
12807         (spam-report-gmane-internal): Check if a suitable header was found
12808         in the article.
12810 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12812         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12813         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12815 2006-02-05  Romain Francoise  <romain@orebokech.com>
12817         Update copyright notices of all files in the gnus directory.
12819 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12821         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12823 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12825         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12826         segmented lines of parameter value to cope with Thunderbird 1.5
12827         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12828         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12829         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12831 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12833         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12834         parts.
12836 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12838         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12839         there's only one active file for all servers.
12840         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12841         solid groups.  Gnus might have used a FAST request to select the group.
12842         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12843         and nnweb-search redundantly in the active file.
12844         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12845         (nnweb-request-create-group): Don't use ARGS.
12846         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12847         initialisations.  Let nnoo do the work.
12849 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12851         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12852         Say the part has been decoded.
12854         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12856 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12858         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12859         mailcap-viewer-test-cache when there's no 'test clause, since that
12860         will invert the meaning of a "nil" test previously determined by
12861         mailcap-mailcap-entry-passes-test.
12863 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12865         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12866         compiling.
12868         * gnus-sum.el: Ditto.
12870         * message.el: Don't bind tool-bar-map when compiling.
12872 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12874         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12876 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12878         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12879         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12880         current Google Groups.
12882 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12884         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12885         and tool-bar-mode.
12887         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12888         and tool-bar-mode.
12890         * message.el (message-tool-bar-update): Simplify.
12891         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12893         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12894         gnus-summary-buffer.
12895         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12896         gnus-summary-reply.
12898         * gmm-utils.el (gmm): Add :version.
12900 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12902         * Makefile.in (clean): New rule.
12903         (distclean): Use it.
12905 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12907         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12908         Don't autoload.
12910 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12912         * gmm-utils.el (gmm-verbose): Add :group.
12914 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12916         * message.el: Change some comments WRT tool-bars.
12918         * gnus-sum.el (gnus-summary-tool-bar)
12919         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12920         (gnus-summary-tool-bar-zap-list): New variables.
12921         (gnus-summary-make-tool-bar): Complete rewrite using
12922         `gmm-tool-bar-from-list'.
12924         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12925         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12926         New variables.
12927         (gnus-group-make-tool-bar): Complete rewrite using
12928         `gmm-tool-bar-from-list'.
12929         (gnus-group-tool-bar-update): New function.
12931         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12933 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12935         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12936         is dissected into a single part of which the type is the same as
12937         the given one; decode charset.
12939 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12941         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12942         into alists as symbol not string, since that's what
12943         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12944         look for.
12946 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12948         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12949         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12951         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12953 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12955         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12956         (gnus-xmas-mime-security-button-menu): New function.
12958         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12959         (gnus-mime-security-button-menu): New definition.
12960         (gnus-mime-security-button-map): Use them.
12961         (gnus-mime-security-button-menu): New function.
12962         (gnus-insert-mime-security-button): Addition to help echo.
12963         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12964         (gnus-mime-security-pipe-part): New functions.
12966         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12967         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12969         * mm-decode.el (mm-handle-set-disposition): Remove.
12970         (mm-handle-set-description): Remove.
12972 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12974         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12975         (mm-w3m-standalone-supports-m17n-p): New function.
12976         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12977         w3m usage.
12979         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12980         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12982 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12984         * message.el (message-tool-bar-zap-list):
12985         Use gmm-tool-bar-zap-list as custom type.
12986         (message-tool-bar-update): New function.
12987         (message-tool-bar, message-tool-bar-gnome)
12988         (message-tool-bar-retro): Add message-tool-bar-update.
12989         (message-tool-bar-gnome): Add flyspell-buffer.
12991         * gnus-util.el (gnus-error): Describe `args'.
12993         * gmm-utils.el (gmm-error): Describe `args'.
12994         (gmm-tool-bar-zap-list): New widget.
12995         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12997 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12999         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13000         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13001         the number of recursive calls.
13003         * mm-decode.el (mm-handle-set-disposition): New macro.
13004         (mm-handle-set-description): New macro.
13006 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13008         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13009         encoding.
13011 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13013         * message.el (message-tool-bar-zap-list, message-tool-bar)
13014         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13015         (message-tool-bar-local-item-from-menu): Remove.
13016         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13017         (message-make-tool-bar): New function.
13018         (message-mode): Use `message-make-tool-bar'.
13020         * gmm-utils.el: New file.
13021         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13022         (gmm-lazy): New widget copied from `nnmail.el'.
13023         (gmm-tool-bar-from-list): New function for creating customizable
13024         tool bars.
13025         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13026         output.
13027         (gmm): Add :prefix to defgroup.
13029 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13031         * gmm-utils.el (gmm-widget-p): New function.
13033 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13035         * mml.el (mml-attach-file): Describe `description' in doc string.
13036         (mml-menu): Add Emacs MIME manual and PGG manual.
13038 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13040         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13042 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13044         * nntp.el (nntp-end-of-line): Doc fix.
13046 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13048         * imap.el (imap-open): Handle case where buffer is a buffer
13049         object.
13051 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13053         * gnus-delay.el (gnus-delay): Don't autoload.
13054         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13055         to be re-loaded when customizing the `gnus-delay' group.
13057 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13059         * message.el (message-insert-citation-line): Use newlines.
13061 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13063         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13064         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13065         these routines, so the passphrase can be managed externally and
13066         passed in to the system.
13067         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13068         pgg-add-passphrase-to-cache function.
13070         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13071         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13072         these routines, so the passphrase can be managed externally and
13073         passed in to the system.
13074         (pgg-pgp5-sign-region): Use new name of
13075         pgg-add-passphrase-to-cache function.
13077 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13079         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13080         part of the decoded armor to find the key-identifier.
13081         (pgg-gpg-lookup-key-owner): New function to return the
13082         human-readable identifier of a key owner.
13083         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13084         itself.
13085         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13086         the key value) if we have a key and can match it against a secret
13087         key.  Also, added a note pointing out fact that the prompt only
13088         indicates the first matching key.
13090         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13091         pgg-decrypt-region.
13092         (pgg-add-passphrase-to-cache): Rename from
13093         `pgg-add-passphrase-cache' to reduce confusion (all callers
13094         changed).
13095         (pgg-remove-passphrase-from-cache): Rename from
13096         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13097         changed).
13098         (pgg-read-passphrase, pgg-add-passphrase-cache)
13099         (pgg-remove-passphrase-cache): Add informative docstrings.
13100         (pgg-decrypt): Convey provided passphrase in subordinate call to
13101         pgg-decrypt-region.
13103 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13105         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13106         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13107         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13108         'passphrase' argument, so the passphrase can be managed externally
13109         and then passed in to the system.
13111         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13112         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13113         so the passphrase cache can be used reliably with identifiers
13114         besides a pgp packet's key id.
13116         * pgg-gpg.el (pgg-gpg-encrypt-region)
13117         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13118         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13119         these routines, so the passphrase can be managed externally and
13120         passed in to the system.
13122         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13123         'notruncate' argument, so the passphrase cache can be used
13124         reliably with identifiers besides a pgp packet's key id.
13126 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13128         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13129         symmetric encryption.
13130         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13131         encrypted session key.
13132         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13133         message ask for the passphrase in a proper way.
13135         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13136         New user commands for symmetric encryption.
13138 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13140         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13142         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13144 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13146         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13148 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13150         * mm-decode.el (mm-inlined-types): Add application/pgp.
13151         (mm-automatic-display): Ditto.
13153         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13154         part as text.
13156 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13158         * nnrss.el: Update copyright.
13159         (nnrss-opml-import): Query whether to subscribe to each entry.
13161         * gnus-art.el:
13162         * gnus-sum.el:
13163         * gnus-xmas.el:
13164         * messagexmas.el:
13165         * mm-uu.el:
13166         * mm-view.el: Update copyright.
13168 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13170         * message.el (message-info): New function.
13171         (message-mode-menu): Add it.
13172         Update copyright.
13174         * ChangeLog: Fix and update copyright.
13176 2006-01-13  Romain Francoise  <romain@orebokech.com>
13178         * message.el (message-forward-subject-name-subject): Prefer the
13179         address to 'nowhere' if the sender has no name.
13180         Fix typo.  Update copyright year.
13182 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13184         * gnus-art.el (article-wash-html):
13185         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13186         (gnus-article-wash-html-with-w3m-standalone): New function.
13188         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13189         mm-inline-text-html-render-with-w3m-standalone.
13190         (mm-text-html-washer-alist): Map w3m-standalone to
13191         gnus-article-wash-html-with-w3m-standalone.
13192         (mm-inline-text-html-render-with-w3m-standalone): New function.
13194 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13196         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13197         Improve LaTeX.
13199 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13201         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13202         (nnrss-request-article): Render text/plain parts as HTML.
13204         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13205         the buffer.
13207 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13209         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13210         custom definition of `gnus-posting-styles'.
13212         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13213         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13215 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13217         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13218         Use nntp for bug archive.
13220 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13222         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13223         parts.
13224         (nnrss-normalize-date): New function converts ISO 8601 date into
13225         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13226         (nnrss-check-group): Use it.
13228 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13230         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13232         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13233         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13234         (nnrss-insert-w3): Ditto.
13236 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13238         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13239         the articles to be forwarded including the case where neither a
13240         number of articles nor a region is specified.
13242 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13244         * nnrss.el (nnrss-request-article): Fix last change; fill
13245         text/plain parts.
13247 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13249         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13250         in text/plain part.
13251         (nnrss-check-group): Don't add excessive newline to dc:subject.
13253 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13255         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13256         article.
13258 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13260         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13261         (nnml-use-compressed-files, nnml-save-mail): Support other
13262         comression programs such as bzip2.
13264 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13266         * dns.el (query-dns): Make sure we check the buffer size before
13267         removing tcp headers.
13269 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13271         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13272         remove MIME buttons associated with multipart/alternative parts.
13273         (gnus-mime-display-alternative): Tag buttons using `article-type'
13274         text property.
13276         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13277         associated with multipart/alternative parts.
13279         * gnus-art.el (gnus-signature-separator): Fix custom type.
13281         * mm-decode.el (mm-inlined-types): Fix custom type.
13282         (mm-keep-viewer-alive-types): Ditto.
13283         (mm-automatic-display): Ditto.
13284         (mm-attachment-override-types): Ditto.
13285         (mm-inline-override-types): Ditto.
13286         (mm-automatic-external-display): Ditto.
13288 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13290         * spam-report.el (spam-report-user-mail-address)
13291         (spam-report-user-agent): New variables.
13292         (spam-report-url-ping-plain): Use spam-report-user-agent.
13294 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13296         * gnus-art.el (gnus-button-handle-custom): Do not just use
13297         `customize-apropos' for any "M-x customize-*" button but the
13298         function called for.  Accept both the function name and its
13299         argument in order to achieve this.
13300         (gnus-button-alist): Remove support for "custom:" URL's.
13301         Pass function name to `gnus-button-handle-custom' in case of "M-x
13302         customize-*" buttons.
13304 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13306         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13307         multipart/alternative and add xref to mm-discouraged-alternatives
13308         in doc string.
13310         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13311         gnus-buttonized-mime-types in doc string.
13313 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13315         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13316         Suggest image/.* in the doc string.
13318 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13320         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13321         message-marks (Debian bug #342521).
13323 2005-12-12  Simon Josefsson  <jas@extundo.com>
13325         * password.el (password-read-from-cache): Add.
13326         (password-read): Use it.
13328 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13330         * rfc2047.el (rfc2047-charset-to-coding-system):
13331         Recognize us-ascii as a MIME charset.
13333         * mm-bodies.el (mm-decode-content-transfer-encoding):
13334         Protect against the case where the 2nd arg TYPE is nil.
13336 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13338         * pop3.el (pop3-stream-type): Fix custom version.
13340         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13342 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13344         * mm-decode.el (mm-display-external): Add missing cdr.
13346 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13348         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13349         RFC1524) if it is in mailcap or add a suffix according to
13350         mailcap-mime-extensions when generating a temp filename; postpone
13351         deleting a temp file for 2 seconds for some wrappers, shell
13352         scripts, and so on, which might exit right after having started a
13353         viewer command as a background job.
13355 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13357         * nntp.el (nntp-marks-directory): Fix custom group.
13359         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13360         steps when < 10.
13362         * gnus-start.el (gnus-no-server-1):
13363         Mention `gnus-level-default-subscribed' in doc string.
13365 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13367         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13368         parens.
13370 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13372         * gnus-xmas.el (gnus-use-toolbar): Revert.
13373         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13374         gnus-use-toolbar is default.
13376         * messagexmas.el (message-use-toolbar): Revert.
13377         (message-setup-toolbar): Use global default-toolbar if
13378         message-use-toolbar is default.
13380 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13382         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13383         according to default-toolbar-visible-p.
13385         * messagexmas.el (message-use-toolbar): Ditto.
13387 2005-11-26  Dave Love  <fx@gnu.org>
13389         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13390         (tls-program, tls-success): Provide openssl alternative.
13392         * starttls.el: Doc fixes.
13393         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13394         SERVICE to PORT.
13396         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13397         port null or service name.
13398         (starttls-negotiate): Autoload.
13400 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13402         * message.el (message-kill-to-signature): Fix interactive spec.
13404 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13406         * pop3.el (pop3-open-server): Recognize a string as a service name.
13408 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13410         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13412 2005-11-23  Dave Love  <fx@gnu.org>
13414         Add pop3s, pop3/starttls.
13416         * pop3.el (pop3-authentication-scheme): Clarify doc.
13417         (open-tls-stream, starttls-open-stream): Autoload.
13418         (pop3-stream-type): New.
13419         (pop3-open-server): Use it.
13421         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13422         for POP.
13423         (mail-source-keyword-map): Add :stream for POP.
13424         (mail-source-fetch-pop): Use pop3-stream-type.
13426 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13428         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13429         of current-time-string.
13431 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13433         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13434         date header.
13436 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13438         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13439         it can seriously impact performance as it bypasses the agent's
13440         local caches.
13442 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13444         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13445         must be explicitly online rather than "not explicitly offline" for
13446         its flags to be synchronized.
13448         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13449         that gnus-uu-unmark-thread will function correctly.
13451         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13452         1024K is instead displayed as 1M.
13454 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13456         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13458 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13460         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13462 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13464         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13465         error message to display actual error condition.
13466         (gnus-agent-save-local): Avoid saving symbols that are bound to
13467         nil as they simply result in a warning message in
13468         gnus-agent-read-local.
13470 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13472         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13473         rather than make-variable-buffer-local for file-precious-flag.
13475 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13477         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13478         for duplicates which are removed.  The invalid sort check then
13479         triggers a rescan after the sort as sorting may have moved
13480         duplicate entries such that they can be cheaply detected.
13482 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13484         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13486 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13488         * gnus-agent.el (gnus-agent-article-alist-save-format):
13489         Change internal variable to a custom variable.  Change default value
13490         from compressed(2) to uncompressed(1).
13491         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13492         support for uncompressed agentview files.  Taken together, reading
13493         the agentview file should now be 6-7 times faster.
13495 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13497         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13498         as a buffer-local variable.  This avoids creating truncated
13499         dribble files as a result of a hang up, eg.
13501 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13503         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13504         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13505         XEmacs.
13507 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13509         * gnus-start.el (gnus-start-draft-setup):
13510         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13512         * gnus.el (gnus-splash): Change custom group.
13513         (gnus-group-get-parameter, gnus-group-parameter-value):
13514         Describe allow-list argument.
13516         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13517         string.
13519 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13521         * gnus-art.el (gnus-default-article-saver): Add user-defined
13522         `function' to custom type.
13524 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13526         * imap.el (imap-open): Handle case where buffer is a buffer
13527         object.
13529 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13531         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13532         long lines.
13533         (gnus-cache-delete-group): Wrap doc strings.
13535         * gnus-agent.el (gnus-agent-rename-group)
13536         (gnus-agent-delete-group): Wrap doc strings.
13538 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13540         * messagexmas.el (message-use-toolbar): Change the valid values
13541         into default, top, bottom, left, and right.
13542         (message-toolbar-thickness): New variable.
13543         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13544         well.
13545         (message-setup-toolbar): Make it work.
13547         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13548         (gnus-use-toolbar): Change the valid values into default, top,
13549         bottom, left, and right.
13550         (gnus-toolbar-thickness): New variable.
13551         (gnus-xmas-setup-toolbar): New function.
13552         (gnus-xmas-setup-group-toolbar): Use it.
13553         (gnus-xmas-setup-summary-toolbar): Use it.
13555 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13557         * gnus-start.el (gnus-1): Add "native" to
13558         gnus-predefined-server-alist.
13560         * gnus.el (gnus-method-to-server): Don't add "native" to the
13561         lists here, because that leads to problems when
13562         gnus-select-method is bound.
13564 2005-11-09  Simon Josefsson  <jas@extundo.com>
13566         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13567         use (not sort-by-date) instead.
13569 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13571         * gnus-delay.el (gnus-delay-group): Don't autoload.
13572         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13573         to be re-loaded when customizing the `gnus-delay' group.
13575 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13577         * message.el: Revert last changes.
13578         (message-insert-citation-line): Use newlines.
13580 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13582         * message.el (message-courtesy-message)
13583         (message-mark-insert-begin, message-mark-insert-end)
13584         (message-elide-ellipsis, message-cancel-message)
13585         (message-add-header, message-change-subject)
13586         (message-cross-post-followup-to-header)
13587         (message-cross-post-insert-note, message-reduce-to-to-cc)
13588         (message-widen-reply, message-delete-not-region)
13589         (message-kill-to-signature, message-insert-signature)
13590         (message-insert-importance-high, message-insert-importance-low)
13591         (message-insert-or-toggle-importance)
13592         (message-insert-disposition-notification-to)
13593         (message-indent-citation, message-yank-original)
13594         (message-cite-original-without-signature, message-cite-original)
13595         (message-insert-citation-line, message-position-on-field)
13596         (message-fix-before-sending, message-send-mail-partially)
13597         (message-send-mail, message-send-mail-with-sendmail)
13598         (message-send-mail-with-qmail, message-send-news)
13599         (message-check-news-header-syntax, message-generate-headers)
13600         (message-insert-courtesy-copy, message-fill-address)
13601         (message-fill-header, message-shorten-references)
13602         (message-setup-1, message-cancel-news)
13603         (message-forward-make-body-plain, message-forward-make-body-mime)
13604         (message-forward-make-body-mml, message-encode-message-body)
13605         (message-forward-make-body-digest-plain)
13606         (message-forward-make-body-digest-mime)
13607         (message-use-alternative-email-as-from): Insert `hard-newline'
13608         instead of ordinary newlines.
13610 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13612         * message.el (message-generate-headers): Downcase the argument
13613         given to message-check-element.
13615 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13617         * nntp.el (nntp-authinfo-rejected): New error condition.
13618         (nntp-wait-for): Use new error condition to signal authentication
13619         error.
13620         (nntp-retrieve-data): Rethrow new error condition to break out of
13621         recursive call to nntp-send-authinfo.
13623 2005-11-08  Romain Francoise  <romain@orebokech.com>
13625         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13626         (gnus-summary-exit-map): Bind to `Z p'.
13627         (gnus-summary-make-menu-bar): Add menu item.
13629 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13631         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13632         (gnus-treat-*): Add `first' in all doc strings.
13634         * gnus-group.el (gnus-group-compact-group): Fix typo.
13636 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13638         * gnus.el (gnus-parameters-case-fold-search): New variable.
13639         (gnus-parameters-get-parameter): Use it.
13641         * gnus-score.el (gnus-home-score-file): Doc fix.
13643 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13645         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13647 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13649         * mm-util.el (mm-special-display-p): New function.
13651         * mml.el (mml-preview): Use it; doc fix.
13653 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13655         * imap.el (imap-open): Handle case where buffer is a buffer object.
13657 2005-10-29  Romain Francoise  <romain@orebokech.com>
13659         * message.el (message-fix-before-sending): Fix comment.
13661 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13663         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13665 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13667         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13668         Used in gnus-score.el.
13670 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13672         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13674 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13676         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13677         whitespace removed in revision 7.8.  Use concatenated string to
13678         protect trailing whitespace.
13680 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13682         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13683         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13684         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13685         Courier IMAP ("some version from 2004").  Mostly based on similar
13686         code in the same function.
13688 2005-10-26  Didier Verna  <didier@xemacs.org>
13690         * gnus-group.el (gnus-group-compact-group): Invalidate original
13691         article buffer.
13692         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13693         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13694         NOV database and in article itself.
13695         Invalidate article backlog.
13697 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13699         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13701 2005-10-26  Simon Josefsson  <jas@extundo.com>
13703         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13704         part of 2004-07-25 change.
13706 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13708         * message.el (message-display-completion-list): New function.
13709         (message-expand-group): Use it; make sure the Completions buffer
13710         is modifiable.
13711 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13713         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13714         user-mail-name is an empty string.
13716 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13718         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13719         depending on gnus-score-decay-constant.
13721         * encrypt.el (encrypt-insert-file-contents)
13722         (encrypt-write-file-contents): Don't use `gnus-message'.
13724         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13725         arguments.
13726         (mm-uu-type-alist): Add message-marks and insert-marks.
13727         Pass arguments to mm-uu-verbatim-marks-extract.
13728         (mm-uu-hide-markers): New variable.
13729         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13731         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13732         (gnus-convert-image-to-face-command): Use "convert" by default to
13733         allow other input image formats.
13734         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13735         accordingly.
13737 2005-10-23  Simon Josefsson  <jas@extundo.com>
13739         * imap.el (imap-gssapi-program): Align command line parameters
13740         with latest GNU SASL.
13741         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13743 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13745         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13746         HTML.
13747         (nnslashdot-request-article): Ditto.
13749         * lpath.el (featurep): Add nobreak-char-display.
13751 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13753         * mail-source.el (mail-source-fetch-pop): Require pop3.
13754         (mail-source-check-pop): Ditto.
13756 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13758         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13759         errors.
13761 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13763         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13764         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13766         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13768         * mm-bodies.el (mm-decode-string):
13769         Call `mm-charset-to-coding-system' with allow-override argument.
13771 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13773         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13774         (rfc2047-charset-to-coding-system): New function.
13775         (rfc2047-decode-encoded-words): New function.
13776         (rfc2047-decode-region): Use them.
13777         (rfc2047-decode-cte): Remove.
13778         (rfc2047-parse-and-decode): Remove.
13779         (rfc2047-decode): Remove.
13781 2005-10-15  Kenichi Handa  <handa@m17n.org>
13783         * rfc2047.el (rfc2047-decode-cte): New function.
13784         (rfc2047-decode-region): Change the way to decode successive
13785         encoded-words: decode B- or Q-encoding in each encoded-word,
13786         concatenate them, and decode it as charset.
13788 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13790         * lpath.el: Fbind codepage-setup for XEmacs.
13792 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13794         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13795         widget-move-and-invoke.
13796         (gnus-custom-mode): Use gnus-custom-map.
13798 2005-10-15  Bill Wohler  <wohler@newt.com>
13800         * message.el (message-tool-bar-map): Rename image file from
13801         mail_send to mail/send.
13803 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13805         * message.el (message-expand-group): Pass the common
13806         prefix substring of completion to `display-completion-list'.
13808 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13810         * mml-sec.el (mml-secure-method): New internal variable.
13811         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13812         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13813         New functions using mml-secure-method.
13815         * mml.el (mml-mode-map): Add key bindings for those functions.
13816         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13817         Harder <harder@myrealbox.com>.
13818         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13819         Goto end of message if point is the headers of the message.
13821         * message.el (message-in-body-p): New function.
13823         * assistant.el: Autoload gnus-util and netrc.
13825         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13826         Use `mm-charset-override-alist' only when decoding.
13828         * mm-bodies.el (mm-decode-body):
13829         Call `mm-charset-to-coding-system' with allow-override argument.
13831         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13832         `filename' from Content-Disposition if Content-Type doesn't
13833         provide `name'.
13834         (gnus-mime-view-part-as-type): Set default instead of
13835         initial-input.
13837 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13839         * format-spec.el (format-spec): Propagate text properties of % spec.
13841 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13843         * gnus-art.el (gnus-treat-predicate): Add `first'.
13845 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13847         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13848         (mm-charset-override-alist): New variable.
13849         (mm-charset-to-coding-system): Use it.
13850         (mm-codepage-setup): New helper function.
13851         (mm-charset-eval-alist): New variable.
13852         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13853         Warn about unknown charsets.
13855         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13857 2005-10-04  David Hansen  <david.hansen@gmx.net>
13859         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13860         (nnrss-check-group): Ditto.
13862 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13864         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13865         Rename x-gnus-verbatim to x-verbatim.
13866         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13868         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13869         x-verbatim.
13871         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13873         * gnus-util.el (gnus-remove-duplicates): Remove.
13875         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13876         instead of gnus-remove-duplicates.
13878         * message.el (message-remove-duplicates): Remove.
13879         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13880         message-remove-duplicates.
13882         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13883         available, else use implementation from `delete-dups'.
13885         * message.el (message-insert-expires): New function.
13886         (message-mode-map): Add key binding.
13887         (message-mode-field-menu): Add menu entry.
13888         (message-mode): Document it.
13889         (message-make-expires-date): Use `message-make-date'.
13891 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13893         * message.el (message-make-expires-date): New function.
13895 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13897         * Makefile.in (list-installed-shadows): New entry.
13898         (install): Use it.
13899         (remove-installed-shadows): New entry.
13901         * dgnushack.el (dgnushack-default-load-path): New variable.
13902         (dgnushack-find-lisp-shadows): New function.
13903         (dgnushack-remove-lisp-shadows): New function.
13905 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13907         * Makefile.in (install-el-elc): New entry.
13908         (install): Use it so that .el files are necessarily installed.
13910 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13912         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13914 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13916         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13917         function rather than the diff-mode.el package.
13918         (mm-display-external): Use with-current-buffer.
13919         (mm-viewer-completion-map, mm-viewer-completion-map):
13920         Move initialization inside declaration.
13922 2005-09-29  Simon Josefsson  <jas@extundo.com>
13924         * spam.el: Load hashcash when compiling, to avoid warnings.
13925         Don't autoload mail-check-payment.
13926         (spam-check-hashcash): Define unconditionally, since hashcash.el
13927         is part of Gnus now.  Ignore errors from payment checking.
13929 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13931         * message.el (message-bold-region, message-unbold-region):
13932         Rename from `bold-region' and `unbold-region'.
13934         * message.el: Remove useless autoloads.
13936 2005-09-28  Simon Josefsson  <jas@extundo.com>
13938         * message.el (message-use-idna): Default to t.
13939         (message-use-idna): Test whether encoding works too.  Doc fix.
13941 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13943         * nntp.el (nntp-warn-about-losing-connection): Remove.
13945 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13947         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13948         customizable.  Change default value.
13949         (mm-uu-diff-groups-regexp): Change default value.
13950         (mm-uu-type-alist): Add doc string.
13951         (mm-uu-configure): Add doc string.  Make it interactive.
13952         (mm-uu-tex-groups-regexp): New variable.
13953         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13954         (mm-uu-type-alist): Add LaTeX documents.
13955         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13956         of "text/verbatim".
13957         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13959         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13960         instead of "text/verbatim".
13962         * message.el (message-mark-inserted-region)
13963         (message-mark-insert-file): Use slrn style marks when called with
13964         prefix argument.
13966 2005-09-27  Simon Josefsson  <jas@extundo.com>
13968         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13970 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13972         * message.el (message-remove-duplicates): New function.
13973         Implementation borrowed from `gnus-remove-duplicates'.
13974         (message-idna-to-ascii-rhs): Also encode idna addresses in
13975         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13976         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13977         only ask about the same idna domain once per header and also tell
13978         in what header to replace the idna domain.
13980         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13981         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13982         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13983         a header is decoded and not just the last one.
13985 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13987         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13988         has been decoded.
13990         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13991         (mm-insert-part): Don't modify text if it has been decoded.
13993         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13994         decoded.
13996         * mm-view.el (mm-inline-text): Don't strip text props unless
13997         decoding enriched or richtext parts.
13999 2005-09-25  Romain Francoise  <romain@orebokech.com>
14001         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14002         * gnus-start.el (gnus-subscribe-interactively):
14003         * gnus-uu.el (gnus-uu-grab-articles):
14004         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14005         space.
14007 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14009         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14010         * mm-view.el (mm-view-pkcs7-decrypt):
14011         * gnus-sum.el (gnus-summary-limit-to-extra)
14012         (gnus-summary-respool-article, gnus-read-move-group-name):
14013         * gnus-score.el (gnus-summary-increase-score):
14014         * gnus-util.el (gnus-completing-read-with-default):
14015         * gnus-art.el (gnus-read-save-file-name)
14016         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14017         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14018         * message.el (message-check-news-header-syntax):
14019         Follow convention for reading with the minibuffer.
14021 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14023         * spam-report.el (spam-report-url-ping-plain):
14024         Use gnus-extended-version as User-Agent.
14026         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14027         default value is nil.
14029         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14030         (mm-uu-verbatim-marks-extract): New function.
14031         (mm-uu-extract): New face.
14032         (mm-uu-copy-to-buffer): Use it.
14034         * spam-report.el (spam-report-gmane-ham): Rename from
14035         `spam-report-gmane-unspam'.
14036         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14037         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14039         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14040         Autoload.
14041         (spam-report-gmane-unregister-routine):
14042         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14044 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14046         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14047         (spam-report-gmane-unregister-routine): Add support for gmane
14048         unregistration.
14050         * spam-report.el (spam-report-gmane-unspam)
14051         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14052         (spam-report-gmane): Change to take a single article and do unspam
14053         registration.
14055 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14057         * mm-url.el (mm-url-decode-entities): Fix regexp.
14059 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14061         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14062         default to nil, to be able to use Gnus at all.  If the default
14063         switches to something else, then the function should be fixed not
14064         be exceedingly slow.
14066 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14068         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14069         fail hard.
14071         * spam-report.el: Add better Keywords line.
14073         * spam.el: Add Maintainer and better Keywords line.
14075 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14077         * gnus-art.el (gnus-article-replace-part)
14078         (gnus-mime-replace-part): New functions.
14079         (gnus-mime-action-alist, gnus-mime-button-commands)
14080         (gnus-mime-save-part-and-strip): Add file argument.
14081         (gnus-article-part-wrapper): Add interactive argument.
14083         * gnus-sum.el (gnus-summary-mime-map):
14084         Add `gnus-article-replace-part'.
14086 2005-09-19  Didier Verna  <didier@xemacs.org>
14088         The nnml compaction feature:
14089         * nnml.el (nnml-request-compact-group): New function.
14090         * nnml.el (nnml-request-compact): New function.
14091         * gnus-int.el (gnus-request-compact-group): New function.
14092         * gnus-int.el (gnus-request-compact): New function.
14093         * gnus-group.el (gnus-group-compact-group): New function.
14094         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14095         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14096         * gnus-srvr.el (gnus-server-compact-server): New function.
14097         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14098         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14100 2005-09-18  Deepak Goel  <deego@gnufans.org>
14102         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14103         format spec.
14105 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14107         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14109 2005-09-15  Romain Francoise  <romain@orebokech.com>
14111         * message.el (message-fill-paragraph): Clarify docstring.
14113 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14115         * gnus-art.el (gnus-mime-display-part): Protect against broken
14116         MIME messages.
14118 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14120         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14121         before parsing header.
14123 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14125         * html2text.el (html2text-replace-list): Add new entities.
14127 2005-09-11  Romain Francoise  <romain@orebokech.com>
14129         * message.el (message-alternative-emails): Improve docstring.
14130         (message-setup-1): Call `message-use-alternative-email-as-from'
14131         after `message-setup-hook' to give it precedence over posting
14132         styles, etc.
14133         (message-use-alternative-email-as-from): Add docstring.
14134         Remove the original From header if present.
14136         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14137         (nnml-save-mail): Use it.
14139         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14140         articles.  Add new argument `silent'.
14141         (gnus-uu-mark-all): Report the total number of marked articles.
14143 2005-09-10  Romain Francoise  <romain@orebokech.com>
14145         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14146         (gnus-uu-mark-series): Likewise.
14148 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14150         * spam-report.el (spam-report-gmane): Fix generation of spam
14151         report URL.
14153 2005-09-10  Simon Josefsson  <jas@extundo.com>
14155         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14156         t, based on discussion on the ding list with Robert Epprecht
14157         <epprecht@solnet.ch>.
14159 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14161         * spam-report.el (spam-report-gmane): Make it work without
14162         X-Report-Spam header.  Gmane now only provides Archived-At.
14163         This is only used if `spam-report-gmane-use-article-number' is nil.
14164         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14166         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14167         make `gnus-summary-sort-by-recipient' work with threading.
14169         * nnweb.el (nnweb-google-wash-article): Print a message if article
14170         is not available.
14172 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14174         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14175         change.  Decode text/* parts content before displaying.
14177 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14179         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14181 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14183         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14185         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14186         url-package-name, url-package-version,
14187         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14188         w3m-display-inline-images, and w3m-minor-mode-map.
14190 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14192         * message.el (message-tab-body-function): Fix mismatched custom type.
14194         * gnus.el (gnus-group-change-level-function): Ditto.
14196         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14198         * gnus-art.el (gnus-signature-limit)
14199         (gnus-article-mime-part-function): Ditto.
14201 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14203         * mml.el (mml-mode): Silence the byte compiler.
14205         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14206         using `(sit-for 0)' before moving the point to the specified part;
14207         skip unbuttonized parts.
14208         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14209         return to the summary window if gnus-auto-select-part is non-nil.
14211 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14213         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14214         New variables.
14215         (mml-dnd-attach-file, mml-mode): Use them.
14217         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14218         Make fetching article by MID work again for Google Groups.
14219         Add FIXME concerning gnus-group-make-web-group.
14221         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14222         Don't depend on Gnus by using mail-extract-address-components if
14223         gnus-extract-address-components is not bound.
14225 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14227         * gnus-art.el (gnus-mime-display-security): Don't display the
14228         signature, but only the signed part.
14230 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14232         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14234         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14235         list, not listp.
14237 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14239         * mm-encode.el (mm-encode-content-transfer-encoding):
14240         Likewise when encoding.
14242         * mm-bodies.el (mm-decode-content-transfer-encoding):
14243         De-canonicalize CRLF for all text content types, not just
14244         text/plain.
14246 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14248         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14249         valid article; point arrow and cursor at the MIME button.
14251 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14253         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14254         Suggested by Dan Christensen <jdc@uwo.ca>.
14256         * mm-decode.el (mm-save-part): Enable change of prompt.
14258 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14260         * gnus-msg.el (gnus-inews-add-send-actions):
14261         Make `message-post-method' lambda parameter ARG `&optional'.
14263 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14265         * gnus-sum.el (gnus-summary-mime-map):
14266         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14267         gnus-article-jump-to-part.
14269         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14270         (gnus-article-edit-part): Use it.
14271         (gnus-article-part-wrapper): Add no-handle argument.
14272         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14273         New functions.
14275 2005-08-29  Romain Francoise  <romain@orebokech.com>
14277         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14278         docstring.
14279         (gnus-face-from-file): Likewise.
14281 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14283         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14284         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14285         non-nil.
14286         (gnus-auto-select-part): New variable.
14287         (gnus-article-jump-to-part): New function.
14288         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14289         (gnus-mime-delete-part): Allow selecting specified part after
14290         deleting or stripping parts.
14291         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14292         part if argument is bogus.
14294 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14296         * gnus-art.el (w3m-minor-mode-map):
14297         * gnus-spec.el (gnus-newsrc-file-version):
14298         * gnus-util.el (nnmail-active-file-coding-system)
14299         (gnus-original-article-buffer, gnus-user-agent):
14300         * gnus.el (gnus-ham-process-destinations)
14301         (gnus-parameter-ham-marks-alist)
14302         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14303         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14304         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14305         * mm-decode.el (gnus-current-window-configuration):
14306         * mm-extern.el (gnus-article-mime-handles):
14307         * mm-url.el (url-current-object, url-package-name)
14308         (url-package-version):
14309         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14310         (smime-keys, w3m-cid-retrieve-function-alist)
14311         (w3m-current-buffer, w3m-display-inline-images)
14312         (w3m-minor-mode-map):
14313         * mml-smime.el (gnus-extract-address-components):
14314         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14315         (gnus-newsrc-hashtb, message-default-charset)
14316         (message-deletable-headers, message-options)
14317         (message-posting-charset, message-required-mail-headers)
14318         (message-required-news-headers):
14319         * mml1991.el (mc-pgp-always-sign):
14320         * mml2015.el (mc-pgp-always-sign):
14321         * nnheader.el (nnmail-extra-headers):
14322         * rfc1843.el (gnus-decode-encoded-word-function)
14323         (gnus-decode-header-function, gnus-newsgroup-name):
14324         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14326 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14328         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14329         the end of the date treatments.
14331 2005-08-15  Simon Josefsson  <jas@extundo.com>
14333         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14334         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14335         Capello and Romain Francoise.
14336         (pgg-fetch-key-function): Remove, not used?
14337         (pgg-insert-url-with-w3): Require url, to get
14338         url-insert-file-contents regardless of where it is defined.
14340 2005-08-13  Romain Francoise  <romain@orebokech.com>
14342         * message.el (message-cite-original-1): New function.
14343         (message-cite-original): Use it.
14344         (message-cite-original-without-signature): Ditto.
14346 2005-08-08  Romain Francoise  <romain@orebokech.com>
14348         * message.el (message-yank-empty-prefix): New variable.
14349         (message-indent-citation): Use it.
14350         (message-cite-original-without-signature): Respect X-No-Archive.
14352 2005-08-08  Simon Josefsson  <jas@extundo.com>
14354         * pgg.el: Autoload url-insert-file-contents instead of loading
14355         w3/url.
14356         (pgg-insert-url-with-w3): Don't load url here.
14358 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14360         * message.el (message-kill-to-signature): Don't insert newline at
14361         bol.
14362         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14364 2005-08-06  Romain Francoise  <romain@orebokech.com>
14366         * message.el (message-user-fqdn): Fix typo in docstring.
14368 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14370         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14372         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14374 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14376         * mm-bodies.el (mm-encode-body): Use coding system rather than
14377         charset to encode text.
14379         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14380         number of charsets if utf-8 is available (XEmacs).
14382 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14384         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14385         taken from `gnus-button-mid-or-mail-regexp'.
14386         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14387         (gnus-button-alist): Improve regexp for domain part of the MIDs
14388         for news:localpart@domain buttons.
14389         (gnus-button-ctan-directory-regexp): Update.
14391 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14393         * sieve-manage.el (sieve-manage-interactive-login):
14394         Use make-local-variable rather than make-variable-buffer-local.
14395         (sieve-manage-open): Ditto.
14396         (sieve-manage-authenticate): Ditto.
14398         * mml.el (mml-generate-mime-1): Make the content type default to
14399         text/plain if the filename is not specified.
14401 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14403         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14404         instead of insert-buffer.
14406         * message.el (message-yank-original): Ditto; set the mark at the
14407         end of the yanked message.
14409 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14411         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14412         lines to scroll rather than to stop it.
14414         * mml.el (mml-generate-default-type): Add doc string.
14415         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14416         default to application/octet-stream when determining the content
14417         type if it is not specified for the part or the mml contents; add
14418         a comment about mml-generate-default-type.
14420 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14422         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14423         make it default to application/octet-stream when determining the
14424         content type if it is not specified for the external contents.
14426 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14428         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14429         segmented parameter but also other parameters might be there.
14431 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14433         * mm-decode.el (mm-display-external): Delete temp file, directory
14434         and buffer immediately if the external process is exited.
14436 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14438         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14439         fewer lines than that of scroll-margin.
14440         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14442 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14444         * gnus-art.el (gnus-article-next-page): Revert.
14445         (gnus-article-beginning-of-window): New macro.
14446         (gnus-article-next-page-1): Use it.
14447         (gnus-article-prev-page): Ditto.
14448         (gnus-article-edit-part): Use insert-buffer-substring instead of
14449         insert-buffer.
14450         (gnus-article-edit-exit): Ditto.
14452         * gnus-util.el (gnus-beginning-of-window): Remove.
14453         (gnus-end-of-window): Remove.
14455         * lpath.el: Don't bind header-line-format and scroll-margin.
14457 2005-07-25  Simon Josefsson  <jas@extundo.com>
14459         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14460         to have the url package without w3.  Reported by Daiki Ueno
14461         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14463 2005-07-20  Didier Verna  <didier@xemacs.org>
14465         * gnus-diary.el: Remove the description comment (nndiary is now
14466         properly documented in the Gnus manual).
14467         Fix the spelling of "Back End".
14468         * nndiary.el: Ditto.
14469         Fix the copyright notice.
14471 2005-07-18  Romain Francoise  <romain@orebokech.com>
14473         * gnus-sum.el (gnus-summary-to-prefix)
14474         (gnus-summary-newsgroup-prefix): New variables.
14475         (gnus-summary-from-or-to-or-newsgroups): Use them.
14477 2005-07-17  Romain Francoise  <romain@orebokech.com>
14479         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14480         space as it's generally not especially interesting to the user.
14482 2005-07-16  Romain Francoise  <romain@orebokech.com>
14484         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14485         nil to avoid prompting and file modification if one of the
14486         messages at the top of the nnfolder file contains a copyright
14487         notice.
14488         Update copyright notice.
14490         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14491         instead of `current-time-string' as the latter creates a time
14492         string that is not RFC 2822 compliant (it lacks the zone).
14493         Update copyright notice.
14495 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14497         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14498         for text/rtf.  Display default in prompt.  Pass default for M-n.
14500         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14502 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14504         * gnus-msg.el (gnus-button-mailto):
14505         Remove save-selected-window-window hackery because it relies on
14506         save-selected-window internals.
14508 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14510         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14511         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14512         (gnus-article-prev-page): Ditto.
14514         * gnus-util.el (gnus-beginning-of-window): New function.
14515         (gnus-end-of-window): New function.
14517         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14519 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14521         * gnus-score.el (gnus-score-edit-all-score):
14522         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14523         gnus-message.
14525 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14527         * gnus-msg.el (gnus-button-mailto):
14528         Remove save-selected-window-window hackery because it relies on
14529         save-selected-window internals.
14531 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14533         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14534         add-minor-mode.
14535         (gnus-binary-mode): Ditto.
14537         * gnus-topic.el (gnus-topic-mode): Ditto.
14539 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14541         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14542         (gnus-article-prev-page): Take scroll-margin into consideration.
14544 2005-07-04  Lute Kamstra  <lute@gnu.org>
14546         Update FSF's address in GPL notices.
14548 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14550         * gnus.el (gnus-exit):
14551         * gnus-group.el (gnus-group-icons):
14552         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14554         * gnus-nocem.el (gnus-nocem):
14555         * message.el (message-various, message-buffers, message-sending)
14556         (message-interface, message-forwarding, message-insertion)
14557         (message-headers, message-news, message-mail):
14558         * pgg-gpg.el (pgg-gpg):
14559         * pgg-parse.el (pgg-parse):
14560         * pgg-pgp.el (pgg-pgp):
14561         * pgg-pgp5.el (pgg-pgp5):
14562         * pop3.el (pop3): Finish `defgroup' description with period.
14564 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14566         * gnus-art.el (article-display-face): Improve the efficiency.
14567         (article-display-x-face): Ditto; remove grey x-face stuff.
14569 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14571         * gnus-art.el (article-display-face): Correct the position in
14572         which Faces are inserted.
14574 2005-06-29  Didier Verna  <didier@xemacs.org>
14576         * gnus-art.el (article-display-face): Display faces in correct
14577         order.
14579 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14581         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14582         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14583         (gnus-nocem-check-article): Fetch the Type header.
14584         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14585         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14586         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14587         make sure gnus-nocem-hashtb is initialized.
14588         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14589         (gnus-nocem-unwanted-article-p): Ditto.
14591         * pgg.el (pgg-verify): Return the verification result.
14593 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14595         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14596         is ascii.
14598 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14600         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14601         `show-nonbreak-escape'.
14603 2005-06-23  Lute Kamstra  <lute@gnu.org>
14605         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14607         * dig.el (dig-mode):
14608         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14610 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14612         * nnimap.el (nnimap-split-download-body): Fix spellings.
14614 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14616         * gnus-art.el (gnus-article-encrypt-body):
14617         * gnus-cus.el (gnus-score-customize):
14618         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14619         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14621 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14623         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14624         header by looking for magic "MII" at the beginnig.
14626 2005-06-16  Miles Bader  <miles@gnu.org>
14628         * gnus-xmas.el (gnus-xmas-group-startup-message):
14629         Use renamed gnus-splash face.
14631         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14632         (assistant-field-face): New backward-compatibility alias for renamed
14633         face.
14634         (assistant-render-text): Use renamed assistant-field face.
14636         * spam.el (spam): Remove "-face" suffix from face name.
14637         (spam-face): New backward-compatibility alias for renamed face.
14638         (spam-face, spam-initialize): Use renamed spam face.
14640         * message.el (message-header-to, message-header-cc)
14641         (message-header-subject, message-header-newsgroups)
14642         (message-header-other, message-header-name)
14643         (message-header-xheader, message-separator, message-cited-text)
14644         (message-mml): Remove "-face" suffix from face names.
14645         (message-header-to-face, message-header-cc-face)
14646         (message-header-subject-face, message-header-newsgroups-face)
14647         (message-header-other-face, message-header-name-face)
14648         (message-header-xheader-face, message-separator-face)
14649         (message-cited-text-face, message-mml-face):
14650         New backward-compatibility aliases for renamed faces.
14651         (message-font-lock-keywords): Use renamed message faces.
14653         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14654         (sieve-test-commands, sieve-tagged-arguments):
14655         Remove "-face" suffix from face names.
14656         (sieve-control-commands-face, sieve-action-commands-face)
14657         (sieve-test-commands-face, sieve-tagged-arguments-face):
14658         New backward-compatibility aliases for renamed faces.
14659         (sieve-control-commands-face, sieve-action-commands-face)
14660         (sieve-test-commands-face, sieve-tagged-arguments-face):
14661         Use renamed sieve faces.
14663         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14664         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14665         (gnus-group-news-3-empty, gnus-group-news-4)
14666         (gnus-group-news-4-empty, gnus-group-news-5)
14667         (gnus-group-news-5-empty, gnus-group-news-6)
14668         (gnus-group-news-6-empty, gnus-group-news-low)
14669         (gnus-group-news-low-empty, gnus-group-mail-1)
14670         (gnus-group-mail-1-empty, gnus-group-mail-2)
14671         (gnus-group-mail-2-empty, gnus-group-mail-3)
14672         (gnus-group-mail-3-empty, gnus-group-mail-low)
14673         (gnus-group-mail-low-empty, gnus-summary-selected)
14674         (gnus-summary-cancelled, gnus-summary-high-ticked)
14675         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14676         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14677         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14678         (gnus-summary-low-undownloaded)
14679         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14680         (gnus-summary-low-unread, gnus-summary-normal-unread)
14681         (gnus-summary-high-read, gnus-summary-low-read)
14682         (gnus-summary-normal-read, gnus-splash):
14683         Remove "-face" suffix from face names.
14684         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14685         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14686         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14687         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14688         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14689         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14690         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14691         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14692         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14693         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14694         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14695         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14696         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14697         (gnus-summary-normal-ticked-face)
14698         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14699         (gnus-summary-normal-ancient-face)
14700         (gnus-summary-high-undownloaded-face)
14701         (gnus-summary-low-undownloaded-face)
14702         (gnus-summary-normal-undownloaded-face)
14703         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14704         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14705         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14706         (gnus-splash-face):
14707         New backward-compatibility aliases for renamed faces.
14708         (gnus-group-startup-message): Use renamed gnus faces.
14710         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14711         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14712         (gnus-server-agent): Remove "-face" suffix from face names.
14713         (gnus-server-agent-face, gnus-server-opened-face)
14714         (gnus-server-closed-face, gnus-server-denied-face)
14715         (gnus-server-offline-face):
14716         New backward-compatibility aliases for renamed faces.
14717         (gnus-server-agent-face, gnus-server-opened-face)
14718         (gnus-server-closed-face, gnus-server-denied-face)
14719         (gnus-server-offline-face): Use renamed gnus faces.
14721         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14722         Remove "-face" suffix from face names.
14723         (gnus-picon-xbm-face, gnus-picon-face):
14724         New backward-compatibility aliases for renamed faces.
14726         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14727         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14728         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14729         (gnus-cite-11): Remove "-face" suffix from face names.
14730         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14731         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14732         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14733         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14734         New backward-compatibility aliases for renamed faces.
14735         (gnus-cite-attribution-face, gnus-cite-face-list)
14736         (gnus-article-boring-faces): Use renamed gnus faces.
14738         * gnus-art.el (gnus-signature, gnus-header-from)
14739         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14740         (gnus-header-content): Remove "-face" suffix from face names.
14741         (gnus-signature-face, gnus-header-from-face)
14742         (gnus-header-subject-face, gnus-header-newsgroups-face)
14743         (gnus-header-name-face, gnus-header-content-face):
14744         New backward-compatibility aliases for renamed faces.
14745         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14747         * gnus-sum.el (gnus-summary-selected-face)
14748         (gnus-summary-highlight): Use renamed gnus faces.
14749         * gnus-group.el (gnus-group-highlight): Likewise.
14751 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14753         * gnus-sieve.el (gnus-sieve-article-add-rule):
14754         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14755         * spam-stat.el (spam-stat-buffer-change-to-spam)
14756         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14758         * message.el (message-is-yours-p):
14759         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14761 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14763         * mm-view.el (mm-inline-text): Withdraw the last change.
14765 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14767         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14768         executing enriched-decode.
14770 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14772         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14773         charset of tar files.
14775 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14777         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14779 2005-06-04  Lute Kamstra  <lute@gnu.org>
14781         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14782         information is never recorded.
14784 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14786         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14788 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14790         * pop3.el (pop3-apop): Run md5 in the binary mode.
14792         * starttls.el (starttls-set-process-query-on-exit-flag):
14793         Use eval-and-compile.
14795 2005-05-31  Simon Josefsson  <jas@extundo.com>
14797         * smime.el (smime-replace-in-string): Define.
14798         (smime-cert-by-ldap-1): Use it.
14800 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14802         * gnus-art.el (article-display-x-face): Replace
14803         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14805         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14806         set-process-query-on-exit-flag or process-kill-without-query.
14808         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14809         loop instead of replace-regexp.
14811         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14812         instead of process-kill-without-query if it is available.
14814         * lpath.el: Fbind ldap-search-entries.
14816         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14817         instead of find-file-hooks if it is available.
14819         * mml1991.el: Bind pgg-default-user-id when compiling.
14821         * mml2015.el: Bind pgg-default-user-id when compiling.
14823         * nndraft.el (nndraft-request-associate-buffer):
14824         Use write-contents-functions instead of write-contents-hooks if it is
14825         available.
14827         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14828         instead of find-file-hooks if it is available.
14830         * nntp.el (nntp-open-connection): Replace
14831         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14832         (nntp-open-ssl-stream): Ditto.
14833         (nntp-open-tls-stream): Ditto.
14835         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14836         set-process-query-on-exit-flag or process-kill-without-query.
14837         (starttls-open-stream-gnutls): Use it instead of
14838         process-kill-without-query.
14839         (starttls-open-stream): Ditto.
14841 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14843         * smime.el (smime-cert-by-ldap-1): Don't use
14844         replace-regexp-in-string.
14846 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14848         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14850         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14851         in PEM format.  Adjust to the XEmacs compability.
14853 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14855         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14856         by `string-to-number'.
14857         * gnus-agent.el (gnus-agent-regenerate-group)
14858         (gnus-agent-fetch-articles): Ditto.
14859         * gnus-art.el (gnus-button-fetch-group): Ditto.
14860         * gnus-cache.el (gnus-cache-generate-active)
14861         (gnus-cache-articles-in-group): Ditto.
14862         * gnus-group.el (gnus-group-set-current-level)
14863         (gnus-group-insert-group-line): Ditto.
14864         * gnus-score.el (gnus-score-set-expunge-below)
14865         (gnus-score-set-mark-below, gnus-summary-score-effect)
14866         (gnus-summary-score-entry): Ditto.
14867         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14868         (gnus-soup-pack): Ditto.
14869         * gnus-spec.el (gnus-xmas-format): Ditto.
14870         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14871         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14872         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14873         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14874         * nndb.el (nndb-get-remote-expire-response): Ditto.
14875         * nndiary.el (nndiary-parse-schedule-value)
14876         (nndiary-string-to-number, nndiary-request-replace-article)
14877         (nndiary-request-article): Ditto.
14878         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14879         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14880         * nneething.el (nneething-make-head): Ditto.
14881         * nnfolder.el (nnfolder-request-article)
14882         (nnfolder-retrieve-headers): Ditto.
14883         * nnheader.el (nnheader-file-to-number): Ditto.
14884         * nnkiboze.el (nnkiboze-request-article): Ditto.
14885         * nnmail.el (nnmail-process-unix-mail-format)
14886         (nnmail-process-babyl-mail-format): Ditto.
14887         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14888         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14889         (nnmh-request-create-group, nnmh-request-list-1)
14890         (nnmh-request-group, nnmh-request-article): Ditto.
14891         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14892         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14893         * nnsoup.el (nnsoup-make-active): Ditto.
14894         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14895         * nntp.el (nntp-find-group-and-number)
14896         (nntp-retrieve-headers-with-xover): Ditto.
14897         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14898         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14899         (pgg-format-key-identifier): Ditto.
14900         * pop3.el (pop3-last, pop3-stat): Ditto.
14901         * qp.el (quoted-printable-decode-region): Ditto.
14903         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14904         of concat.
14906 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14908         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14910         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14912         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14914         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14916         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14918         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14920         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14921         (gnus-carpal-mode): Ditto.
14923         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14924         (gnus-browse-mode): Ditto.
14926         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14928         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14930 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14932         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14934 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14936         * gnus-util.el (gnus-run-mode-hooks): New function.
14938         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14940         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14941         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14943 2005-05-27  Lute Kamstra  <lute@gnu.org>
14945         * dns-mode.el (dns-mode): Specify customization group.
14947 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14949         * gnus-agent.el (gnus-agent-make-mode-line-string):
14950         Use mode-line-highlight as mouse-face.
14952 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14954         * canlock.el (canlock): Change the parent group to news.
14956         * deuglify.el (gnus-outlook-deuglify): Add :group.
14958         * dig.el (dig): Add :group.
14960         * dns-mode.el (dns-mode): Add :group.
14962         * encrypt.el (encrypt): Add :group.
14964         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14965         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14966         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14967         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14968         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14970         * gnus-diary.el (gnus-diary): Add :group.
14972         * gnus.el (gnus-group-news-1-face): Add :group.
14973         (gnus-group-news-1-empty-face): Ditto.
14974         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14975         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14976         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14977         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14978         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14979         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14980         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14981         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14982         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14983         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14984         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14985         (gnus-summary-high-ticked-face): Ditto.
14986         (gnus-summary-low-ticked-face): Ditto.
14987         (gnus-summary-normal-ticked-face): Ditto.
14988         (gnus-summary-high-ancient-face): Ditto.
14989         (gnus-summary-low-ancient-face): Ditto.
14990         (gnus-summary-normal-ancient-face): Ditto.
14991         (gnus-summary-high-undownloaded-face): Ditto.
14992         (gnus-summary-low-undownloaded-face): Ditto.
14993         (gnus-summary-normal-undownloaded-face): Ditto.
14994         (gnus-summary-high-unread-face): Ditto.
14995         (gnus-summary-low-unread-face): Ditto.
14996         (gnus-summary-normal-unread-face): Ditto.
14997         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14998         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15000         * hashcash.el (hashcash): New custom group.
15001         (hashcash-default-payment): Add :group.
15002         (hashcash-payment-alist): Ditto.
15003         (hashcash-default-accept-payment): Ditto.
15004         (hashcash-accept-resources): Ditto.
15005         (hashcash-path): Ditto.
15006         (hashcash-extra-generate-parameters): Ditto.
15007         (hashcash-double-spend-database): Ditto.
15008         (hashcash-in-news): Ditto.
15010         * message.el (message-minibuffer-local-map): Add :group.
15012         * netrc.el (netrc): Add :group.
15014         * sieve-manage.el (sieve-manage-log): Add :group.
15015         (sieve-manage-default-user): Diito.
15016         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15017         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15018         (sieve-manage-authenticators): Ditto.
15019         (sieve-manage-authenticator-alist): Ditto.
15020         (sieve-manage-default-port): Ditto.
15022         * sieve-mode.el (sieve-control-commands-face): Add :group.
15023         (sieve-action-commands-face): Ditto.
15024         (sieve-test-commands-face): Ditto.
15025         (sieve-tagged-arguments-face): Ditto.
15027         * smime.el (smime): Add :group.
15029         * spam-report.el (spam-report): Add :group.
15031         * spam.el (spam, spam-face): Add :group.
15033 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15035         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15036         return \n.\n.\n at the end of articles.  Protect against that.
15037         (nntp-with-open-group): Allow debugging.
15039         * nnheader.el (mail-header-set-extra): Make into a function
15040         because I just could't understand how to quote the list properly.
15042         * dns.el (query-dns-cached): New function.
15044 2005-05-26  Lute Kamstra  <lute@gnu.org>
15046         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15048 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15050         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15052         * gnus-art.el: Don't autoload mail-extract-address-components.
15054         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15055         eval-and-compile to evaluate it.
15057         * hashcash.el: Don't autoload executable-find.
15059         * nndb.el: Don't declare the nndb back end two or more times; don't
15060         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15062         * nntp.el: Autoload format-spec instead of format; use
15063         eval-and-compile to evaluate autoload forms.
15065 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15067         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15069 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15071         * gnus.el (gnus-version-number): Bump version.
15073 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15075         * gnus.el: No Gnus v0.3 is released.
15077 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15079         * lpath.el (featurep): Bind show-nonbreak-escape.
15081 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15083         * gnus-art.el (gnus-article-edit-part): Disable undo.
15085 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15087         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15088         gnus-article-date-lapsed-new-header is t if date timer is active;
15089         skip headers in which the original date value is empty.
15090         (gnus-article-save-original-date): Redefine it as a macro.
15091         (gnus-display-mime): Use it.
15093 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15095         * gnus-art.el (article-date-ut): Support converting date in
15096         forwarded parts as well.
15097         (gnus-article-save-original-date): New function.
15098         (gnus-display-mime): Use it.
15100 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15102         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15103         enclosure element of <item>.
15105 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15107         * message.el (message-kill-buffer-query): Rename from
15108         `message-kill-buffer-query-if-modified'.  Add :version.
15110 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15112         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15113         window layout.
15115 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15117         * mml.el: Autoload dnd when compiling.
15119 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15121         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15122         x-dnd-*.
15124 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15126         * qp.el (quoted-printable-encode-region): Save excursion.
15128 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15130         * message.el (message-kill-buffer-query-if-modified): Add new variable
15131         so the user can kill a modified message buffer quickly.
15132         (message-kill-buffer): Use it.
15134 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15136         * lpath.el: Fbind display-time-event-handler; don't fbind
15137         string-to-multibyte.
15139         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15141 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15143         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15144         contained in text because xml.el decodes entities) with LFs.
15146 2005-04-11  Lute Kamstra  <lute@gnu.org>
15148         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15149         differently.
15151 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15153         * mm-util.el (mm-detect-coding-region): Typo.
15155 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15157         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15159 2005-04-06  Deepak Goel  <deego@gnufans.org>
15161         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15162         user-function allow user modifications of the scores.
15163         (spam-stat-score-buffer-user): New function, to allow
15164         user-computed modifications to the score.
15165         (spam-stat-score-buffer-user-functions): List of additional
15166         scoring functions.
15167         (spam-stat-error-holder): Global temporary error holder.
15168         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15169         variable.
15171 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15173         * gnus-registry.el (gnus-registry-clean-empty-function)
15174         (gnus-registry-trim, gnus-registry-fetch-groups)
15175         (gnus-registry-delete-group): Groups that match
15176         `gnus-registry-ignored-groups' are removed from the registry
15177         entries, not just ignored for splitting.  This helps clean up the
15178         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15179         to get all the groups a message ID is in.
15181         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15182         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15183         (spam-stat-score-buffer-user-functions): Add :number custom type.
15185 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15187         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15188         argument in XEmacs.
15190         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15191         (nnrss-request-group): Decode group name first.
15192         (nnrss-request-article): Make a text/plain article if mml-to-mime
15193         failed.
15194         (nnrss-get-encoding): Return a compatible encoding according to
15195         nnrss-compatible-encoding-alist.
15196         (nnrss-find-el): Use consp instead of listp.
15197         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15199 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15201         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15202         which Emacs 20 doesn't support.
15203         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15205 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15207         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15208         silence the byte compiler inside the defun.
15210         * gnus-demon.el (parse-time-string): Add autoload.
15212         * gnus-delay.el (parse-time-string): Add autoload.
15214         * gnus-art.el (parse-time-string): Add autoload.
15216         * nnultimate.el (parse-time): Require for `parse-time-string'.
15218 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15220         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15222         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15224         * smime.el (smime-ldap-host-list): Add :version.
15226 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15228         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15229         pass it to `gnus-browse-read-group'.
15230         (gnus-browse-read-group): Add NUMBER argument and pass it to
15231         `gnus-group-read-ephemeral-group'.
15233         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15234         argument and pass it to `gnus-group-read-group'.
15236 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15238         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15239         mm-xemacs-find-mime-charset-1 if we have the mule feature
15240         available at runtime.
15242 2005-03-25  Werner Lemberg  <wl@gnu.org>
15244         * nnmaildir.el: Replace `illegal' with `invalid'.
15246 2005-03-23  Lute Kamstra  <lute@gnu.org>
15248         * time-date.el: Add comment on time value formats.
15249         Don't require parse-time.
15250         (with-decoded-time-value): New macro.
15251         (encode-time-value): New function.
15252         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15253         (days-to-time): Return a valid time value when arg is huge.
15254         (time-since): Use time-subtract.
15255         (time-to-number-of-days): Use time-to-seconds.
15257 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15259         * gnus-start.el (gnus-display-time-event-handler):
15260         Check display-time-timer at runtime rather than only at load time
15261         in case display-time-mode is turned off in the mean time.
15263 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15265         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15266         used.
15268         * nneething.el (nneething-map-file-directory): Derive from
15269         `gnus-directory'.
15271         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15272         the To/Cc button.
15274 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15276         * nnmaildir.el (nnmaildir-request-accept-article):
15277         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15279 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15281         * gnus-async.el: Require timer-funcs at compile time when in
15282         XEmacs for `run-with-idle-timer'.
15284 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15286         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15287         autoloaded function.
15289 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15291         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15293 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15295         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15297 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15299         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15300         Add gnus-expert-user to default.
15302 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15304         * nnimap.el (nnimap-open-server): Ditto.
15306         * imap.el (imap-authenticate): Fix typo.
15308 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15310         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15311         buffer (since IMAP server might return FETCH response out of
15312         order, and the nntp buffer must be sorted).
15314 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15316         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15317         comparison on string.
15319         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15320         (gnus-agent-score): Rename category keywords to match gnus-cus.
15321         (gnus-agent-summary-fetch-series): Modify to protect against
15322         gnus-agent-summary-fetch-group clearing processable flags.
15323         (gnus-agent-synchronize-group-flags): Update live group buffer as
15324         synchronization may occur due to the user toggle the plugged
15325         status.
15326         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15327         successfully downloaded.
15328         (gnus-agent-expire-group-1): Avoid using markers when the overview
15329         is in ascending order; greatly improves performance.
15330         (gnus-agent-regenerate-group):
15331         Use gnus-agent-synchronize-group-flags to reset read status in both
15332         gnus and server.
15333         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15335 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15337         * message.el: Don't autoload former message-utils variables.
15338         (message-strip-subject-trailing-was): Change doc string.
15340         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15341         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15342         (nnweb-google-search): Add "hl=en" here.
15343         (nnweb-google-parse-1, nnweb-google-create-mapping):
15344         Don't hardcode URL.
15346 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15348         * message.el (message-get-reply-headers, message-followup):
15349         Mention related variables `message-use-followup-to' and
15350         `message-use-mail-followup-to', in the information buffer.
15352         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15353         of broken groups(-beta).google.com.
15355 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15357         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15358         parameter to invoked gnus-request-move-article; remove the
15359         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15360         all at once instead of once per article.
15361         (gnus-summary-remove-process-mark): Accept a list of articles as
15362         well as a single article for processing.
15364         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15365         parameter.
15367         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15369         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15371         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15372         parameter.
15374         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15375         parameter.
15377         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15378         parameter and remove the gnus-sum-hint-move-is-internal variable.
15380         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15381         parameter.
15383         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15384         parameter.
15386         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15387         parameter.
15389         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15391         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15392         parameter.
15394         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15395         parameter.
15397 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15399         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15400         a more conservative way.
15402 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15404         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15405         buffer, so it moves the window's cursor.
15407 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15409         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15410         `mm-dissect-multipart' and receive the from field as an (optional)
15411         argument from `mm-dissect-multipart'.
15412         (mm-dissect-multipart): Receive the from field as an argument and
15413         pass it on when we call `mm-dissect-buffer' on MIME parts.
15414         Fixes verification/decryption of signed/encrypted MIME parts.
15416 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15418         * gnus-sum.el (gnus-summary-move-article):
15419         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15420         whatever it calls (right now, only nnimap-request-move article
15421         respects it).
15423         * nnimap.el (nnimap-request-move-article):
15424         When gnus-sum-hint-move-is-internal is set, don't do the extra
15425         nnimap-request-article.
15427 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15429         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15431         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15432         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15434         * gnus-sum.el (gnus-summary-caesar-message):
15435         Apply `gnus-treat-article' after rotation.
15437         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15438         doc string.
15440 2005-02-22  Simon Josefsson  <jas@extundo.com>
15442         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15443         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15444         <arne@arnested.dk>.
15445         (encrypt): Add password-cache and password-cache-expiry as group
15446         members.
15448 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15450         * smime.el (smime-ldap-host-list): Doc fix.
15451         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15452         cache) password.
15453         (smime-sign-region): Use it.
15454         (smime-decrypt-region): Use it.
15455         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15456         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15457         fails.
15458         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15459         certificate from DER to PEM format rather than calling openssl.
15461         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15463         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15464         for signing/encryption.
15466         * mml.el (mml-parse-1): Use them.
15468 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15470         * nnrss.el (nnrss-verbose): Remove.
15471         (nnrss-request-group): Use `nnheader-message' instead.
15473 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15475         * nnrss.el (nnrss-verbose): New variable.
15476         (nnrss-request-group): Make it say nnrss is requesting a group.
15478 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15480         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15481         Handle news URL with given port correctly.
15483 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15485         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15486         containing special characters.
15488         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15490         * mml.el (mime-to-mml): Ditto.
15492         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15493         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15494         (rfc2047-decode-region): Quote decoded words containing special
15495         characters when rfc2047-quote-decoded-words-containing-tspecials
15496         is non-nil.
15498 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15500         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15502         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15504 2005-02-15  Simon Josefsson  <jas@extundo.com>
15506         * nnimap.el (nnimap-debug): Doc fix.
15508         * imap.el (imap-debug): Doc fix.
15510 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15512         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15514 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15516         * gnus.el (spam-contents): Improve docs for spam-contents
15517         parameter in its variable incarnation.
15519 2005-02-14  Simon Josefsson  <jas@extundo.com>
15521         * smime-ldap.el: Use require instead of load-library for ldap.
15522         (smime-ldap-search): Indent.
15523         (smime-ldap-search-internal): Shorten line.
15525         * smime.el (smime-cert-by-dns): Add doc-string.
15526         (smime-cert-by-ldap-1): Indent.
15528         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15529         mml-smime-get-dns-ldap.
15530         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15532 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15534         * smime.el: Require smime-ldap.
15535         (smime-ldap-host-list): New variable.
15536         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15538         * mml-smime.el (mml-smime-encrypt-query): New function.
15539         (mml-smime-encrypt-query): Use it.
15541         * smime-ldap.el: New file.
15543 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15545         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15547 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15549         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15550         argument in doc string.  Make query for type more clear.
15552 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15554         * gnus.el (gnus-group-startup-message): Search for gnus images in
15555         etc/images/gnus.
15556         * mm-util.el (mm-image-load-path): Likewise.
15557         * smiley.el (smiley-data-directory): Search for smilies in
15558         etc/images/smilies.
15560 2005-02-09  Kim F. Storm  <storm@cua.dk>
15562         Change Emacs release version from 21.4 to 22.1 throughout.
15563         Change Emacs development version from 21.3.50 to 22.0.50.
15565 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15567         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15569         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15570         non-Mule XEmacs as well.
15571         (mm-decompress-buffer): Signal an error intentionally if it does
15572         not decompress compressed data because auto-compression-mode is
15573         disabled.
15575 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15577         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15578         an ID in the registry even if it has no groups.
15580 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15582         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15583         merge it into mm-decompress-buffer.
15584         (gnus-mime-copy-part): Use the MIME part charset, the value which
15585         a user specified or gnus-newsgroup-charset for decoding, like
15586         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15587         save-buffer what was used.  Suggested by Kevin Ryde
15588         <user42@zip.com.au>.
15589         (gnus-mime-inline-part): Allow the name parameter as well as the
15590         filename parameter; force decompressing of compressed data; always
15591         display contents being not decoded as unibyte.
15593         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15594         as well as the filename parameter.
15596         * mm-util.el (mm-decompress-buffer):
15597         Merge gnus-mime-jka-compr-maybe-uncompress.
15598         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15599         of compressed data.
15601 2005-02-08  Simon Josefsson  <jas@extundo.com>
15603         * imap.el (imap-log): Doc fix.
15605 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15607         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15608         the coding cookies; decompress compressed parts.
15610         * mml.el (mml-generate-mime-1): Add the charset parameter according
15611         to the value which a user specified manually or the coding cookie.
15613         * mm-util.el (mm-string-to-multibyte): New function.
15614         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15615         (mm-coding-system-to-mime-charset): New function.
15616         (mm-decompress-buffer): New function.
15617         (mm-find-buffer-file-coding-system): New function.
15619         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15620         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15621         parts.
15623 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15625         * mm-view.el (mm-display-inline-fontify): Decode a part according
15626         to the charset parameter.
15628 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15630         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15631         prefix arg is neither nil nor a number, as info specifies.
15633 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15635         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15636         timestamps.
15638 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15640         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15641         groups error checking and notify user.
15643 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15645         * message.el (message-send-mail-function): Check existence of
15646         sendmail-program first before using default value
15647         `message-send-mail-with-sendmail'.  Otherwise use more generic
15648         `smtpmail-send-it'.
15650 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15652         * nntp.el (nntp-request-update-info): Always return nil.
15654 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15656         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15658 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15660         * message.el (message-beginning-of-line): Change the behavior when
15661         invoked between BOL and : so that it first moves backward.
15663 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15665         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15666         article buffer when editing of the article is discarded.
15667         (gnus-article-prepare): Revert.
15669 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15671         * gnus-art.el (gnus-article-prepare):
15672         Remove message-strip-forbidden-properties from the local hook.
15674 2005-01-27  Simon Josefsson  <jas@extundo.com>
15676         * password.el (password-cache-add): Only start one timer per key.
15677         Reported by Derek Atkins <warlord@MIT.EDU>.
15679 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15681         * run-at-time.el: Remove.  It is no longer needed as
15682         timer-funcs.el in the xemacs-base package has a working version of
15683         `run-at-time'.
15685         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15687         * password.el: Require timer-funcs instead of run-at-time in
15688         XEmacs.
15689         Remove `password-run-at-time' macro.
15690         (password-cache-add): Use `run-at-time' instead of
15691         `password-run-at-time'.
15693         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15694         Remove `nnheader-cancel-function-timers' alias,
15695         `cancel-function-timers' exists in XEmacs in timer-funcs.
15697         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15698         for `run-with-idle-timer'.
15700         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15701         for `run-at-time'.
15703         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15704         for `with-timeout'.
15706         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15707         the same as for XEmacs 21.4.
15708         No need to ignore `run-with-idle-timer', this function exists in
15709         XEmacs now in timer-funcs.el in the xemacs-base package.
15710         (dgnushack-compile): No need to delete
15711         run-at-time.el from the list of files to compile because it
15712         doesn't exist anymore.
15714 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15716         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15717         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15719 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15721         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15722         sensitively.
15724 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15726         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15728 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15730         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15731         which will be inserted according to the multibyteness of a buffer
15732         rather than the type of contents.  Suggested by ARISAWA Akihiro
15733         <ari@mbf.ocn.ne.jp>.
15735         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15736         of string which old xml.el may return rather than a string.
15738 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15740         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15742 2005-01-16  Simon Josefsson  <jas@extundo.com>
15744         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15745         idn/idna.el isn't available.
15746         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15747         <michael@waxrat.com>.
15749         * hashcash.el: Remove non-FSF copyright header.
15751         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15752         (hashcash-generate-payment): Use it.
15753         (hashcash-generate-payment-async): Use it.
15755 2005-01-15  Simon Josefsson  <jas@extundo.com>
15757         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15758         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15760         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15761         gnus-summary-idna-message.
15762         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15763         (gnus-summary-idna-message): New function.
15765 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15767         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15768         gnus-novice-user.
15770 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15772         * nnrss.el (nnrss-request-delete-group): Delete entries in
15773         nnrss-group-alist as well.
15774         (nnrss-save-server-data): Insert newline.
15776 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15778         * gnus.el (gnus-user-agent): Use list of symbols instead of
15779         symbols.  Display full version number for (S)XEmacs.
15780         Optionally display (S)XEmacs codename.
15782         * gnus-util.el (gnus-emacs-version): Update for new
15783         `gnus-user-agent'.
15785         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15786         Gnus version.
15788 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15790         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15791         which is unreadable in some setups.
15793 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15795         * gnus-spec.el (gnus-update-format-specifications): Flush the
15796         group format spec cache if it doesn't support decoded group names.
15798 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15800         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15801         Allow to apply decay on score files matching a regexp.
15803 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15805         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15806         compatibility in %g and %c.
15808 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15810         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15811         name for only %g and %c.
15812         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15813         of gnus-tmp-group to decoded group name.
15814         (gnus-group-make-rss-group): Exclude `/'s from group names.
15816 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15818         * nnrss.el (nnrss-get-encoding): Fix regexp.
15820 2004-12-27  Simon Josefsson  <jas@extundo.com>
15822         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15823         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15824         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15826 2004-12-17  Kim F. Storm  <storm@cua.dk>
15828         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15830         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15832 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15834         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15836 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15838         * nnrss.el: Require rfc2047 and mml.
15839         (nnrss-file-coding-system): New variable.
15840         (nnrss-format-string): Redefine it as an inline function.
15841         (nnrss-decode-group-name): New function.
15842         (nnrss-string-as-multibyte): Remove.
15843         (nnrss-retrieve-headers): Decode group name; don't use
15844         nnrss-format-string.
15845         (nnrss-request-group): Decode group name.
15846         (nnrss-request-article): Decode group name; allow a Message-ID as
15847         well as an article number; don't use nnrss-format-string; encode a
15848         Message-ID string which may contain non-ASCII characters; use
15849         mml-to-mime to compose a MIME article.
15850         (nnrss-request-expire-articles): Decode group name.
15851         (nnrss-request-delete-group): Decode group name.
15852         (nnrss-fetch): Clarify error message.
15853         (nnrss-read-server-data): Use insert-file-contents instead of load;
15854         bind file-name-coding-system; use multibyte buffer.
15855         (nnrss-save-server-data): Bind coding-system-for-write to the
15856         value of nnrss-file-coding-system; bind file-name-coding-system;
15857         add coding cookie.
15858         (nnrss-read-group-data): Use insert-file-contents instead of load;
15859         bind file-name-coding-system; use multibyte buffer.
15860         (nnrss-save-group-data): Bind coding-system-for-write to the
15861         value of nnrss-file-coding-system; bind file-name-coding-system.
15862         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15863         make it work with non-ASCII text.
15864         (nnrss-find-el): Make it work with old xml.el as well.
15866 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15868         * nnrss.el (nnrss-get-encoding): New function.
15869         (nnrss-fetch): Use unibyte buffer initially; bind
15870         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15871         decode contents according to the encoding attribute.
15872         (nnrss-save-group-data): Add coding cookie.
15873         (nnrss-mime-encode-string): New function.
15874         (nnrss-check-group): Use it to encode subject and author.
15876 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15878         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15879         imaginary variable.
15881 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15883         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15884         correctly even if there are wide characters.
15886 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15888         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15889         downcased symbol names; make a new cache instead of reusing
15890         bbdb-hashtable.
15892 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15894         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15895         concatenating segments rather than before concatenating them.
15896         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15898         * message.el (message-get-reply-headers): Bind `extra'.
15900 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15902         * message.el (message-extra-wide-headers): New variable.
15903         (message-get-reply-headers): Use it.
15905 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15907         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15908         (gnus-agent-group-pathname): Ditto.
15910         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15912         * gnus-group.el (gnus-group-make-group): Decode group name.
15913         (gnus-group-make-rss-group): Register the group data after opening
15914         the nnrss group.
15916 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15918         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15919         by expiry now get marked as read.
15921 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15923         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15925 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15927         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15928         unify Latin characters in XEmacs.
15929         (mm-find-mime-charset-region): Use it.
15931 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15933         * gnus-util.el (gnus-delete-directory): New function.
15935         * gnus-agent.el (gnus-agent-delete-group): Use it.
15937         * gnus-cache.el (gnus-cache-delete-group): Use it.
15939 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15941         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15942         names.
15944 2004-12-16  Simon Josefsson  <jas@extundo.com>
15946         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15948 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15950         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15952         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15953         (gnus-group-set-current-level): Decode group name.
15955 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15957         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15958         failed.
15960 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15962         * gnus-group.el (gnus-group-delete-group): Decode group name.
15963         (gnus-group-make-rss-group): Encode group name.
15964         (gnus-group-catchup-current): Decode group name.
15965         (gnus-group-kill-group): Decode group name.
15967 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15969         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15971 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15973         * gnus-group.el (gnus-group-make-rss-group):
15974         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15976         * gnus-start.el (gnus-setup-news): Honor user's setting to
15977         gnus-message-archive-method.  Suggested by Lute Kamstra
15978         <lute@gnu.org>.
15980 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15982         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15983         global counterparts of the buffer-local variables.
15985 2004-11-16  Romain Francoise  <romain@orebokech.com>
15987         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15988         counterparts of the buffer-local variables.
15990 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15992         * message.el (message-forbidden-properties): Fix typo in doc
15993         string.
15995 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15997         * gnus-util.el (gnus-replace-in-string): Add doc string.
15999         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16000         to avoid problems when splitting mails with many recipients.
16002 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16004         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16005         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16007 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16009         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16010         if there is no hashtable in memory or file modification time is
16011         newer than cached timestamp.
16013 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16015         * gnus-sum.el (gnus-summary-limit-to-recipient):
16016         Implement not-matching option.
16018 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16020         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16021         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16022         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16023         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16024         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16025         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16027 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16029         * message.el (message-forward-make-body-mml): Remove headers
16030         according to message-forward-ignored-headers if a message is decoded.
16032 2004-12-02  Romain Francoise  <romain@orebokech.com>
16034         * message.el (message-forward-make-body-plain): Always remove
16035         headers according to message-forward-ignored-headers.
16037 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16039         * spam.el (spam-summary-prepare-exit): Remove the
16040         gnus-summary-limit pop for now, it has problems with ham marks for
16041         me.
16043 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16045         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16046         correctly.
16048 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16050         * format-spec.el (format-spec): Message the char.
16052 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16054         * gnus-art.el (gnus-split-methods): Reformat comments.
16056         * spam.el (spam-summary-prepare-exit): Remove article limits
16057         before exiting the summary buffer.
16059 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16061         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16062         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16064         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16065         order to silence the byte compiler.
16067         * spam.el: Fix the way to silence the byte compiler, which
16068         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16069         bbdb-search-simple, spam-BBDB-register-routine,
16070         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16071         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16072         spam-stat-buffer-is-spam, spam-stat-load,
16073         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16074         spam-stat-save and spam-stat-split-fancy.
16076 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16078         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16079         which may confuse users.
16080         (canlock-password-for-verify): Ditto.
16082         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16084         * gnus-art.el (gnus-emphasis-alist): Ditto.
16086         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16088         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16090         * gnus-start.el (gnus-save-killed-list): Ditto.
16092         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16093         (gnus-sum-thread-tree-root): Ditto.
16094         (gnus-sum-thread-tree-false-root): Ditto.
16095         (gnus-sum-thread-tree-single-indent): Ditto.
16097         * message.el (message-courtesy-message): Ditto.
16098         (message-archive-note): Ditto.
16099         (message-subscribed-address-file): Ditto.
16100         (message-user-fqdn): Ditto.
16102         * spam-report.el (spam-report-gmane-regex): Ditto.
16104         * spam.el (spam-blackhole-good-server-regex): Ditto.
16106 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16108         * mml.el (mml-preview): Widen the message buffer before copying
16109         the contents to the preview buffer; sort headers before previewing.
16111         * message.el (message-hidden-headers): Fix the way to avoid a bug
16112         in the `repeat' widget in Emacs 21.3 or earlier.
16114 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16116         * message.el (message-hidden-headers): Default to "^References:".
16117         Improve customization type.  Suggested by Reiner Steib
16118         <Reiner.Steib@gmx.de>.
16120 2004-11-25  Romain Francoise  <romain@orebokech.com>
16122         * message.el (message-strip-forbidden-properties): Remove check for
16123         obsolete `message-hidden' text property, hidden headers are not
16124         accessible in the buffer anymore.
16126 2004-11-22  Romain Francoise  <romain@orebokech.com>
16128         * message.el (message-header-format-alist): Add `From' in list
16129         so that it can be sorted.
16130         (message-fix-before-sending): Widen and sort headers before
16131         sending.
16132         (message-hide-headers): Use narrowing to hide headers by moving
16133         them to the top of the buffer and narrowing to the region
16134         underneath.
16136 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16138         * message.el (message-strip-forbidden-properties):
16139         Bind buffer-read-only (etc) to nil.
16141 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16143         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16144         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16146 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16148         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16150 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16152         * dns.el (query-dns): Use sit-for to time instead of
16153         accept-process-output, since that doesn't seem to work on udp
16154         sockets.
16156 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16158         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16160 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16162         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16163         doc string.  Improve doc string.
16165 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16167         * nntp.el (nntp-request-update-info): Return nil if
16168         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16169         may not call gnus-activate-group which uselessly issues the GROUP
16170         commands for all nntp groups and wastes time.  Reported by Romain
16171         Francoise <romain@orebokech.com>.
16173         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16175 2004-11-15  Simon Josefsson  <jas@extundo.com>
16177         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16178         headers separately.
16179         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16180         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16182 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16184         * gnus-start.el (gnus-convert-old-newsrc):
16185         Assign legacy-gnus-agent to 5.10.7.
16187 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16189         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16190         start of the lines.
16192 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16194         * hashcash.el (hashcash-default-payment): Change default to 20.
16195         (hashcash-default-accept-payment): Change default to 20.
16196         (hashcash-process-alist): New variable.
16197         (hashcash-generate-payment-async): Add.
16198         (hashcash-already-paid-p): Add.
16199         (hashcash-insert-payment): Don't generate payments twice.
16200         (hashcash-insert-payment-async): Add.
16201         (hashcash-insert-payment-async-2): Add.
16202         (hashcash-cancel-async): Add.
16203         (hashcash-wait-async): Add.
16204         (hashcash-processes-running-p): Add.
16205         (hashcash-wait-or-cancel): Add.
16206         (mail-add-payment): New optional argument.  Conditionally start
16207         asynchronous calculation.
16208         (mail-add-payment-async): Add.
16210         * message.el (message-send-mail): Wait for asynchronous hashcash
16211         results.  Don't clobber existing X-Hashcash headers.
16212         (message-setup-1): Call mail-add-payment-async when
16213         message-generate-hashcash is non-nil.
16215 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16217         * message.el (message-use-alternative-email-as-from): Examine the
16218         From header as well; use message-make-from in order to include a
16219         user's full name.
16221 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16223         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16224         default; improve customization type.
16225         (gnus-emphasis-custom-with-format): New macro.
16226         (gnus-emphasis-custom-value-to-external): New function.
16227         (gnus-emphasis-custom-value-to-internal): New function.
16229 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16231         * dns.el (query-dns): Resolve reverse addresses.
16233 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16235         * gnus-group.el (gnus-group-get-new-news): Use it.
16237         * gnus-start.el (gnus-check-reasonable-setup): New function.
16239 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16241         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16242         "Args out of range" error.  Reported by Arnaud Giersch
16243         <arnaud.giersch@free.fr>.
16245 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16247         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16249 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16251         * spam.el (spam group): Add :version.
16253         * pgg-def.el (pgg group): Add :version.
16255 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16257         * gnus-art.el (gnus-article-edit-article): Don't associate the
16258         article buffer with a draft file.  This is a temporary measure
16259         against the 2004-08-22 change to gnus-article-edit-mode.
16261 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16263         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16264         (html2text-format-tags): Remove unused variable `attr'.
16266 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16268         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16270         * tls.el (tls-process-connection-type, tls-success)
16271         (tls-certtool-program): Add :version.
16273         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16274         (starttls-extra-arguments, starttls-process-connection-type)
16275         (starttls-connect, starttls-failure, starttls-success): Add :version.
16277         * spam-stat.el (spam-stat): Add :version.
16279         * sieve.el (sieve): Add :version.
16281         * sha1.el (sha1): Add :version.
16282         (sha1-use-external): Remove redundant version.
16284         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16285         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16286         (nnmail-split-fancy-match-partial-words)
16287         (nnmail-split-lowercase-expanded): Add :version.
16289         * nndiary.el (nndiary): Add :version.
16291         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16293         * mml-sec.el (mml-default-sign-method)
16294         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16295         Add :version.
16297         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16299         * mm-url.el (mm-url-use-external, mm-url-program)
16300         (mm-url-arguments): Add :version.
16302         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16303         (mm-attachment-file-modes, mm-decrypt-option)
16304         (mm-w3m-safe-url-regexp): Add :version.
16306         * message.el (message-cite-prefix-regexp)
16307         (message-sendmail-envelope-from, message-minibuffer-local-map)
16308         (message-user-fqdn, message-completion-alist): Add :version.
16310         * gnus-win.el (gnus-configure-windows-hook)
16311         (gnus-use-frames-on-any-display): Add :version.
16313         * gnus-art.el (gnus-article-address-banner-alist)
16314         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16315         (gnus-treat-from-picon, gnus-treat-mail-picon)
16316         (gnus-treat-x-pgp-sig): Add :version.
16318         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16319         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16320         (gnus-summary-article-delete-hook)
16321         (gnus-summary-display-while-building): Add :version.
16323         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16324         (gnus-get-top-new-news-hook): Add :version.
16326         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16327         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16329         * gnus-registry.el (gnus-registry): Add :version.
16331         * gnus-spec.el (gnus-use-correct-string-widths)
16332         (gnus-make-format-preserve-properties): Add :version.
16334         * gnus.el (gnus-group-charter-alist)
16335         (gnus-group-fetch-control-use-browse-url)
16336         (gnus-install-group-spam-parameters): Add :version.
16338         * gnus-diary.el (gnus-diary): Add :version.
16340         * gnus-delay.el (gnus-delay): Add :version.
16342         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16343         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16344         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16345         Add :version.
16347         * gnus-agent.el (gnus-agent-max-fetch-size)
16348         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16349         (gnus-agent-prompt-send-queue): Add :version.
16351         * deuglify.el (gnus-outlook-deuglify): Add :version.
16353         * html2text.el: Beautify code.  Improve doc strings.
16354         Some checkdoc cleanup.
16355         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16357 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16359         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16361 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16363         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16364         when package is loaded.
16366         * spam.el (spam-summary-score-preferred-header): Add global preference
16367         for people who want to override the default SpamAssassin over
16368         Bogofilter preference (when both are set).
16369         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16370         (spam-user-format-function-S):
16371         Check spam-summary-score-preferred-header.
16372         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16373         (spam-user-format-function-S): Format the score correctly.
16375 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16377         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16378         signature file.  Suggested by Manoj Srivastava
16379         <srivasta@golden-gryphon.com>.
16381         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16382         iso-2022-jp even in the Japanese language environment.
16383         Suggested by Jason Rumney <jasonr@gnu.org>.
16385 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16387         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16388         use the same characters as the dummy marks; make it free from
16389         getting affected by the language environment.
16390         (gnus-summary-read-group-1): Update mark positions only when the
16391         format spec is updated.
16393         * gnus-spec.el (gnus-update-format-specifications): Return a list
16394         of updated types.
16396 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16398         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16399         of boundp to check if display-warning is available.
16401 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16403         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16405 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16407         * nnspool.el (nnspool-spool-directory): Use news-path if the
16408         news-directory variable is not bound.
16410         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16411         function instead of display-warning if it is not available.
16413 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16415         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16416         v5-10: Use `point-at-bol'.
16418 2004-10-26  Simon Josefsson  <jas@extundo.com>
16420         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16421         <chenggao@gmail.com>.
16423 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16425         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16426         instead.
16428 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16430         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16431         to remove a server from the nnimap-server-buffer-alist.
16432         (nnimap-open-connection, nnimap-close-server): Use it.
16434         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16436 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16438         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16439         running the major-mode function.
16441 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16443         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16444         dummy marks in the right way.
16446 2004-10-18  David Edmondson  <dme@dme.org>
16448         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16449         excessively.
16451 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16453         * gnus-util.el (gnus-split-references): Accept a nil references
16454         string and go on blissfully.
16456         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16457         cases where the references string is non-nil but has no references.
16459         * encrypt.el: Add autoload tags.
16461         * spam.el (spam-resolve-registrations-routine): Remove article
16462         from unregistration list too.  Reported by David Hanak
16463         <dhanak@isis.vanderbilt.edu>
16465 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16467         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16468         nil.  Change custom type.
16470 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16472         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16474         * gnus-sum.el (gnus-summary-move-article): Use it.
16476 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16478         * encrypt.el: Add autoload cookies.
16480         * spam.el (spam-backend-article-list-property)
16481         (spam-backend-get-article-todo-list)
16482         (spam-backend-put-article-todo-list)
16483         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16484         Resolve registrations separately.
16485         (spam-register-routine): Format comments.
16486         (spam-unregister-routine, spam-register-routine): Always call with
16487         specific-articles, no default list.
16488         (spam-summary-prepare-exit): Use the spam-classifications function.
16490         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16491         gnus-encrypt.el.
16493         * encrypt.el: Copied from gnus-encrypt.el.
16495         * gnus-encrypt.el: Commented that it's obsolete.
16497 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16499         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16500         (gnus-score-save): Use it.
16502         * message.el (message-bury): Use `window-dedicated-p'.
16504 2004-10-15  Simon Josefsson  <jas@extundo.com>
16506         * pop3.el (top-level): Don't require nnheader.
16507         (pop3-read-timeout): Add.
16508         (pop3-accept-process-output): Add.
16509         (pop3-read-response, pop3-retr): Use it.
16511 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16513         * spam.el (spam-register-routine): Move comment.
16514         (spam-verify-bogofilter): Use 'unknown for the initial
16515         spam-bogofilter-valid state, not 'never.
16517         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16518         for netrc-machine.
16520         * nnimap.el (nnimap-open-connection):
16521         Use netrc-machine-user-or-password.
16523 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16525         * gnus-registry.el (gnus-registry-unload-hook):
16526         Set as a variable with add-hook.
16528         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16529         of news-path.
16531         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16533         * spam.el: Delete duplicate `provide'.
16534         (spam-unload-hook): Set as a variable with add-hook.
16536 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16538         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16539         in the doc string.
16541         * message.el (message-ignored-news-headers)
16542         (message-ignored-supersedes-headers)
16543         (message-ignored-resent-headers)
16544         (message-forward-ignored-headers): Improve custom type.
16546 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16548         * message.el (message-tokenize-header): Fix 2004-09-06 change
16549         which used point-min in the wrong place.
16551 2004-10-12  Simon Josefsson  <jas@extundo.com>
16553         * tls.el (tls-certtool-program): New variable.
16554         (tls-certificate-information): New function, based on
16555         ssl-certificate-information.
16557 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16559         * compface.el: Move the version of ELisp-based uncompface program
16560         to the contrib directory because of the copyright problem.
16562 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16564         * message.el (message-kill-buffer): Raise the current frame.
16566 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16568         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16570         * gnus.el (message-y-or-n-p): Autoload.
16572         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16573         (pop3-password-required, pop3-authentication-scheme)
16574         (pop3-leave-mail-on-server): Make customizable.
16575         (pop3): New custom group.
16576         (pop3-retr): Remove `sleep-for' statements.
16577         Suggested by Dave Love <fx@gnu.org>.
16579         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16580         Windows/DOS.
16582         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16583         (imap-parse-body): Fix incorrect use of `assert'.
16584         Suggested by Dave Love <fx@gnu.org>.
16586         * mml.el (mml-minibuffer-read-disposition): Require match.
16587         Suggested by Dave Love <fx@gnu.org>.
16589 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16591         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16592         doc string.
16594 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16596         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16598 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16600         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16601         instead of calling `mm-insert-inline', to decode text/* parts
16602         before displaying them.
16604 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16606         * mm-uu.el (mm-uu-text-plain-type): New variable.
16607         (mm-uu-pgp-signed-extract-1): Use it.
16608         (mm-uu-pgp-encrypted-extract-1): Use it.
16609         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16610         bind mm-uu-text-plain-type with that value.
16611         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16612         mm-uu-dissect.
16614 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16616         * gnus-group.el (gnus-update-group-mark-positions):
16617         * gnus-sum.el (gnus-update-summary-mark-positions):
16618         * message.el (message-check-news-body-syntax):
16619         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16620         of string-as-multibyte.
16622 2004-10-05  Juri Linkov  <juri@jurta.org>
16624         * gnus-group.el (gnus-update-group-mark-positions):
16625         * gnus-sum.el (gnus-update-summary-mark-positions):
16626         * message.el (message-check-news-body-syntax):
16627         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16628         8-bit unibyte values to a multibyte string for search functions.
16630 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16632         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16633         (mm-uu-dissect-text-parts): New function.
16635         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16636         dissect text parts.
16638         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16639         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16641         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16643         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16644         Use gnus-current-topics instead of gnus-current-topic.
16646 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16648         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16650 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16652         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16653         where approriate.
16655         * nnml.el (nnml-generate-active-info): do.
16657         * nndiary.el (nndiary-generate-active-info): do.
16659         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16660         (gnus-topic-move): do.
16662         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16663         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16665         * gnus-srvr.el (gnus-server-prepare)
16666         (gnus-server-open-all-servers): do.
16668         * gnus-msg.el (gnus-summary-cancel-article)
16669         (gnus-summary-resend-message)
16670         (gnus-summary-mail-crosspost-complaint): do.
16672         * gnus-move.el (gnus-change-server): do.
16674         * gnus-group.el (gnus-group-unmark-all-groups)
16675         (gnus-group-set-current-level): do.
16677 2004-10-04  Simon Josefsson  <jas@extundo.com>
16679         * message.el (message-generate-hashcash): Doc fix.
16681 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16683         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16684         avoid infinite recursion via gnus-get-function.
16686 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16688         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16690         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16692         * nnmail.el (nnmail-split-history): do.
16694         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16695         (nnml-request-delete-group): do.
16697         * nnslashdot.el (nnslashdot-read-groups): do.
16699         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16700         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16702         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16703         (nnspool-sift-nov-with-sed): Use last.
16704         (nnspool-retrieve-headers-with-nov): Use mapc.
16705         (nnspool-request-newgroups): Use dolist.
16706         (nnspool-request-group): Use last.
16708         * nntp.el (nntp-read-server-type): Use dolist.
16710         * nnvirtual.el (nnvirtual-create-mapping)
16711         (nnvirtual-update-read-and-marked): Use dolist.
16712         (nnvirtual-convert-headers): Simplify.
16714 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16716         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16717         Add support for sync'ing tick marks.
16719 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16721         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16722         there's no visible header.
16724 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16726         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16727         When necessary, pass full group name to gnus-request-set-marks.
16729 2004-10-01  Simon Josefsson  <jas@extundo.com>
16731         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16732         acroread.
16734 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16736         * spam-report.el (spam-report-gmane): Fix interactive.
16738         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16740         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16741         when writing file.
16742         (gnus-agent-synchronize-flags): Don't default to being
16743         interactive.
16745 2004-09-30  Simon Josefsson  <jas@extundo.com>
16747         * message.el (message-generate-hashcash): Add.
16748         (message-send-mail): Use it, call mail-add-payment.
16750 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16752         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16754 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16756         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16757         gnus-requst-update-info with explicit code to sync the in-memory
16758         info read flags with the marks being sync'd to the backend.
16760         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16762 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16764         * spam.el (spam-verify-bogofilter): Add new function.
16765         (spam-check-bogofilter)
16766         (spam-bogofilter-register-with-bogofilter): Use it.
16767         (spam-verify-bogofilter): Add small fixes.
16769 2004-09-28  Simon Josefsson  <jas@extundo.com>
16771         * hashcash.el (hashcash-generate-payment): Revert.
16773 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16775         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16776         Use gnus-extract-references instead of gnus-split-references.
16778         * gnus-util.el (gnus-extract-references): Add new function, analogous
16779         to gnus-split-references but extracts only the message-ID without
16780         anything extra.
16782         * hashcash.el (hashcash-generate-payment)
16783         (hashcash-check-payment): Do the right thing if hashcash-path is
16784         nil (because the hashcash program could not be found).
16786         * spam.el (spam-use-hashcash): Remove comment.
16788 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16790         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16791         (gnus-cache-enter-article, gnus-cache-remove-article)
16792         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16794         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16796         * gnus-art.el (article-hide-boring-headers)
16797         (article-translate-strings, article-display-face)
16798         (gnus-article-mime-match-handle-first)
16799         (gnus-article-highlight-headers)
16800         (gnus-article-add-buttons-to-head): do.
16802 2004-09-27  Simon Josefsson  <jas@extundo.com>
16804         * hashcash.el: New version, from
16805         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16806         ../contrib/.
16808 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16810         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16812 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16814         * gnus-dup.el (gnus-dup-open): Use mapc.
16815         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16817         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16818         Reported by Stefan Wiens <s.wi@gmx.net>.
16820         * gnus.el (gnus-shutdown): Use dolist.
16822         * gnus-undo.el (gnus-undo): Use mapc.
16824         * nnrss.el (nnrss-generate-active): do.
16826         * message.el (message-cite-original-without-signature)
16827         (message-cite-original): Use mapc.
16828         (message-do-actions, message-make-forward-subject): Use dolist.
16830 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16832         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16833         deletion to remove entire duplicate line.  Fixes merged article
16834         number bug.
16836 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16838         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16839         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16840         first ask if you want to open a server and then, even when you
16841         responded with no, asking if you want to synchronize the server's
16842         flags.
16843         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16844         multi-line expressions.
16845         (gnus-agent-synchronize-group-flags): New internal function.
16846         Updates marks in memory (in the info structure) AND in the
16847         backend.
16849         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16851         * nnagent.el (nnagent-request-set-mark):
16852         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16853         method, to ensure that synchronization updates marks in the
16854         backend and in the info (in memory) structure.
16856 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16858         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16859         convention fully; don't miss the root article of a thread; make
16860         the X-Draft-From header with correct article numbers.
16862 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16864         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16865         unless plugged.  Disable the agent so that an open failure causes
16866         an error.
16868         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16869         Revert 2004-09-21 change.  The backend must be opened while
16870         synchronizing flags even when the backend stores the flags
16871         locally.
16873 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16875         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16876         in `header' match.  Reported by Svend Tollak Munkejord.
16878         * message.el (message-cite-original): Fix use of
16879         `message-cite-articles-with-x-no-archive'.
16881 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16883         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16884         (gnus-window-to-buffer): Ditto.
16886         * mml.el (mml-preview-buffer): New variable.
16887         (mml-preview): Manage window layout with gnus-buffer-configuration.
16889         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16890         X-Draft-From header even if those articles aren't quoted.
16892 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16894         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16895         (gnus-request-set-mark, gnus-request-update-mark): Use new
16896         g-s-t-u-l-m to decide to use backend even when unplugged.
16898 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16900         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16901         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16903 2004-09-20  Simon Josefsson  <jas@extundo.com>
16905         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16906         "utf-16-le".
16908 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16910         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16912 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16914         * uudecode.el (uudecode-use-external): Add :version.
16916         * smime.el (smime-CA-file, smime-encrypt-cipher)
16917         (smime-dns-server): Add :version.
16919         * smiley.el (gnus-smiley-file-types): Add :version.
16921         * sha1.el (sha1-use-external): Add :version.
16923         * pgg-def.el (pgg-query-keyserver): Add :version.
16925         * nnmail.el (nnmail-fancy-expiry-targets)
16926         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16927         Add :version.
16929         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16930         (nnimap-retrieve-groups-asynchronous): Add :version.
16931         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16933         * mml.el (mml-content-disposition-parameters)
16934         (mml-insert-mime-headers-always): Add :version.
16936         * mm-util.el (mm-coding-system-priorities): Add :version.
16938         * mm-decode.el (mm-inline-text-html-with-images)
16939         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16940         (mm-verify-option): Add :version.
16941         (mm-text-html-renderer): Change :version.
16943         * message.el (message-fcc-externalize-attachments)
16944         (message-required-headers, message-draft-headers)
16945         (message-subject-trailing-was-query)
16946         (message-subject-trailing-was-ask-regexp)
16947         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16948         (message-mark-insert-end, message-archive-header)
16949         (message-archive-note, message-cross-post-default)
16950         (message-cross-post-note, message-followup-to-note)
16951         (message-cross-post-note-function, message-use-mail-followup-to)
16952         (message-subscribed-address-functions)
16953         (message-subscribed-address-file, message-subscribed-addresses)
16954         (message-subscribed-regexps, message-allow-no-recipients)
16955         (message-yank-cited-prefix, message-signature-insert-empty-line)
16956         (message-hidden-headers, message-hierarchical-addresses)
16957         (message-mail-user-agent, message-use-idna)
16958         (message-valid-fqdn-regexp)
16959         (message-strip-special-text-properties, message-header-synonyms)
16960         (message-beginning-of-line, message-tab-body-function): Add :version.
16961         (message-insert-canlock, message-wide-reply-confirm-recipients):
16962         Change :version.
16964         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16965         and :version.
16966         (mail-source-delete-old-incoming-confirm)
16967         (mail-source-movemail-program): Add :version.
16969         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16970         (gnus-agent-cache, gnus-agent): Change :version.
16972         * gnus-util.el (gnus-use-byte-compile): Change :version.
16974         * gnus-sum.el (gnus-summary-make-false-root-always)
16975         (gnus-summary-default-high-score)
16976         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16977         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16978         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16979         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16980         (gnus-sum-thread-tree-single-indent)
16981         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16982         (gnus-sum-thread-tree-leaf-with-other)
16983         (gnus-sum-thread-tree-single-leaf): Add :version.
16984         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16985         (gnus-article-loose-mime): Change :version.
16987         * gnus-start.el (gnus-backup-startup-file)
16988         (gnus-save-startup-file-via-temp-buffer): Add :version.
16990         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16991         (gnus-server-offline-face): Add :version.
16993         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16995         * gnus-msg.el (gnus-gcc-externalize-attachments)
16996         (gnus-debug-files, gnus-debug-exclude-variables)
16997         (gnus-discouraged-post-methods): Change :version.
16998         (gnus-confirm-mail-reply-to-news)
16999         (gnus-confirm-treat-mail-like-news): Add :version.
17001         * gnus-int.el (gnus-server-unopen-status): Add :version.
17003         * gnus-group.el (gnus-group-jump-to-group-prompt)
17004         (gnus-large-ephemeral-newsgroup)
17005         (gnus-fetch-old-ephemeral-headers): Add :version.
17007         * gnus-fun.el (gnus-x-face-directory)
17008         (gnus-convert-pbm-to-x-face-command)
17009         (gnus-convert-image-to-x-face-command)
17010         (gnus-convert-image-to-face-command): Add :version.
17012         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17014         * gnus-cite.el (gnus-cite-blank-line-after-header)
17015         (gnus-article-boring-faces): Add :version.
17017         * gnus-art.el (gnus-buttonized-mime-types)
17018         (gnus-inhibit-mime-unbuttonizing)
17019         (gnus-treat-display-face)
17020         (gnus-treat-body-boundary): Change :version.
17021         (gnus-body-boundary-delimiter, gnus-picon-databases)
17022         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17023         (gnus-treat-date-english, gnus-treat-fold-headers)
17024         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17025         (gnus-treat-mail-picon, gnus-treat-wash-html)
17026         (gnus-article-encrypt-protocol)
17027         (gnus-use-idna, gnus-article-over-scroll)
17028         (gnus-mime-display-multipart-alternative-as-mixed)
17029         (gnus-mime-display-multipart-related-as-mixed)
17030         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17031         (gnus-ctan-url, gnus-button-ctan-handler)
17032         (gnus-button-handle-ctan-bogus-regexp)
17033         (gnus-button-ctan-directory-regexp)
17034         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17035         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17036         (gnus-button-man-level, gnus-button-emacs-level)
17037         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17039         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17040         (gnus-agent-go-online): Change :version.
17041         (gnus-agent-expire-unagentized-dirs)
17042         (gnus-agent-auto-agentize-methods): Add :version.
17044         * flow-fill.el (fill-flowed-display-column)
17045         (fill-flowed-encode-column): Add :version.
17047         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17048         (gnus-outlook-deuglify-unwrap-max)
17049         (gnus-outlook-deuglify-cite-marks)
17050         (gnus-outlook-deuglify-unwrap-stop-chars)
17051         (gnus-outlook-deuglify-no-wrap-chars)
17052         (gnus-outlook-deuglify-attrib-cut-regexp)
17053         (gnus-outlook-deuglify-attrib-verb-regexp)
17054         (gnus-outlook-deuglify-attrib-end-regexp)
17055         (gnus-outlook-display-hook): Add :version.
17057         * binhex.el (binhex-use-external): Add :version.
17059 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17061         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17062         and `invisible'.
17064 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17066         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17067         in gnus-registry-trim.
17069 2004-09-13  Simon Josefsson  <jas@extundo.com>
17071         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17073         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17075         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17076         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17077         <yamaoka@jpl.org>.
17078         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17079         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17080         <yamaoka@jpl.org>.
17082         * sieve.el (sieve-manage-mode): Ditto.
17084 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17086         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17088 2004-09-11  Simon Josefsson  <jas@extundo.com>
17090         * dns-mode.el: Add.
17092         * mm-view.el (mm-display-dns-inline): Add.
17094         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17095         (mm-automatic-display): Ditto.
17097         * mailcap.el (mailcap-mime-data): Add text/dns.
17098         (mailcap-mime-extensions): Map .soa to text/dns.
17100 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17102         * gnus-art.el (article-decode-mime-words, article-babel)
17103         (gnus-article-highlight-signature, gnus-article-add-buttons)
17104         (gnus-signature-toggle): Remove unnecessary bindings of
17105         `inhibit-read-only' inherited from v5.10 merge.
17107 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17109         * nntp.el (nntp): New customization group.
17110         (nntp-authinfo-file): Add customization group.
17112         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17114         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17116         * gnus.el (to-address, to-list, subscribed)
17117         (large-newsgroup-initial): Ditto.
17119         * flow-fill.el (fill-flowed-display-column)
17120         (fill-flowed-encode-column): Ditto.
17122 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17124         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17125         Use point-min rather than 1.
17126         (message-send-mail): Use buffer-size rather than point-max.
17128         * gnus-sum.el (gnus-summary-search-article-forward):
17129         Signal a specific `search-failed' rather than a generic `error'.
17131         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17132         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17133         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17135 2004-09-10  Simon Josefsson  <jas@extundo.com>
17137         * nndb.el (require): Remove tcp and duplicate cl.
17139 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17141         * gnus-agent.el (directory-files-and-attributes): Move forward.
17143 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17145         * gnus-agent.el (directory-files-and-attributes):
17146         Optionally defined to support XEmacs.
17148 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17150         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17151         to avoid run-time CL dependencies.
17152         (gnus-agent-unfetch-articles): New function.
17153         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17154         article numbers even when local .overview file is missing.
17155         (gnus-agent-read-article-number): New function.  Only accepts
17156         27-bit article numbers.
17157         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17158         Use gnus-agent-read-article-number.
17159         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17160         from backend while recognizing that article numbers in .overview
17161         must be valid.
17162         (gnus-agent-update-files-total-fetched-for):
17163         Use directory-files-and-attributes to improve performance.
17164         * gnus-int.el (gnus-request-move-article):
17165         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17166         improve performance.
17168         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17169         some users confused by references to .newsrc when they only have a
17170         .newsrc.eld file.
17171         (gnus-convert-mark-converter-prompt)
17172         (gnus-convert-converter-needs-prompt): Fix use of property list.
17173         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17174         New function.  Used internally to only display 'gnus converting
17175         files' message when actually necessary.
17177         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17178         methods now autoloaded.
17180 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17182         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17183         identifiers.
17185 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17187         * gnus-picon.el: Fix indentation and closing parenthesis.
17189 2004-09-01  Simon Josefsson  <jas@extundo.com>
17191         * message.el (message-canlock-generate): Require sha1, not
17192         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17193         to require within a function.  Sadly, if sha1.el isn't loaded, the
17194         let binding in m-c-g will hide the defcustom definition, which is
17195         bad.)
17197         * canlock.el: Require sha1, not sha1-el.
17199         * message.el: Don't autoload sha1 (there is a autoload cookie in
17200         sha1.el).
17202         * sha1-el.el: Rename to sha1.el.
17204 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17206         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17208 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17210         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17212 2004-08-30  Kim F. Storm  <storm@cua.dk>
17214         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17216         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17217         Add :group 'nnimap.
17219 2004-08-30  Andreas Schwab  <schwab@suse.de>
17221         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17222         ?* and ?\;.
17224         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17225         and ?\' to symbol instead of whitespace.
17227 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17229         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17231         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17232         instead of re-search-forward.
17234         * gnus-uu.el (gnus-uu-save-article): Ditto.
17235         (gnus-uu-post-encode-uuencode): Ditto.
17237         * html2text.el (html2text-clean-list-items): Ditto.
17238         (html2text-clean-dtdd): Ditto.
17239         (html2text-format-tags): Ditto.
17241         * message.el (message-send-mail-with-sendmail): Fix regexp.
17242         (message-fill-field-general): Use search-forward instead of
17243         re-search-forward.
17244         (unbold-region): Ditto.
17246         * nnrss.el (nnrss-request-article): Ditto.
17248         * nnslashdot.el (nnslashdot-request-article): Ditto.
17250         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17252         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17253         "Unrecognized menu descriptor" error in XEmacs.
17255 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17257         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17258         parent article of a sparse article in the thread hashtb.
17260 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17262         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17263         (nnmail-expand-newtext): Lowercase expanded entries if
17264         nnmail-split-lowercase-expanded is non-nil.
17266 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17268         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17270         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17271         of gnus-tmp-news-method into string under XEmacs.  It will be
17272         passed to gnus-correct-length which takes only a string argument.
17274 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17276         * gnus-util.el (gnus-bind-print-variables): New macro.
17277         (gnus-prin1): Use it.
17278         (gnus-prin1-to-string): Use it.
17279         (gnus-pp): New function.
17280         (gnus-pp-to-string): New function.
17282         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17283         Replace pp-to-string with gnus-pp-to-string.
17284         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17285         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17286         * gnus-msg.el (gnus-debug): Ditto.
17287         * gnus-score.el (gnus-score-save): Ditto.
17288         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17289         gnus-pp-to-string.
17290         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17291         with gnus-pp.
17292         * score-mode.el (gnus-score-pretty-print): Ditto.
17293         * webmail.el (webmail-debug): Ditto.
17295 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17297         * gnus-art.el (article-display-face, article-display-x-face):
17298         Use buffer-read-only.
17300 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17302         * gnus-art.el (article-hide-list-identifiers):
17303         Bind inhibit-read-only as t.
17305 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17307         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17309 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17311         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17312         (gnus-narrow-to-page): Don't assume point-min == 1.
17313         (gnus-article-edit-mode): Derive from message-mode.
17315         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17316         point-min == 1.
17318         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17319         Disable incorrect use of `assert'.
17321         * message.el (message-mode): Set comment-start-skip.
17324 2004-08-22  Sam Steingold  <sds@gnu.org>
17326         * pop3.el (pop3-leave-mail-on-server): New user variable.
17327         (pop3-movemail): Delete mail only when it is nil.
17329 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17331         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17333         * mml.el (mml-preview): Use `pop-to-buffer'.
17335         * message.el (message-goto-mail-followup-to): Insert after "To".
17336         (message-carefully-insert-headers): Add comment.
17338         * gnus.el: Remove unused variable `gnus-article-check-size'.
17340         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17342         * gnus-art.el (gnus-button-alist):
17343         Improve `gnus-button-handle-library' entry.
17345 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17347         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17348         Use downcase, since XEmacs capitalizes error messages differently.
17350 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17352         * nntp.el: Add (require 'gnus) due to reference to
17353         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17355 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17357         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17358         Bind `mm-fill-flowed'.
17360         * mm-decode.el (mm-dissect-singlepart): Check it.
17362 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17364         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17365         'imap' for netrc parsing.
17367 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17369         * mailcap.el (mailcap-mime-data): Mark as risky.
17371 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17373         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17374         may be included in the encoded word.
17375         (rfc2047-encode): Don't append a space if the encoded word
17376         includes close parenthesis.
17378 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17380         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17381         of text within parentheses.
17383 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17385         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17386         (gnus-encrypt-write-file-contents): Make the password key the file
17387         name PLUS the cipher, not just the cipher.  Also remove failed
17388         passwords from the cache.
17390 2004-08-06  Simon Josefsson  <jas@extundo.com>
17392         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17393         Doc fix.
17395 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17397         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17398         LWSP.
17400 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17402         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17403         Try to append in-reply-to: data to the references: header.
17405         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17406         (netrc-parse): Use gnus-encrypt.el functions.
17408         * gnus-encrypt.el: Add new file for encryption support; currently
17409         does only a few GPG ciphers and an internal XOR cipher.
17411         * password.el: Add comments on using password-read-and-add.
17412         (password-read-and-add): Add function to read and add the
17413         password to the cache at once.
17415 2004-07-28  Simon Josefsson  <jas@extundo.com>
17417         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17418         parameter (but don't use it, for now).
17420         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17421         instead of hard coding to nil.
17423 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17425         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17426         as mm-inline-image-xemacs does.
17428 2004-07-26  Simon Josefsson  <jas@extundo.com>
17430         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17431         Revert part of 2004-07-17 change below.
17433 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17435         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17436         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17438 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17440         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17441         quotes that actually start with ">" at the beginning of the
17442         lines.
17444 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17446         * rfc2047.el (rfc2047-encode-region): Fix last change.
17447         (rfc2047-encode-parameter): Remove useless concat.
17449 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17451         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17452         encode special characters; fix some kind of misconfigured headers;
17453         signal a real error if debug-on-quit or debug-on-error is non-nil.
17454         (rfc2047-encode-max-chars): New variable.
17455         (rfc2047-encode-1): Use it.
17456         (rfc2047-encode-parameter): New function.
17458         * mml.el (mml-insert-parameter): Remove an excessive space.
17460 2004-07-17  Simon Josefsson  <jas@extundo.com>
17462         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17463         Kai Grossjohann <kai@emptydomain.de>.
17464         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17465         (gnus-group-make-menu-bar): Ditto.
17467         * gnus-util.el (gnus-group-server): Add.
17469 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17471         * message.el (message-clone-locals): Clone sendmail and smtp
17472         variables.
17474 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17476         * rfc2047.el (rfc2047-encode-region): Fix last change.
17478 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17480         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17481         characters as non-special.
17483 2004-07-09  Simon Josefsson  <jas@extundo.com>
17485         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17486         Users will lose all flag changes made while unplugged with
17487         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17488         good default.  See numerous reports on ding mailing list.
17490 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17492         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17493         add generate-head-function and generate-article-function to the
17494         rfc822-forward entry.
17495         (nndoc-rfc822-forward-generate-article): New function.
17496         (nndoc-rfc822-forward-generate-head): New function.
17498         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17500 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17502         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17503         respect display group parameter and gnus-summary-expunge-below.
17504         (gnus-articles-to-read): Remove unused reference to display group
17505         parameter.
17507 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17509         * nnheader.el (nnheader-uniquify-message-id): New experimental
17510         variable.
17511         (nnheader-nov-read-message-id): Use it.
17513         * spam-report.el (spam-report-gmane): Add interactive.
17515 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17517         * mm-encode.el (mm-content-transfer-encoding-defaults):
17518         Use qp-or-base64 for the application/* types.
17520 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17522         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17524 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17526         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17527         trim value.
17529 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17531         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17532         New macro and function.
17533         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17535 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17537         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17538         after-load-alist.
17540 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17542         * gnus-group.el (gnus-group-get-new-news-this-group):
17543         Don't update info that isn't there.
17545 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17547         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17548         entry.
17550 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17552         * mm-view.el (mm-inline-render-with-function): Use multibyte
17553         buffer; decode html source by charset.
17555         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17557         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17558         Mule-UCS is loaded under XEmacs.
17559         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17561 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17563         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17565 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17567         * mm-util.el (mm-coding-system-p): Return a coding-system.
17568         (mm-mime-mule-charset-alist): Use shift_jis instead of
17569         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17570         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17571         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17572         instead of japanese-shift-jis and iso-latin-1 respectively in
17573         order to share the default value with both Emacs and XEmacs-mule.
17574         (mm-mule-charset-to-mime-charset):
17575         Make mm-coding-system-priorities effective.
17576         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17577         while predicating of candidates upon the priorities.
17579 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17581         * gnus-sum.el (gnus-summary-make-menu-bar):
17582         Add gnus-uu-invert-processable.
17584         * gnus.el: Autoload gnus-uu-invert-processable.
17586 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17588         * mm-util.el (mm-with-multibyte-buffer): New macro.
17590         * rfc2047.el (rfc2047-encode-string): Use it.
17591         (rfc2047-encode-region): Move point to the end of the region after
17592         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17594 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17596         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17597         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17599 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17601         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17602         (gnus-cite-parse): Ignore quoted envelope From_.
17603         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17605 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17607         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17608         invalid addresses.
17610 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17612         * spam.el: Change section markers, revise TODO list.
17613         (spam-backends): Make new master list of all installed backends.
17614         (spam-summary-exit-behavior): Add new variable to determine how
17615         messages moves are done at summary exit.
17616         (spam-move-spam-nonspam-groups-only)
17617         (spam-process-ham-in-nonham-groups)
17618         (spam-process-ham-in-spam-groups): Remove variables, the
17619         spam-summary-exit-behavior variable should be used to manage this
17620         behavior.
17621         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17622         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17623         and spam-old-spam-articles.
17624         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17625         Add empty variables, placeholders for the backends they represent.
17626         (spam-set-difference): Move, unchanged.
17627         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17628         unless the user has a processor variable.
17629         (spam-classifications, spam-classification-valid-p)
17630         (spam-backend-properties, spam-backend-property-valid-p)
17631         (spam-backend-function-type-valid-p)
17632         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17633         (spam-report-articles-gmane, spam-report-articles-resend):
17634         Remove functions, they are not needed.
17635         (spam-install-backend-super, spam-backend-list)
17636         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17637         (spam-backend-function, spam-backend-ham-registration-function)
17638         (spam-backend-spam-registration-function)
17639         (spam-backend-ham-unregistration-function)
17640         (spam-backend-spam-unregistration-function)
17641         (spam-backend-statistical-p, spam-backend-mover-p)
17642         (spam-install-backend-alias, spam-install-checkonly-backend)
17643         (spam-install-mover-backend, spam-install-nocheck-backend)
17644         (spam-install-backend, spam-install-statistical-backend)
17645         (spam-install-statistical-checkonly-backend): Add backend installation
17646         support.
17647         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17648         (spam-group-processor-p): Use the new backend code and respect the
17649         summary exit behavior.
17650         (spam-mark-spam-as-expired-and-move-routine): Remove.
17651         (spam-summary-prepare): Change to use the new spam-old-articles
17652         variable.
17653         (spam-copy-or-move-routine, spam-copy-spam-routine)
17654         (spam-move-spam-routine, spam-copy-ham-routine)
17655         (spam-move-ham-routine): Add code to copy/move ham or spam.
17656         (spam-fetch-field-fast): Improve doc and code, plus allow the
17657         'number request.
17658         (spam-list-of-checks, spam-list-of-statistical-checks):
17659         Remove variables.
17660         (spam-split, spam-find-spam): Use the new backend code.
17661         (spam-registration-functions): Remove variable.
17662         (spam-unregister-routine): Add convenience wrapper.
17663         (spam-log-undo-registration, spam-register-routine)
17664         (spam-log-processing-to-registry)
17665         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17666         where possible.
17667         (spam-check-gmane-xref, spam-check-regex-headers)
17668         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17669         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17670         (spam-check-bogofilter-headers, spam-check-spamoracle)
17671         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17672         (spam-check-crm114-headers): Use the spam-split-group that
17673         spam-split prepares, no need to determine it every time.
17675         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17676         to the nnheader-parse-naked-head call.
17678         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17680         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17681         the nnheader-nov-read-message-id call.
17683 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17685         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17686         gnus-activate-group twice.  Suggested by Markus Peter
17687         <warp@spin.de>.
17689 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17691         * gnus-art.el (gnus-article-time-format): Exchange the order of
17692         day and month in the default value; fix customization type.
17693         (article-date-ut): Use add-text-properties.
17694         (article-make-date-line): Use message-make-date instead of
17695         current-time-string.
17697         * message.el (message-fetch-field): Don't use set-text-properties.
17698         (message-make-date): Simplify.
17700         * messagexmas.el (message-xmas-make-date): New function.
17701         (message-xmas-redefine): Defalias message-make-date to it.
17703 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17705         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17706         (rfc2047-encode-region): Treat text within parentheses as special;
17707         show the original text when error has occurred.
17709         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17710         already-computed method to gnus-activate-group.
17712         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17713         same select-methods identical Lisp objects.
17715         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17716         object when modifying the info.
17718 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17720         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17721         gnus-opened-servers since it has never been opened with the new
17722         configuration yet.
17724 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17726         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17727         arg to nnheader-generate-fake-message-id.
17729 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17731         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17732         number and build a fake message ID localized to a group and
17733         article number (so it's repeatable from that point on).
17734         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17735         ID format.
17737         * gnus-sum.el (gnus-get-newsgroup-headers):
17738         Call nnheader-generate-fake-message-id with the article number.
17740 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17742         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17743         end-of-buffer.
17745 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17747         * message.el (message-ignored-supersedes-headers): Add Approved.
17749 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17751         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17752         goto-char.
17753         (rfc2047-encode): Fold the line before encoding.
17755 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17757         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17758         folding -- not all headers can be folded, and this should be done
17759         by the message composition mode.  Probably.  I think.
17761 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17763         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17764         fast.
17766         * gnus-ems.el (gnus-remove-image): Don't use
17767         message-text-with-property; remove only the image found first.
17769         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17770         found first.
17772 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17774         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17776 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17778         * message.el (message-text-with-property): Make it fast and accept
17779         optional arguments.
17780         (message-strip-forbidden-properties): Use it.
17781         (message-fix-before-sending): Follow the m-t-w-p change.
17783         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17785 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17787         * gnus-art.el (article-hide-headers): Don't change the buffer
17788         mistakenly when performing mml-preview even if
17789         gnus-single-article-buffer is nil.
17791 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17793         * message.el (message-expand-name-databases): New user option.
17794         (message-expand-name): Use it.
17796 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17798         * spam.el (spam-report-articles-resend)
17799         (spam-report-resend-register-routine): Allow ham reporting.
17800         (spam-report-resend-register-ham-routine): Add wrapper.
17801         (spam-registration-functions): Add ham resending functions.
17802         (spam-list-of-processors): Add ham resend processor.
17804         * gnus.el (ham-resend-to): Add new group parameter.
17805         (spam-process): Add ham resend option.
17807         * spam-report.el (spam-report-resend): Allow reporting ham.
17808         (spam-report-resend-ham): Add wrapper.
17810 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17812         * message.el (message-cite-articles-with-x-no-archive):
17813         New variable.
17814         (message-cite-original): Use it.
17816 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17818         * message.el (message-cite-original): Respect X-No-Archive.
17820 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17822         * gnus-art.el (article-hide-headers): Refer to the values for
17823         gnus-ignored-headers and gnus-visible-headers in the summary
17824         buffer since a user may have set them as group parameters.
17826 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17828         * assistant.el (assistant-node-name): Add convenience function.
17829         (assistant-render-text, assistant-render-node): Add error handling,
17830         plus handle multiple next nodes.
17831         (assistant-find-next-node): Comment out for now.
17832         (assistant-find-next-nodes): Add function, returns list of next
17833         nodes.
17835 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17837         * mail-source.el (mail-source-directory): Fix doc-string.
17839 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17841         * assistant.el (assistant-render-text, assistant-eval): Add :set
17842         widget type, which is different because it takes and returns a
17843         list.  Much hilarity ensues.
17845 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17847         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17849         * gnus-group.el (gnus-group-get-new-news-this-group):
17850         Add doc-string.
17852         * gnus-start.el (gnus-activate-group): Add doc-string.
17854 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17856         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17858 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17860         * assistant.el (assistant-render-text): Try to add a :set
17861         widget, more to come.
17863         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17864         strings.
17865         (spam-report-articles-resend)
17866         (spam-register-routine): Do registration iff any articles warrant
17867         it.
17868         (spam-summary-prepare-exit): Change log message for nil group
17869         destinations.
17871 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17873         * spam.el (spam-report-resend-register-routine):
17874         Allow spam-report-resend-to to be a group parameter or a global value.
17876 2004-05-26  Simon Josefsson  <jas@extundo.com>
17878         * starttls.el: Merge with my GNUTLS based starttls.el.
17879         (starttls-gnutls-program, starttls-use-gnutls)
17880         (starttls-extra-arguments, starttls-process-connection-type)
17881         (starttls-connect, starttls-failure, starttls-success):
17882         New variables.
17883         (starttls-program, starttls-extra-args): Doc fix.
17884         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17885         New functions.
17886         (starttls-negotiate, starttls-open-stream):
17887         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17888         function if it is set.
17890 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17892         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17893         structured fields.
17895 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17897         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17899 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17901         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17902         Add variable.
17903         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17904         assigning the spam-mark to new messages.
17906 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17908         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17910 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17912         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17914         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17915         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17916         default.
17918 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17920         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17921         correct data.
17923 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17925         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17926         (spam-group-processor-p): Fix function.
17927         (spam-group-processor-multiple-p)
17928         (spam-group-spam-processor-report-gmane-p)
17929         (spam-group-spam-processor-report-resend-p)
17930         (spam-group-spam-processor-bogofilter-p)
17931         (spam-group-spam-processor-blacklist-p)
17932         (spam-group-spam-processor-ifile-p)
17933         (spam-group-ham-processor-ifile-p)
17934         (spam-group-spam-processor-spamoracle-p)
17935         (spam-group-spam-processor-crm114-p)
17936         (spam-group-ham-processor-bogofilter-p)
17937         (spam-group-spam-processor-stat-p)
17938         (spam-group-ham-processor-stat-p)
17939         (spam-group-ham-processor-whitelist-p)
17940         (spam-group-ham-processor-BBDB-p)
17941         (spam-group-ham-processor-spamoracle-p)
17942         (spam-group-ham-processor-copy-p): Remove functions with some
17943         prejudice against unneeded code.
17944         (spam-report-articles-resend)
17945         (spam-report-resend-register-routine): Allow the group/topic
17946         spam-resend-to value to override spam-report-resend-to.
17947         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17948         properly now.
17950         * gnus.el (spam-resend-to): Add group/topic parameter.
17951         (spam-process): Move the OBSOLETE processors to the end of the
17952         choices.
17954 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17956         * spam-report.el (spam-report-resend-to, spam-report-resend):
17957         Start with resend-to set to nil, and then ask the user if necessary.
17958         (spam-report-resend): spam-report-resend takes a list of articles, not
17959         separate article numbers.
17961 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17963         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17964         addition to emacs-w3m.
17966 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17968         * assistant.el (assistant-authinfo-data): New function.
17969         (assistant-eval): Eval for entire assistant.
17971         * netrc.el (netrc-services-file): New variable.
17972         (netrc-parse-services): New function.
17973         (netrc-find-service-name): New function.
17974         (netrc-find-service-number): New function.
17975         (netrc-port-equal): New function.
17976         (netrc-machine): Use it.
17978         * nnimap.el (nnimap-open-connection): Use netrc.
17980         * gnus-util.el (gnus-netrc-get): Remove aliases.
17982         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17984         * assistant.el (wid-edit): Fix compilation.
17986         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17988 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17990         * gnus-util.el (gnus-set-file-modes): New function.  (small
17991         patch).
17993 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17995         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17997         * assistant.el (assistant-render-node): Fix up rendering and
17998         read-only text.
17999         (assistant-render-node): Reset.
18000         (assistant-make-read-only): Not sticky.
18002 2004-05-20  Danny Siu  <dsiu@adobe.com>
18004         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18005         centered even when gnus-auto-center-summary is t.
18007 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18009         * dns.el (dns-get-txt-answer): New function.
18010         (dns-read-txt): Ditto.
18011         (query-dns): Use it.
18013 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18015         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18016         active for foreign groups even if the group level is higher than
18017         the specified value.
18019 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18021         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18022         non-active groups.
18024         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18026 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18028         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18030 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18032         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18033         (spam-crm114-header, spam-crm114-spam-switch)
18034         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18035         (spam-crm114-positive-spam-header)
18036         (spam-crm114-database-directory, spam-list-of-processors)
18037         (spam-group-spam-processor-crm114-p)
18038         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18039         (spam-generic-score, spam-list-of-checks)
18040         (spam-list-of-statistical-checks, spam-registration-functions)
18041         (spam-check-crm114-headers, spam-crm114-score)
18042         (spam-check-crm114, spam-crm114-register-with-crm114)
18043         (spam-crm114-register-spam-routine)
18044         (spam-crm114-unregister-spam-routine)
18045         (spam-crm114-register-ham-routine)
18046         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18047         From asjo@koldfront.dk (Adam Sjøgren).
18049         * gnus.el: Add spam-use-crm114.
18051         * spam.el (spam-list-of-processors, spam-registration-functions):
18052         Add spam-use-resend.
18053         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18054         (spam-report-articles-gmane): Add doc fix.
18055         (spam-report-articles-resend, spam-report-resend-register-routine):
18056         Add wrappers around spam-report-resend-to.
18058         * spam-report.el (spam-report-resend-to, spam-report-resend):
18059         Add support for resending spam.
18060         (spam-report-gmane): Fix line length >80.
18062         * gnus.el (spam-process): Add spam-use-resend.
18064 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18066         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18067         number of processed spam messages.
18068         (spam-ham-copy-or-move-routine): Return the number of processed
18069         ham messages.
18070         (spam-summary-prepare-exit): Use the above values to decide
18071         whether status messages shouled be displayed.
18073 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18075         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18076         `rfc2047-encoding-function-alist' in order to avoid conflicting
18077         with the old version.
18078         (rfc2047-encode-region): Concatenate words containing non-ASCII
18079         characters in structured fields; don't encode space-delimited
18080         ASCII words even in unstructured fields; don't break words at
18081         char-category boundaries.
18082         (rfc2047-encode-1): New function.
18083         (rfc2047-encode): Use it; encode text so that it occupies the
18084         maximum width within 76-column; work correctly on Q encoding for
18085         iso-2022-* charsets.
18086         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18087         sure not to break a line just after the header name.
18088         (rfc2047-b-encode-region): Remove.
18089         (rfc2047-b-encode-string): New function.
18090         (rfc2047-q-encode-region): Remove.
18091         (rfc2047-q-encode-string): New function.
18093         * mm-util.el (mm-replace-in-string): New function.
18095 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18097         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18098         Really get it right.
18099         (gnus-inews-make-draft): Really.
18101 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18103         * nnmh.el (nnmh-request-list-1): Don't check the link count
18104         before descending.  (small patch)
18106 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18108         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18109         stuff.
18111         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18112         Match on real group name.
18114         * gnus-art.el (gnus-signature-limit): Doc fix.
18116         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18118         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18120 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18122         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18123         isn't a string.
18125 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18127         * gnus-draft.el (gnus-draft-send):
18128         Bind rfc2047-encode-encoded-words.
18130         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18131         (rfc2047-encodable-p): Say that =? needs encoding.
18132         (rfc2047-encode-encoded-words): New variable.
18134         * gnus-group.el (gnus-group-select-group): Doc fix.
18136         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18138         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18139         to nil.
18141         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18143         * nnheader.el (nnheader-get-lines-and-char): New function.
18145 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18147         * gnus-msg.el (gnus-summary-followup-with-original):
18148         Document yanking of region when active.
18150 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18152         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18153         groups if the group level is higher than the specified value.
18155 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18157         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18158         (gnus-group-jump-to-group): Add prefix argument using
18159         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18160         non-active group.
18162         * compface.el (uncompface): Be verbose when changing
18163         `uncompface-use-external'.
18165         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18166         handle manual section.
18168 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18170         * gnus-art.el (gnus-button-alist): Revert previous change.
18172 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18174         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18176 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18178         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18179         whether backend can accept message.
18181         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18183 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18185         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18186         Avoid creating directory when nntp-marks-is-evil is true.
18187         Reported by Reiner Steib.
18189 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18191         * gnus-picon.el (gnus-picon-style): New variable.
18192         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18193         (gnus-picon-transform-address): Support `gnus-picon-style'.
18194         From Jesper Harder <harder@ifa.au.dk>.
18196 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18198         * message.el (message-fill-field): Return point.
18199         (message-generate-headers): Go to end of field.
18201         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18202         stuff for non-living groups.
18204 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18206         * gnus-art.el (gnus-article-followup-with-original)
18207         (gnus-article-reply-with-original): gnus-mark-active-p ->
18208         gnus-region-active-p.
18210 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18212         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18213         only when there is spam or ham to be processed.
18215 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18217         * mail-source.el (mail-source-delete-crash-box): Refactor.
18218         (mail-source-fetch): Use it.
18219         (mail-source-fetch-file): Ditto.
18220         (mail-source-fetch-directory): Run postscript in loop.
18221         (mail-source-fetch-pop): Delete.
18222         (mail-source-fetch-maildir): Ditto.
18223         (mail-source-fetch-imap): Ditto.
18225         * imap.el (imap-authenticators): Comment out sasl.
18227         * message.el (message-skip-to-next-address): New function.
18228         (message-fill-header-address): Refactor.
18229         (message-fill-address): Use it.
18230         (message-delete-address): Use it.
18231         (message-fill-header-general): Refactor.
18232         (message-fill-field-address): Rename.
18233         (message-narrow-to-field): Find the start of the header.
18234         (message-header-format-alist): Don't pre-fill.
18235         (message-fill-header): Remove.
18236         (message-insert-header): New function.
18237         (message-shorten-references): Use it.
18239         * rfc2047.el (rfc2047-field-value): Strip props.
18241         * mail-parse.el (mail-header-make-address): New alias.
18243         * ietf-drums.el (ietf-drums-make-address): New function.
18245         * imap.el: Add compiler directives.
18247         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18249         * gnus-art.el (article-decode-idna-rhs): Don't use
18250         message-idna-inside-rhs-p.
18252 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18254         * message.el (message-idna-inside-rhs-p): Remove.
18255         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18257         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18258         false positives.
18260 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18262         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18264 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18266         * nneething.el (nneething-file-name): Don't create spurious
18267         files.
18269         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18270         (gnus-inews-do-gcc): Remove sleep.
18272         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18273         part under point.
18275         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18276         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18278 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18280         * spam.el (spam-summary-prepare-exit): Fix (length).
18282 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18284         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18285         as expired without moving it" message when there are spam
18286         messages left.
18288 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18290         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18291         header is not nil.
18293 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18295         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18296         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18297         (nntp-marks-changed-p): New arg SERVER.
18298         (nntp-request-update-info): Adjust caller.
18300 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18302         * nntp.el (nntp-save-marks): Pass missing arg.
18304 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18306         * nntp.el: Support marks.
18307         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18308         (nntp-marks-modtime, nntp-marks-directory): New variables.
18309         (nntp-request-set-mark, nntp-request-update-info)
18310         (nntp-possibly-create-directory, nntp-marks-changed-p)
18311         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18312         New functions.
18314 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18316         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18317         (gnus-xmas-redefine): Rename.
18319         * gnus-score.el (gnus-score-insert-help):
18320         Use gnus-select-lowest-window.
18322         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18323         appt-select-lowest-window and rename to gnus-select-lowest-window.
18325         * gnus.el: do.
18327 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18329         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18330         encodings of MIME-encoded words, in order to improve
18331         interoperability with several broken MUAs.
18333 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18335         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18336         tags, only when charsets are not specified in headers.
18337         (mm-inline-text-html-render-with-w3m): Ditto.
18339         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18340         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18342 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18344         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18345         instead of MIME-decoded from fields when checking
18346         `gnus-article-address-banner-alist'.
18348 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18350         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18351         description rather than subject.
18353 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18355         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18357 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18359         * gnus.el (gnus-version-number): Bump.
18361 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18363         * gnus.el: No Gnus v0.2 is released.
18365 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18367         * gnus-agent.el (gnus-agent-read-agentview):
18368         Inline gnus-uncompress-range.
18370 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18372         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18373         `exec-installed-p'.
18375 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18377         * gnus.el (spam-process, spam-autodetect-methods):
18378         Add bsfilter and bsfilter-headers.
18380         * spam.el (spam-bsfilter): New customize group.
18381         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18382         (spam-bsfilter-header, spam-bsfilter-probability-header)
18383         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18384         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18385         (spam-bsfilter-database-directory): New options.
18386         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18387         (spam-list-of-statistical-checks, spam-registration-functions):
18388         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18389         (spam-bsfilter-score): New command.
18390         (spam-check-bsfilter-headers, spam-check-bsfilter)
18391         (spam-bsfilter-register-with-bsfilter)
18392         (spam-bsfilter-register-spam-routine)
18393         (spam-bsfilter-unregister-spam-routine)
18394         (spam-bsfilter-register-ham-routine)
18395         (spam-bsfilter-unregister-ham-routine): New functions.
18396         (spam-generic-score): Support bsfilter; Accept an optional argument
18397         to recalcurate spam score even if scoring header has already been
18398         added.
18399         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18400         optional argument to recalcurate spam score even if scoring header
18401         has already been added.
18403 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18405         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18406         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18407         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18408         link is missing.
18410 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18412         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18413         (html2text-get-attr): Rewrite.
18415         * message.el (message-setup-1): Remove redundant put-text-property
18416         on mail-header-separator.
18418 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18420         * gnus-registry.el (gnus-registry-cache-whitespace)
18421         (gnus-registry-action, gnus-registry-spool-action)
18422         (gnus-registry-split-fancy-with-parent): Change message levels
18423         from 5 to 3 or 7, as needed.
18425         * spam.el (spam-summary-prepare-exit)
18426         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18427         (spam-split, spam-find-spam, spam-log-undo-registration)
18428         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18429         level from 5 to 6.
18431 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18433         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18434         2004-03-04 change).
18436 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18438         * sieve-manage.el (sieve-manage-open):
18439         * nnweb.el (nnweb-insert-html):
18440         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18441         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18442         * nnspool.el (nnspool-request-group):
18443         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18444         * nnml.el (nnml-request-update-info):
18445         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18446         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18447         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18448         (nnimap-request-set-mark):
18449         * nnfolder.el (nnfolder-request-update-info):
18450         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18451         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18452         * gnus-uu.el (gnus-uu-find-articles-matching):
18453         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18454         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18455         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18456         * gnus-nocem.el (gnus-nocem-scan-groups):
18457         * gnus-int.el (gnus-start-news-server):
18458         * gnus-group.el (gnus-group-make-kiboze-group)
18459         (gnus-group-browse-foreign-server):
18460         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18461         Use mapc when appropriate.
18463 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18465         FIXME: Make separate entries for each person.
18467         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18468         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18469         <shields@msrl.com>:
18471         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18472         may need for spam sorting and scoring.
18473         (spam-user-format-function-S): Add user format function suitable for
18474         general use.
18475         (spam-article-sort-by-spam-status): Add sorting function for summary
18476         sorting.
18477         (spam-extra-header-to-number): Add function to get a score from a
18478         header.
18479         (spam-summary-score): Add function to get a numeric score from the
18480         headers.
18481         (spam-generic-score): Fix function doc, was in wrong place.
18482         (spam-initialize): Take symbols when it's run, and install the
18483         extra headers that spam-necessary-extra-headers thinks we need.
18485 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18487         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18488         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18490 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18492         * gnus-sum.el (gnus-set-global-variables)
18493         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18494         (gnus-article-get-xrefs, gnus-summary-best-group)
18495         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18496         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18497         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18498         Use with-current-buffer.
18500 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18502         * spam.el (spam-summary-prepare-exit): Simplify logic.
18503         (spam-fetch-article-header): Read the article header if it's not
18504         available.
18505         (spam-list-articles): Simplify logic.
18506         (spam-filelist-register-routine): Fix bug with unregister-list.
18508         * gnus-registry.el: Fix comments at beginning.
18510 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18512         * message.el (message-cater-to-broken-inn): Remove.
18513         (message-shorten-references): Make sure the total folded length of
18514         References is shorter than 998 characters to cater to a bug in INN
18515         2.3.  Also, don't pretend that references aren't folded -- this
18516         hasn't worked for a while.
18518 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18520         * gnus-agent.el (gnus-agentize):
18521         gnus-agent-send-mail-real-function no longer set to current value
18522         of message-send-mail-function but rather a lambda that calls
18523         message-send-mail-function.  The change makes the agent real-time
18524         responsive to user changes to message-send-mail-function.
18526 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18528         * legacy-gnus-agent.el
18529         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18530         help from Florian Weimer <fw@deneb.enyo.de>
18532 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18534         * nnmail.el (nnmail-cache-insert): Revert last change.
18536 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18538         * nnmail.el (nnmail-cache-insert): Always check whether
18539         nnmail-cache-ignore-groups matches a group name.
18541 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18543         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18544         (spam-find-spam, spam-log-processing-to-registry)
18545         (spam-log-registered-p, spam-log-unregistration-needed-p)
18546         (spam-log-undo-registration): Use gnus-message instead of
18547         gnus-error, none of these errors are fatal.
18549         * gnus-registry.el (gnus-registry-clean-empty-function)
18550         (gnus-registry-clean-empty): Remove only empty entries without
18551         extra data.
18553 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18555         * spam-stat.el (spam-stat-buffer-change-to-spam)
18556         (spam-stat-buffer-change-to-non-spam): Change (error) to
18557         (gnus-message 8) invocation.
18559 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18561         * nntp.el (nntp-via-netcat-command): New variable.
18562         (nntp-via-netcat-switches): New variable.
18563         (nntp-open-via-rlogin-and-netcat): New function.
18564         (nntp-open-connection-function): Doc fix.
18565         (nntp-telnet-command): Doc fix.
18566         (nntp-end-of-line): Doc fix.
18567         (nntp-via-rlogin-command): Doc fix.
18568         (nntp-via-user-name): Doc fix.
18569         (nntp-via-address): Doc fix.
18571 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18573         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18574         error in Emacs 21.1.
18576 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18578         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18580 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18582         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18583         (gnus-agent-with-refreshed-group): New macro.
18584         (gnus-agent-rename-group): New function.
18585         (gnus-agent-delete-group): New function.
18586         (gnus-agent-save-group-info): Use gnus-command-method when
18587         `method' parameter is nil.  Don't write nil entries into the
18588         active file.
18589         (gnus-agent-get-group-info): New function.
18590         (gnus-agent-fetch-articles):
18591         Use gnus-agent-update-files-total-fetched-for to increment disk space
18592         used.
18593         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18594         Use gnus-agent-update-view-total-fetched-for to increment disk space
18595         used.
18596         (gnus-agent-get-local): Add optional parameters to avoid calling
18597         gnus-group-real-name and gnus-find-method-for-group.
18598         (gnus-agent-set-local): Delete stored entry if either min, or max,
18599         are nil.
18600         (gnus-agent-fetch-session): Reworded error/quit messages.
18601         On quit, use gnus-agent-regenerate-group to record existance of any
18602         articles fetched to disk before the quit occurred.
18603         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18604         gnus-agent-update-view-total-fetched-for, and
18605         gnus-agent-update-files-total-fetched-for to decrement disk space
18606         used.
18607         (gnus-agent-retrieve-headers):
18608         Use gnus-agent-update-view-total-fetched-for to increment disk space
18609         used.
18610         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18611         with gnus-agent-update-files-total-fetched-for to decrement disk
18612         space and fresh group buffer.
18613         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18614         (gnus-agent-need-update-total-fetched-for): New variable.
18615         (gnus-agent-update-files-total-fetched-for): New function.
18616         (gnus-agent-update-view-total-fetched-for): New function.
18617         (gnus-agent-total-fetched-for): New function.
18619         * gnus-cache.el (gnus-cache-save-buffers):
18620         Use gnus-cache-update-overview-total-fetched-for to change disk space
18621         used by this group.
18622         (gnus-cache-possibly-enter-article):
18623         Use gnus-cache-update-file-total-fetched-for to increment disk space
18624         used by this group.
18625         (gnus-cache-possibly-remove-article):
18626         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18627         used by this group.
18628         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18629         (gnus-cache-rename-group): New function.
18630         (gnus-cache-delete-group): New function.
18631         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18632         (gnus-cache-need-update-total-fetched-for): New variable.
18633         (gnus-cache-with-refreshed-group): New macro.
18634         (gnus-cache-update-file-total-fetched-for): New function.
18635         (gnus-cache-update-overview-total-fetched-for): New function.
18636         (gnus-cache-rename-group-total-fetched-for): New function.
18637         (gnus-cache-delete-group-total-fetched-for): New function.
18638         (gnus-cache-total-fetched-for): New function.
18640         * gnus-group.el: Require gnus-sum and autoload functions to
18641         resolve warnings when gnus-group.el compiled alone.
18642         (gnus-group-line-format): Documented new %F.
18643         (size of Fetched data) group line format; identifies disk space
18644         used by agent and cache.
18645         (gnus-group-line-format-alist): Defined new F format.
18646         (gnus-total-fetched-for): New function.
18647         (gnus-group-delete-group): No longer update
18648         gnus-cache-active-altered as gnus-request-delete-group now keeps
18649         the cache in sync.
18650         (gnus-group-list-active): Let the agent store a server's active
18651         list if currently plugged.
18653         * gnus-int.el (gnus-request-delete-group):
18654         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18655         local disk in sync with the server.
18656         (gnus-request-rename-group):
18657         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18658         local disk in sync with the server.
18660         * gnus-start.el (gnus-get-unread-articles):
18661         Cosmetic simplification to logic.
18663         * gnus-util.el (gnus-rename-file): New function.
18665 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18667         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18669 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18671         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18672         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18674 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18676         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18677         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18679 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18681         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18683 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18685         * spam.el (spam-set-difference): Add function to replace
18686         gnus-set-difference in spam.el.
18687         (spam-summary-prepare-exit): Use spam-set-difference.
18689 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18691         * gnus-registry.el (gnus-registry-cache-file): Update to use
18692         gnus-dribble-directory OR gnus-home-directory OR ~.
18693         (gnus-registry-split-fancy-with-parent): Fix doc.
18695 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18697         * message.el (message-exchange-point-and-mark):
18698         Use message-mark-active-p.  Suggested by Jesper Harder
18699         <harder@ifa.au.dk>.
18701 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18703         * message.el (message-exchange-point-and-mark): Don't activate
18704         region if it was inactive.  Suggested by Hiroshi Fujishima
18705         <pooh@nature.tsukuba.ac.jp>.
18707 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18709         * gnus-art.el (article-display-face): Display Faces in the same
18710         order as X-Faces.
18712 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18714         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18716 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18718         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18719         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18720         (gnus-article-mime-hierarchy): Remove.
18721         (gnus-article-mime-hierarchy-next): Remove.
18722         (gnus-article-mode): Revert 2004-03-19 change.
18723         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18724         (gnus-insert-mime-button): Revert 2004-03-19 change.
18725         (gnus-mime-accumulate-hierarchy): Remove.
18726         (gnus-mime-enter-multipart): Remove.
18727         (gnus-mime-leave-multipart): Remove.
18728         (gnus-mime-display-part): Revert 2004-03-19 change.
18729         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18731         * mml.el (mml-preview): Revert 2004-03-19 change.
18733 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18735         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18737 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18739         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18740         t while entering a file name using the mm-with-multibyte macro.
18741         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18743         * mm-util.el (mm-with-multibyte): New macro.
18745 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18747         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18748         New user option.
18749         (gnus-mime-multipart-functions): Doc and customization fix.
18750         (gnus-article-mime-hierarchy): New variable.
18751         (gnus-article-mime-hierarchy-next): New variable.
18752         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18753         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18754         gnus-article-mime-hierarchy-next to nil.
18755         (gnus-insert-mime-button): Show hierarchy numbers.
18756         (gnus-mime-accumulate-hierarchy): New function.
18757         (gnus-mime-enter-multipart): New function.
18758         (gnus-mime-leave-multipart): New function.
18759         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18760         (gnus-mime-display-alternative): Show hierarchy numbers.
18762         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18763         gnus-article-mime-hierarchy-next to nil.
18765 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18767         * dns.el: Don't require gnus-xmas.
18769 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18771         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18772         inline PGP.
18773         (mml-menu): Disable mml-quote-region if mark is inactive.
18775 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18777         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18778         when the group's active is not available.
18780 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18782         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18783         error.
18785 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18787         * imap.el (imap-store-password): New variable.
18788         (imap-interactive-login): Use it.
18789         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18791 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18793         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18794         window-start and hscroll to summary window.
18796 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18798         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18799         conversion message to newsrc-dribble when an actual conversion is
18800         performed.
18802 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18804         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18806 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18808         * mm-decode.el (mm-complicated-handles): New function reviving
18809         former definition of mm-multiple-handles.
18811         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18812         (gnus-mime-delete-part): Use it.
18814 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18816         * gnus-agent.el (gnus-agent-read-local):
18817         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18818         avoid the implicit assumption that they will always be equal.
18819         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18820         coding-system-for-write, as the with-temp-file macro first prints
18821         to a buffer then saves the buffer.
18823 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18825         * gnus-art.el (gnus-article-edit-part): New function.
18826         (gnus-mime-save-part-and-strip): Use it; do query instead of
18827         signaling an error; don't use mm-multiple-handles.
18828         (gnus-mime-delete-part): Ditto.
18830 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18832         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18833         old file versions.
18834         (gnus-group-prepare-hook): Remove function that converted list
18835         form of gnus-agent-expire-days to group properties.
18837         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18838         (gnus-request-accept-article): Re-indented.
18840         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18841         converters to handle old agent file formats.  Add logic for a
18842         "backup before upgrading warning".
18843         (gnus-convert-mark-converter-prompt): Developers can mark
18844         functions as needing (default), or not needing,
18845         gnus-convert-old-newsrc's "backup before upgrading warning".
18846         (gnus-convert-converter-needs-prompt): Tests whether the user
18847         should be protected from potentially irreversable changes by the
18848         function.
18850         * legacy-gnus-agent.el: New.  Provides converters that are only
18851         loaded when gnus-convert-old-newsrc needs to call them.
18853 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18855         * mail-source.el (mail-source-touch-pop): Doc fix.
18857         * message.el (message-smtpmail-send-it): Doc fix.
18859 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18861         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18863         * nnmail.el (nnmail-split-fancy): do.
18865         * gnus-kill.el (gnus-kill, gnus-execute): do.
18867 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18869         * gnus-sum.el (gnus-widget-reversible-match)
18870         (gnus-widget-reversible-to-internal)
18871         (gnus-widget-reversible-to-external): New functions.
18872         (gnus-widget-reversible): New widget.
18873         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18875 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18877         * gnus-sum.el (gnus-thread-sort-functions)
18878         (gnus-article-sort-functions): Document `(not F)' items.
18880 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18882         * spam.el (spam-use-gmane-xref): Add new backend.
18883         (spam-gmane-xref-spam-group): Add variable to control the name of the
18884         Gmane spam group.
18885         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18886         (spam-regex-headers-spam, spam-regex-headers-ham)
18887         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18888         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18889         backends and checks.
18890         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18892         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18893         an autodetect method.
18895 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18897         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18898         articles are being added to a group.
18899         (gnus-request-replace-article): Inform the agent that articles
18900         need to be uncached as the cached contents are no longer valid.
18902 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18904         * binhex.el: Don't autoload executable-find.
18906         * canlock.el: Don't autoload mail-fetch-field.
18908         * dgnushack.el: Autoload c-mode for XEmacs.
18910         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18912         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18913         rmail-dont-reply-to and rmail-output.
18915         * gnus-score.el: Don't autoload ffap-string-at-point.
18917         * gnus-setup.el: Don't autoload sc-cite-original.
18919         * imap.el: Don't autoload base64-decode-string,
18920         base64-encode-string and md5.
18922         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18923         and rmail-msg-restore-non-pruned-header.
18925         * mm-decode.el: Don't autoload executable-find.
18927         * mm-url.el: Don't autoload executable-find.
18929         * mm-view.el: Don't autoload diff-mode.
18931         * nndb.el: Don't autoload news-reply-mode, news-setup,
18932         cancel-timer and telnet.
18934         * password.el: Don't autoload run-at-time for Emacs.
18936         * sha1-el.el: Don't autoload executable-find.
18938         * sieve-mode.el: Don't autoload c-mode.
18940         * uudecode.el: Don't autoload executable-find.
18942 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18944         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18945         (gnus-agent-possibly-alter-active): Avoid null in numeric
18946         comparison.
18947         (gnus-agent-set-local): Refuse to save null in local object table.
18948         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18949         list of articles that will be marked as unread.
18951 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18953         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18955 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18957         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18958         language tags.
18960 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18962         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18963         Don't bind "obarray".
18965         * gnus-sum.el (gnus-thread-sort-functions):
18966         Add `gnus-thread-sort-by-most-recent-number' and
18967         `gnus-thread-sort-by-most-recent-date'.
18968         Reported by Kai Grossjohann <kai@emptydomain.de>.
18970 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18972         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18974 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18976         * gnus-cus.el (gnus-agent-customize-category):
18977         Remove ignore-errors macro reference that required cl to be loaded at
18978         run-time.
18980         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18981         single-interval range of the form (min . max).  Previously the
18982         range had to look like ((min . max)).  Likewise, return
18983         (min . max) rather than ((min . max)).
18984         (gnus-range-map): Use gnus-range-normalize to accept
18985         single-interval range.
18987         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18988         the cache, but not the agent, now appear with their usual face.
18990         * dgnushack.el (loaddir): New variable that is bound to the
18991         directory containing the dgnushack.el file. Use loaddir, rather
18992         than srcdir, to update load-path. Change lets dgnushack compile
18993         code in directories other than GNUS/lisp.
18995 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18997         * lpath.el: Don't bind w3m-safe-url-regexp.
18999         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19000         w3m-safe-url-regexp variable buffer-local.
19002         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19004 2004-02-27  Simon Josefsson  <jas@extundo.com>
19006         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19007         gnus-group-real-prefix.
19008         (gnus-summary-move-article): Use it, instead of
19009         gnus-group-real-prefix.
19011 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19013         * lpath.el: Bind w3m-safe-url-regexp.
19015         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19016         w3m-safe-url-regexp variable buffer-local and set it as the value
19017         of mm-w3m-safe-url-regexp.
19019         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19021         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19022         parsing gnus-posting-styles when the message is not for replying.
19024         * dgnushack.el: Autoload sgml-mode for XEmacs.
19026         * nnrss.el (nnrss-opml-export):
19027         Use mm-set-buffer-file-coding-system instead of
19028         set-buffer-file-coding-system.
19030 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19032         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19033         of checkdoc.el).
19034         * nnrss.el: do.
19035         * gnus-mlspl.el: do.
19036         * gnus-ml.el: do.
19037         * gnus-srvr.el: do.
19039         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19041 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19043         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19044         Corrections to custom-manual links.
19046         * gnus-art.el (gnus-article): Ditto.
19048         * mm-decode.el (mime-display, mime-security): Ditto.
19050 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19052         * flow-fill.el: Typo.
19054 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19056         * spam-wash.el: New file.
19058 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19060         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19062 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19064         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19065         to be run with new-articles as LIST1, not LIST2.
19066         (spam-registration-functions): Add spam-use-ham-copy as a nil
19067         registration backend.
19069 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19071         * spam-stat.el (spam-stat-washing-hook): New option.
19072         (spam-stat-buffer-words): Use it.
19073         (spam-stat-process-directory, spam-stat-test-directory):
19074         Use insert-file-contents-literally.
19075         (spam-stat-coding-system): New variable.
19076         (spam-stat-load, spam-stat-save): Use it.
19078 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19080         * spam-report.el (spam-report-plug-agent):
19081         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19083 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19085         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19086         Allow / in mailto URLs.
19088 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19090         * spam-report.el (spam-report-process-queue): Fix interactive use.
19091         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19092         (spam-report-unplug-agent): Doc fixes.
19093         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19094         (spam-report-agentize, spam-report-deagentize): Autoload.
19096 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19098         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19100         * message.el (message-setup-fill-variables): Add mml tags to
19101         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19102         <ajk@iu.edu>.
19103         (message-mode): Don't modify paragraph-separate there.
19105 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19107         * compface.el (uncompface-use-external): Default to undecided.
19108         (uncompface-use-external-threshold): New variable.
19109         (uncompface-float-time): New macro.
19110         (uncompface): Determine whether to use the external decoder if
19111         uncompface-use-external is undecided.
19113 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19115         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19116         after images.
19118         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19120 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19122         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19124         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19126         * gnus-sum.el (gnus-summary-limit-to-age)
19127         (gnus-summary-limit-children): do.
19129         * gnus-int.el (gnus-request-scan): do.
19131         * gnus-group.el (gnus-group-suspend): do.
19133         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19135         * gnus-cite.el (gnus-cite-parse-attributions): do.
19137         * gnus-agent.el (gnus-summary-set-agent-mark)
19138         (gnus-agent-regenerate-group): do.
19140         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19142         * binhex.el (binhex-decode-region-internal): do.
19144 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19146         * gnus-fun.el (gnus-face-properties-alist): New user option.
19147         (gnus-display-x-face-in-from): Use it.
19149         * gnus-art.el (article-display-face): Ditto.
19151         * compface.el (uncompface-use-external): Default to nil.
19153 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19155         * nntp.el (nntp-erase-buffer): New function.
19156         (nntp-retrieve-data, nntp-send-command)
19157         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19158         (nntp-possibly-change-group): Use it.
19160         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19161         Use with-current-buffer.
19163 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19165         * compface.el: Merge the ELisp-based uncompface program.
19166         (compface): New customization group.
19167         (uncompface-use-external): New user option.
19168         (uncompface): Call uncompface-internal if uncompface-use-external
19169         is nil.
19170         (uncompface-internal): New function.  Note that there are also
19171         some other functions and variables added for this function.
19173 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19175         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19176         if necessary.
19178 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19180         * spam-report.el (spam-report-unplug-agent)
19181         (spam-report-plug-agent, spam-report-deagentize)
19182         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19183         Add support for the Agent in spam-report: when unplugged, report to a
19184         file; when plugged, submit all the requests.
19186         * spam.el (spam-register-routine): Fix message about
19187         registration.
19189 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19191         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19192         dependencies.
19193         (rfc2047-encode): Use it.
19195         * gnus-art.el (gnus-button-marker-list): Move before first
19196         reference.
19198         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19199         (imap-parse-body): Fix format string mismatch.
19201         * gnus-score.el (gnus-summary-increase-score): do.
19203         * nnrss.el (nnrss-close): New function.
19205 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19207         * nnrss.el (nnrss-make-filename): New function.
19208         (nnrss-request-delete-group, nnrss-read-server-data)
19209         (nnrss-save-server-data, nnrss-read-group-data)
19210         (nnrss-save-group-data): Use it.
19211         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19212         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19213         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19215 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19217         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19219 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19221         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19222         files.
19224         * message.el (message-generate-headers-first): Don't quote nil
19225         and t in docstrings.
19227         * imap.el (imap-id): do.
19229         * gnus-agent.el (gnus-agent-consider-all-articles)
19230         (gnus-agent-queue-mail): do.
19232 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19234         * spam-report.el (spam-report-process-queue): New function.
19235         Process requests from `spam-report-requests-file'.
19236         (spam-report-process-queue): Doc fix.
19238 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19240         * spam.el (spam-register-routine)
19241         (spam-log-processing-to-registry, spam-log-registered-p)
19242         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19243         Change "check" to "spam-check" for semi-clarity.
19245 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19247         * pop3.el: Require nnheader.
19249         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19251         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19253         * gnus-picon.el: Require cl.
19255         * gnus-fun.el: Require gnus-ems and gnus-util.
19257         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19259         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19261         * gnus-art.el (gnus-article-edit-mode): Define before first
19262         reference.
19264 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19266         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19267         (gnus-uu-post-encoded): Use point-at-bol.
19269         * gnus-topic.el (gnus-group-active-topic-p): do.
19271         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19273         * gnus-group.el (gnus-group-kill-region): do.
19275         * gnus-art.el (article-date-ut): do.
19277         * message.el (message-fetch-field): Remove redundant
19278         case-fold-search binding.
19279         (message-narrow-to-field): Simplify.
19281 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19283         * spam.el (spam-directory): Derive from `gnus-directory'.
19285         * spam-report.el (spam-report-url-to-file)
19286         (spam-report-requests-file): New function and variable for offline
19287         reporting.
19288         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19289         and user defined function.
19290         (spam-report-url-ping-mm-url): Remove doubled slash.
19292 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19294         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19296 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19298         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19299         Fix format string mismatch.
19301         * sieve.el (sieve-deactivate-all): do.
19303         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19305         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19307         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19309         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19311 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19313         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19314         the list of checks.
19316 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19318         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19319         padding.
19321 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19323         * mm-view.el (mm-fill-flowed): New variable.
19324         (mm-inline-text): Use it.
19326 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19328         * spam.el (spam-spamassassin-register-ham-routine)
19329         (spam-spamassassin-register-spam-routine): Fix function names.
19331 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19333         * gnus.el (gnus-tmp-grouplens): Remove.
19334         (gnus-summary-line-format): Remove grouplens.
19336         * gnus-group.el (gnus-group-line-format): Ditto.
19338         * gnus-spec.el (gnus-format-specs): Ditto.
19339         (gnus-update-format-specifications): Flush the group format spec
19340         cache if there's the grouplens stuff.
19341         (gnus-parse-simple-format): Replace %l with the empty string.
19343 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19345         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19346         omission.
19348 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19350         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19351         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19353 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19355         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19356         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19357         New macros and functions.
19358         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19359         Handle > NLINK_MAX messages.
19360         * nnmaildir.el (nnmaildir-request-set-mark):
19361         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19363 2004-01-25  Alex Schroeder  <alex@gnu.org>
19365         * spam-stat.el (spam-stat-process-directory-age): New option.
19366         (spam-stat-process-directory): Use it.
19368 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19370         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19371         (spam-stat-save): Accept prefix argument.
19373 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19375         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19376         links" error.
19378 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19380         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19381         the rest of the and/or forms.
19383 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19385         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19386         compatibility with old .newsrc.eld files.
19388         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19390         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19392         * gnus-start.el (gnus-1): do.
19394         * gnus-group.el (gnus-group-line-format-alist): do.
19396         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19398         * gnus-gl.el: Remove.
19400 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19402         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19403         marks consisting of a single range {for example, (3 . 5)} rather
19404         than a list of a single range { ((3 . 5)) }.
19406 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19408         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19409         Use with-current-buffer.
19410         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19411         avoid consing a string.
19413         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19414         Remove obsolete entries for big5 and gb2312.
19416 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19418         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19419         uncompressed list.
19421 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19423         * spam-stat.el (spam-stat-strip-xref): New function.
19424         (spam-stat-process-directory): Use it.
19426         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19427         here -- it's done in message-fetch-field.
19429 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19431         * gnus-agent.el (gnus-agent-queue-mail)
19432         (gnus-agent-prompt-send-queue): New variables.
19433         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19434         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19435         "nndraft:queue" along to gnus-draft-send.
19436         Use gnus-agent-prompt-send-queue.
19437         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19438         is "nndraft:queue".  Suggested by Gaute Strokkenes
19439         <gs234@srcf.ucam.org>
19441         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19442         (agent-enable-undownloaded-faces): Add.
19443         (gnus-agent-cat-groups): Use eval-and-compile, not
19444         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19445         method of gnus-agent-cat-groups even when the buffer has been
19446         evaled.
19447         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19448         delete gnus-agent-save-active-1.
19449         (gnus-agent-save-groups): Delete.  Identical to
19450         gnus-agent-save-active.
19451         (gnus-agent-write-active): No longer adjust agent's copy of active
19452         file as agent's adjustments are now stored in their own
19453         file.  Remove optional parameter.
19454         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19455         servers.  Add use of min/max range limits from server's local
19456         file.
19457         (gnus-agent-save-alist): Remove unused optional argument.
19458         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19459         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19460         (gnus-agent-set-local): A per-server file that keeps min/max range
19461         limits for articles known to the agent.  Provides a fast mechanism
19462         for altering many active ranges.
19463         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19464         active file (local makes it unnecessary).
19465         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19467         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19468         (agent-enable-undownloaded-faces): Add.
19470         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19471         disable it when sending to "nndraft:queue".
19472         (gnus-group-send-queue): Add safety check to avoid sending queue
19473         when unplugged.
19475         * gnus-group.el (gnus-group-catchup): Use new
19476         gnus-sequence-of-unread-articles, not
19477         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19478         numbers of articles.  Use gnus-range-map to avoid having to
19479         uncompress the unread list.
19480         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19481         Fix invalid ange-ftp reference.
19483         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19484         (gnus-sorted-range-intersection): Intersection of two ranges
19485         without requiring that they first be uncompressed.
19487         * gnus-start.el (gnus-activate-group): Unless blocked by the
19488         caller, possibly expand the active range to include both cached
19489         and agentized articles.
19490         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19491         multiple version-dependent converters.
19492         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19493         gnus-agent-save-active.
19494         (gnus-save-newsrc-file): Save dirty agent range limits.
19496         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19497         gnus-agent-possibly-alter-active.
19498         (gnus-adjust-marked-articles): Faster handling of simple lists.
19500 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19502         * spam-stat.el (spam-stat-test-directory): New optional argument
19503         displays a list of files detected.  Suggested by Andrew Cohen
19504         <cohen@andy.bu.edu>.
19505         (spam-stat-buffer-words-with-scores): Don't narrow and change
19506         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19508 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19510         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19511         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19512         (spam-spamassassin-arguments)
19513         (spam-spamassassin-spam-flag-header)
19514         (spam-spamassassin-positive-spam-flag-header)
19515         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19516         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19517         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19518         (spam-list-of-processors, spam-list-of-checks)
19519         (spam-list-of-statistical-checks, spam-registration-functions)
19520         (spam-check-spamassassin-headers, spam-check-spamassassin)
19521         (spam-spamassassin-score)
19522         (spam-spamassassin-register-with-sa-learn)
19523         (spam-spamassassin-register-spam-routine)
19524         (spam-spamassassin-register-ham-routine)
19525         (spam-assassin-register-spam-routine)
19526         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19527         (spam-bogofilter-score): Fix to show article before scoring.
19529 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19531         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19532         default scoring function.
19533         (spam-generic-score): Call spam-spamassassin-score if
19534         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19535         spam-bogofilter-score otherwise.
19537         * gnus.el (spam-process, spam-autodetect-methods):
19538         Add spamassassin and spamassassin-headers.
19540 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19542         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19543         Suppress unnecessary messages.
19545 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19547         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19548         make-hash-table.
19550 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19552         * canlock.el (base64-encode-string): Don't autoload it.
19554 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19556         * run-at-time.el: Remove useless (require 'itimer),
19557         eval-and-compile and (featurep 'xemacs).
19559 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19561         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19562         GROUP is a virtual group.
19564 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19566         * gnus.el: Autoload `message-y-or-n-p'.
19568 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19570         * pgg-parse.el: Remove unnecessary (require 'custom).
19572         * pgg-def.el: do.
19574         * nnmail.el: do.
19576         * gnus-undo.el: do.
19578         * gnus-picon.el: do.
19580         * gnus-util.el: do.
19582 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19584         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19586 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19588         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19589         handle, as well as a list.
19591         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19592         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19593         (mm-w3m-cid-retrieve): Simplify.
19595 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19597         * message.el (message-kill-to-signature): Allow prefix arg to
19598         specify number of lines to keep before signature.
19600 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19602         * message.el (message-kill-to-signature): Change docstring.
19604 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19606         * canlock.el: Always require sha1-el.
19607         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19609         * message.el: Autoload sha1 only when compiling.
19611         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19612         eudc-expand-inline for XEmacs.
19614 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19616         * message.el (message-canlock-generate): Require sha1-el.
19618 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19620         * message.el (message-expand-name): Silence the byte compiler.
19622         * lpath.el: Add detect-coding-system.
19624         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19625         cus-edit.
19627 2004-01-13  Simon Josefsson  <jas@extundo.com>
19629         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19630         Invoke gnus-score-mode.
19631         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19633         * gnus-range.el (gnus-compress-sequence): Doc fix.
19634         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19636 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19638         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19640 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19642         * spam.el (spam-get-article-as-string): Update to use
19643         gnus-request-article-this-buffer, much simpler.
19644         (spam-get-article-as-buffer): Remove.
19646 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19648         * message.el (message-expand-name): Use EUDC if the user uses that.
19650 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19652         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19653         character for the encoding to avoid consing a string.
19655         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19656         unnecessarily.
19658         * mm-util.el (mm-replace-chars-in-string): Remove.
19660         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19661         of mm-replace-chars-in-string.
19663 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19665         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19667         * mm-util.el (mm-subst-char-in-string): Support inplace.
19669         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19670         a new string in every iteration.  Use shy groups.
19672 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19674         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19675         * gnus-soup.el (gnus-soup-group-brew):
19676         * gnus-msg.el (gnus-put-message):
19677         * gnus-move.el (gnus-group-move-group-to-server):
19678         * gnus-kill.el (gnus-batch-score):
19679         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19680         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19681         (gnus-group-update-group, gnus-group-read-group)
19682         (gnus-group-make-group, gnus-group-make-help-group)
19683         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19684         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19685         (gnus-group-sort-by-unread, gnus-group-catchup)
19686         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19687         (gnus-group-yank-group, gnus-group-set-info)
19688         (gnus-group-list-groups):
19689         * gnus.el (gnus-generate-new-group-name):
19690         * gnus-delay.el (gnus-delay-send-queue):
19691         * nnvirtual.el (nnvirtual-catchup-group):
19692         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19693         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19694         (gnus-group-prepare-topics, gnus-topic-check-topology):
19695         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19696         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19697         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19698         (gnus-group-make-articles-read):
19699         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19700         (gnus-group-change-level, gnus-kill-newsgroup)
19701         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19702         (gnus-get-unread-articles, gnus-make-articles-unread)
19703         (gnus-make-ascending-articles-unread): Use accessor
19704         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19705         to get group information for improved readability.
19708 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19710         * gnus-art.el (article-decode-mime-words, article-babel)
19711         (gnus-article-highlight-signature, gnus-article-add-buttons)
19712         (gnus-signature-toggle): Use gnus-with-article-buffer.
19714         * gnus-art.el (gnus-article-highlight-headers)
19715         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19717         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19718         (gnus-article-set-globals, gnus-request-article-this-buffer)
19719         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19720         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19721         (gnus-mime-display-alternative): Use with-current-buffer.
19723 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19725         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19726         also under 80 char limit, and call gnus-error if needed.
19727         (spam-fetch-article-header): Fix - it was a
19728         buffer-local variable (gnus-newsgroup-data).
19729         (spam-find-spam): Use spam-generate-fake-headers, forget about
19730         spam-insert-fake-headers.
19731         (spam-insert-fake-headers): Remove.
19733 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19735         * deuglify.el (gnus-article-outlook-unwrap-lines)
19736         (gnus-outlook-rearrange-article)
19737         (gnus-outlook-repair-attribution-outlook)
19738         (gnus-outlook-repair-attribution-block)
19739         (gnus-outlook-repair-attribution-other): Remove redundant
19740         save-excursion.
19742 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19744         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19745         (spam-fetch-field-subject-fast)
19746         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19747         (spam-fetch-article-header): Add functions to deal with Gnus
19748         internals for fast retrieval of article header data.
19749         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19751 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19753         * pop3.el (pop3-md5): Remove.
19754         (pop3-apop): Replace pop3-md5 with md5.
19756         * mm-bodies.el: base64 is always built-in.
19758         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19759         Use with-current-buffer.
19761 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19763         * canlock.el (canlock-insert-header): Remove excessive grouping in
19764         regexp.
19766         * gnus-sum.el (gnus-summary-read-document): Ditto.
19768         * gnus-uu.el (gnus-uu-part-number): Ditto.
19770         * html2text.el (html2text-remove-tags): Ditto.
19771         (html2text-format-tags): Ditto.
19772         (html2text-format-single-elements): Ditto.
19774         * mml.el (mml-parse-1): Ditto.
19776 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19778         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19780         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19782         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19784         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19786 2003-11-15  Simon Josefsson  <jas@extundo.com>
19788         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19789         (pgg-gpg-lookup-key): Use regexp match instead of
19790         split-string (split-string is different between emacs 21.2 and
19791         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19793 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19795         * gnus-art.el (gnus-mime-view-all-parts)
19796         (gnus-article-part-wrapper, gnus-article-view-part):
19797         Use with-current-buffer.
19799 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19801         * spam.el (spam-disable-spam-split-during-ham-respool)
19802         (spam-spamoracle-database, spam-cache-lookups)
19803         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19804         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19805         (spam-group-ham-marks, spam-group-spam-marks)
19806         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19807         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19808         also add spam-use-blackholes to the statistical checks.
19809         (spam-fetch-field-fast): Add interface to fetching fields, may
19810         become a macro.
19811         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19812         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19813         (spam-insert-fake-headers): Fake an article when needed.
19814         (spam-find-spam): Fake article when possible.
19815         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19816         (spam-check-bogofilter-headers): Use message-fetch-field instead
19817         of nnmail-fetch-field.
19819 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19821         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19823 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19825         * spam.el (spam-split): Do not require spam-use-CHECK to be
19826         enabled if that check is passed to spam-split explicitly; also
19827         fix so 'spam doesn't get converted to spam-split-group when
19828         spam-split-symbolic-return is t.
19829         (spam-find-spam): Find registrations of the article and use those
19830         instead of re-running spam-split to find the spam/ham
19831         classification of the article.
19832         (spam-log-processing-to-registry, spam-log-registered-p)
19833         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19834         Use gnus-error instead of gnus-message.
19835         (spam-log-registration-type): Add function to determine the
19836         classification of a message based on registry entries; will
19837         return nil if both 'spam and 'ham are found.
19838         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19839         a reasonably fast local cache without the loading errors.
19840         (spam-cache-lookups): Set to t by default.
19841         (spam-find-spam): Don't try to guess spam-cache-lookups.
19842         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19843         spam-caches entry.
19844         (spam-filelist-build-cache, spam-filelist-check-cache):
19845         Fix caching of whitelist/blacklist entries.
19846         (spam-check-whitelist, spam-check-blacklist):
19847         Invoke spam-from-listed-p with a type, not a cache variable.
19848         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19850 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19852         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19854         * nnmail.el (nnmail-split-fancy): do.
19856         * mml.el (mml-parse): do.
19858         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19859         (gnus-score-adaptive): do.
19861 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19863         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19864         (gnus-mime-button-map): Don't set keymap parent.
19865         (gnus-button-ctan-directory-regexp): Use shy grouping.
19866         (gnus-prev-page-map): Don't set keymap parent.
19867         (gnus-prev-page-map): Remove duplicated one.
19868         (gnus-next-page-map): Don't set keymap parent.
19869         (gnus-mime-security-button-map): Ditto.
19871         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19872         version number.
19874         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19876 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19878         * canlock.el (canlock-sha1-function): Remove.
19879         (canlock-sha1-function-for-verify): Remove.
19880         (canlock-openssl-program): Remove.
19881         (canlock-openssl-args): Remove.
19882         (canlock-ignore-errors): Remove.
19883         (canlock-sha1-with-openssl): Remove.
19884         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19885         (canlock-verify): Don't use canlock-ignore-errors.
19887         * sha1-el.el (sha1-string-external): Make it can return a string
19888         in binary form.
19889         (sha1-region-external): Ditto.
19890         (sha1-string-internal): Ditto.
19891         (sha1-region-internal): Ditto.
19892         (sha1-region): Ditto.
19893         (sha1-string): Ditto.
19894         (sha1): Ditto.
19896 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19898         * spam.el (spam-report-articles-gmane): New command.
19900 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19902         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19904         * run-at-time.el (run-at-time-saved): Remove.
19905         (run-at-time): Doc fix.
19907 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19909         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19910         (gnus-summary-limit-map): Add it.
19911         (gnus-summary-make-menu-bar): do.
19913 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19915         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19916         Make attempt at some caching support (done for BBDB only now).
19917         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19918         addresses to be checked.
19919         (spam-clear-cache-BBDB): Add function, to be invoked by
19920         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19921         (spam-check-BBDB): Check and use the caches, if
19922         spam-cache-lookups is on, remove superfluous (provide).
19924 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19926         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19928 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19930         * run-at-time.el (run-at-time-saved): Move to after the definition
19931         of `run-at-time'.
19933         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19935 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19937         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19938         mm-w3m-local-map-property.
19940         * mm-view.el (mm-w3m-mode-map): Remove.
19941         (mm-w3m-local-map-property): Remove.
19942         (mm-inline-text-html-render-with-w3m): Don't use
19943         mm-w3m-local-map-property.
19945 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19947         * run-at-time.el: New file.
19949         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19950         under Emacs.
19952         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19953         of gnus-set-text-properties.
19955         * gnus-uu.el (gnus-uu-save-article): Ditto.
19957         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19959         * gnus-cite.el (gnus-cite-parse): Ditto.
19961         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19962         of gnus-.
19964         * gnus-xmas.el (run-at-time): Require run-at-time.
19966         * gnus.el: Change calls to nnheader-run-at-time and
19967         password-run-at-time throughout to use run-at-time directly.
19969         * password.el: Remove definition of run-at-time.
19971         * nnheaderxm.el: Remove definition of run-at-time.
19973 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19975         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19976         in prompt.
19978 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19980         * messagexmas.el (message-xmas-redefine): Alias
19981         `message-make-caesar-translation-table' to
19982         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19983         version.
19985         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19986         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19987         `gnus-xmas-set-text-properties'.
19988         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19989         `gnus-xmas-completing-read'.
19990         (gnus-xmas-completing-read): Removed.
19991         (gnus-xmas-open-network-stream): Removed.
19993         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19994         XEmacs version.
19996         * dns.el (dns-make-network-process): Use `open-network-stream'
19997         instead of `gnus-xmas-open-network-stream'.
19999         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20001         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20003 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20005         * gnus-art.el (gnus-mime-display-alternative)
20006         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20007         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20008         Don't use gnus-local-map-property.
20010         * gnus-util.el (gnus-local-map-property): Remove.
20012         * mm-view.el (mm-view-pkcs7-decrypt):
20013         Replace gnus-completing-read-maybe-default with completing-read.
20015         * gnus-util.el (gnus-completing-read): do.
20016         (gnus-completing-read-maybe-default): Remove.
20018 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20020         * password.el: Only autoload `run-at-time' if not XEmacs.
20021         Only autoload the itimer functions if XEmacs.
20023 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20025         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20026         XEmacsen.
20028         * dgnushack.el: Autoload executable-find for XEmacs.
20030 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20032         * gnus-art.el (gnus-read-string): Remove.
20033         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20034         read-string.
20036 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20038         * netrc.el: Autoload password-read.
20039         (netrc): Add configuration group.
20040         (netrc-encoding-method, netrc-openssl-path):
20041         Add variables for encoding and decoding of files with symmetric
20042         ciphers.
20043         (netrc-encode): Add assistant function to encode a file with
20044         netrc-encoding-method.
20045         (netrc-parse): Add interactive parameter, added optional
20046         decoding if netrc-encoding-method is non-nil but otherwise
20047         behavior is standard.
20048         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20049         Do s/encode/encrypt/ everywhere.
20051         * spam.el: Remove executable-find autoload.
20053 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20055         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20057         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20059 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20061         * gnus-art.el (gnus-treat-ansi-sequences)
20062         (article-treat-ansi-sequences): New variable and function.
20063         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20065         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20066         Use it.
20068 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20070         * mm-util.el (mm-quote-arg): Remove.
20072         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20073         shell-quote-argument.
20075         * gnus-uu.el (gnus-uu-command): do.
20077         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20079         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20080         with make-char.
20082         * mm-util.el (mm-make-char): Remove.
20084         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20085         add-minor-mode.
20087         * gnus-undo.el (gnus-undo-mode): do.
20089         * gnus-topic.el (gnus-topic-mode): do.
20091         * gnus-sum.el (gnus-dead-summary-mode): do.
20093         * gnus-start.el (gnus-slave-mode): do.
20095         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20097         * gnus-ml.el (gnus-mailing-list-mode): do.
20099         * gnus-gl.el (gnus-grouplens-mode): do.
20101         * gnus-draft.el (gnus-draft-mode): do.
20103         * gnus-dired.el (gnus-dired-mode): do.
20105         * gnus-ems.el (gnus-add-minor-mode): Remove.
20107         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20108         Replace gnus-char-width with char-width.
20110         * gnus-ems.el (gnus-char-width): Remove.
20112         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20113         Replace gnus-char-width with char-width.
20115         * gnus-ems.el (gnus-char-width): Remove.
20117         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20118         definition.
20119         Remove Emacs 20 hash table compatibility code.
20121         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20122         20 compatibility code.
20124         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20126         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20128         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20129         Replace with point-at-{eol,bol}.
20131         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20133         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20135         * flow-fill.el (fill-flowed-point-at-bol)
20136         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20138         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20139         Replace with point-at-{eol,bol} throughout all files.
20141 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20143         * ntlm.el (ntlm-string-as-unibyte): New macro.
20144         (ntlm-build-auth-response): Use it.
20146         Remove Emacs 20 stuff:
20147         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20148         (butlast, mapc, remove): Remove the compiler macros.
20149         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20150         of delq and copy-sequence.
20151         * gnus-art.el (popup-menu): Remove the compiler macro.
20152         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20153         Emacs 20.
20155 2004-01-05  Simon Josefsson  <jas@extundo.com>
20157         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20158         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20159         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20160         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20161         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20162         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20163         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20164         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20165         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20166         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20167         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20168         string-xor into ntlm-string-xor.
20169         Suggested by Jesper Harder <harder@myrealbox.com>.
20171         * ntlm.el: Don't include poem.
20173         * md4.el (print-int32, print-string-hexa): Remove.
20174         Suggested by Jesper Harder <harder@myrealbox.com>.
20176         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20178         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20179         probably breaks emacs with DL patch, but do we care? Is anyone
20180         still using the DL stuff?)
20182         * sieve-manage.el: Use the password package.
20183         (sieve-manage-read-passwd): Remove.
20184         (sieve-manage-interactive-login): Use password.  Re-add
20185         condition-case around loop.
20187         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20188         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20189         Use the password package.
20191 2003-02-19  Simon Josefsson  <jas@extundo.com>
20193         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20194         token.
20196 2002-08-07  Simon Josefsson  <jas@extundo.com>
20198         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20199         (sieve-manage-authenticators):
20200         (sieve-manage-authenticator-alist): Add some SASL mechs.
20201         (sieve-sasl-auth): New function.
20202         (sieve-manage-cram-md5-auth):
20203         (sieve-manage-plain-auth): Rewrite using SASL library.
20204         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20205         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20206         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20207         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20209 2004-01-05  Simon Josefsson  <jas@extundo.com>
20211         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20212         New files.
20214 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20216         * gnus-group.el (gnus-no-groups-message): Update.
20218         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20220 2003-11-09  Simon Josefsson  <jas@extundo.com>
20222         * imap.el: Support for ID IMAP extension (RFC 2971).
20223         (imap-local-variables): Add imap-id.
20224         (imap-id): New variable.
20225         (imap-id): New function.
20226         (imap-parse-response): Parse untagged ID response.
20227         * nnimap.el (nnimap-id): New variable.
20228         (nnimap-open-connection): Use it.
20230 2003-12-28  Simon Josefsson  <jas@extundo.com>
20232         * gnus-score.el (gnus-score-edit-all-score): New.
20233         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20235 2004-01-04  Simon Josefsson  <jas@extundo.com>
20237         * password.el: Add.
20239 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20241         * dns.el (dns-query-types): Fix typo.
20242         (dns-query-types): New function.
20243         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20244         PTR and SOA replies, see RFC 1035.
20246 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20248         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20250         * Move to Changelog.2.
20252 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20254         * gnus.el (gnus-version-number): Bump version.
20256 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20258         * gnus.el: No Gnus v0.1 is released.
20260 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20262         * gnus.el: No Gnus v0.0 is released.
20264 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20266         * gnus.el (gnus-version-number): Bump.
20267         (gnus-version): No.
20269 See ChangeLog.2 for earlier changes.
20271   Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
20272     Free Software Foundation, Inc.
20274   This file is part of GNU Emacs.
20276   GNU Emacs is free software: you can redistribute it and/or modify
20277   it under the terms of the GNU General Public License as published by
20278   the Free Software Foundation, either version 3 of the License, or
20279   (at your option) any later version.
20281   GNU Emacs is distributed in the hope that it will be useful,
20282   but WITHOUT ANY WARRANTY; without even the implied warranty of
20283   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20284   GNU General Public License for more details.
20286   You should have received a copy of the GNU General Public License
20287   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20289 ;; Local Variables:
20290 ;; coding: utf-8
20291 ;; fill-column: 79
20292 ;; add-log-time-zone-rule: t
20293 ;; End: