shr.el (shr-expand-newlines): Make nested boxes work.
[emacs.git] / lisp / gnus / ChangeLog
blob16d0787f768efde36dc5dcdbbc249d932d3c329f
1 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3         * shr.el (shr-expand-newlines): Make nested boxes work.
5 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
7         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
8         backgrounds.
9         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
10         in a more sensible manner.
12 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
14         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
15         if EPG is loaded.
17 2011-01-24  Julien Danjou  <julien@danjou.info>
19         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
20         tags.
22 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
24         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
25         commands.
27         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
28         in the article buffer.
29         (gnus-gravatar-insert): Use blank space from the current buffer to
30         avoid breaking text properties.  This makes X-Sent updating work again.
32         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
34 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
36         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
37         fix the bug in url-http.el instead.
39         * shr.el (shr-image-fetched): Ditto.
41         * shr.el (shr-image-fetched): Avoid having point move in the article
42         buffer.
44         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
45         buffer after being called.  It's apparently being killed by url.el, and
46         killing it made point move to end-of-buffer in a random buffer.
48         * shr.el (shr-image-fetched): Ditto.
50 2011-01-23  Julien Danjou  <julien@danjou.info>
52         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
54         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
55         text/x-org.
57 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
59         * gnus-sum.el (gnus-summary-move-article): Protect against backends
60         (i.e., nnimap) returning nil as the article number.
62 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
64         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
65         "DelSp" parameter in RFC3676.
67 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
69         * message.el (message-check-recipients): Display the encoded version of
70         the bogus address if they differ.
72         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
73         after sending.
75         * gnus-agent.el (gnus-agent-send-mail): Ditto.
77         * gnus-group.el (gnus-group-refresh-group): New convenience function.
79         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
80         group buffer after sending the queue.
82         * gnus-agent.el (gnus-agent-send-mail): Ditto.
84 2011-01-22  Julien Danjou  <julien@danjou.info>
86         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
88 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
90         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
91         nested related parts.
93         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
94         unexpired articles.  This fixes the regression that led expiry marks to
95         disappear from nnfolder groups.
97 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
99         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
100         Don't confuse the "ret" of "retrograde" with RET.
102 2011-01-21  Julien Danjou  <julien@danjou.info>
104         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
105         than mm-insert-inline.
107 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
109         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
110         Widen article buffer.
112 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
114         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
115         the temp buffer.
116         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
118 2011-01-20  Julien Danjou  <julien@danjou.info>
120         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
122         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
123         than mm-insert-inline to insert inline part: this respect
124         mm-inline-media-tests displayers.
126         * mm-view.el (mm-display-shell-script-inline): New function.
128         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
130         * mm-uu.el (mm-uu-type-alist): Add org block.
131         (mm-uu-org-src-code-block-extract): New function.
133         * mm-view.el (mm-display-org-inline): New function.
135         * mm-decode.el (mm-automatic-display): Add text/org.
137         * mailcap.el (mailcap-mime-extensions): Add .org.
139 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
141         * gnus-art.el (gnus-article-highlight): Remove argument passed to
142         gnus-article-add-buttons.
144 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
146         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
147         From header with a date and "nobody" as the sender.
149 2011-01-19  Julien Danjou  <julien@danjou.info>
151         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
152         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
153         if you have the same regexp several times.
154         (gnus-button-push): Fix matching when regexp is symbol.
156 2011-01-15  Glenn Morris  <rgm@gnu.org>
158         * message.el (message-mail): A compose-mail function should
159         accept headers as strings.
161 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
163         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
164         Add :vert-only tags.
165         (message-mail): New arg RETURN-ACTION.
166         (message-return-action): New var.
167         (message-bury): Use it.
168         (message-mode): Make it buffer-local.
169         (message-send-and-exit): Always call message-bury.
171         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
172         message-mail.
174 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
176         * nnimap.el (nnimap-convert-partial-article): Protect against
177         zero-length body parts.
179         * mm-decode.el (mm-preferred-alternative-precedence):
180         Discourage showing empty parts.
182         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
183         and stuff if the backend didn't return the article number.  This fixes
184         an Exchange-related nnimap bug.
186         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
187         group window, because it does the wrong thing when a separate frame
188         displays the group buffer.
190         * proto-stream.el (open-protocol-stream): Protect against the low-level
191         transport functions returning nil.
193 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
195         * mml2015.el (epg-sub-key-fingerprint): Autoload.
196         (mml2015-epg-find-usable-secret-key): New function.
197         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
198         mml2015-epg-find-usable-key (Bug#7797).
199         (mml2015-epg-encrypt): Ditto.
201 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
203         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
205 2011-01-03  Glenn Morris  <rgm@gnu.org>
207         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
209         * sieve.el (sieve-open-server): Give a more explicit error if
210         sieve-manage-open returns nil.  (Bug#7720)
212 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
214         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
216 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
218         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
219         This avoids sending passwords in plain text over non-encrypted
220         channels.
222         * shr.el (shr-rescale-image): Display all GIF images as animated images.
224         * nnimap.el (nnimap-login): Refactored out into own function, and
225         implement CRAM-MD5.
226         (nnimap-wait-for-line): Refactored out.
228         * mm-view.el (mml-smime): Require.
230 2010-12-20  David Engster  <deng@eml.cc>
232         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
233         use EPG to decrypt S/MIME messages instead of openssl.
235 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
237         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
239         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
240         status is the group clearly is unreachable.
242         * auth-source.el (auth-source-create): Add the optional second
243         parameter to `local-variable-p' to be compatible with XEmacs.
245 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
247         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
248         work when using a compressed nnml folder.
250 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
252         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
253         backends after sanitising on entry, because this never makes sense:
254         If the articles have gone missing, then the data no longer exists on
255         the backend, and if they haven't, then Gnus is wrong, and shouldn't
256         overwrite anything anyway.
258         * shr.el (shr-insert-document): Bind shr-width dynamically to
259         window-width if it's nil.
261 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
263         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
264         with the meaning of using the full emacs window width for rendering.
266 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
268         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
269         case when sender is not given.
271 2010-12-23  Julien Danjou  <julien@danjou.info>
273         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
274         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
275         the addresses, otherwise we might misplaced the gravatar.
277 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
279         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
280         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
281         obsolete in Emacs.
283 2010-12-20  Julien Danjou  <julien@danjou.info>
285         * gnus-util.el (gnus-rescale-image): Revert last change.
287 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
289         * gnus-group.el (gnus-group-delete-articles): New command.
291 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
293         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
295 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
297         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
298         here, since it's up to the backends to do CRLF removal if their
299         protocol has it.
301         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
303 2010-12-17  Julien Danjou  <julien@danjou.info>
305         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
306         they are from file. Can also scale up.
308 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
310         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
311         gnus-use-agent.
312         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
314         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
316 2010-12-17  Julien Danjou  <julien@danjou.info>
318         * gravatar.el (gravatar-retrieve-synchronously): New function.
319         (gravatar-get-data): Make more robust.
321 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
323         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
324         to really consider the last line.
326 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
328         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
329         list of recipient keys, or use symmetric encryption if not a list.
330         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
331         EPA override, replacing the call to `netrc-store-data'.
333 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
335         * gnus-srvr.el: Avoid passing nil regexp argument to
336         delete-matching-lines.
338 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
340         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
341         fetching stops when Gnus exits.
343         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
344         function.
345         (nnfolder-request-expire-articles): Save all the buffers after doing
346         expiry.
348         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
349         the last article", since that led to serious performance regressions
350         when expiring nnml groups.
352 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
354         * nnir.el: Improve customizations.
356 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
358         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
360         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
361         group has been killed.
362         (gnus-group-yank-group): Ditto.
364         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
366         * nnimap.el (nnimap-request-update-group-status): New function.
368         * gnus-int.el (gnus-request-update-group-status): New interface
369         function.
371         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
372         copying read-ness to the backends.
374         * nnimap.el (nnimap-quirk): New function.
375         (nnimap-retrieve-group-data-early): Use it.
376         (nnimap-quirks): New alist.
378 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
380         * shr.el (shr-insert): Set shr-start after deleting trailing space;
381         don't delete it within indentation.
383 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
385         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
386         previous line.
388 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
390         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
391         QRESYNC command by deleting a superfluous space which broke Cyrus
392         servers.  This change will break other servers that are buggy the other
393         way around.
395 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
397         * spam.el: Reindent and fix long lines.
398         (spam-copy-or-move-routine): Exclude invalid move destinations.
400 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
402         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
403         installed the registry.
405 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
407         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
408         groupname doesn't contain "gmane".
410 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
412         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
413         (gnus-1): Don't create the nndrafts group twice.
414         (gnus-setup-news): There's no need to read the active file here, since
415         that's done again later on a per-backend basis.
416         (gnus-start-draft-setup): Make sure that the new group is started out
417         empty.
419         * gnus-agent.el (gnus-agentize): Don't create the queue group
420         automatically on startup.  It'll be created later, if needed.
422         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
423         of automatically subscribed groups.
424         (gnus-auto-subscribed-categories): New variable.
425         (gnus-matches-options-n): Use it.
426         (gnus-default-subscribed-newsgroups): Remove unused variable.
427         (gnus-start-draft-setup): Message a bit less.
429 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
431         * nnir.el (nnir-run-imap): Return article list in order of increasing
432         UID.
434 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
436         * gnus-sum.el (gnus-summary-enter-digest-group):
437         Mention gnus-auto-select-on-ephemeral-exit.
439         * proto-stream.el (proto-stream-open-network-only): Fix the calling
440         convention of the network-only option.
442 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
444         * proto-stream.el (proto-stream-open-network-only): New function to
445         have a way to specify non-STARTTLS upgrade connections.
447 2010-12-10  Julien Danjou  <julien@danjou.info>
449         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
450         email address is nil.
452         * message.el (message-bogus-recipient-p): Set address to "" if nil.
454 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
456         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
457         deletion.
458         (nnir-run-imap): Only need to parse list once.
460 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
462         * shr.el (shr-tag-script): Ignore <script>.
463         (shr-tag-label): Add <label> support.
465 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
467         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
469         * shr.el (shr-image-displayer): Work for images lined side by side.
471 2010-12-08  Robert Pluim  <rpluim@gmail.com>
473         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
474         parameter, since XEmacs doesn't accept t as a parameter.
476 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
478         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
479         ids.
480         (nnir-run-gmane): Simplify groupspec formatting.
481         (nnir-request-expire-articles): New function.
483 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
485         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
486         overflow, possibly.
488         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
489         (shr-render-td): Handle td style="" better.
490         (shr-tag-table): Use the color from the style sheet.
491         (shr-render-td): Make sure we copy over all the overlays, too.
493 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
495         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
496         (nnir-request-article): Improve article retrieval.
498 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
500         * mm-util.el (mm-extra-numeric-entities): New variable.
502         * mm-url.el (mm-url-decode-entities):
503         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
505 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
507         * message.el: Use completion-at-point.
508         (message-completion-function): New fun, extracted from message-tab.
509         (message-mode): Use it for completion-at-point-functions.
510         (message-tab): Use it and completion-at-point.
512 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
514         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
515         character if a non-breakable character follows.
517 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
519         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
520         any stream.
522         * shr.el (shr-tag-font): Colorize the region.
523         (shr-tag-body): Ditto.
524         (shr-tag-font): Actually let the styles be inherited instead of
525         overwriting them.
526         (shr-tag-font): Get the background color right.
527         (shr-tag-style): Ignore all <style> tags for the moment.
529         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
530         a Message-ID to avoid having nnimap depend on gnus-sum.
532         * shr.el (shr-descend): Only colorize something if we have a node that
533         sets colors.
535 2010-12-06  Julien Danjou  <julien@danjou.info>
537         * shr.el (shr-render-td): Render td content with shr-descend, so style
538         will be applied to <td> too.
539         (shr-colorize-region): Colorize region even if we only have a background.
540         (shr-tag-body): Fix color and background color inheritance.
541         Do not recolorize after shr-generic.
542         (shr-tag-font): Let shr-generic colorize via inheritance.
544 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
546         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
548 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
550         * nnir.el (nnir-request-move-article): Remove obsolete code.
552 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
554         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
556 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
558         * gnus-sum.el (gnus-summary-respool-article): The completion function
559         expects a list instead of an alist.
561         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
562         string as the parameter.
564         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
566         * shr.el (shr-stylesheet): New dynamic variable for cascading the
567         styles.
568         (shr-colorize-region): New function.
569         (shr-insert-background-overlay): Remove.
570         (shr-render-td): Background setting should be taken care of on a higher
571         level.
572         (shr-tag-body): Use post-hoc colorizations.
573         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
574         (shr-put-color-1): Don't overwrite old colors.
575         (shr-colorize-region): When the background color isn't explicit, use
576         a fixed background.
578         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
579         nnmail variables.
581 2010-12-05  Bjørn Mork  <bjorn@mork.no>
583         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
584         unless necessary.
586 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
588         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
589         server.
591 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
593         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
594         so that TAB works.
596         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
597         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
599         * shr.el (shr-urlify): Show the URL before the title to avoid
600         misleading URLs.
602 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
604         * shr.el (shr-urlify): Display the title in <a> tags.
606 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
608         * nnir.el (nnir-categorize): Replace mapcar with mapc.
610 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
612         * nnir.el: Rearrange code to allow macros to be autoloaded by
613         gnus-sum.el.
614         (nnir-retrieve-headers-override-function): Make this variable
615         customizable.
616         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
618         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
619         from nnir.el.
621 2010-12-03  Julien Danjou  <julien@danjou.info>
623         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
625 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
627         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
628         allow optional argument `environment'.
630 2010-12-03  Glenn Morris  <rgm@gnu.org>
632         * mm-extern.el (message-goto-body): Update declaration.
634 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
636         * gnus-util.el (gnus-macroexpand-all): New function.
638         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
639         instead of macroexpand-all that is unavailable in XEmacs.
641 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
643         * nnir.el (nnir-summary-line-format): New variable.
644         (nnir-mode): Use it.
645         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
646         (nnir-article-ids): Reimplement as defsubst.
647         (nnir-retrieve-headers): Don't mangle the subject header.
648         (nnir-run-imap): Use 100 as RSV score.
649         (nnir-run-find-grep): Fix for full server searching.
650         (nnir-run-gmane): Better restriction to gmane groups.
652         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
653         summary buffers.
655 2010-12-02  Julien Danjou  <julien@danjou.info>
657         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
659         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
661         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
662         support.
664 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
666         * nnir.el: Update to handle the registry better.
667         (autoload): Silence byte-compiler.
668         (nnir-open-server): Add a hook for nnir groups.
669         (nnir-request-move-article): Don't mangle the header. Better to use
670         formating variables (which will be added in the future).
671         (nnir-registry-action): Update the registry using the original article
672         group name.
673         (nnir-mode): Install nnir-specific hooks for updating the registry.
675         * gnus-sum.el
676         (gnus-article-original-subject,gnus-newsgroup-original-name):
677         Remove obsolete variables.
678         (gnus-summary-move-article): Remove use of obsolete variables.
679         (gnus-summary-local-variables): Make move and delete hooks local to
680         summary buffers.
682 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
684         * rtree.el: New file.
686 2010-12-01  Julien Danjou  <julien@danjou.info>
688         * message.el (message-user-organization): Do not use
689         gnus-local-organization.
691         * gnus.el: Remove gnus-local-organization.
693         * gnus-msg.el: Remove nastygram thing.
695 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
697         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
698         funcall.
700 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
702         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
703         names.
705         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
706         characters.
708         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
709         to t of inhibit-read-only since it is inside gnus-with-article-headers.
710         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
711         (gnus-gravatar-transform-address): Use mail-extract-address-components
712         that supports non-ASCII names rather than mail-header-parse-addresses.
714 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
716         * proto-stream.el (open-protocol-stream): All starttls connections are
717         handled by the network handler.
719 2010-11-30  Julien Danjou  <julien@danjou.info>
721         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
722         (nnimap-open-connection-1): Fix PREAUTH.
724         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
726 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
728         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
729         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
730         (shr-insert): Use them.
731         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
733 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
735         * nnir.el (nnir-request-move-article): Bail out if original group
736         doesn't support article moves.
737         (nnir-get-active): Improve active list retrieval.
739 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
741         * shr.el (shr-find-fill-point): Don't break before apostrophes.
743 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
745         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
746         seem to accept strings-with-numbers as port numbers,
748 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
750         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
751         change the registry.
753 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
755         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
756         delete-dups that is not available in XEmacs 21.4.
758         * mm-util.el (mm-delete-duplicates): Add comment.
760 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
762         * nnir.el (nnir-ignored-newsgroups): New variable.
763         (nnir-get-active): Use it.
765 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
767         * proto-stream.el (proto-stream-open-network): Add some comments.
769         * nntp.el (nntp-open-connection): Provide a :success condition.
771         * nnimap.el (nnimap-open-connection-1): Ditto.
773         * proto-stream.el (proto-stream-open-network): See what the response to
774         the STARTTLS command is.
776         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
777         backwards compatibility).
778         (nnimap-open-connection-1): Really respect nnimap-server-port.
780         * proto-stream.el (proto-stream-open-network): When doing opportunistic
781         TLS upgrades we don't really care about the identity of the peer.
782         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
783         that what we've checked for.
784         (proto-stream-always-use-starttls): Only default to t if
785         open-gnutls-stream exists.
786         (proto-stream-open-network): If STARTTLS failed, then just open a
787         normal connection.
788         (proto-stream-open-network): Wait until the greeting before doing
789         STARTTLS.
791         * nntp.el (nntp-open-connection): Report what the connection error is.
793         * proto-stream.el (open-protocol-stream): Rename from
794         open-proto-stream.
796 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
798         * nnimap.el (nnimap-stream): Change default to `undecided'.
799         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
800         first, and then network.
801         (nnimap-open-connection-1): Respect nnimap-server-port.
802         (nnimap-open-connection): Be more backwards-compatible.
804         * proto-stream.el (proto-stream-always-use-starttls): New variable.
805         (proto-stream-open-starttls): De-duplicate the starttls code.
806         (proto-stream-open-starttls): Folded back into the main function.
807         (proto-stream-open-network): Fix typo in the gnutls path.
808         (proto-stream-command): Refactor out.
810         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
812         * proto-stream.el (proto-stream-open-starttls): Actually implement the
813         starttls.el STARTTLS.
815         * color.el (color-lab->srgb): Fix function call name.
817         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
818         if we're using tls.el.
819         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
820         built in, then don't try to establish a STARTTLS connection.
822         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
823         servers.
825         * proto-stream.el (open-proto-stream): Use network, not stream.
826         (open-proto-stream): Add a way to specify what the end of a command is.
828         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
829         connections types.
830         (nntp-open-network-stream): Remove.
831         (nntp-open-ssl-stream): Remove.
832         (nntp-open-tls-stream): Remove.
833         (nntp-ssl-program): Remove.
835         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
837 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
839         * nnir.el: Fix typos.
840         (nnir-retrieve-headers-override-function): Rename variable to reflect
841         new semantics.
842         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
843         macros.
844         (nnir-request-article, nnir-request-move-article): Use them.
845         (nnir-categorize): New function.
846         (nnir-run-query): Use it.
847         (nnir-retrieve-headers): Rewrite to batch header retrieval.
848         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
849         sorted.
850         (nnir-group-full-name): Use gnus-group-full-name instead.
851         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
852         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
854 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
856         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
858         * proto-stream.el: New library to provide protocol-specific
859         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
860         protocols.
861         (open-proto-stream): Complete the documentation.
862         (proto-stream-open-network): Fix some typos.
864         * nnimap.el (nnimap-open-connection): Use it.
866 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
868         * pop3.el (pop3-open-server): Read server greeting before starting TLS
869         negotiation.
871 2010-11-26  Julien Danjou  <julien@danjou.info>
873         * color.el: Rename various rgb functions to srgb.
875 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
877         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
878         names.
880 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
882         * shr.el (shr-insert): Revert last change.
883         (shr-find-fill-point): Never leave point being at bol;
884         relax the kinsoku limitation when rendering tables.
886 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
888         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
889         results from -accept-article.
891         * shr-color.el: Require cl when compiling.
893         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
894         checkin.
896         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
898         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
900         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
901         'add and 'delete to set backend marks.
903         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
905         * nnheader.el (nnheader-update-marks-actions): Refactor out.
907         * nntp.el (nntp-request-set-mark): Use it.
909         * nnfolder.el (nnfolder-request-set-mark): Ditto.
911         * nnml.el (nnml-request-set-mark): Ditto.
913         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
914         introduces regressions in article selection.
915         (nnimap-find-uid-response): New function.
916         (nnimap-request-accept-article): Use the UID returned, if any.
917         (nnimap-request-move-article): Use the UID returned, if any.
918         (nnimap-get-groups): Reimplement to work with folded lines.
919         (nnimap-find-uid-response): The UID is the last element in the list.
920         (nnimap-request-set-mark): Extend syntax with 'set.
922         * nnml.el (nnml-request-set-mark): Ditto.
924         * nnfolder.el (nnfolder-request-set-mark): Ditto.
926         * nntp.el (nntp-request-set-mark): Ditto.
928 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
930         * message.el (message-called-interactively-p): A temporary macro.
931         (message-goto-body): Use it temporarily.
933 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
935         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
936         (nnimap-last-response-string): Unfold quoted lines, if they exist.
937         (nnimap-last-response-string): Fix last unfolding fix.
939 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
941         * shr.el (shr-insert): Fix the way to fold lines.
943 2010-11-25  Julien Danjou  <julien@danjou.info>
945         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
947         * color.el: Rename from color-lab.el
948         (color-rgb->hex): Add.
949         (color-complement): Add.
950         (color-complement-hex): Add.
952         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
954 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
956         * shr-color.el (shr-color-visible): Don't bug out if the colour names
957         don't exist.
959 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
961         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
962         assuming that article displaying or another mml-preview may be
963         interrupted for an error or for the like.
965         * shr.el (shr-get-background): Fix argument name.
967 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
969         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
971         * gnus-sum.el (gnus-summary-include-articles): New function.
973         * message.el (message-goto-body): called-interactively-p needs a
974         parameter, so use `any'.
976         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
977         clear marks before moving, since they're synced from the Gnus side
978         first.
980         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
981         (gnus-summary-move-article): Copy over all marks before moving, so that
982         IMAP doesn't think a new article has arrived.
984 2010-11-24  Julien Danjou  <julien@danjou.info>
986         * shr.el (shr-insert-background-overlay): Fix typo.
987         (shr-render-td): Copy the background before rendering.
989         * shr-color.el (shr-color-visible): Fix docstring.
991         * shr.el (shr-tag-table): Add bgcolor support.
992         (shr-render-td): Add bgcolor support.
993         (shr-get-background): Add.
994         (shr-insert-foreground-overlay): Use shr-get-background.
996         * message.el (message-goto-body): Use called-interactively-p.
997         (message-in-body-p): message-goto-body returns point.
999 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1001         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1002         Fixes something or other in Emacs 23, and is backwards compatible.
1004         * message.el (message-goto-body): Remove the <#secure special-casing,
1005         which is too special.
1007         * shr.el (shr-parse-style): Drop !important from styles.
1009 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1011         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1012         this function to return incorrect results when calling it with an
1013         explicit article argument different from
1014         (gnus-summary-article-number).
1016 2010-11-24  Julien Danjou  <julien@danjou.info>
1018         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1019         (shr-tag-body): Add background support.
1020         (shr-descend): Add background support.
1021         (shr-tag-title): Add.
1023         * shr-color.el (shr-color-visible): Really return original background
1024         if fixed.
1026 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1028         * shr.el (shr-color-check): Protect against non-existant colour names.
1030 2010-11-24  Julien Danjou  <julien@danjou.info>
1032         * color-lab.el: Require 'cl when compiling.
1034         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1036         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1037         matched part.
1039         * color-lab.el: Fix all expt calls to use float type.
1041 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1043         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1044         expression to shr-color-check as is.
1046         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1048         * color-lab.el: Add coding cookie.
1049         (float-pi): Use eval-and-compile.
1051 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1053         * shr.el (shr-insert-color-overlay): Split stuff like
1054         "#444444 !important" to find the real colour.
1055         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1056         parse <font color="red"> entries.
1058 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1060         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1061         point when parsing headers.
1063         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1064         is positioned properly when parsing headers.
1066 2010-11-23  Julien Danjou  <julien@danjou.info>
1068         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1070         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1072         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1074         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1075         Use shr-color-hue-to-rgb.
1076         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1078 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1080         * shr.el (shr-color->hexadecimal): Autoload.
1081         (shr-descend): Add color to all tags.
1083 2010-11-22  Julien Danjou  <julien@danjou.info>
1085         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1086         shr-color->hexadecimal.
1088         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1089         RGB() or HSL() color representation.
1091         * shr.el (shr-tag-font): Add.
1092         (shr-tag-color-check): New function to get better colors.
1093         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1094         tag-span.
1096         * shr-color.el: New file.
1098         * color-lab.el: New file.
1100         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1102 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1104         * nnir.el: Fix typo in comments.
1105         (nnir-run-imap): Simplify code. No need to reverse artlist.
1106         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1108 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1110         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1112         * nnimap.el (nnimap-get-capabilities): Refactor out.
1113         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1115 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1117         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1118         appearing when `mm-uu-hide-markers' is nil.
1120 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1122         * nnimap.el (nnimap-unselect-group): Make into its own function.
1123         (nnimap-request-rename-group): Unselect group before renaming.
1124         This had gotten lost somewhere.
1125         (nnimap-request-accept-article): Keep track of examined groups, and
1126         unselect the group before APPENDing to read-only groups.
1127         (nnimap-request-move-article): Clear flags before moving so that they
1128         can be re-set later.
1130 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1132         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1133         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1135 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1137         * gnus-art.el (gnus-mime-display-single)
1138         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1139         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1140         parameter.
1142 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1144         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1145         (shr-table-vertical-line): New variable.
1146         (shr-insert-table): Use it.
1148 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1150         * gnus-html.el (gnus-html-wash-images): Don't display images if
1151         gnus-inhibit-images is non-nil; register displayer for cid images.
1152         (gnus-html-display-image): Work for cid image.
1153         (gnus-html-insert-image): Allow arguments.
1154         (gnus-html-put-image): Inhibit read-only.
1155         (gnus-html-prefetch-images): Don't prefetch images if
1156         gnus-inhibit-images is non-nil.
1158 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1160         * shr.el (shr-put-image): Break lines when inserting big pictures.
1162 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1164         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1165         sender, thanks Katsumi Yamaoka.
1167 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1169         * nnir.el (nnir-run-imap): Reverse the article list for each group
1170         rather than the whole list.
1172 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1174         * shr.el (shr-image-displayer): Protect function against non-existent
1175         image source.
1177         * gnus-art.el (gnus-inhibit-images): New user option.
1178         (gnus-mime-display-single): Don't display image if it is non-nil.
1180         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1181         gnus-inhibit-images.
1183         * shr.el (shr-image-displayer): New function.
1184         (shr-tag-img): Use it.
1186 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1188         * mml2015.el (mml2015-epg-sign): Use From header.
1190 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1192         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1194         * gnus-util.el (gnus-find-text-property-region): Return markers.
1196         * shr.el (shr-tag-img): Put a displayer in the text property.
1198         * gnus-util.el (gnus-find-text-property-region): New utility function.
1200         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1201         (gnus-html-show-images): Remove.
1203         * gnus-art.el (gnus-article-show-images): New, more general function.
1205         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1206         image url text properties.
1208         * shr.el: Ditto.
1210         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1211         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1213 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1215         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1216         work for two or more articles.
1218 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1220         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1221         divide an image that's in an html article to two or more when washing
1222         non-ASCII characters in alt text of it.
1224 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1226         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1227         smime-decrypt-region using function argument.
1228         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1230         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1232         * smime.el (smime-decrypt-region): Catch it.
1234 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1236         * smime.el (smime-mode-map): Move initialization into declaration.
1237         (gnus-run-mode-hooks): Don't autoload.
1238         (smime-mode): Use define-derived-mode.
1240 2010-11-11  Glenn Morris  <rgm@gnu.org>
1242         * smime.el (from): Restrict declaration to XEmacs.
1244         * nnir.el (gnus-group-topic-name): Autoload.
1246 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1248         * shr.el (shr-insert): Don't break long line if it is because of
1249         kinsoku-bol characters in the line end.
1251 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1253         * nnir.el (nnir-request-move-article): Fix to provide original group
1254         and subject.
1255         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1256         been retrieved.
1258         * gnus-sum.el (gnus-summary-move-article): Use original group and
1259         subject for virtual articles such as those in an nnir summary buffer.
1261 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1263         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1264         least 21.5).
1266         * smime.el (from): Declare it again for XEmacs.
1268 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1270         * message.el (message-resend): Don't disable encoding unless it's
1271         already encoded.
1273         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1274         low-numbered articles.
1276 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1278         * rfc2047.el (rfc2047-syntax-table): Simplify.
1280         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1281         set-char-table-range for XEmacs.
1283 2010-11-10  Glenn Morris  <rgm@gnu.org>
1285         * smime.el (from): Remove unused declaration.
1287         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1288         (gnus-float-time): On Emacs, always an alias.
1290         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1291         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1293 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1295         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1297 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1299         * shr.el (browse-url-mailto): Autoload.
1301         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1303         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1304         regexp doesn't need quoting.
1306 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1308         * message.el (message-subject-trailing-was-ask-regexp)
1309         (message-subject-trailing-was-regexp): Match was: in addition to was.
1311 2010-11-09  Glenn Morris  <rgm@gnu.org>
1313         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1314         (nnbabyl-check-mbox): Use point-at-bol.
1316 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1318         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1320         * message.el (message-mailto): New function.
1321         (message-mailto): Should accept other parameters.
1322         (message-mailto): Remove since it duplicates browse-url-mailto
1323         functionality.
1325 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1327         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1328         methods.
1329         (gnus-read-active-file): Ditto.
1331         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1332         ": " from the prompt.
1333         (gnus-group-make-group): Ditto.
1335 2010-11-07  Glenn Morris  <rgm@gnu.org>
1337         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1338         (gnus-bookmark-kill-line): Use point-at-eol.
1340 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1342         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1343         asterisks in From header.
1345 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1347         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1348         string to avoid making the From headers syntactically invalid.
1350         * message.el (message-send-mail): Don't insert courtesy messages if the
1351         message already has List-Post and List-ID messages.
1353 2010-11-06  Glenn Morris  <rgm@gnu.org>
1355         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1356         `condition', `type', `length' a prefix.
1357         (gnus-treat-predicate): Update for above name changes.
1359 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1361         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1362         binding.  Handled by `gnus-summary-refer-thread' instead.
1363         (nnir-warp-to-article): New backend function.
1365         * nnimap.el (nnimap-request-thread): Force dependency updating.
1367         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1368         (gnus-summary-refer-thread): Rework to improve thread-referral.
1370         * gnus-int.el (gnus-warp-to-article): New function.
1372         * gnus-sum.el (gnus-summary-article-map): Bind it.
1374 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1376         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1377         gnus-summary-refer-thread.
1379         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1380         headers.
1381         (gnus-summary-limit-include-thread): Prevent articles in thread from
1382         being cut in gnus-cut-threads.
1383         (gnus-summary-refer-thread): Limit retrieved headers to those in
1384         thread.
1386 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1388         * message.el (message-send-mail): Use the value of
1389         message-courtesy-message from the message buffer.
1391         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1393         * shr.el (shr-browse-url): Implement mailto: URLs.
1395         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1396         "raw".
1398         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1399         if it's already selected.
1401         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1403 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1405         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1406         to measure the length and truncate alt text.
1408 2010-11-03  Glenn Morris  <rgm@gnu.org>
1410         * nndiary.el (nndiary-generate-nov-databases-1)
1411         (nndiary-generate-active-info): Rename dynamic variable `files' to
1412         something less generic.
1414 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1416         * nnir.el (nnir-request-move-article): Call the underlying backend to
1417         move articles from nnir.
1419 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1421         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1423 2010-11-02  Julien Danjou  <julien@danjou.info>
1425         * nnir.el: Remove wais support.
1427 2010-11-02  Glenn Morris  <rgm@gnu.org>
1429         * gnus-html.el: Reorder requirements to quieten compiler.
1431 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1433         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1434         properly for XEmacs as well.
1435         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1436         (gnus-article-natural-long-line-p): Use window-width rather than
1437         frame-width.
1439 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1441         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1442         (nnir-read-parms): Don't modify query.
1443         (nnir-run-query): Add ability to search topic on current line.
1444         (nnir-get-active): Clean up.
1446 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1448         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1449         degenerate articles.
1451         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1452         (gnus-print-buffer): Just print the buffer as is, without any copying
1453         to a buffer and then re-highlighting.
1455         * nnimap.el (nnimap-request-group): Store the new updated info.
1456         (nnimap-request-group): Select the group when we don't know whether it
1457         exists or not.
1459         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1460         groups.
1462         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1463         groups.
1465         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1466         groups.
1468         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1469         long-lines case by only filling the long lines.
1471         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1472         (bug #7311).
1474 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1476         * shr.el: No need to declare `declare-function' since shr.el is for
1477         only Emacsen that provide `libxml-parse-html-region'.
1479 2010-11-01  Glenn Morris  <rgm@gnu.org>
1481         * mm-util.el (gnus-completing-read): Autoload.
1482         (mm-read-coding-system): Simplify Emacs definition.
1484         * nnmail.el (gnus-activate-group):
1485         * nnimap.el (gnutls-negotiate):
1486         * nntp.el (netrc-parse): Fix declarations.
1488 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1490         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1491         string-match-p in Emacs >=23.
1493         * gnus-msg.el (gnus-configure-posting-styles)
1494         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1496 2010-11-01  Glenn Morris  <rgm@gnu.org>
1498         * nnir.el (declare-function): Add compat stub.
1499         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1500         (nnir-run-gmane): Require 'mm-url.
1502         * mm-util.el (mm-string-to-multibyte): Simplify.
1504         * shr.el (declare-function): Add compat stub.
1505         (url-cache-create-filename): Declare.
1506         (mm-disable-multibyte, widget-convert-button): Autoload.
1508         * smime.el (ldap-search): Declare.
1509         (smime-cert-by-ldap-1): Require ldap on Emacs.
1511         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1512         (nnimap-keepalive): Use gnus-float-time.
1514         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1515         (mail-source-delete-crash-box): Use gnus-float-time.
1517         * gnus-dired.el (gnus-completing-read): Autoload.
1519         * mm-view.el (gnus-rescale-image): Autoload.
1521         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1523         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1525         * sieve-manage.el: Require 'cl when compiling.
1527         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1528         (gnus-iswitchb-completing-read): Require iswitchb.
1529         (gnus-select-frame-set-input-focus): Silence compiler.
1531 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1533         * message.el (message-subject-trailing-was-query): Change default to t,
1534         since I think that's what most people want.
1536         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1537         appending for easier debugging.
1538         (nnimap-wait-for-connection): Take a regexp.
1539         (nnimap-request-accept-article): Wait for the continuation line before
1540         sending anything unless we're streaming.
1542         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1543         leave the header washing to take place.
1545 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1547         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1548         regular expression match and replace in posting styles.
1550 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1552         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1553         an entire server.
1554         (nnir-get-active): New function.
1555         (nnir-run-imap): Use it.
1556         (nnir-run-gmane): Who knew, gmane search returns an article score!
1558         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1559         server on the current line with nnir.
1561 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1563         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1564         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1565         left edge.
1566         (gnus-article-foldable-buffer): Skip past the prefix when determining
1567         raggedness.
1569         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1570         the raw article, and change `C-u g' to show the article without doing
1571         treatments.
1573         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1574         on to `gnus-treat-article'.
1575         (gnus-inhibit-article-treatments): New variable.
1577         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1579         * gnus-art.el (gnus-treatment-function-alist): Have
1580         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1581         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1582         sections.
1584         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1585         parameter.
1586         (gnus-article-fill-cited-long-lines): New function.
1587         (gnus-article-fill-cited-article): Allow filling only long sections.
1589         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1590         and non-punctuation (like after the apostrophe in "'We").
1592         * gnus-sum.el (gnus-summary-select-article): Make sure
1593         gnus-original-article-buffer is alive.
1595         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1596         reflect the order they're in in the digest.
1598         * gnus.el (gnus-group-startup-message): Move point to the start of the
1599         buffer.
1601         * nnimap.el (nnimap-capability): New function.
1602         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1603         is set.
1605 2010-10-31  David Engster  <dengste@eml.cc>
1607         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1608         conform with changes to gnus-completing-read.
1610 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1612         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1614 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1616         * nnir.el: Move defvar, defcustom around to keep file organized
1617         and keep byte-compiler quiet.
1618         (nnir-read-parms): Accept search-engine as arg.
1619         (nnir-run-query): Pass search-engine as arg.
1620         (nnir-search-engine): Remove.
1622 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1624         * shr.el (shr-generic): The text nodes should be text, not :text.
1626         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1627         later in the file.
1629 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1631         * nnir.el: General clean up.  Allow searching with multiple engines.
1632         Allow separate extra-parameters for each engine.
1633         Batch queries when possible.
1634         (nnir-imap-default-search-key,nnir-method-default-engines):
1635         Add customize interface.
1636         (nnir-run-gmane): New engine.
1637         (nnir-engines): Use it.  Qualify all prompts with engine name.
1638         (nnir-search-engine): Remove global variable.
1639         (nnir-run-hyrex): Restore for now.
1640         (nnir-extra-parms,nnir-search-history): New variables.
1641         (gnus-group-make-nnir-group): Use them.
1642         (nnir-group-server): Remove in favor of gnus-group-server.
1643         (nnir-request-group): Avoid searching twice.
1644         (nnir-sort-groups-by-server): New function.
1646 2010-10-30  Julien Danjou  <julien@danjou.info>
1648         * gnus-group.el: Remove gnus-group-fetch-control.
1650         * gnus-start.el (gnus-find-new-newsgroups):
1651         Remove gnus-check-first-time-used.
1653         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1655 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1657         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1658         set on groups that don't have \* permanentflags.
1660 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1662         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1663         control the background color.
1664         (shr-tag-img): Ignore very small web bug type images.
1665         (shr-put-image): Add help-echo alt texts to the images.
1666         (shr-tag-video): Show the video poster image.
1668 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1670         * shr.el (shr-table-depth): New variable.
1671         (shr-tag-table-1): Only insert the images after the top-level table.
1673         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1675         * gnus-util.el (gnus-list-memq-of-list): New function.
1677         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1678         selected.
1679         (nnimap-unsplittable-articles): New slot.
1680         (nnimap-new-articles): Use it.
1682 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1684         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1685         move to the previous line on `M-g'.
1687 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1689         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1690         *-request-group, which seems unnecessary.
1692         * nnimap.el (nnimap-quote-specials): Function copied over from
1693         imap.el.
1694         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1695         they support that.  Suggested by Tom Regner.
1697 2010-10-29  Julien Danjou  <julien@danjou.info>
1699         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1700         defalias.
1701         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1703         * gnus.el: Remove `gnus-nntp-service' variable.
1704         (gnus-secondary-servers): Make obsolete.
1705         (gnus-nntp-server): Make obsolete.
1707         * gnus-start.el (gnus-1): Remove x-splash calls.
1709         * gnus-ems.el (gnus-x-splash): Remove.
1711         * gnus.el (gnus-group-startup-message): Simplify/update code.
1713         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1714         capability before doing anything.
1715         (gnus-group-insert-group-line): Remove useless
1716         gnus-group-remove-excess-properties.
1718 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1720         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1722 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1724         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1725         config after reselecting.
1727 2010-10-28  Julien Danjou  <julien@danjou.info>
1729         * shr.el (shr-put-image): Use point even if only inserting text.
1730         (shr-put-image): Save excursion when inserting alt text on non-graphic
1731         display, so the behaviour is the same when we are on a graphic display.
1733         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1735 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1737         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1738         (gnus-mime-copy-part): Check coding system, not charset.
1739         (gnus-mime-view-part-externally): Never remove part.
1740         (gnus-mime-view-part-internally): Don't remove part here.
1741         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1742         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1743         multipart/alternative.
1745         * mm-decode.el (mm-display-part): Take optional arg `force'.
1747 2010-10-26  Julien Danjou  <julien@danjou.info>
1749         * gnus-group.el (gnus-group-default-list-level): Add this function to
1750         compute the default list level.
1751         (gnus-group-default-list-level): Add possibility to use a function.
1753 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1755         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1757         * gnus-group.el (gnus-group-completing-read)
1758         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1759         gnus-replace-in-string.
1761 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1763         * shr.el (shr-tag-div): Add.
1765 2010-10-25  Julien Danjou  <julien@danjou.info>
1767         * gnus-util.el: Remove `gnus-with-local-quit'.
1769         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1771 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1773         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1774         the original article buffer.
1776 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1778         * nnimap.el (nnimap-request-head): New function.
1779         (nnimap-request-move-article): Try to be slighly faster by not
1780         requesting the entire message when moving.
1781         (nnimap-transform-headers): Don't bug out on bodiless articles.
1782         (nnimap-send-command): Have no outstanding messages if the IMAP server
1783         doesn't support streaming.
1784         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1786 2010-10-24  Julien Danjou  <julien@danjou.info>
1788         * message.el (message-default-headers): Fix type.
1790 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1792         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1793         prefetching images.
1795         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1796         backend for unknown groups.  This is mainly useful for nnimap groups.
1798         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1799         group isn't covered by the agent.
1801 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1803         * nnir.el (nnir-method-default-engines): New variable.
1804         (nnir-run-query): Use it.
1805         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1806         (gnus-summary-nnir-goto-thread): Change group if needed.
1808         * gnus-group.el (gnus-group-group-map): Add key binding for
1809         gnus-group-make-nnir-group.
1811 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1813         * shr.el (shr-tag-object): Add.
1815         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1816         original article buffer live.
1817         (gnus-summary-select-article-buffer):
1818         Mention gnus-widen-article-buffer.
1820 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1822         * shr.el (shr-tag-strong): Add.
1824 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1826         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1827         group names.  They mess up the group buffer badly.
1829         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1831         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1832         instead of the summary one.
1834 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1836         * mml.el (mml-preview): Work properly when editing article.
1838         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1839         gnus-have-read-active-file if it's already been in.
1841 2010-10-22  Tom Tromey  <tromey@redhat.com>
1843         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1844         gnus-group-completing-read.
1846 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1848         * message.el (message-mode-map): Don't bind M-; to comment region, to
1849         allow the global comment-dwim to work.
1851 2010-10-21  Julien Danjou  <julien@danjou.info>
1853         * message.el (message-setup-1): Allow message-default-headers to be a
1854         function.
1856 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1858         * shr.el (shr-tag-table): Simplify.
1860 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1862         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1863         to avoid trying to snarf invalid stuff.
1865         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1867         * gnus.el (gnus-message-archive-group): Quote value.
1868         (gnus-message-archive-group): Mark as changed.
1870         * shr.el (shr-add-font): Don't put the font properties on the newline
1871         or the indentation.
1873         * message.el (message-fix-before-sending): Change options when sending
1874         non-printable characters.
1876         * gnus.el (gnus-message-archive-method): Change the default to
1877         monthly outgoing groups.
1879         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1880         that have gotten new numbers.
1882         * nnimap.el (nnimap-request-replace-article): New function.
1884 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1886         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1887         (nnrss-request-article): Don't use special html washing code.
1889 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1891         * shr.el (shr-tag-table): Remove useless nconc.
1893 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1895         * gnus-art.el (article-wash-html): Simplify and remove the charset
1896         stuff.  Use the normal html rendering code instead of the special html
1897         washing code.
1899         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1900         `gnus-w3m' symbols.
1901         (mm-text-html-washer-alist): Remove.
1903         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1904         (mm-inline-media-tests): Remove use.
1905         (mm-text-html-renderer): Change default to the `shr' symbol.
1907         * mm-view.el (mm-inline-text-html): Remove use.
1909         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1910         `gnus-blocked-images' to be a function.
1911         (gnus-article-wash-function): Remove.
1913 2010-10-20  Julien Danjou  <julien@danjou.info>
1915         * spam.el (spam-list-of-processors): Mark as obsolete.
1917         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1918         (nnimap-insert-partial-structure): Fix boundary detection.
1920 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1922         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1923         run file-truename on remote files.  This can be expensive and even
1924         prevent one from editing drafts if some unrelated buffer has a stale
1925         connection.
1927 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1929         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1930         kinsoku-eol regardless of shr-kinsoku-shorten.
1931         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1932         (shr-tag-table): Support caption, thead, and tfoot.
1934 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1936         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1937         lines.
1938         (shr-save-contents): New command and keystroke.
1940         * nndoc.el (nndoc-type-alist): Add git support.
1941         (nndoc-git-type-p): New function.
1942         (nndoc-transform-git-article): Ditto.
1943         (nndoc-transform-git-headers): Ditto.
1944         (nndoc-transform-git-headers): Generate Subject headers.
1946         * shr.el (shr-parse-style): New function.
1947         (shr-tag-span): Ditto.
1949         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1950         to `G G' to avoid collisions.
1952 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1954         * shr.el: Load kinsoku if necessary.
1955         (shr-kinsoku-shorten): New internal variable.
1956         (shr-find-fill-point): Make kinsoku shorten text line if
1957         shr-kinsoku-shorten is bound to non-nil.
1958         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1959         shr-indentation too when testing if table is wider than frame width.
1960         (shr-insert-table): Use `string-width' instead of `length' to measure
1961         text width.
1962         (shr-insert-table-ruler): Make sure indentation is done at bol.
1964 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1966         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1967         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1968         undecoded network data.
1970 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1972         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1973         name in the mode line spec so that the mode line menu works
1974         (bug #2431).
1976         * message.el (message-get-reply-headers): If we're fed `to-address',
1977         then always use that.
1979         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1980         aren't so wide as to need to switch off the edit menu.
1982         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1983         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1985         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1986         `M-g'.
1987         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1988         the permanent marks.
1990 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1992         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1993         Splitting according to references/in-reply-to obeys the ignore-groups
1994         variable, while splitting by sender and subject do not.
1996 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1998         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1999         alist, so that we can look for non-Unicode chars.
2000         (article-translate-strings): Allow both character and string maps.
2002 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2004         * shr.el (shr-insert): Don't insert space behind a wide character
2005         categorized as kinsoku-bol, or between characters both categorized as
2006         nospace.
2008 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2010         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2011         headers to gnus-newsgroup-headers.
2013 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2015         * shr.el (shr-tag-img): Don't align images -- since we're not
2016         rescaling, this often leads to ugly displays.
2018 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2020         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2021         duplicates.
2023 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2025         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2026         call.
2028 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2030         * gnus.el: Autoload gnus-html-show-images.
2032         * nnimap.el: Use nnheader-message throughout.
2034         * shr.el (shr-tag-img): Ignore images with no data.
2036 2010-10-15  Julien Danjou  <julien@danjou.info>
2038         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2039         a possibility to disable format=flow encoding when using hard newlines.
2041 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2043         * shr.el (shr-insert): Remove space inserted before or after a
2044         breakable character or at the beginning or the end of a line.
2045         (shr-find-fill-point): Do kinsoku; find the second best point or give
2046         it up if there's no breakable point.
2048 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2050         * nnimap.el (nnimap-open-connection): Message when opening connection
2051         for debugging purposes.
2053         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2054         on every setup buffer call to allow this to change from article to
2055         article.
2057         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2058         buffers where we have a wide table.
2060 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2062         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2063         uses *-request-thread.
2065 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2067         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2068         incantation, which is no longer valid.
2070 2010-10-14  Julien Danjou  <julien@danjou.info>
2072         * shr.el: Fix defcustom type (char -> character).
2074 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2076         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2077         programs.
2079 2010-10-14  Julien Danjou  <julien@danjou.info>
2081         * shr.el (shr-tag-a): Use url-link as widget type.
2083         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2084         `gnus-group-get-icon'.
2086 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2088         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2089         This should make server editing work better.
2091         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2093         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2094         (nnimap-parse-flags): Fix regexp.
2096         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2097         probably work for CJVK text, too.
2099         * nnimap.el (nnimap-extend-tls-programs): Remove.
2100         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2102 2010-10-13  Julien Danjou  <julien@danjou.info>
2104         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2105         responses.
2107 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2109         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2111         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2112         anything in Emacs.
2114         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2116 2010-10-13  Julien Danjou  <julien@danjou.info>
2118         * shr.el (shr-width): Make shr-width a defcustom with default to
2119         fill-column.
2120         (shr-tag-img): Use shr-width rather than fill-column.
2122 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2124         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2126         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2127         position when (X-)Faces exist.
2128         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2129         avatars when called interactively.
2131 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2133         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2134         gnus-article-x-face-too-ugly is bound.
2136 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2138         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2140         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2141         mailbox that doesn't exist.
2143 2010-10-12  Julien Danjou  <julien@danjou.info>
2145         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2146         (shr-get-image-data): Encode URL properly when fetching from cache.
2147         (shr-tag-img): Use aligned-to spaces to align correctly images.
2149         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2150         before inserting the Gravatar.
2152         * shr.el (shr-tag-img): Add align attribute support for <img>.
2154 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2156         * gnus-gravatar.el (gnus-art): Require.
2158         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2159         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2160         Remove long obsoleted functions.
2162 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2164         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2166         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2167         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2168         * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
2169         * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
2170         * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
2171         * rfc1843.el, sieve-manage.el, smime.el, spam.el:
2172         Fix comment for declare-function.
2174 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2176         * nnimap.el (nnimap-request-rename-group): Select group read-only
2177         before renaming it.
2179         * shr.el (shr-insert): Fix up the white space only regexp.
2181         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2182         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2184         * shr.el (shr-current-column): New function.
2185         (shr-find-fill-point): New function.
2187 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2189         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2190         numbers.
2192 2010-10-11  Julien Danjou  <julien@danjou.info>
2194         * shr.el (shr-hr-line): Add.
2195         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2196         display hr lines.
2197         (shr-max-columns): Do not change state to nil if we just inserting
2198         spaces.
2200 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2202         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2203         select the last group.
2205 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2207         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2209 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2211         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2212         for Gnus.
2213         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2214         (nnimap-update-qresync-info): Mark \Seen articles as read.
2216         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2217         non-variable, too.
2219         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2220         available.
2221         (nnimap-update-info): Rely more on the current active than the param
2222         active to avoid marking articles as read too much.
2224         * auth-source.el (auth-source-create): Use (user-login-name) for the
2225         user name default.
2227         * nnimap.el (nnimap-update-info): If the server doesn't return any
2228         useful info, just use the previous info.
2229         (nnimap-update-info): Prefer old info over start-article.
2230         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2232 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2234         * nnir.el (autoload): Clean up autoloads.
2235         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2236         Use key rather than value.
2237         (nnir-imap-search-other): New variable.
2238         (nnir-read-parm): Use it.
2239         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2240         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2242 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2244         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2245         the process, too.
2247 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2249         * spam.el (gnus-summary-mode-map): Bind to "$".
2250         Suggested by Russ Allbery.
2252         * shr.el: Rework the way things are indented by <li> slightly.
2254         * gnus.el (gnus-group-set-parameter): Fix typo.
2256         * nnimap.el: Start implementing QRESYNC support.
2258 2010-10-09  Julien Danjou  <julien@danjou.info>
2260         * nnir.el (nnir-engines): Fix too many arguments.
2262 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2264         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2265         group is the "last", so that the backends like nnfolder actually save
2266         their folders.
2268         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2269         try to use that for the tls stream.
2270         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2271         UIDVALIDITY and find out which groups are read-only and not.
2272         (nnimap-get-flags): Use the same marks parsing code as the rest of
2273         nnimap.
2275 2010-10-09  Julien Danjou  <julien@danjou.info>
2277         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2279         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2280         retrieving gravatars.
2282         * shr.el (shr-table-corner): Add.
2283         (shr-table-line): Add.
2284         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2286 2010-10-08  Julien Danjou  <julien@danjou.info>
2288         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2290 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2292         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2294         * gnus-sum.el (gnus-mark-article-as-unread)
2295         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2296         (gnus-summary-set-bookmark): Use it.
2298         * gnus-msg.el (gnus-setup-message): Use it.
2300         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2302         * gnus.el (gnus-group-remove-parameter): Use it.
2304         * gnus-group.el (gnus-group-make-web-group): Use it.
2306         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2308         * nnregistry.el: Update docs to mention manual.
2310         * gnus-registry.el: Update docs to mention nnregistry.el.
2311         (gnus-registry-initialize): Don't install nnregistry refer method
2312         automatically.
2313         (gnus-registry-install-nnregistry): Remove it.
2315 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2317         * shr.el (shr-insert): Don't insert double spaces.
2319 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2321         * gnus-gravatar.el (gnus-treat-from-gravatar)
2322         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2323         called interactively.
2325         * gnus-art.el (gnus-mime-view-part-externally)
2326         (gnus-mime-view-part-internally): Make predicate function passed to
2327         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2328         of a mime type.
2330         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2332 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2334         * shr.el (require): Require cl when compiling.
2335         (shr-tag-hr): New function.
2337         * nnimap.el (nnimap-update-info): Remove double setting of high.
2338         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2339         This makes nnimap work properly on Courier again.
2341         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2342         the variable for backwards compatability.
2344         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2345         the file name before using to avoid setting mm-default-directory to
2346         nil.
2348         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2349         bidning gnus-agent variables.
2351         * shr.el (shr-render-td): Use a cache for the table rendering function
2352         to avoid getting an exponential rendering behaviour in nested tables.
2353         (shr-insert): Rework the line-breaking algorithm.
2354         (shr-insert): Don't leave trailing spaces.
2355         (shr-insert-table): Also insert empty TDs.
2356         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2358 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2360         * gnus-sum.el (gnus-number): Rename from `number'.
2361         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2362         (gnus-summary-limit-children): Update uses correspondingly.
2364 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2366         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2367         (gnus-gravatar-transform-address): Don't show avatars of people of
2368         which mail addresses match gnus-gravatar-too-ugly.
2370 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2372         * shr.el (shr-table-widths): Expand TD elements to fill available
2373         space.
2375 2010-10-07  Julien Danjou  <julien@danjou.info>
2377         * nnimap.el (nnimap-request-rename-group): Add this method.
2379 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2381         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2382         name from XEmacs' function-arglist.
2384         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2385         gravatar under XEmacs.
2387 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2389         * auth-source.el: Update docs with TODO items.
2391         * gnus-sync.el: Update docs to explain state and plans.
2393         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2394         Hooks for mark updates.
2395         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2397         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2398         hooks with arguments, which is needed for mark update hooks.
2400 2010-10-06  Julien Danjou  <julien@danjou.info>
2402         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2403         was matched.
2405         * sieve-manage.el: Update example in `Commentary'.
2407         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2409         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2410         not 2000.
2411         (sieve-manage-authenticate): Re-add function.
2413 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2415         * shr.el (shr-insert): Get 'space transition right.
2416         (shr-render-td): Only delete space at the end of the TD.
2418         * nnimap.el (nnimap-open-connection): Prepare to support
2419         open-gnutls-stream.
2421         * shr.el: Rearrange function order to be more logical.
2423 2010-10-06  Julien Danjou  <julien@danjou.info>
2425         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2426         (nnrss-discover-feed): Remove 404 URL in docstring.
2428         * nnir.el: Fix Swish-E URL.
2429         Fix Namazu URL.
2431         * message.el (message-change-subject): Remove 404 URL in a comment.
2433 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2435         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2436         called interactively.
2438         * gnus-util.el (gnus-remove-if): Allow hash table.
2439         (gnus-remove-if-not): New function.
2441         * gnus-art.el (gnus-mime-view-part-as-type)
2442         * gnus-score.el (gnus-summary-score-effect)
2443         * gnus-sum.el (gnus-read-move-group-name):
2444         Replace remove-if-not with gnus-remove-if-not.
2446         * gnus-group.el (gnus-group-completing-read):
2447         Regard collection as a hash table if it is not a list.
2449 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2451         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2453         * shr.el: Document the table-rendering algorithm.
2455         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2456         invalid URLs.
2458         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2459         line-broken.
2460         (shr-tag-img): Ignore image fetching errors.
2461         (shr-overlays-in-region): Compute overlay positions correctly.
2463         * mm-decode.el (mm-shr): Require shr.
2465         * gnus-art.el (gnus-blocked-images): Move variable here.
2467         * shr.el (shr-insert-table): Bind free variable.
2469         * mm-decode.el (mm-shr): Bind shr-content-function.
2471         * shr.el (shr-content-function): New variable.
2473         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2474         added for symmetry.
2476         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2478         * gnus-group.el (gnus-group-make-group): Doc fix.
2480         * nnimap.el (nnimap-request-newgroups): Return success.
2482         * shr.el (shr-find-elements): New function.
2483         (shr-tag-table): Put all the images after the table.
2484         (shr-tag-table): Really inhibit images inside the table.
2485         (shr-collect-overlays): Copy over overlays from the TD elements to the
2486         main document.
2488         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2489         gnus-blocked-images.
2491 2010-10-05  Julien Danjou  <julien@danjou.info>
2493         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2495         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2496         (gnus-html-maximum-image-size): Add this function.
2497         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2499         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2500         server-value of the capability is nil.
2502 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2504         * shr.el (shr-tag-em): Add <EM> tag.
2506 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2508         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2509         customizable.
2511         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2512         handing broken links to browse-url.
2514 2010-10-05  Julien Danjou  <julien@danjou.info>
2516         * gnus-util.el (gnus-emacs-completing-read)
2517         (gnus-iswitchb-completing-read): Use autoload rather than require.
2519 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2521         * gnus-util.el (gnus-completing-read-function): Exclude
2522         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2523         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2524         XEmacs.
2526         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2527         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2529         * gnus-html.el: Don't require help-fns under XEmacs.
2530         (gnus-html-schedule-image-fetching): Work for XEmacs.
2532         * mm-decode.el (mm-shr): Decode contents by charset.
2534 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2536         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2537         unknown.
2539         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2540         (shr-get-image-data): Ensure against the cache file missing.
2542         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2543         for data.
2545         * spam-report.el (spam-report-url-ping-plain): Don't query about
2546         killing the process.
2548         * shr.el (shr-render-td): Protect against too-wide text.
2550 2010-10-04  Julien Danjou  <julien@danjou.info>
2552         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2553         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2555         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2556         retrieved.
2558 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2560         * shr.el (browse-url): Require.
2561         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2562         lines.
2563         (shr-show-alt-text, shr-browse-image): New commands.
2564         (shr-browse-url, shr-copy-url): New commands.
2566         * gnus-sum.el (gnus-widen-article-window): New variable.
2567         (gnus-summary-select-article-buffer): Use it.
2569         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2570         without @ signs.
2572 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2574         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2576 2010-10-04  Julien Danjou  <julien@danjou.info>
2578         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2579         for XEmacs.
2581 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2583         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2585         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2586         (nnimap-close-server): Implement.
2588         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2589         (shr-insert): Tweak line breaking.
2590         (shr-insert): Handle <pre> better.
2591         (shr-tag-li): Get <li> indentation right.
2592         (shr-tag-li): Get <li> indentation even righter.
2593         (shr-tag-blockquote): Ensure paragraph start.
2594         (shr-make-table): Tweak table generation.
2595         (shr-make-table): Fix typo.
2597         * shr.el: Implement table rendering.
2599 2010-10-04  Julien Danjou  <julien@danjou.info>
2601         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2603 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2605         * shr.el (shr-insert): Use string anchors instead of line anchors.
2607 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2609         * shr.el: Add headings.
2610         (shr-ensure-paragraph): Actually work.
2611         (shr-tag-li): Make <ul> prettier.
2612         (shr-insert): Get white space at the beginning/end of elements right.
2613         (shr-tag-p): Collapse subsequent <p>s.
2614         (shr-ensure-paragraph): Don't insert double line feeds after blank
2615         lines.
2616         (shr-insert): \t is also space.
2617         (shr-tag-s): Fix "s" tag name function.
2618         (shr-tag-s): Fix face prop name.
2620 2010-10-03  Julien Danjou  <julien@danjou.info>
2622         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2624         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2625         gnus-window-inside-pixel-edges.
2627         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2628         gnus-ems.
2630         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2632         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2633         function.
2635         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2636         resize choice.
2638 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2640         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2641         beginning of the buffer.
2643         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2644         article buffer again.
2646         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2648         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2649         when it's at the start of the buffer.
2651         * shr.el (shr-tag-blockquote): Convert name.
2652         (shr-rescale-image): Use the right image-size variant.
2654         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2655         buffer isn't shown, then select the current article first instead of
2656         bugging out.
2657         (gnus-summary-select-article-buffer): Show both the article and summary
2658         buffers again.
2660         * shr.el (shr-fontize-cont): Protect against regions with no text.
2661         Rename tag functions to shr-tag-* for enhanced security.
2662         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2664 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2666         * shr.el (shr-insert):
2667         * pop3.el (pop3-movemail):
2668         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2669         loaded.
2671 2010-10-03  Glenn Morris  <rgm@gnu.org>
2673         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2675         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2677         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2679         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2681         * gnus-util.el (gnus-make-local-hook): Simplify.
2683 2010-10-02  Julien Danjou  <julien@danjou.info>
2685         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2686         (gnus-ido-completing-read): New function.
2687         (gnus-emacs-completing-read): New function.
2688         (gnus-completing-read): Use gnus-completing-read-function.
2689         Add gnus-completing-read-function.
2691 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2693         * shr.el (shr-insert-document): Autoload.
2694         (shr-img): Be silent.
2695         (shr-insert): Add a newline after every picture before text.
2696         (shr-add-font): Use overlays for combining faces.
2697         (shr-insert): Pass upwards the text start point.
2699         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2700         possible.
2701         (mm-shr): New function.
2703 2010-10-02  Julien Danjou  <julien@danjou.info>
2705         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2706         should go backward.
2708 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2710         * shr.el (shr): Fix typo in provide call.
2712 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2714         * shr.el: New file.
2716         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2718         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2719         completing read.
2721 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2723         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2724         we're being queried about.  Suggested by Dan Jacobson.
2726         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2727         Suggested by Jason Eisner.
2729         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2730         table, too.  Suggested by Stefan Wiens.
2731         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2732         the table unnecessary.  Suggested by Stefan Wiens.
2734         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2735         longer needed, and probably doesn't work either, as pointed out by
2736         Stefan Wiens.
2737         (gnus-summary-exit): Remove call to the clearing function.
2738         (gnus-summary-exit-no-update): Ditto.
2740         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2741         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2742         Reported by Stefan Monnier.
2743         (gnus-summary-save-in-rmail): Ditto.
2745         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2746         article buffer, instead of both the article buffer and the summary
2747         buffer.  Sort of suggested by Dan Jacobson.
2749         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2751         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2752         Suggested by Dan Jacobson.
2754         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2755         documentation clearer.
2757         * message.el (message-shorten-references): Comment on the number "21".
2758         Suggested by Stefan Monnier.
2760         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2761         Suggested by Dan Jacobson.
2763         * gnus.el (gnus-large-newsgroup):
2764         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2766         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2767         externalize attachments.  Bug reported by Steve Wen.
2769         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2770         really message anything to the user.
2772         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2773         directly.
2775         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2776         messages in empty groups.
2778 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2780         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2781         non-UIDNEXT group.
2783 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2785         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2786         not the value from the collection.
2788         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2789         values.  This sometimes happens on some groups that have no info.
2790         (nnimap-request-newgroups): New function.
2792 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2794         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2795         check into `gnus-registry-initialize'.
2796         (gnus-registry-initialize): Ditto.
2797         Fix and extend header docs.
2799 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2801         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2802         regexp backtrace overflows.
2804         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2805         for starttls that tls.el implements; i.e. openssl.
2807 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2809         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2810         (gravatar-create-image): New function that's an alias to
2811         gnus-xmas-create-image, gnus-create-image, or create-image.
2812         (gravatar-data->image): Use it.
2814 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2816         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2817         install the nnregistry refer method.
2818         (gnus-registry-install-hooks): Use it.
2819         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2820         unfollowed groups.
2822 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2824         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2825         expanding threads.
2827 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2829         * nnir.el: Use the server names without suffixes (bug #7009).
2831         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2832         unencrypted to STARTTLS, if possible.
2834 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2836         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2837         headers before superseding.
2839 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2841         * nnrss.el (nnrss-use-local): Add documentation.
2843         * nnimap.el (nnimap-extend-tls-programs): New function.
2844         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2845         (nnimap-wait-for-connection): Accept the greeting from the stupid
2846         output from openssl s_client -starttls, too.
2848         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2849         article number.
2850         (nnimap-split-fancy): New variable.
2851         (nnimap-split-incoming-mail): Use it.
2853         * nntp.el (nntp-server-list-active-group): Document.
2855         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2856         SELECT to get the message-id.
2858         * mail-source.el (mail-sources): Remove webmail support.
2859         (defvar): Ditto.
2860         (mail-source-fetcher-alist): Ditto.
2861         (mail-source-fetch-webmail): Remove.
2863         * webmail.el: Remove -- doesn't seem relevant any more.
2865         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2867         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2868         the \r.
2870 2010-09-30  Julien Danjou  <julien@danjou.info>
2872         * gnus-agent.el (gnus-agent-add-group): Fix call to
2873         gnus-completing-read.
2875 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2877         * nndoc.el (nndoc-retrieve-groups): New function.
2879         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2880         `default', use nnmail-split-methods.
2881         (nnimap-request-article): Downcase the NILs so that they are nil.
2883         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2884         symbol.
2886         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2887         code, since if the user has requested network, that's what they ought
2888         to get.
2889         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2890         (nnimap-split-rule): Mark as obsolete.
2892         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2893         New variable.
2895         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2896         correct slot, too.
2898 2010-09-29  Julien Danjou  <julien@danjou.info>
2900         * gnus.el (gnus-local-domain): Declare variable obsolete.
2902         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2903         Fix history computing.
2904         (gnus-ido-completing-read): Require ido.
2906 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2908         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2909         build Gnus.
2911         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2912         when interpreting the structures.
2913         (nnimap-request-accept-article): Add \r\n to the lines to make this
2914         work with Cyrus.
2916         * nndraft.el (nndraft-request-expire-articles): Use the group name
2917         instead if "nndraft".  Fix found by Nils Ackermann.
2919 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2921         * nnregistry.el: Add.
2923 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2925         * nnmail.el (group, group-art-list, group-art):
2926         Remove unneeded directives.
2928 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2930         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2931         (mm-mime-charset)
2932         * rfc2047.el (rfc2047-syntax-table)
2933         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2935         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2936         rather than `insert-file-contents' and `eval-region'.
2938 2010-09-29  Julien Danjou  <julien@danjou.info>
2940         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2941         replacement of `gnus-gravatar-relief' to mimic
2942         `gnus-faces-properties-alist'.
2943         Add :version property.
2945 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2947         * mail-source.el (mail-source-report-new-mail)
2948         * message.el (message-default-mail-headers)
2949         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2951         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2953 2010-09-28  Julien Danjou  <julien@danjou.info>
2955         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2956         mail-address contains the same string as real-name.
2958         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2959         non-blank in header, otherwise it'll get stripped.
2961         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2962         real-name, and then for mail address rather than doing : or , search.
2964 2010-09-27  Julien Danjou  <julien@danjou.info>
2966         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2967         right completing-read function.
2968         (gnus-use-ido): New variable
2969         (gnus-completing-read-with-default): Remove.
2970         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2971         (gnus-agent-add-group):
2972         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2973         * mm-view.el (mm-view-pkcs7-decrypt):
2974         * mm-util.el (mm-codepage-setup):
2975         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2976         * mml-smime.el (mml-smime-openssl-sign-query):
2977         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2978         (mml-insert-multipart):
2979         * gnus-msg.el (gnus-summary-yank-message):
2980         * gnus-int.el (gnus-start-news-server):
2981         * mm-decode.el (mm-interactively-view-part):
2982         * gnus-dired.el (gnus-dired-attach):
2983         * gnus.el (gnus-read-method):
2984         * gnus-bookmark.el (gnus-bookmark-jump):
2985         * gnus-art.el (gnus-mime-view-part-as-type)
2986         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2987         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2988         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2989         * nnmairix.el (nnmairix-create-server-and-default-group)
2990         (nnmairix-update-groups, nnmairix-get-server)
2991         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2992         (nnmairix-get-group-from-file-path):
2993         * nnrss.el (nnrss-find-rss-via-syndic8):
2994         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2995         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2996         (gnus-group-browse-foreign-server):
2997         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2998         (gnus-summary-execute-command, gnus-summary-respool-article)
2999         (gnus-read-move-group-name):
3000         * gnus-score.el (gnus-summary-increase-score)
3001         (gnus-summary-score-effect):
3002         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3004 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3006         * nnimap.el (auth-source-forget-user-or-password)
3007         (auth-source-user-or-password): Autoload.
3009         * message.el (message-from-style, message-interactive)
3010         (message-signature): Remove comment.
3011         (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
3012         always.
3013         (message-sendmail-envelope-from): Comment fix.
3014         (message-yank-prefix): Default to mail-yank-prefix always.
3015         (message-indentation-spaces):
3016         Default to mail-indentation-spaces always.
3017         (message-signature-file): Default to mail-signature-file always.
3019 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3021         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3022         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3023         new articles.
3025         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3026         parts.
3027         (nnimap-request-article): Work with the t setting, too.
3029         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3030         that you don't get flashes of other buffers.
3031         (gnus-summary-show-complete-article): Intern before setting.
3033 2010-09-27  David Engster  <dengste@eml.cc>
3035         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3036         well as HEADERS.
3037         (nnmairix-retrieve-headers): Provide new argument for the above.
3039 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3041         * gnus-sum.el (gnus-summary-move-article): Don't alter
3042         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3043         group.
3045         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3047         * message.el (message-cite-prefix-regexp): Revert my last edit.
3049         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3050         variable instead of the Gnus variable.
3052         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3054         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3056         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3057         since some servers don't like it.
3058         (nnimap-open-connection): Forget credentials if the server says the
3059         password was wrong.
3060         (nnimap-parse-line): Protect against invalid data.
3062         * gnus-sum.el (gnus-summary-move-article): Add comment.
3063         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3064         nothing alters it while scanning for new messages.
3066         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3067         which may or may not help.
3068         (nnimap-open-connection): If we're doing a stream connection, and then
3069         discover we're on a STARTTLS-capable server, then open a STARTTLS
3070         connection instead.
3072 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3074         * nnimap.el (utf7): Require.
3076         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3077         prefix.
3079 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3081         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3083 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3085         * nnimap.el (nnimap-request-accept-article): Message the error on
3086         error.
3088 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3090         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3092 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3094         * nndoc.el (nndoc-request-list): Return success always.
3096         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3097         `fetch-old' -- we only want to fetch the articles we've requested.
3098         The rest are in the agent, probably.
3099         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3100         disappeared server" to something low.  It's not important.
3102         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3103         arrived before the FETCH data.
3105         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3106         target here, because we don't know the Gnus name of the group.
3108         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3109         for the correct group.
3111         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3113         * gnus.el (gnus): Give a final warning after startup.
3115         * gnus-util.el (gnus-action-message-log): New variable.
3116         (gnus-message): Use it.
3117         (gnus-final-warning): New function.
3119         * nnimap.el (nnimap-open-connection): Record the greeting.
3120         (nnimap): Add greeting.
3122 2010-09-26  Julien Danjou  <julien@danjou.info>
3124         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3125         arguments.
3126         (gnus-html-wash-images): Fix spec computing to include start/end.
3128         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3130 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3132         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3133         deletion.
3134         (nnimap-retrieve-headers): Don't select the group, because that's
3135         already done by nnimap-possibly-change-group.
3137         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3138         (gnus-picon-transform-address): Use it.
3140         * mail-source.el (mail-source-value): Revert previous patch.
3142         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3143         on failure.
3144         (nnimap-open-connection): Look up both virtual and physical server name
3145         credentials.
3147         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3149 2009-02-08  Dave Love  <fx@gnu.org>
3151         * gnus-win.el (gnus-window-to-buffer-helper)
3152         (gnus-all-windows-visible-p): Function needn't be a symbol.
3154         * mail-source.el (mail-source-value): Function needn't be a symbol.
3156 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3158         * message.el (message-cite-prefix-regexp): Remove } from the cite
3159         prefix.
3161         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3162         highlight again, so that the highlight is correct.
3164         * gnus-picon.el (gnus-picon): Remove again.
3165         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3167         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3168         doing the header highlightling, so that the background colour of the
3169         picon is correct.
3171         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3172         (gnus-picon): Ditto.
3173         (gnus-picon): Reinstate.  The background colour for picons is white.
3174         (gnus-picon-insert-glyph): Make the background white.
3176         * nnml.el (nnml-open-nov): Don't return dead buffers.
3178         * auth-source.el (auth-source-create): Query the user for whether to
3179         store the credentials.
3181         * auth-source.el (auth-source-user-or-password): Use the existing auth
3182         sources, if any, for creation.
3184         * gnus.el (gnus-group-fast-parameter): Return the last matching
3185         parameter instead of the first matching parameter.
3187 2010-09-26  Julien Danjou  <julien@danjou.info>
3189         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3191 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3193         * mml2015.el (mml2015-use): Remove gpg support.
3195         * mml1991.el (mml1991-function-alist): Remove gpg function.
3196         (mml1991-gpg-sign): Remove.
3198 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3200         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3201         (gnus-browse-unsubscribe-current-group): Document it.
3202         (gnus-browse-unsubscribe-group): Use it.
3204 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3206         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3207         address to the To list for easier response.
3209         * gnus.el (gnus-play-startup-jingle): Remove.
3210         (gnus-splash): Don't play jingle.
3211         (gnus): Silence gnus-load message.
3213         * gnus-art.el (gnus-treat-play-sounds): Remove.
3215         * gnus.el (gnus-play-jingle): Remove audio support.
3217         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3219         * earcon.el: Remove -- no users.
3221         * gnus-audio.el: Remove -- no users of this package.
3223         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3225         * gnus-start.el (gnus-setup-news): Remove nocem support.
3227         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3229         * gnus.el (gnus-use-nocem): Remove.
3231         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3232         Remove.
3234         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3235         uses NoCeM any more.
3237         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3238         (gnus-button-ctan-handler): Ditto.
3239         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3240         (gnus-button-ctan-directory-regexp): Ditto.
3241         (gnus-button-handle-ctan): Ditto.
3242         (gnus-button-tex-level): Ditto.
3243         (gnus-button-alist): Remove CTAN stuff.
3245 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3247         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3248         nnimap-streaming test.
3250         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3251         servers twice.
3253         * nnimap.el (nnimap-open-connection): Add more error reporting when
3254         nnimap fails early.
3256         * nnheader.el (nnheader-get-report-string): New function.
3257         (nnheader-get-report): Use it.
3259         * gnus-int.el (gnus-check-server): Say what the error was when opening
3260         failed.
3262         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3263         using streaming.
3265 2010-09-25  Julien Danjou  <julien@danjou.info>
3267         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3268         gnus-window-inside-pixel-edges.
3270 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3272         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3274         * mm-decode.el (mm-save-part): Allow saving to other directories the
3275         normal Emacs way.
3277         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3278         Suggested by Jay Berkenbilt.
3280         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3281         there isn't a single byte.
3283         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3284         just do it.  It doesn't really seem to matter what the user responds
3285         here, I think, so it's just a confusing question.
3287         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3288         non-streaming case.
3290         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3291         (gnus-article-encrypt-body): Use it.
3293         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3294         keystroke.
3296         * nnimap.el (nnimap-find-wanted-parts-1):
3297         Use gnus-fetch-partial-articles.
3299         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3301         * nnimap.el (nnimap-insert-partial-structure): New function.
3302         (nnimap-get-partial-article): New function.
3303         (nnimap-request-article): Use it.
3304         (nnimap-wait-for-response): Return whether the wait was successful.
3305         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3306         retrieval wasn't successful.
3307         (nnimap-retrieve-group-data-early): Allow throttling servers.
3308         (nnimap-streaming): New variable.
3309         (nnimap-fetch-partial-articles): Remove.
3311         * mm-decode.el (mm-with-part): Protect against killed buffers.
3313         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3314         for prettier summary display.
3316 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3318         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3320 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3322         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3323         apparently third-party libraries depend on it.
3325         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3326         before starting negotiation.
3328         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3329         privacy reasons.
3330         (gnus-treat-mail-gravatar): Ditto.
3332         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3333         buffer when inserting images.  Inserting text into the headers, for
3334         instance, can make them invalid.
3336 2010-09-25  Julien Danjou  <julien@danjou.info>
3338         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3339         variables.
3341         * nnheader.el: Remove useless variables news-reply-yank-from and
3342         news-reply-yank-message-id.
3344         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3345         variables.
3347         * mml1991.el: Remove useless mml1991-verbose.
3349         * gnus.el: Remove useless variable gnus-use-generic-from.
3350         Remove obsolete variable gnus-topic-indentation.
3352         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3354         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3356         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3358         * gnus-group.el: Remove useless gnus-group-icon-cache.
3359         Remove useless gnus-ephemeral-group-server.
3361         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3363         * mml2015.el: Remove useless mml2015-verbose.
3365         * mml-smime.el: Remove useless mml-smime-verbose.
3367         * gnus.el: Remove useless gnus-local-domain.
3369         * gnus-gravatar.el (gnus-gravatar-transform-address):
3370         Use gnus-gravatar-size.
3372         * gnus-art.el: Remove useless gnus-treat-translate.
3374 2010-09-24  Julien Danjou  <julien@danjou.info>
3376         * gnus-sum.el: Add support for Gravatars.
3378         * gnus-art.el: Add support for Gravatars.
3380         * gnus-gravatar.el: Add this file.
3382         * gravatar.el: Add this file.
3384 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3386         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3388         * gnus-group.el (gnus-group-fetch-faq): Remove.
3390         * gnus.el (gnus-group-faq-directory): Remove.
3392         * gnus-group.el (gnus-group-fetch-charter): Remove.
3394         * gnus.el (gnus-group-charter-alist): Remove.
3396         * gnus-group.el (gnus-group-archive-directory): Remove.
3397         (gnus-group-recent-archive-directory): Ditto.
3398         (gnus-group-make-archive-group): Remove.
3400         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3402         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3403         use the same article number for all the cached articles.
3405         * nnimap.el (nnimap-command): Register the last command time so
3406         that we can use it for idling NOOPs.
3407         (nnimap-open-connection): Start the keeplive timer.
3408         (nnimap-make-process-buffer): Store all the process buffers.
3409         (nnimap-keepalive): New function.
3411         * starttls.el (starttls-open-stream): Add autoload cookie.
3413 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3415         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3416         handling.
3418 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3420         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3421         its data structures.
3423         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3424         instead of the cl.el copy-list.
3425         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3426         equalp.
3428 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3430         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3431         and tool-bar-local-item-from-menu.
3433         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3434         mode-line-highlight face for Emacs.
3436         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3437         loading gnus-sum.elc; fix comment for canlock-verify.
3438         (gnus-article-jump-to-part): Use read-number.
3439         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3440         Remove Emacs pre-21 compatible code for help-echo.
3441         (gnus-article-next-page-1): No need to adjust the number of lines.
3442         (gnus-article-describe-bindings): Always use help-buffer.
3444         * gnus-audio.el (gnus-audio-inline-sound)
3445         * gnus-cus.el (gnus-custom-mode)
3446         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3448         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3450         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3451         compatible code.
3453 2010-09-24  Glenn Morris  <rgm@gnu.org>
3455         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3456         visiting the fcc file in rmail-mode.
3458 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3460         * nnir.el: Silence the byte compiler.
3462         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3463         alias to browse-url-url-encode-chars if any.
3464         (gnus-html-encode-url): Use it.
3466 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3468         * gnus-start.el (gnus-use-backend-marks): New variable.
3469         (gnus-get-unread-articles-in-group): Use it.
3471         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3472         makeover.
3474 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3476         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3478 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3480         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3481         Remove.
3482         (gnus-setup-news-hook):
3483         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3485         * gnus-int.el (gnus-request-update-info): Protect against backends not
3486         having the function.
3488         * nnimap.el (nnimap-stream): Mention starttls.
3489         (nnimap-open-connection): Add starttls support.
3491 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3493         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3495 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3497         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3498         BODYSTRUCTUREs.
3499         (nnimap-transform-headers): Unfold quoted {42} headers.
3501         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3502         the info.
3503         (gnus-get-unread-articles): Only call updatep on backends that support
3504         it.
3506         * nnweb.el (nnweb-request-update-info): NOOP.
3508         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3510         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3511         since it only deals with marks.
3513         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3514         gnus-request-marks, and make a new gnus-request-update-info.
3516         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3517         the active instead of the high number, which is usually too low.
3519 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3521         * encrypt.el: Remove.
3523 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3525         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3526         server in symbolic form.
3528         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3530 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3532         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3533         (nnimap-update-info): Fix up code slightly.
3535         * gnus-int.el (gnus-open-server): Add tracing for performance
3536         debugging.
3538         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3539         (gnus-group-insert-group-line): Pass the real group name so that it
3540         gets the right data.
3542         * gnus-start.el (gnus-get-unread-articles): Don't have
3543         `gnus-get-unread-articles-in-group' update info, since that can be
3544         really slow and doesn't seem to be needed?
3546 2010-09-22  Julien Danjou  <julien@danjou.info>
3548         * gnus-group.el (gnus-group-insert-group-line):
3549         Call gnus-group-highlight-line.
3550         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3551         default hook list.
3552         (gnus-group-update-eval-form): Add new function.
3553         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3554         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3556 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3558         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3559         immediate, then expire all articles.
3560         (nnimap-update-info): Fix off-by-one errors.
3561         (nnimap-flags-to-marks): Would return no marks lists for group with no
3562         flags.  Instead return the other data.
3564 2010-09-22  Julien Danjou  <julien@danjou.info>
3566         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3567         Only return an icon.
3568         (gnus-group-insert-group-line): Compute icon to return.
3570         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3571         (gnus-html-image-fetched): Only cache if
3572         gnus-html-image-automatic-caching is set.
3573         (gnus-html-image-fetched): Check for errors.
3575 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3577         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3578         once per method on `g'.  This ensures that backends like nnfolder don't
3579         open all their folders.
3581         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3582         (nnimap-request-list): Nix out group in the correct buffer.
3583         (nnimap-parse-flags): Implement by using `read' instead of
3584         hand-parsing.
3585         (nnimap-flags-to-marks): Pass on permanent-flags.
3586         (nnimap-make-process-buffer): Record the server name.
3587         (nnimap-parse-flags): Fix typo.
3588         (nnimap-request-scan): Run split on the server in general, not just a
3589         single group.
3591         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3592         parameter, and propagate this downwards.
3594         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3595         since EXAMINE changes it on the server.
3597         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3598         this command might take a while.
3600 2010-09-22  Julien Danjou  <julien@danjou.info>
3602         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3603         harmful if you have 2 images side-by-side, they can't be properly
3604         update on text deletion.  Using text-property is safer here.
3605         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3606         data.
3608 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3610         * nnimap.el (nnimap-expunge-inbox): Remove.
3611         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3612         (nnimap-expunge): Flip default to t.
3614         * gnus.el (gnus-method-to-server): Don't push things to the cache
3615         unless it's unique.
3616         (gnus-server-to-method): Ditto.
3618 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3620         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3622 2010-09-22  Julien Danjou  <julien@danjou.info>
3624         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3625         get the start of data.
3626         (gnus-html-encode-url): Add this function to encode special chars in
3627         URL.
3628         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3629         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3631         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3632         default.
3633         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3635         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3636         images alt-text.
3637         (gnus-html-put-image): Put alt-text as help-echo.
3639 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3641         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3642         * mm-util.el (mm-decompress-buffer)
3643         * nnir.el (nnir-run-find-grep)
3644         * pop3.el (pop3-list): Use 3rd arg of split-string.
3646 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3648         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3649         outside the active range.  Suggested by Dan Christensen.
3651         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3652         slightly later to avoid double-getting it.
3654         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3655         previous patch.
3657         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3659 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3661         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3663 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3665         * gnus-int.el (gnus-open-server): Give a better error message in the
3666         "go offline" case.
3668         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3669         marks for nnimap, which is seldom the right thing to do.
3671         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3672         (gnus-same-method-different-name): New function.
3674         * nnimap.el (parse-time): Require.
3676         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3677         method in the presence of many similar methods.
3679         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3681         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3682         nnml-inhibit-expiry.
3684         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3685         find out whether methods are equal.
3687         * nnimap.el (nnimap-find-expired-articles): New function.
3688         (nnimap-process-expiry-targets): New function.
3689         (nnimap-request-move-article): Request the article before looking at
3690         what the Message-ID is.  Fix found by Andrew Cohen.
3691         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3693         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3694         for oldness in addition to being a predicate.
3696         * nnimap.el (nnimap-request-group): When we have zero articles, return
3697         the right data to Gnus.
3698         (nnimap-request-expire-articles): Only delete articles immediately if
3699         the target is 'delete.
3701         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3702         method, this would bug out.
3704         * gnus-group.el (gnus-group-expunge-group): Rename from
3705         gnus-group-nnimap-expunge, and implemented as a normal interface
3706         function.
3708         * gnus-int.el (gnus-request-expunge-group): New function.
3710         * nnimap.el (nnimap-request-create-group): Implement.
3711         (nnimap-request-expunge-group): New function.
3713 2010-09-21  Julien Danjou  <julien@danjou.info>
3715         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3716         (gnus-html-cache-expired): Add new function.
3717         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3718         wethever we should display image for fetch it.
3719         Compute alt-text earlier to pass it to the fetching function too.
3720         (gnus-html-schedule-image-fetching): Change function argument to only
3721         get one image at a time, not a list.
3722         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3723         cache.
3724         (gnus-html-get-image-data): New function to retrieve image data from
3725         cache.
3726         (gnus-html-put-image): Change buffer argument to use image data rather
3727         than file, and place image above region rather than inserting a new
3728         one.  Do not take alt-text as argument, since it's useless now: we place
3729         the image above alt-text.
3730         (gnus-html-prune-cache): Remove.
3731         (gnus-html-show-images): Start to fetch image when we find one, do not
3732         push into a temporary list.
3733         (gnus-html-prefetch-images): Only fetch image if they have expired.
3734         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3735         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3737 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3739         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3741 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3743         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3744         spec inser "*" if the group isn't active instead of 0.
3746         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3747         opening the server.
3748         (nnimap-request-delete-group): Implement group deletion.
3749         (nnimap-transform-headers): Return the size of the entire message in
3750         the Bytes header, not just the size of the first part.
3751         (nnimap-request-move-article): When moving an article from nnimap,
3752         request the article first so the accepting form has an article to
3753         accept.  Reported by Dan Christensen.
3754         (nnimap-command): Make sure that the error message doesn't error out.
3756 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3758         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3759         we haven't requested anything.
3761 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3763         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3764         "".  Fix found by Andrew Cohen.
3766         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3767         instead of -encode-string.
3769 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3771         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3773         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3774         by mm-subst-char-in-string.
3776 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3778         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3779         waiting for the connection string.
3781         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3782         arriving.
3784         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3785         bogus characters.  This allows selecting certain Gmail groups.
3787         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3788         (nnimap-fetch-partial-articles): New variable.
3789         (nnimap-open-connection): When looking for credentials, also use the
3790         nnimap-server-port.
3791         (nnimap-request-article): Return the group/article number, so that Gnus
3792         `^' works as expected.
3793         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3795         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3796         comments.
3797         (gnus-methods-sloppily-equal): New function.
3798         (gnus): When using the development version of Gnus, load the gnus-load
3799         file.
3801         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3802         `gnus-open-server' on each method before trying to scan them etc.
3803         This ensures that all the backend parameters are set correctly.
3805         * nnimap.el (nnimap-authenticator): New variable.
3806         (nnimap-open-connection): Allow anonymous login.
3807         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3808         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3810         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3811         patch, found by Knut Anders Hatlen.
3813 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3815         * gnus-agent.el (gnus-agent-batch-confirmation)
3816         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3817         to gnus-message.
3818         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3819         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3820         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3821         * gnus-int.el (gnus-open-server): Likewise.
3822         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3823         (gnus-score-check-syntax): Likewise.
3824         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3825         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3826         Likewise.
3827         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3829 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3831         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3832         calling conventions so that prefetch doesn't bug out.
3834 2010-09-19  Julien Danjou  <julien@danjou.info>
3836         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3837         rather than `subst-char-in-region' in order to be able to replace ASCII
3838         char by UTF-8 ones.
3840         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3841         than curl.
3842         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3843         the right URL and ALT text on images.
3844         (gnus-html-wash-tags): Fix tag case.
3845         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3846         (gnus-article-html): Add -o display_ins_del=2 option.
3847         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3849 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3851         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3852         the extra mail headers, which sometimes seem to happen for unknown
3853         reasons.
3855         * mail-parse.el (mail-header-encode-parameter): Define as
3856         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3857         (or most, perhaps?) mail readers don't understand the latter, but do
3858         understand the former.
3860         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3861         to nil, so that no methods are automatically agentized.  I think this
3862         is probably what most users want.
3864         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3865         from url-retrieve, for instance about invalid URLs.
3867         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3868         groups that have no articles.
3869         (nnimap-request-article): Check that we really got an article when we
3870         requested one.
3872         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3873         doesn't exist.
3875         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3876         nntp buffer so the agent can save it.
3877         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3878         that CRLF doesn't get translated to \n.
3879         (nnimap-open-connection): Don't make 'shell commands only send \n.
3881 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3883         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3884         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3885         Update var name.
3886         (nnml-generate-nov-file): Use dolist.
3887         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3888         Use with-current-buffer.
3890 2010-09-18  Julien Danjou  <julien@danjou.info>
3892         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3893         parallel.
3895 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3897         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3898         the range update right.
3899         (nnimap-request-group): Don't make `M-g' bug out on group with no
3900         marks.
3901         (nnoo): Require, so that other packages can require nnimap.
3902         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3903         command we're looking for.  This helps when the server sends more
3904         responses after we've gotten everything we expected.
3905         (nnimap): Add a `newlinep' field to keep track of end-of-line
3906         conventions.
3907         Don't send CRLF to things that don't want it.
3908         (nnimap-request-accept-article): Ditto.
3910 2010-09-18  Julien Danjou  <julien@danjou.info>
3912         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3913         than curl to retrieve images.
3915 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3917         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3918         the marks.
3919         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3920         (nnimap-wait-for-connection): New function.
3921         (nnimap-open-connection): If we have PREAUTH, don't query for login
3922         credentials.
3923         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3924         when doing a partial update.
3926 2010-09-18  Julien Danjou  <julien@danjou.info>
3928         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3929         tags.
3931 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3933         * nnimap.el (nnimap-credentials): New function.
3934         (nnimap-open-connection): Use the new function to look for credentials
3935         also on the numeric equivalents of "imap" and "imaps".
3937         * gnus-start.el (gnus-activate-group): Send the info to
3938         gnus-request-group.
3940         * nnimap.el (nnimap-request-group): Have the "check" version of the
3941         function parse flags and update the info, so that a `M-g' get a total
3942         resync of all flags from the group.
3944         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3945         to allow backends to alter the info on group selection.  Also alter all
3946         the backend -request-group functions to take the parameter.
3948         * nnimap.el (nnimap-store-info): New function.
3949         (nnimap-update-info): Store the info for later usage.
3950         (nnimap-request-group): Use the stored info for the dont-check case, so
3951         that we don't retrieve all marks when we enter a group.
3953         * nnimap.el: Use deffoo instead of defun for interface functions.
3955         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3956         update the group info.  This makes the nndraft groups, for instance, go
3957         back to their old behaviour.
3959         * gnus-sum.el (gnus-select-newsgroup): Indent.
3961         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3962         in.
3963         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3964         nothing.
3966         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3967         from methods that are denied.
3969         * gnus-int.el (gnus-method-denied-p): New function.
3971         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3972         store the password instead of netrc.
3973         (nnimap-open-connection): Don't error out when we can't make a
3974         connections.
3976         * auth-source.el (auth-source-create): In the password prompt, say what
3977         we're querying for.  Also prompt for user name if that hasn't been
3978         given.
3980         * nnimap.el (nnimap-with-process-buffer): Remove.
3982 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3984         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3985         method when we're reading from the agent.
3987         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3989         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3990         that's probably most useful for users.
3992         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3993         "failed" all the time.
3995         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3996         ...)) with (with-current-buffer ... ).
3998         * nntp.el (nntp-open-server): Return whether the open was successful or
3999         not.
4001         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4002         select an unread unseen article first.
4004         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4005         /etc/services, supply some sensible port defaults.
4007 2010-09-17  Julien Danjou  <julien@danjou.info>
4009         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4011 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4013         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4014         doesn't have any parameters.
4016 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4018         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4019         only upcased checks.
4021         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4023         * nnimap.el (nnimap-open-shell-stream): New function.
4024         (nnimap-open-connection): Use it.
4025         (nnimap-transform-headers): Get the number of lines in each message.
4026         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4027         number of lines.
4028         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4029         problem.
4031         * utf7.el (utf7-encode): Autoload.
4033         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4034         to allow the mail splitting to not return a default group.  This is
4035         useful for nnimap, which will leave unmatched mail in the inbox.
4037         * nnimap.el: Rewritten.
4039         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4040         nnimap usage.
4042         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4043         if the move is internal, so that nnimap can do fast internal moves.
4045         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4046         data.
4047         (gnus-read-active-for-groups): Support finishing the early retrieval of
4048         data.
4050         * gnus-range.el (gnus-range-nconcat): New function.
4052         * gnus-int.el (gnus-finish-retrieve-group-infos)
4053         (gnus-retrieve-group-data-early): New functions.
4055 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4057         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4058         (nnrss-retrieve-groups):
4059         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4060         (pop3-quit): Use with-current-buffer.
4062 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4064         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4065         instead of nnheader-accept-process-output.
4067         * gnus-html.el (gnus-html-schedule-image-fetching)
4068         (gnus-html-prefetch-images): Replace process-kill-without-query by
4069         gnus-set-process-query-on-exit-flag.
4071 2010-09-16  Romain Francoise  <romain@orebokech.com>
4073         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4075 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4077         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4078         parameter to unintern is mandatory-ish in Emacs 24.
4080         * gnus-html.el (gnus-html-schedule-image-fetching)
4081         (gnus-html-prefetch-images): Check for curl before using it.
4083         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4084         depend on curl, which isn't essential.
4086         * imap.el: Revert back to version
4087         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4088         seem problematic.
4090 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4092         * gnus-registry.el (gnus-registry-install-shortcuts):
4093         Explicitly pass `obarray' to `unintern' to avoid a warning.
4095 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4097         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4098         change.
4100         * nnrss.el (nnrss-request-list): Remove this function and related
4101         functions, including the moreover stuff.
4103 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4105         * nnrss.el (nnrss-retrieve-groups): New function.
4107 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4109         * .dir-locals.el: Add no-byte-compile cookie.
4111 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4113         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4114         for back end that doesn't support request-scan.
4116 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4118         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4119         then do request scans from the backends.
4121         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4122         avoid running a hook per line, since this takes a lot of time,
4123         profiling shows.
4124         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4125         directly if gnus-visual-p is true.
4127 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4129         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4130         groups; replace mapcar with dolist which is a bit faster; pass groups
4131         info to gnus-read-active-file-1.
4132         (gnus-read-active-file-1): Scan only specified groups if the new
4133         optional arg `infos' is given.
4135 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4137         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4139         * pop3.el (pop3-movemail): Remove.
4140         (pop3-streaming-movemail): Rename to pop3-movemail.
4142         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4143         don't restrict end-tag searches to the end of the line.
4145 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4147         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4148         articles of every unchecked group to t, which means unknown since the
4149         server has never been opened.
4151 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4153         * gnus-html.el (gnus-html-show-alt-text): New command.
4154         (gnus-html-browse-image): Ditto.
4155         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4156         to browse the image directly.
4157         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4158         better.
4160         * gnus-async.el (gnus-async-article-callback):
4161         Call `gnus-html-prefetch-images' unconditionally.
4163         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4164         before feeding URLs to curl.
4166 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4168         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4169         internal images as deletable by `W D D'.
4171         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4172         (gnus-async-article-callback): Fix typo.
4174 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4176         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4177         current line to work around bugs in the output from w3m.
4179         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4180         for groups that want that.
4182         * nntp.el (nntp-wait-for-string): Supply a timeout for
4183         accept-process-output to ensure progress.
4185         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4186         level to get unread articles from, then use that for foreign groups,
4187         too.
4189         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4190         confuses the rest of the function.
4192         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4193         for the methods that support -retrieve-groups, too.
4195         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4197 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4199         * pop3.el: Require cl when compiling.
4200         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4202 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4204         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4205         that aren't going to be activated.
4206         (gnus-get-unread-articles): Fix up the last commit.
4208         * gnus-html.el (gnus-article-html): Allow calling without specifying
4209         the handle.  In that case, dissect the buffer first.
4211         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4213         * nnimap.el (nnimap-open-connection): Revert the change that would look
4214         into authinfo for imaps instead of imap.
4216         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4217         say that you don't want to call gnus-request-group with don-check, but
4218         do check the reponse.  This is for virtual groups only.
4219         (gnus-get-unread-articles): Count the archive groups as secondary, so
4220         that they're activated the same way as before.
4222         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4223         case-insensitively.
4224         (nnimap-debug): Remove.
4226         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4227         mail from a file, and the file doesn't exist.
4229         * pop3.el (pop3-streaming-movemail): Return t for success.
4231         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4232         .authinfo if we're using ssl connection.
4234         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4235         already have if we're in a main Gnus `g' run.
4237         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4239 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4241         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4243         * nnmh.el (nnmh-request-list-1): Bind `file'.
4245         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4246         alias to set-process-query-on-exit-flag or process-kill-without-query.
4247         (pop3-open-server): Use it.
4249 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4251         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4252         box to the Incoming file.  Fixes mistake in previous checkin.
4254         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4255         request loop (for debugging purposes) removed.
4257         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4258         culprit is more visible.
4259         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4260         (nnml-add-incremental-nov): New functions to do "incremental" nov
4261         updates, where we just append to the end of the existing nov files
4262         without reading/writing them in full.
4264         * mail-source.el (mail-source-delete-crash-box): Really only check the
4265         incoming files once in a while.
4267         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4269         * mail-source.el (mail-source-delete-crash-box): Only check the
4270         incoming files for deletion once per day to save a lot of file
4271         accesses.
4273         * pop3.el (pop3-logon): Fix up unbound variable typo.
4275         * mail-source.el (pop3-streaming-movemail): Autoload.
4277         * pop3.el (pop3-streaming-movemail):
4278         Respect pop3-leave-mail-on-server.
4280         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4281         retrieval.
4283         * pop3.el (pop3-process-filter): Remove unused function.
4284         (pop3-streaming-movemail, pop3-send-streaming-command)
4285         (pop3-wait-for-messages, pop3-write-to-file)
4286         (pop3-number-of-responses): New functions for streaming pop3
4287         retrieval.
4289         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4290         come from no known methods.
4291         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4292         list.
4294         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4295         message sizes.
4296         (pop3-movemail): Use erase-buffer instead of looping and deleting
4297         regions, which seems rather odd.
4299         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4300         file once per `g' run.
4302         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4303         directories.  This makes the draft queue directory work.
4305         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4306         data from the backends, so that we only request the list of groups from
4307         each method once.  This should speed things up considerably.
4309         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4310         detect that it's not implemented.
4312         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4313         we actually do recurse down into the tree, but don't stat all leaf
4314         nodes.
4316         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4317         then say so instead of bugging out.
4319         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4320         files exist before trying to read them.
4322         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4323         around <pre_int>.
4325         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4327         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4329 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4331         * mm-util.el (mm-image-load-path): Just return the image directories,
4332         not all directories in the path in addition to the image directories.
4333         (mm-image-load-path): Maintain a cache of the image directories so that
4334         the `g' command in Gnus doesn't have to stat dozens of directories each
4335         time.
4337         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4338         (gnus-html-wash-tags): Add a new `i' command to insert images.
4339         (gnus-html-insert-image): New command and keystroke.
4340         (gnus-html-redisplay-with-images): New command and keystroke.
4341         (gnus-html-show-images): Rename command.
4342         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4343         spacers.
4344         (gnus-html-wash-tags): Decode entities at the end, so that entities
4345         inside the tags don't mess up the rest of the "parsing".
4347         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4348         so that nnimap methods aren't agentized by default.  There's apparently
4349         many problems related to agent/imap behaviour.
4351         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4353         * gnus-html.el: Doc fix.
4355 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4357         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4358         glyph-width and glyph-height instead of display-graphic-p and
4359         image-size; make avoidance of displaying small images work for XEmacs.
4361         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4362         for XEmacs.
4364         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4365         of symbol that holds plist data.
4366         (gnus-process-plist): Remove plist of process after getting it.
4368 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4370         * message.el (message-generate-hashcash): Change default to
4371         'opportunistic if hashcash is installed.
4373         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4374         (gnus-html-put-image): Only call image-size once, since it's somewhat
4375         time-consuming on remote X servers.
4377 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4379         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4380         decoded contents.
4381         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4383 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4385         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4386         group line format, since it isn't very interesting.
4388         * gnus-agent.el (gnus-agent-short-article),
4389         (gnus-agent-long-article): Increase values for these two variables,
4390         since most people are likely to have more network connection and
4391         storage than before.
4393         * gnus.el (gnus-refer-article-method): Change default to 'current.
4394         When referring an article, the common behaviour is to refer it from the
4395         current select method, not the native select method.  The chances of
4396         the native select method having the message in question is rather slim
4397         these days.
4399         * gnus-sum.el (gnus-auto-select-subject): Change default to
4400         `unseen-or-unread'.  I think it's likely that most people want to
4401         select an unseen article over a previously seen, but unread one.
4403         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4404         means that in the article buffer none of the minor mode elements will
4405         be shown, usually, and this is not desirable in most cases.
4407         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4408         that commands like `d' (and the like) go to the next line in the
4409         buffer, instead of the next unread article.  I think this is the
4410         behaviour that is most natural for most users.
4411         (gnus-single-article-buffer): Change default to nil, so that people can
4412         have as many article buffers open as they have summary buffer.  I think
4413         this is the most natural way for the groups to behave.
4415         * message.el (message-generate-new-buffers): Change default to
4416         `unsent', so that all new message buffers start their names with the
4417         string "*unsent", and it's easier to find the buffers if you move from
4418         them.
4420 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4422         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4423         small.  They're probably tracking images.
4424         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4425         (gnus-html-rescale-image): Yet another try at getting the image sizing
4426         right.
4428         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4429         nntp-marks-file-name is nil.
4431 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4433         * gnus-html.el (gnus-html-wash-tags)
4434         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4435         Better logging.
4437 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4439         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4441         * gnus-html.el (gnus-html-wash-tags): Check the value of
4442         gnus-blocked-images in the summary buffer.
4444 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4446         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4448 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4450         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4451         like "a", it seems like.
4452         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4453         since it needs to be picked from the correct buffer.
4455         * nnwfm.el: Remove.
4457         * nnlistserv.el: Remove.
4459 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4461         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4462         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4464 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4466         * nnkiboze.el: Remove.
4468         * nndb.el: Remove.
4470         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4471         alt text.
4472         (gnus-html-rescale-image): Try to get the rescaling logic right for
4473         images that are just wide and not tall.
4475         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4476         overshadow variable bindings.
4478 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4480         * gnus-html.el (gnus-html-wash-tags)
4481         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4482         Add extra logging.
4484 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4486         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4487         (gnus-max-image-proportion): New variable.
4488         (gnus-html-rescale-image): New function.
4489         (gnus-html-put-image): Rescale images.
4491 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4493         Fix up some byte-compiler warnings.
4494         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4495         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4496         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4497         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4498         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4499         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4500         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4502 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4504         * gnus-html.el (gnus-article-html): Decode contents by charset.
4506 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4508         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4509         (gnus-html-frame-width, gnus-blocked-images)
4510         * message.el (message-prune-recipient-rules): Add custom version.
4511         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4513         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4514         functions.
4516         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4517         gnus-process-get.
4519 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4521         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4522         instead of lsub directly.
4524 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4526         * nnwarchive.el: Remove.
4528         * gnus-soup.el: Remove.
4530         * nnsoup.el: Remove.
4532         * nnultimate.el: Remove.
4534         * gnus-html.el (gnus-blocked-images): New variable.
4536         * message.el (message-prune-recipients): New function.
4537         (message-prune-recipient-rules): New variable.
4539         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4540         guess whether a long line is natural text or not.
4542         * gnus-html.el (gnus-html-schedule-image-fetching):
4543         Use gnus-process-plist and friends for compatibility.
4545 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4547         * gnus-html.el: Require packages that define macros used in this file.
4548         (gnus-article-mouse-face): Declare to silence byte-compiler.
4549         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4550         process-get.
4551         (gnus-html-put-image): Use plist-get to avoid getf.
4552         (gnus-html-prefetch-images): Use with-current-buffer.
4554 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4556         * gnus-ems.el: Provide compatibility functions for
4557         gnus-set-process-plist.
4559         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4560         * gnus.el (gnus-valid-select-methods)
4561         * message.el (message-send-mail-partially-limit)
4562         * mm-decode.el (mm-text-html-renderer)
4563         * mml.el (mml-insert-mime-headers-always)
4564         * smiley.el (smiley-regexp-alist): Bump custom version.
4566 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4568         * gnus-html.el: require mm-url.
4569         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4570         with the url to `url'.
4571         (gnus-html-wash-tags): Support cid: URLs/images.
4573 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4575         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4576         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4577         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4579         * gnus-move.el: Remove file, since it doesn't really work.
4581         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4582         UTF-8.  This seems to fix problems with some German web feeds.
4584         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4585         at the top so that the proper colours are applied.
4587         * gnus-art.el (gnus-article-view-part): Doc fix.
4589         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4590         XEmacs-compatible.
4591         (gnus-html-put-image): Don't do images on non-graphic displays.
4593         * nnslashdot.el: Remove this unused backend.
4595         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4596         actions.
4597         (gnus-undo-register-1): Revert last change.
4599         * gnus-group.el (gnus-group-completing-read): Protect against not
4600         having completion-styles bound.
4602         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4603         make broken recipients happier.
4605         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4607         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4608         point parameter.
4610         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4611         completion-styles for group selection.
4613 2009-02-04  Andreas Schwab  <schwab@suse.de>
4615         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4616         headers and regexp-quote the match if necessary.
4618 2009-03-24  Miles Bader  <miles@gnu.org>
4620         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4621         the blinking smiley.
4623 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4625         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4626         blink smiley.
4628 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4630         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4631         where the dribbel file lives exists.
4633         * message.el (message-send-mail-partially-limit): Change the default to
4634         nil, since most people don't want this.
4636         * mm-url.el (mm-url-decode-entities): Also decode entities like
4637         &#x3212.
4639 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4641         * gnus-sum.el (gnus-summary-idna-message):
4642         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4643         Hyperlink urls in docstrings with URL `...'.
4645 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4647         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4648         functions.
4650 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4652         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4653         say what the mouseover text should be.
4655         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4656         version of the mm-w3m-safe-url-regexp variable to only download images
4657         in the groups where we want that to happen.
4659         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4661         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4662         easier debugging.
4663         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4664         big pictures in the article buffer.
4666         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4667         gnus-article-html.
4668         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4669         w3m.
4671         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4673 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4675         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4676         which doesn't exist.
4678         * message.el (message-inhibit-ecomplete): New variable to allow some
4679         function to inhibit ecomplete address storage.
4680         (message-resend): Disable ecomplete message storage when resending
4681         messages.
4683         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4685 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4687         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4688         Save excursion while copying, moving, and deleting articles in order to
4689         prevent the cursor from jumping to unforeseen place.
4691 2010-08-17  Glenn Morris  <rgm@gnu.org>
4693         * gnus-sync.el: Require gnus components whose functions are used.
4695         * gnus-art.el (bookmark-make-record-function):
4696         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4697         Declare for compiler.
4699         * mm-url.el (mml-compute-boundary): Autoload.
4701 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4703         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4705 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4707         Typo fix "hoo4a" -> "hook".
4709         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4711 2010-08-14  Glenn Morris  <rgm@gnu.org>
4713         * gnus-sync.el (gnus-sync): Fix defgroup version.
4715 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4717         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4719         * gnus-sync.el: Fix docs.
4720         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4721         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4723 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4725         Optimizations for gnus-sync.el.
4727         * gnus-sync.el: Add docs about gnus-sync-backend
4728         possibilities.
4729         (gnus-sync-save): Remove unnecessary message.
4730         (gnus-sync-read): Optimize and show what groups were skipped.
4732 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4734         Minor bug fixes for gnus-sync.el.
4736         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4737         Don't read the sync on get-new-news.
4739         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4740         quiet.
4742         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4743         (fix typo).
4745 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4747         Make saving and restoring of hidden threads work with overlays.
4748         Patch applied by Ted Zlatanov.
4750         * gnus-sum.el (gnus-hidden-threads-configuration)
4751         (gnus-restore-hidden-threads-configuration): Update to deal with text
4752         properties, rather than searching for a magic character.
4754 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4756         New gnus-sync.el library for synchronization of marks.
4758         * gnus-sync.el: New library for synchronization of marks.
4760         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4761         renamed from `gnus-registry-grep-in-list'.
4763         * gnus-registry.el (gnus-registry-follow-group-p):
4764         Use `gnus-grep-in-list'.
4766         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4768 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4770         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4771         determining charset of text fails.
4773 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4775         * nnmail.el (nnmail-get-new-mail-1): Revert.
4777         * nnml.el (nnml-active-number): Make sure names of newly created groups
4778         in nnml-group-alist are encoded.
4780 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4782         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4783         containing non-ASCII characters in active file for nnml back end.
4785 2010-07-24  David Engster  <dengste@eml.cc>
4787         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4788         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4790 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4792         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4793         tag (Bug#6654).
4795 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4797         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4798         the article buffer, not the summary buffer.
4800 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4802         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4803         Emacs 23 as well.
4805 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4807         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4808         Patch applied by Karl Fogel.
4810         * gnus-sum.el (gnus-summary-bookmark-make-record):
4811         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4813 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4815         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4816         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4817         C-w still not working correctly from Article buffers; Thierry's
4818         patch to fix that will be applied after this.
4820         * gnus-art.el (bookmark-make-record-function): New local variable.
4822         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4823         article buffer.
4824         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4826 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4828         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4829         on changes in bookmark.el.
4831 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4833         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4834         the *other* type of HTML form submission.
4836 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4838         * auth-source.el (auth-source-pick): If choice does not contain a
4839         questioned keyword, set the check to t.
4841 2010-06-12  Romain Francoise  <romain@orebokech.com>
4843         * gnus-util.el (gnus-date-get-time): Move up before first use.
4845 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4847         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4848         (gnus-article-edit-part): Bind it to make last part that is substituted
4849         or deleted visible.
4850         (gnus-mime-display-single): Buttonize part of which id equals to
4851         gnus-mime-buttonized-part-id.
4853 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4855         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4856         (gnus-dd-mmm): Use gnus-date-get-time.
4857         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4858         simplify logic.
4859         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4860         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4862 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4864         * auth-source.el (top): Autoload `secrets-list-collections',
4865         `secrets-create-item', `secrets-delete-item'.
4866         (auth-sources): Fix tag string.
4867         (auth-get-source, auth-source-retrieve, auth-source-create)
4868         (auth-source-delete): New defuns.
4869         (auth-source-pick): Rewrite in order to avoid 2 passes.
4870         (auth-source-forget-user-or-password): New parameter USERNAME.
4871         (auth-source-user-or-password): New parameters CREATE-MISSING and
4872         DELETE-EXISTING.  Retrieve password interactively, if needed.
4874 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4876         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4877         deleting unused directories when gnus-expert-user is t.
4879 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4881         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4882         for each temp file when gnus-article-browse-delete-temp is ask.
4884 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4886         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4888 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4890         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4891         article unless decoding article to be saved.
4893 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4895         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4896         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4897         generated within the mm-with-unibyte-current-buffer macro.
4899 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4901         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4902         to nil when we're in a mml-preview buffer and no group is selected.
4904 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4906         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4907         when catching the `C-g'.  Reported by "Leo".
4909 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4911         * message.el (message-forward-make-body-plain)
4912         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4913         multibyte-string-p.
4915 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4917         * message.el (message-forward-make-body-mml): Assume original message
4918         is multibyte string; error on unibyte.
4919         (message-forward-make-body-plain): Ditto; don't add excessive newline
4920         in body end.
4922 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4924         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4925         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4927 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4929         * mm-extern.el (mm-extern-url): Don't use
4930         mm-with-unibyte-current-buffer.
4931         (mm-extern-cache-contents): Use with-current-buffer instead of
4932         save-excursion + set-buffer.
4934 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4936         * mm-util.el (mm-emacs-mule): Remove.
4938 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4940         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4941         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4942         change.
4944 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4946         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4947         bind the default value of enable-multibyte-characters to nil.
4949 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4951         * message.el (message-forward-make-body-plain)
4952         (message-forward-make-body-mml):
4953         Don't use mm-with-unibyte-current-buffer.
4955 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4957         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4958         (Bug#5592).
4960 2010-05-07  Julien Danjou  <julien@danjou.info>
4962         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4963         it to mm-pipe-part.
4965         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4966         it is given.
4968 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4970         * nnweb.el (nnweb-gmane-search)
4971         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4972         XEmacs.
4974         * gnus-art.el (gnus-article-browse-html-parts)
4975         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4976         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4977         make-temp-file.
4979         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4980         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4981         compiling.
4983         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4984         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4985         XEmacs when compiling.
4987         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4988         gnus-pick-mode-off-hook for XEmacs when compiling.
4989         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4990         gnus-binary-mode-off-hook for XEmacs when compiling.
4992         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4993         Return nil if char-charset is not available.
4995         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
4996         macro.
4998         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4999         instead of encode-coding-string.
5001         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5002         'xemacs) instead of mm-emacs-mule to switch function definitions.
5003         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5005 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5007         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5009 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5011         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5012         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5014 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5016         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5017         alias `jka-compr-delete-temp-file' no longer exists.
5019 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5021         Use define-minor-mode in Gnus where applicable.
5022         * mml.el (mml-mode): Use define-minor-mode.
5023         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5024         (gnus-undo-mode): Use define-minor-mode.
5025         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5026         (gnus-dead-summary-mode): Use define-minor-mode.
5027         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5028         Initialize in declaration.
5029         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5030         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5031         (gnus-mailing-list-mode): Use define-minor-mode.
5032         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5033         (gnus-draft-mode): Use define-minor-mode.
5034         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5035         (gnus-dired-mode): Use define-minor-mode.
5037 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5039         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5040         handles on recursive mml-to-mime translation and check them for
5041         boundary delimiter collisions.  Reported by Greg Troxel.
5043 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5045         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5047 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5049         * mm-util.el (mm-find-buffer-file-coding-system):
5050         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5052 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5054         * message.el (message-generate-headers): Record insertion of optional
5055         headers as well.  Otherwise the check to prevent repeated insertion of
5056         optional headers is a no-op.
5058 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5060         * smime.el: Don't mention CVS.
5062         * nnrss.el (nnrss-fetch): Don't mention CVS.
5064         * nnir.el: Don't mention CVS.
5066 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5068         * gnus-sum.el (gnus-summary-bookmark-make-record):
5069         Add `location' field.
5071 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5073         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5074         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5075         Use with-current-buffer to silence the byte-compiler.
5076         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5077         bother to require `gnus'.
5078         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5080 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5082         * gnus-sum.el (gnus-summary-bookmark-make-record)
5083         (gnus-summary-bookmark-jump): New functions.
5084         (gnus-summary-mode): Setup bookmark support.
5086 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5088         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5089         if set.
5091 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5093         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5094         gnus-article-browse-html-save-cid-image; make it work recursively for
5095         forwarded messages as well.
5096         (gnus-article-browse-html-parts): Work when prefix arg is given.
5097         (gnus-article-browse-html-article): Doc fix.
5099 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5101         * message.el (message-default-mail-headers):
5102         (message-default-headers): Carry the value mail-default-headers over
5103         into message-default-mail-headers, rather than message-default-headers.
5105 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5107         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5108         charset.
5110         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5111         charset into the <meta> tag when the article is encoded to utf-8.
5113 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5115         * gnus-art.el (gnus-article-browse-delete-temp-files):
5116         Delete directories as well.
5117         (gnus-article-browse-html-parts): Work for images that do not specify
5118         file names; delete temp directory when quitting; insert header at the
5119         right place; use file: scheme for image files.
5121 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5123         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5124         (gnus-article-browse-html-parts): Use it to make temporary cid image
5125         files in addition to html file so that browser may display them.
5127 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5129         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5131 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5133         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5135 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5137         * auth-source.el (auth-sources): Change default to be simpler.
5138         Explain about Secret Service API sources.  Improve Customize options.
5139         (auth-source-pick): Change to accept any number of search parameters.
5140         Implement fallbacks iteratively, not recursively.  Add scoring on the
5141         second pass and sort by score.  Call Secret Service API when needed.
5142         (auth-source-user-or-password): Use it.  Call Secret Service API
5143         directly when needed to get the user name and the password.
5145 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5147         * message.el (message-interactive): Doc fix.
5148         (message-qmail-inject-args): Reflow.
5149         (message-kill-to-signature): Fix typo in docstring.
5151         * smiley.el (smiley-buffer): Fix typo in docstring.
5153 2010-03-24  Glenn Morris  <rgm@gnu.org>
5155         * mail-source.el (gnus-message): Declare.
5156         (mail-source-delete-old-incoming): Require gnus-util.
5158 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5160         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5162         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5164         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5165         password-cache's default if it is not bound.
5166         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5167         password-cache-expiry's default if it is not bound.
5169         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5170         available in Emacs 21.
5172 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5174         * auth-source.el (auth-sources): Fix up definition so extra parameters
5175         are always inline.
5177 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5179         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5180         wasn't updated after mismatch.  Clear cached mailbox info correctly
5181         when uidvalidity changes.
5182         (nnimap-group-prefixed-name): New function to avoid some code
5183         duplication.
5184         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5185         (nnimap-request-group): Use it.
5186         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5187         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5188         with many imap folders.  This is done by caching the group status from
5189         the imap server persistently in a group parameter `imap-status'.  (This
5190         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5191         but not persistently, so every Gnus startup was still very slow.)
5193 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5195         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5196         secrets.el dependency.
5197         (auth-sources): Add optional user name.  Add secrets.el configuration
5198         choice (unused right now).
5200 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5202         * gnus-sum.el (gnus-summary-make-menu-bar):
5203         Let `gnus-registry-install-shortcuts' fill in the functions.
5205         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5206         warnings.
5207         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5208         (gnus-registry-install-shortcuts): Populate and use it in a
5209         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5211 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5213         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5214         In-place substitutions for the group name encoding/decoding.
5215         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5216         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5217         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5218         (nnimap-update-unseen, nnimap-request-list)
5219         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5220         (nnimap-request-set-mark, nnimap-split-to-groups)
5221         (nnimap-split-articles, nnimap-request-newgroups)
5222         (nnimap-request-create-group, nnimap-request-accept-article)
5223         (nnimap-request-delete-group, nnimap-request-rename-group)
5224         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5225         `encoded-mbx' for consistency.
5226         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5227         variable `imap-current-mailbox'.
5229         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5230         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5232 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5234         * pop3.el (pop3-display-message-size-flag): Display message size byte
5235         counts during POP3 download.
5236         (pop3-movemail): Use it.
5237         (pop3-list): Implement listing of available messages.
5239 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5241         * nnir.el (nnir-get-article-nov-override-function): New function to
5242         override the normal NOV retrieval.
5243         (nnir-retrieve-headers): Use it.
5245 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5247         * auth-source.el (netrc-machine-user-or-password): Autoload.
5249 2010-03-19  Glenn Morris  <rgm@gnu.org>
5251         Stop message.el from loading about 40 libraries it doesn't always need.
5252         The general approach is to autoload rather than require, and to
5253         require in the specific functions rather than the file.  (Bug#5642)
5255         * gmm-utils.el: Don't require wid-edit.
5256         (widget-create-child-value, widget-convert, widget-default-get):
5257         Autoload.
5259         * gnus-util.el: Don't require time-date, netrc.
5260         (message-fetch-field, gnus-group-name-decode): Declare rather than
5261         autoloading.
5262         (gnus-fetch-field): Require message.
5263         (gnus-decode-newsgroups): Require gnus-group.
5265         * ietf-drums.el: Don't require time-date.
5267         * message.el: Don't require hashcash, canlock, ecomplete.
5268         Do require mail-utils.  Require nnheader only when compiling.
5269         (smtpmail-default-smtp-server): Remove declaration.
5270         (message-send-mail-function): Check smtpmail-default-smtp-server
5271         is bound rather than requiring smtpmail.
5272         (message-auto-save-directory, message-insert-signature):
5273         Use expand-file-name rather than nnheader-concat.
5274         (nnheader-insert-file-contents): Autoload.
5275         (hashcash-wait-async): Declare.
5276         (message-send-mail): Only call gnus-setup-posting-charset if
5277         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5278         (message-send-mail-with-sendmail): Require sendmail.
5279         (canlock-password, canlock-password-for-verify): Declare.
5280         (message-canlock-password): Require canlock.
5281         (nnheader-get-report): Autoload.
5282         (gnus-setup-posting-charset): Declare.
5283         (message-send-news): Require gnus-msg.
5284         (message-make-references, message-make-in-reply-to): Use mail-header-id
5285         rather than the alias mail-header-message-id.
5286         (ecomplete-add-item, ecomplete-save): Declare.
5287         (message-put-addresses-in-ecomplete): Require ecomplete.
5288         (ecomplete-display-matches): Autoload.
5290         * mm-decode.el: Don't require mailcap, gnus-util.
5291         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5292         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5293         Autoload.
5294         (mailcap-mime-extensions): Declare.
5296         * mm-encode.el: Don't require mailcap.
5297         (mailcap-extension-to-mime): Autoload.
5299         * mml-sec.el: Don't require password-cache.
5301         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5302         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5303         (mml-minibuffer-read-type): Require mailcap.
5304         (mml-preview): Require gnus-msg.
5306         * mml1991.el: Require password-cache.
5307         (password-cache-expiry): Remove declaration.
5309         * mml2015.el: Require password-cache.
5310         (password-cache-expiry): Remove declaration.
5312         * nneething.el (mailcap): Require mailcap.
5314         * nnheader.el (declare-function): Add compatibility stub.
5315         (message-remove-header): Declare rather than autoload.
5316         (nnheader-replace-header): Require message.
5318         * nnimap.el (declare-function): Add compatibility stub.
5319         (netrc-parse, netrc-machine-user-or-password): Declare.
5320         (nnimap-open-connection): Require netrc.
5322         * nntp.el (declare-function): Add compatibility stub.
5323         (netrc-parse, netrc-machine, netrc-get): Declare.
5324         (nntp-send-authinfo): Require netrc.
5326         * rfc2047.el: Don't require qp.
5327         (quoted-printable-encode-region, quoted-printable-decode-string):
5328         Autoload.
5330         * sieve-mode.el: Don't require easymenu.
5331         (easy-menu-add-item): Autoload it.
5333         * spam-stat.el (time-to-number-of-days): Autoload it.
5335 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5337         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5338         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5339         value if any backslash escapes).
5341 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5343         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5344         if it is available.  (bug#5647)
5346 2010-02-26  Glenn Morris  <rgm@gnu.org>
5348         * message.el (message-send-mail-function): Change the default, so that
5349         it inherits from a customized send-mail-function.  (Bug#5643)
5351 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5353         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5354         shell-command-to-string signals an error (bug#5299).
5356 2010-02-24  Glenn Morris  <rgm@gnu.org>
5358         * message.el (message-smtpmail-send-it)
5359         (message-send-mail-with-mailclient): Doc fixes.
5361 2010-02-16  Glenn Morris  <rgm@gnu.org>
5363         * message.el (message-default-mail-headers): Change the default value
5364         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5366 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5368         * message.el (message-mail): Just pass yank-action on to message-setup.
5369         (message-setup): Handle (FUN . ARGS) form of yank-action.
5370         (message-with-reply-buffer, message-widen-reply)
5371         (message-yank-original): Handle non-buffer values of
5372         message-reply-buffer (Bug#4080).
5373         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5375 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5377         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5378         Fix typo in docstring.
5380 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5382         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5383         response.
5385 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5387         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5389         * message.el (message-check-news-header-syntax): Protect against a
5390         string that `rfc822-addresses' returns when parsing fails.
5392 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5394         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5395         (gnus-previous-char-property-change): New functions.
5397         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5399 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5401         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5402         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5404 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5406         * message.el (message-exchange-point-and-mark): Rework last change to
5407         avoid using optional arg of exchange-point-and-mark, for backward
5408         compatibility.
5410 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5412         * message.el (message-exchange-point-and-mark):
5413         Call exchange-point-and-mark with an argument rather than setting
5414         mark-active by hand (Bug#5175).
5416 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5418         * nntp.el (nntp-service-to-port): Work for service expressed with
5419         numeric string; replace [:digit:] with [0-9] for XEmacs.
5421 2009-12-17  Glenn Morris  <rgm@gnu.org>
5423         * gnus-group.el (gnus-bug-group-download-format-alist):
5424         Change emacs entry to debbugs.gnu.org.  Bump :version.
5426 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5428         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5430 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5432         * message.el (message-info): Explain why we use `Info-goto-node'.
5434 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5436         * message.el (message-completion-in-region): New compatibility function.
5437         (message-expand-group): Use it.
5439 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5441         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5442         with no unread article should be listed if the 2nd arg `predicate' is
5443         given.
5445 2009-11-29  Juri Linkov  <juri@jurta.org>
5447         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5448         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5449         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5451 2009-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5453         * message.el (message-from-style, message-interactive)
5454         (message-signature): Always set default values from the corresponding
5455         mail-* variables.
5456         (message-cite-prefix-regexp, message-sendmail-envelope-from)
5457         (message-yank-prefix, message-indentation-spaces)
5458         (message-signature-file, message-default-headers): Use boundp rather
5459         than (featurep 'xemacs) to check if the corresponding mail-* variables
5460         exist.
5462 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
5464         * message.el (message-send-mail-with-sendmail): Revert last change.
5466 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
5468         * message.el (message-from-style, message-interactive)
5469         (message-cite-prefix-regexp, message-sendmail-envelope-from)
5470         (message-yank-prefix, message-indentation-spaces, message-signature)
5471         (message-signature-file, message-default-headers): For GNU Emacs, set
5472         default values from the corresponding mail-* variables.
5473         (message-send-mail-with-sendmail): Use envelope-from only if
5474         mail-specify-envelope-from is non-nil.
5476 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5478         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5479         containing tspecial characters if they have been already quoted.
5481 2009-10-24  Glenn Morris  <rgm@gnu.org>
5483         * gnus-art.el (help-xref-stack-item): Define for compiler.
5485 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5487         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5489 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5491         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5492         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5494 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5496         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5497         (gnus-overlays-in): New alias to overlays-in.
5499         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5500         gnus-overlay-get, and gnus-delete-overlay.
5501         (gnus-summary-show-thread): Make it work as well for systems in which
5502         next-single-char-property-change is not available.
5503         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5505 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5507         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5509 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5511         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5512         and XEmacs that don't have `remove-overlays'.
5514 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5516         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5517         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5518         selective display.  Use overlays instead.
5520 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5522         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5524 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5526         * spam-stat.el (spam-stat-load): Fix typo in message.
5528 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5530         * gnus-art.el (gnus-article-encrypt-body):
5531         * message.el (message-check-recipients):
5532         * mm-util.el (mm-codepage-setup):
5533         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5534         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5536 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5538         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5539         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5540         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5541         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5542         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5544 2009-09-18  Glenn Morris  <rgm@gnu.org>
5546         * gnus-diary.el (gnus-diary-check-message):
5547         * message.el (message-insert-formatted-citation-line):
5548         * nnbabyl.el (top-level):
5549         * nndiary.el (nndiary-schedule):
5550         Fix typos in condition-case handlers.
5552 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5554         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5555         configuration that provides the sole article window in a frame;
5556         position point correctly after deleting a part.
5558 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5560         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5561         (spam-resolve-registrations-routine): Use it to unregister articles
5562         that change status.
5564 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5566         * nnrss.el (nnrss-request-article): Remove binding of
5567         default-enable-multibyte-characters that has gotten needless by
5568         the 2007-07-13 change in rfc2047-encode-message-header.
5570         * mml.el (mml-insert-multipart): Error on the message header.
5571         (mml-insert-part): Error on the message header; position point at
5572         the end of a MIME tag.
5574 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5576         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5577         (gnus-float-time): Alias to float-time if it exists.
5579         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5580         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5581         float-time is available; suppress compile warning for time-to-seconds.
5583 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5585         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5586         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5587         Add the optional argument `encoding' that overrides the default.
5589         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5590         mm-encode-buffer.
5592 2009-09-04  Glenn Morris  <rgm@gnu.org>
5594         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5595         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5596         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5597         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5598         * mm-util.el (mm-with-unibyte-current-buffer)
5599         (mm-find-buffer-file-coding-system):
5600         * yenc.el (yenc-decode-region): Use default-value rather than
5601         default-enable-multibyte-characters.
5603 2009-09-03  Glenn Morris  <rgm@gnu.org>
5605         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5606         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5607         than default-enable-multibyte-characters.
5609 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5611         * gnus-art.el (gnus-article-read-summary-keys):
5612         Fix gnus-buffer-configuration's value temporarily used.
5614 2009-09-02  Glenn Morris  <rgm@gnu.org>
5616         * gnus-util.el (gnus-float-time): New function.
5617         * gnus-delay.el (gnus-delay-article):
5618         * gnus-sum.el (gnus-thread-latest-date):
5619         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5620         * nnspool.el (nnspool-request-newgroups):
5621         Use gnus-float-time rather than time-to-seconds.
5622         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5624         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5625         (gnus-header-subject-face, gnus-header-newsgroups-face)
5626         (gnus-header-name-face, gnus-header-content-face):
5627         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5628         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5629         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5630         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5631         (gnus-cite-face-11):
5632         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5633         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5634         (gnus-server-closed-face, gnus-server-denied-face)
5635         (gnus-server-offline-face):
5636         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5637         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5638         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5639         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5640         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5641         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5642         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5643         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5644         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5645         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5646         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5647         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5648         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5649         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5650         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5651         (gnus-summary-high-undownloaded-face)
5652         (gnus-summary-low-undownloaded-face)
5653         (gnus-summary-normal-undownloaded-face)
5654         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5655         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5656         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5657         (gnus-splash-face):
5658         * message.el (message-header-to-face, message-header-cc-face)
5659         (message-header-subject-face, message-header-newsgroups-face)
5660         (message-header-other-face, message-header-name-face)
5661         (message-header-xheader-face, message-separator-face)
5662         (message-cited-text-face, message-mml-face):
5663         * sieve-mode.el (sieve-control-commands-face)
5664         (sieve-action-commands-face, sieve-test-commands-face)
5665         (sieve-tagged-arguments-face):
5666         * spam.el (spam-face):
5667         Mark face aliases with "-face" in the name as obsolete.
5669 2009-09-01  Glenn Morris  <rgm@gnu.org>
5671         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5672         than goto-line.
5674 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5676         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5677         Don't move point if the command is invoked inside the message header.
5679 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5681         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5682         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5683         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5684         * nnir.el (nnir-swish-e-index-file):
5685         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5686         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5687         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5688         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5689         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5690         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5692 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5694         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5695         Don't save excursion.
5697 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5699         * nnheader.el (nnheader-find-file-noselect):
5700         * mm-util.el (mm-insert-file-contents):
5701         Use (default-value 'major-mode) instead of default-major-mode.
5703 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5705         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5707 2009-08-25  Glenn Morris  <rgm@gnu.org>
5709         * nnir.el (top-level): Don't require cl at run-time.
5710         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5711         Replace cl-function substitute with gnus-replace-in-string.
5712         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5713         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5714         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5715         simplified expansions.
5717 2009-08-22  Glenn Morris  <rgm@gnu.org>
5719         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5720         goto-line.
5722 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5724         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5726         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5727         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5728         (gnus-mm-display-part, gnus-mime-display-single)
5729         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5730         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5732         * gnus-sum.el
5733         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5734         (gnus-summary-move-article): Add expirable mark to articles copied or
5735         moved to group that has auto-expire turned on if the option is non-nil.
5737 2009-07-24  Glenn Morris  <rgm@gnu.org>
5739         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5740         Fix typo.  (Bug#3903)
5742 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5744         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5745         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5746         that should not be used for draft articles.
5747         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5748         that has no concern in minor mode keys.
5749         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5750         Abolish.
5752 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5754         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5755         article without making inquiry to a user for unknown encoding.
5757         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5758         (nnmaildir--scan): Assume i-node and device number that file-attributes
5759         returns might be cons-cell.
5761 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5763         * auth-source.el: Remove docs now in auth.texi.  Don't use
5764         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5765         `auth-source-hide-passwords' and use them.
5767 2009-07-15  Glenn Morris  <rgm@gnu.org>
5769         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5771 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5773         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5774         excessive whitespace from the default values of title and description.
5776 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5778         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5779         mail-fetch-field to fetch Content-Description header in order to
5780         exclude newlines.
5782 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5784         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5785         to deleted part.
5787 2009-05-30  David Engster  <dengste@eml.cc>
5789         * nnmairix.el: Remove old documentation in the commentary block.
5790         (nnmairix-request-group): Do not update active file for nnml back ends.
5791         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5792         end so that overview files are ignored.
5793         (nnmairix-update-groups): Make updating the groups more robust by using
5794         marks.
5795         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5796         with dollar characters in message-id.
5798 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5800         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5801         2008-12-25 in dns.el.
5803 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5805         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5806         could happen if the text is only composed of spaces and/or tabs.
5808 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5810         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5811         when sending a queued message to avoid extra mml tags.
5813 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5815         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5817 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5819         * gnus-dired.el: Remove autoload for gnus-setup-message.
5820         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5821         displaying Gnus logo; always use compose-mail.
5823 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5825         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5827 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5829         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5830         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5831         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5832         available.
5833         (gnus-nocem-epg-verify): New function.
5835 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5837         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5839 2009-02-15  Glenn Morris  <rgm@gnu.org>
5841         * gnus-util.el (rmail-insert-rmail-file-header)
5842         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5843         autoloads.
5844         (rmail-default-rmail-file): Remove unnecessary declaration.
5845         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5847 2009-02-14  Glenn Morris  <rgm@gnu.org>
5849         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5850         variable (only used in gnus-util, which declares it anyway).
5851         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5852         which was only needed by gnus-art (changed to not use it any more).
5853         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5854         only used in gnus-util, which autoloads it itself.
5855         (rmail-update-summary): Fix autoload.
5857         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5858         rather than rmail-output-to-rmail-file.
5860 2009-02-07  Glenn Morris  <rgm@gnu.org>
5862         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5863         autoload of function that no longer exists.
5864         (rmail-toggle-header): Declare.
5865         (message-forward-rmail-make-body): Handle mbox Rmail.
5867 2009-01-31  Glenn Morris  <rgm@gnu.org>
5869         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5870         2009-01-09 change.
5872 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5874         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5875         (auth-source-forget-all-cached): New convenience function.
5876         (auth-source-user-or-password): Accept list of modes or a single mode.
5878         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5879         auth-source modes.
5881         * nnimap.el (nnimap-open-connection): Use list of
5882         auth-source modes.
5884         * nntp.el (nntp-send-authinfo): Use list of
5885         auth-source modes.
5887 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5889         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5890         now.
5892 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5894         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5895         coding system in XEmacs; add a workaround for XEmacs.
5897 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5899         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5900         of current-language-environment.
5902 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5904         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5905         available at runtime.
5907 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5909         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5911 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5913         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5914         the greatest positive fixnum value doesn't work under an XEmacs with
5915         bignum support; use the most-positive-fixnum constant instead,
5916         available since Emacs 21.1 with cl and XEmacs 21.1.
5918 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5920         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5921         XEmacs gets not to work.
5923 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5925         * mm-util.el (mm-coding-system-priorities): Allow the value like
5926         "Japanese (UTF-8)" of current-language-environment.
5928 2009-01-09  Glenn Morris  <rgm@gnu.org>
5930         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5931         with last-command-event.
5933 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5935         * message.el (message-fix-before-sending): Amend comment.
5937 2009-01-07  David Engster  <dengste@eml.cc>
5939         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5940         simplified server definitions by converting it via
5941         gnus-server-to-method.
5943 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5945         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5946         parameter's operands.
5948 2009-01-06  David Engster  <dengste@eml.cc>
5950         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5951         primary select method (for gnus-group-mark-article-as-read).
5953 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5955         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5956         `(gnus)Face', not `(gnus)X-Face'.
5958 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5960         * mm-util.el (mm-ucs-to-char): New function.
5962         * mm-url.el (mm-url-decode-entities): Use it.
5964 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5966         * message.el (message-fix-before-sending): Add `eight-bit' to
5967         illegible-text check.
5969 2009-01-03  Michael Olson  <mwolson@gnu.org>
5971         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5972         `headers' is nil.  This can occur if the IMAP server does not have
5973         permissions to read messages from a folder, but can write new messages
5974         to the folder.
5975         (nnimap-request-article-part): Do not insert `data' if it is nil.
5977 2009-01-01  Dave Love  <fx@gnu.org>
5979         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5981         * nnimap.el: Fix author email.
5982         (nnimap-split-rule): Add FIXME comment.
5983         (nnimap-debug): Fix doc string.
5985 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5987         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5988         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5989         to check if those variables exist (first appeared in Emacs 18.50).
5991 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5993         * mm-util.el (mm-line-number-at-pos): New function.
5995         * spam-report.el (spam-report-process-queue): Use it.
5997 2008-12-24  David Engster  <dengste@eml.cc>
5999         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6000         parameters that haven't existed as variables as buffer-local variables.
6002 2008-12-23  Dave Love  <fx@gnu.org>
6004         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6005         cadar.
6007         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6008         imap-starttls-p.
6009         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6011 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6013         * spam-report.el (spam-report-gmane-max-requests): New constant.
6014         (spam-report-gmane-wait): New variable.
6015         (spam-report-gmane-ham, spam-report-gmane-spam)
6016         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6017         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6018         the server.
6020         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6021         Add explanations.
6023         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6024         nnheader-accept-process-output and nnheader-read-timeout if available.
6025         (pop3-movemail): Use it.
6027         * message.el (message-check-news-body-syntax): Fix signature check if
6028         there's an attachment.
6030 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6032         * mm-util.el: Add comments to the mm- emulating functions.
6034 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6036         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6037         Reported by Stephen Berman <stephen.berman@gmx.net>.
6039 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6041         * mm-util.el (mm-substring-no-properties): New function.
6042         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6043         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6044         (mm-string-to-multibyte): Doc fix.
6046         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6048 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6050         * mml.el (mml-attach-file): Strip text properties from file name.
6051         (Bug#1574)
6053 2008-12-16  Glenn Morris  <rgm@gnu.org>
6055         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6057 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6059         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6060         knows since the charset specified might be a bogus alias that
6061         mm-charset-synonym-alist provides.
6063 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6065         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6066         "ISO_8859-1".
6068         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6070 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6072         * mm-util.el (mm-charset-eval-alist):
6073         Define it before mm-charset-to-coding-system.
6074         (mm-charset-to-coding-system): Add optional argument `silent';
6075         define it before mm-charset-override-alist.
6076         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6077         default value if it can be used in Emacs currently running;
6078         silence mm-charset-to-coding-system.
6080 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6082         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6083         `allow-override' which says whether to use `mm-charset-override-alist'.
6084         (rfc2047-decode-encoded-words): Use it.
6086         * mm-util.el (mm-charset-override-alist): Fix custom type;
6087         add `(gb2312 . gbk)' to choices.
6089 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6091         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6092         fast.
6094         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6096 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6098         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6099         on links.
6101         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6103 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6105         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6106         users' addresses that don't have domain parts.
6107         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6108         rather than message-narrow-to-head since there will be the message
6109         header separator.
6111 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6113         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6114         since the result is inserted in a unibyte buffer anyway.
6115         (nnimap-demule-use-string-to-multibyte): Remove.
6116         (nnimap-demule): Alias it to mm-string-to-multibyte.
6118 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6120         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6121         variable for debugging bug#464 and bug#1174.
6122         (nnimap-demule): Use it.
6124 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6126         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6127         score calculation correctly.
6129 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6131         * message.el (message-send-mail): Just set the buffer to unibyte
6132         rather than use mm-with-unibyte-current-buffer which does a lot more.
6133         (message-send-mail-partially): Don't bother with
6134         mm-with-unibyte-current-buffer since it's already been made unibyte by
6135         message-send-mail.
6137 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6139         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6141 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6143         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6145 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6147         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6148         require itself and to remove `with-no-warnings'.
6150 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6152         * starttls.el (starttls-any-program-available): Get the name of the
6153         available TLS layer program.
6154         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6155         well as the host name in the "opening" message.
6157         * auth-source.el (auth-source-cache, auth-source-do-cache)
6158         (auth-source-user-or-password): Cache passwords and logins by default,
6159         allow override with `auth-source-do-cache'.
6160         (auth-source-forget-user-or-password): Allow users to remove cache
6161         entries if needed.
6163 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6165         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6166         condition-case to only the forward-sexp call.
6168 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6170         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6171         quotes contained.  Make it more robust regardless by an extra
6172         condition-case wrapper.
6174 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6176         * nnml.el (nnml-request-expire-articles): Check if the function set to
6177         `nnmail-expiry-target' returns the symbol `delete'.
6179         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6181         * nnmail.el (nnmail-expiry-target): Fix custom type.
6183 2008-10-02  Glenn Morris  <rgm@gnu.org>
6185         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6186         Silence compiler warning.
6188 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6190         * mml.el (mml-menu): Don't assume mml2015 is bound.
6192 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6194         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6195         exists.
6197 2008-09-27  Glenn Morris  <rgm@gnu.org>
6199         * gnus-util.el (mail-header-remove-comments): Autoload it.
6201 2008-09-27  Andreas Schwab  <schwab@suse.de>
6203         * gnus-util.el (gnus-split-references): Strip comments.
6204         (gnus-parent-id): Likewise.
6206 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6208         * message.el (message-confirm-send): Fix version.
6210 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6212         * message.el (message-idna-to-ascii-rhs-1): Use
6213         mail-extract-address-components rather than mail-header-parse-addresses
6214         that is an alias by default to ietf-drums-parse-addresses that does not
6215         support non-ASCII names in headers' contents.
6217 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6219         * message.el (message-confirm-send): Fix variable documentation to
6220         avoid the "y/n" wording.
6222 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6224         * message.el (message-set-auto-save-file-name): Save to a different
6225         filename so multiple messages (especially drafts) can be recovered.
6227 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6229         * message.el (message-confirm-send): Add appropriate version.
6231 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6233         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6234         defvar.
6236 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6238         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6239         (mm-pkcs7-enveloped-magic): Ditto.
6241 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6243         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6244         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6246 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6248         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6249         default, it's better.
6251 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6253         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6254         summary line gnus-number property and ignore them (with a warning
6255         message).
6257 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6259         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6260         macro caddr in the interactive form since it won't be expanded.
6262 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6264         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6265         `charset'; fix name of function called recursively.
6266         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6268 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6270         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6271         (gnus-mime-set-charset-parameters): New function.
6272         (gnus-mime-view-part-as-charset): Use it to correctly display part
6273         specifying wrong charset.
6275 2008-09-08  David Engster  <dengste@eml.cc>
6277         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6278         in completing-read for back end server.
6280 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6282         * message.el (message-confirm-send): New variable to confirm sending a
6283         message.
6284         (message-send): Use it.
6286 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6288         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6290 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6292         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6294 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6296         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6297         prevent tracking too many groups.
6298         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6299         Use it.
6301 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6303         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6304         moving point to the bottom of the window in order to avoid recentering.
6306 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6308         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6309         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6310         (gnus-article-beginning-of-window): Fix calculation.
6312 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6314         * gnus-msg.el (gnus-summary-supersede-article)
6315         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6316         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6317         message header.
6319 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6321         * message.el:
6322         * gnus-start.el:
6323         * gnus-registry.el: Remove VMS support.
6325 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6327         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6328         macro.
6329         (rfc2104-hash): Use it.
6331 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6333         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6334         (gnus-summary-sort-by-most-recent-date): New commands.
6335         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6336         and menu entries.
6338 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6340         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6341         don't redisplay article for raw contents; remove plural articles stuff.
6343         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6344         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6345         on gnus-summary-save-article; display results properly.
6347 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6349         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6351 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6353         * gnus-art.el (gnus-summary-save-in-pipe):
6354         Consider gnus-save-all-headers.
6356 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6358         * gnus-util.el (ns-focus-frame): Remove declaration.
6359         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6360         like x.
6362 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6364         * rfc2104.el (rfc2104-zero): Delete defconst.
6365         (rfc2104-hex-alist): Likewise.
6366         (rfc2104-hex-to-int): Delete func.
6367         (rfc2104-hexstring-to-bitstring): Likewise.
6368         (rfc2104-nybbles): New defconst.
6369         (rfc2104-hash): Rewrite for speed.
6371 2008-07-16  Glenn Morris  <rgm@gnu.org>
6373         * gnus-util.el (ns-focus-frame): Declare for compiler.
6375 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6377         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6378         set as a group parameter.
6379         (gnus-summary-save-in-pipe): Work when it is called independently.
6380         (gnus-summary-pipe-to-muttprint): Don't modify
6381         gnus-summary-pipe-output-default-command.
6383 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6385         * message.el (message-send-mail-with-sendmail):
6386         Display the error message.
6388 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6390         * gnus-art.el (gnus-default-article-saver):
6391         Add gnus-summary-save-in-pipe to choices.
6392         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6393         gnus-summary-pipe-output-default-command as the default command.
6394         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6395         instead of gnus-last-shell-command.
6397         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6398         New user option.
6399         (gnus-summary-muttprint-program): Mention the value will be changed.
6400         (gnus-summary-save-article): Force showing of all headers.
6401         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6403 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6405         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6407 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6409         * nnimap.el (nnimap-id):
6410         * sieve-manage.el (sieve-manage-open): Doc fixes.
6412 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6414         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6415         if available.
6417 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6419         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6421         * nnkiboze.el (nnkiboze-generate-group):
6422         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6424         * nnmairix.el: Require CL.
6426 2008-06-15  David Engster  <dengste@eml.cc>
6428         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6430 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6432         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6433         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6434         runtime choice under XEmacs.
6436         * gnus-sum.el (gnus-summary-set-display-table):
6437         Use `gnus-put-display-table', `gnus-get-display-table',
6438         `gnus-set-display-table' for the display table, instead of `aset'.
6440 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6442         * nnmairix.el: Add autoloads.
6444 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6446         * nnmairix.el (nnmairix-delete-recreate-group)
6447         (nnmairix-update-and-clear-marks): Fix error messages.
6449 2008-06-14  David Engster  <dengste@eml.cc>
6451         * nnmairix.el: Upgrade to version 0.6.
6452         (nnmairix-group-toggle-propmarks-this-group)
6453         (nnmairix-group-toggle-readmarks-this-group)
6454         (nnmairix-group-delete-recreate-this-group)
6455         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6456         (nnmairix-remove-tick-mark-original-article): New commands.
6457         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6458         (nnmairix-propagate-marks-to-nnmairix-groups)
6459         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6460         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6461         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6462         functions needed for marks propagation and manipulation of read marks.
6463         (nnmairix-update-groups): New function.
6464         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6465         (nnmairix-determine-original-group-from-registry)
6466         (nnmairix-determine-original-group-from-path)
6467         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6468         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6469         New helper functions.
6470         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6471         keystrokes for new commands.
6472         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6473         (nnmairix-request-group): Check allow-fast group parameter.
6474         (nnmairix-request-create-group): Set allow-fast group parameter if
6475         nnmairix-allowfast-default is set.
6476         (nnmairix-close-group): Propagate marks upon closing if needed.
6477         (nnmairix-group-toggle-threads-this-group): Use new.
6478         nnmairix-group-toggle-parameter helper function.
6479         (nnmairix-search): Better check for empty search result.
6480         (nnmairix-goto-original-article): Use new helper functions for
6481         determining original article.
6482         (nnmairix-show-original-article): Make sure message-id is in brackets.
6483         (nnmairix-call-mairix-binary): Change variable name.
6484         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6485         helper function.
6486         (nnmairix-widget-toggle-activate): Fix doc string.
6488 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6490         * nnir.el: Require edmacro when compiling with XEmacs.
6491         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6492         available in Emacs 21.
6494 2008-06-11  Glenn Morris  <rgm@gnu.org>
6496         * gnus-util.el (x-focus-frame):
6497         * gnus.el (image-size):
6498         * mm-decode.el (image-size): Declare.
6500         * gnus-picon.el (declare-function): Add compat definition.
6501         (image-size): Declare.
6503         * gnus-group.el (tool-bar-map):
6504         * gnus-sum.el (tool-bar-map): Define for compiler.
6506         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6508         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6510         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6511         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6512         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6513         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6514         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6515         * sieve-manage.el, spam-report.el, spam.el:
6516         Remove unnecessary eval-and-compile of autoloads.
6518 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6520         * auth-source.el: Precise Tramp doc.
6522 2008-06-07  Glenn Morris  <rgm@gnu.org>
6524         * nnmairix.el: Remove unnecessary eval-when-compile.
6526 2008-06-06  Kai Großjohann  <grossjohann@ls6.cs.uni-dortmund.de>
6528         * nnir.el: New file.
6530 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6532         * gnus-util.el (gnus-read-shell-command): New function.
6533         * mm-decode.el (mm-pipe-part):
6534         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6536 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6538         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6540 2008-06-03  Glenn Morris  <rgm@gnu.org>
6542         * pop3.el (nnheader-accept-process-output): Autoload it.
6544 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6546         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6547         are not 2-digit hexadecimal characters that follow `%'s.
6549 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6551         * message.el (message-bogus-recipient-p): Fix type in doc string.
6552         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6553         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6554         Improve custom options.
6555         (message-bogus-recipient-p): Adjust accordingly.
6557 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6559         * nnmairix.el: Require edmacro when compiling with XEmacs.
6561 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6563         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6564         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6566 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6568         * auth-source.el: Add more docs.
6570 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6572         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6573         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6574         retrieval faster in some cases, but might make CPU usage larger.
6575         If this has any bad side effects, we might revert this change.
6577         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6578         seems to make mail retrieval much, much faster.
6579         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6580         unconditionally.
6582         * gnus-draft.el (gnus-group-send-queue):
6583         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6585 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6587         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6589         * message.el (message-bogus-address-regexp): Fix and improve custom
6590         type.
6591         (message-setup-hook): Add message-check-recipients as custom option.
6593 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6595         * message.el (message-cite-function): Remove bogus autoload which crept
6596         in during merge from v5-10.
6598 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6600         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6602         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6604         * auth-source.el: Preliminary Tramp docs.
6605         (auth-sources): Change the default auth-sources to use
6606         EPA .gpg files.
6608 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6610         * nntp.el: Autoload `auth-source-user-or-password'.
6611         (nntp-send-authinfo): Use it.
6613         * nnimap.el: Autoload `auth-source-user-or-password'.
6614         (nnimap-open-connection): Use it.
6616         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6617         for the gnus-message function.
6618         (auth-source-user-or-password): Use it.
6620 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6622         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6623         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6624         (rfc2104-hash): Use it.
6626 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6628         * gnus-art.el (gnus-article-toggle-truncate-lines):
6629         Don't use `iff' in docstring.
6631 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6633         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6635         * gnus-util.el (gnus-extract-address-component-name)
6636         (gnus-extract-address-component-email): Convenience functions around
6637         `gnus-extract-address-components'.
6639         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6640         Use `gnus-extract-address-component-email' to fix bug of comparing full
6641         sender name to `user-mail-address'.
6643 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6645         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6646         catch/throw to optimize.
6647         (gnus-registry-find-keywords): Just use member to find a keyword.
6649 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6651         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6652         is current before calling gnus-server-prepare.
6653         (gnus-server-setup-buffer, gnus-server-update-server)
6654         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6656 2008-05-04  Juri Linkov  <juri@jurta.org>
6658         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6659         (mailcap-file-default-commands): Use mailcap-replace-in-string
6660         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6661         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6663 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6665         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6667 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6669         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6670         hooks.
6671         (gnus-update-read-articles): Speed up non-marks-using users.
6672         (gnus-use-marks): Define gnus-use-marks.
6673         (gnus-propagate-marks): Rename variable to something more sensible.
6675 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6677         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6678         (gmm-image-load-path-for-library): Fix typos in docstrings.
6679         (gmm-message): Reflow docstring.
6681 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6683         * mail-source.el (mail-source-set-1, mail-source-bind):
6684         Move auth-source code out of the macro to clean it up and fix bugs.
6686 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6688         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6689         by sender if it's equal to user-mail-address, it's likely to be
6690         useless.
6692         * mail-source.el (mail-source-bind): Don't use user or password if they
6693         are not bound.  Unintern them if they are nil.  Don't use server unless
6694         it's bound, and default it to empty string otherwise.
6696 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6698         * mail-source.el: Load auth-source.el.
6699         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6700         get user name or password, if auth-sources is set up.
6702         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6703         strategy of splitting with parent.
6704         (gnus-registry-split-fancy-with-parent)
6705         (gnus-registry-post-process-groups): Use it and fix prior
6706         bug (returning a list as the split result).
6708         * auth-source.el (auth-sources): Remove server parameter.
6709         (auth-source-pick, auth-source-user-or-password)
6710         (auth-source-user-or-password-imap)
6711         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6712         (auth-source-user-or-password-sftp)
6713         (auth-source-user-or-password-smtp): Remove server parameter.
6715 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6717         * smime.el (smime-sign-region, smime-encrypt-region)
6718         (smime-decrypt-region):
6719         Remove redundant calls to `generate-new-buffer-name'.
6721 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6723         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6724         Don't use QP for message/rfc822.
6725         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6727 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6729         * sieve-manage.el (sieve-string-bytes): Remove.
6730         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6731         correct byte-length only if the process's coding-system is the same as
6732         the one used internally by Emacs to represent strings.
6734 2008-04-22  Juri Linkov  <juri@jurta.org>
6736         * mailcap.el (mailcap-file-default-commands): New function.
6738 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6740         * message.el (message-signature-separator, message-cite-function):
6741         Change custom version.
6743 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6745         * mm-decode.el (mm-display-external): Make temp file read-only.
6747 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6749         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6750         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6751         `C-c C-f d'.
6753 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6755         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6757 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6759         * auth-source.el: Add docs.
6760         (auth-sources): Modify format to support server.
6761         (auth-source-pick, auth-source-user-or-password)
6762         (auth-source-user-or-password-imap)
6763         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6764         (auth-source-user-or-password-sftp)
6765         (auth-source-user-or-password-smtp): Add server parameter.
6767 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6769         * gnus-registry.el: Initialize the registry when gnus-registry-install
6770         is t.
6772 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6774         * compface.el (uncompface): Make buffer unibyte.
6776 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6778         * mail-source.el (mail-source-value):
6779         Prefer fboundp to functionp so it works with macros as well.
6781 2008-04-05  Glenn Morris  <rgm@gnu.org>
6783         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6785 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6787         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6788         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6790         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6791         multibyteness after rather than before erasing it.
6793         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6794         mm-with-multibyte.
6795         (gnus-request-article-this-buffer): Make sure the proper decoding is
6796         used if gnus-original-article-buffer happens to be unibyte.
6798         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6799         default-enable-multibyte-characters.
6801         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6802         default-enable-multibyte-characters.
6804         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6806         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6808 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6810         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6811         Fix last change in case the element is not even a symbol.
6813 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6815         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6816         imap-enable-exchange-bug-workaround.
6817         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6819 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6821         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6822         a 100 byte status-checks into a 2-3MB transfer for each group.
6823         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6824         to enable bug workaround or not.
6825         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6827 2008-03-31  Glenn Morris  <rgm@gnu.org>
6829         * message.el (mml2015-use): Declare for compiler.
6830         (message-info): Require mml2015 when appropriate.
6832 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6834         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6835         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6836         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6837         (nntp-service-to-port): New function.
6838         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6839         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6840         (nntp-open-netcat-stream): New function.
6841         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6843 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6845         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6847 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6849         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6851 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6853         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6855 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6857         * message.el (message-signature-separator): Change default.
6858         Improve custom type.
6859         (message-cite-function): Change default to
6860         message-cite-original-without-signature.
6862         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6863         toggle.
6865         * message.el (message-check-news-body-syntax): Fix signature check.
6866         (message-setup-1): Mark buffer as unmodified _after_ running
6867         message-setup-hook and handling message-alternative-emails.
6868         (message-shorten-references): Be more strict when building list of
6869         valid references to comply with GNKSA.
6871         * gnus-group.el (gnus-read-ephemeral-bug-group)
6872         (gnus-read-ephemeral-debian-bug-group)
6873         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6875         * message.el (message-info): Don't use booleanp which isn't supported
6876         in Emacs 21 and XEmacs.
6878 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6880         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6881         gnus-group-gmane-group-download-format.
6882         (gnus-group-read-ephemeral-gmane-group): Rename from
6883         gnus-group-read-ephemeral-gmane-group.
6884         (gnus-read-ephemeral-gmane-group-url): Rename from
6885         gnus-group-read-ephemeral-gmane-group-url.
6886         (gnus-bug-group-download-format-alist): New variable.
6887         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6888         (gnus-read-ephemeral-emacs-bug-group): New commands.
6890 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6892         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6893         (gnus-visible-headers): Improve custom type.
6895 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6897         * mml.el (mml-menu): Add workarounds for XEmacs.
6899         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6900         X-Boundary header.
6902         * message.el (message-simplify-recipients): Fix previous commit.
6904 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6906         * mm-util.el (mm-set-buffer-multibyte): New function.
6907         * mm-decode.el (mm-copy-to-buffer): Use it.
6909         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6910         Prefer fboundp to functionp so it works with macros as well.
6912 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6914         * message.el (message-alter-recipients-discard-bogus-full-name):
6915         New function.
6916         (message-alter-recipients-function): New variable.
6917         (message-get-reply-headers): Use it.
6918         (message-replace-header): New helper function.
6919         (message-recipients-without-full-name): New variable.
6920         (message-simplify-recipients): New command.
6922         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6924         * message.el (message-info): Handle EasyPG manual.
6926         * mml.el (mml-menu): Add entry for EasyPG.
6928 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6930         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6931         parameter.
6933         * message.el (message-disassociate-draft): Specify drafts group name
6934         fully.
6936 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6938         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6939         Eliminate unnecessary duplicates from the match list.
6941 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6943         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6944         args of `how-many' of which the XEmacs version doesn't take; declare
6945         Info-index-next as function.
6947 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6949         * gnus-score.el (gnus-score-headers): Fix handling of
6950         gnus-inhibit-slow-scoring.
6952         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6953         string.
6954         (gnus-button-url-regexp): Improve handling of parenthesis.
6955         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6956         (gnus-button-handle-info-keystrokes): Handle index entries.
6958 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6960         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6961         Incoming* files.
6963 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6965         * auth-source.el (auth-sources): Rename from auth-source-choices.
6966         (auth-source-pick): Use it.
6968 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6970         * auth-source.el (auth-source-protocols)
6971         (auth-source-protocols-customize, auth-source-choices): Add and
6972         modified variable customizations and defaults.
6973         (auth-source-pick, auth-source-user-or-password)
6974         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6975         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6976         (auth-source-user-or-password-sftp)
6977         (auth-source-user-or-password-smtp): Use new variables and provide an
6978         interface to netrc.el.
6980 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6982         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6983         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6984         Make sure the nntp port to specify is a string.
6986 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6988         * nntp.el: Use with-current-buffer.
6989         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6990         dubious mm-with-unibyte-current-buffer.
6991         (nntp-with-open-group-function): New function extracted from
6992         nntp-with-open-group macro.
6993         (nntp-with-open-group): Use the function, so it's easier to debug.
6994         Add indentation and debugging info.
6995         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6996         Recommend the use of the netcat alternatives.
6998         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6999         Avoid mm-string-as-multibyte as well.
7001         * nnweb.el (nnweb-insert-html):
7002         Remove use of nnheader-string-as-multibyte.
7004         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7005         (nnheader-string-as-multibyte): Remove.
7007         * mm-view.el: Use inhibit-read-only.
7008         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7009         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7010         or unibyte-string.
7012         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7013         (mm-uu-yenc-extract): Use with-current-buffer.
7015         * gnus-soup.el (gnus-soup-send-packet): Don't use
7016         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7018         * nnmh.el: Use with-current-buffer.
7019         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7020         mm-string-as-multibyte on the output of mm-encode-coding-string.
7022         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7023         (nnimap-request-move-article): Use with-current-buffer.
7025         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7026         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7027         conversion uses string-make-unibyte rather than string-as-unibyte.
7029         * gnus-msg.el: Use with-current-buffer.
7031         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7033 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7035         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7036         string for caching if it is 'PIN.
7038 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7040         * mail-source.el (mail-source-delete-old-incoming-confirm):
7041         Change default to nil.
7042         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7044 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7046         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7047         (gnus-article-goto-prev-page): Work for articles having ^L's.
7049         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7051         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7053 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7055         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7056         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7057         (gnus-bookmark-jump): Adjust some variable names.
7059 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7061         * auth-source.el: New package.
7062         (auth-source-choices): Add customization entry point variable.
7064         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7065         bug.
7067 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7069         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7070         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7071         (gnus-registry-install-shortcuts): Rename from
7072         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7073         the `gnus-registry-mark-map' keymap dynamically from
7074         `gnus-registry-marks'.  The generated functions update the summary line
7075         when a registry mark is added or deleted, and will call
7076         `gnus-registry-install-p' (see the comments in the code).
7077         (gnus-registry-user-format-function-M): Use concat intelligently.
7079         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7080         the registry mark functions.
7082 2008-03-05  Glenn Morris  <rgm@gnu.org>
7084         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7085         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7086         gnus-art.
7087         (top-level): No need to load own source when compiling.
7089 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7091         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7092         Suggested by <chris.anderton@zetnet.co.uk>.
7094 2008-03-04  Glenn Morris  <rgm@gnu.org>
7096         * gnus-sum.el (top-level): No need to require gnus when compiling,
7097         since unconditionally required near start of file.
7098         (gnus-summary-display-while-building): Move definition before use.
7100 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7102         * gnus-registry.el (gnus-registry-user-format-function-M):
7103         Add formatting function.
7105 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7107         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7108         with plists.
7109         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7110         Use new format.
7112 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7114         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7115         `where-is-internal' that returns a range of key sequences.
7117 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7119         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7121         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7122         (gnus-summary-jump-to-group): Consider windows on other displayed
7123         frames as well.  Similar changes might be needed elsewhere, but that's
7124         the one I've bumped into during my use.
7126         * nndoc.el (nndoc-oe-dbx-type-p):
7127         * gnus-msg.el (gnus-debug):
7128         * gnus-group.el (gnus-update-group-mark-positions):
7129         Use mm-string-to-multibyte.
7131 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7133         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7134         doesn't handle NotDashEscaped.
7136         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7137         (mml-dnd-attach-options): Fix typo in custom choice.
7139         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7140         Change nndoc-article-type to mbox.
7141         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7143         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7144         to nil, instead of html2text.
7146         * imap.el (imap-debug): Add `imap-ping-server'.
7148         * gnus-bookmark.el: Add FIXMEs.
7150         * message.el (message-form-letter-separator)
7151         (message-send-form-letter-delay): New variables.
7152         (message-send-form-letter): Use them.  New command to send form
7153         letters.  Requested by Uwe Siart.
7154         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7156 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7158         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7159         empty author.
7161 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7163         * gnus-registry.el (gnus-registry-marks): Add variable for
7164         customization of marks and their appearance.
7165         (gnus-registry-read-mark): Use it.
7166         (gnus-registry-do-marks): Add utility function to loop through
7167         `gnus-registry-marks'.
7168         (gnus-registry-install-shortcuts-and-menus): Add function to install
7169         shortcuts and menus.
7170         (gnus-registry-initialize): Use it.
7171         (gnus-registry-default-mark): Clarify documentation.
7173 2008-02-29  Glenn Morris  <rgm@gnu.org>
7175         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7176         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7177         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7178         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7179         Change defcustom :version from 23.0 to 23.1.
7181 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7183         * gnus-registry.el (gnus-registry-follow-group-p)
7184         (gnus-registry-post-process-groups): Add functions to aid registry
7185         splitting and improve logging.  Clarify behavior in function
7186         documentation.
7187         (gnus-registry-split-fancy-with-parent): Use them.
7189 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7191         * gnus-art.el: Use with-current-buffer.
7193 2008-02-27  David Engster  <dengste@eml.cc>
7195         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7196         Express real group name in the response.
7198 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7200         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7201         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7202         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7203         autoload gnus-registry-fetch-group when compiling.
7204         (nnmairix-request-group-with-article-number-correction):
7205         Remove unreferenced argument passed to nnmairix-call-backend.
7207 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7209         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7210         (mm-uu-extract): Improve face for low color ttys.
7211         Reported by Sascha Wilde.
7213 2008-02-27  Glenn Morris  <rgm@gnu.org>
7215         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7216         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7217         variables to defconsts.  Convert comments to doc-strings.
7218         (nnmairix-last-server, nnmairix-current-server): Convert from free
7219         variables to defvars.  Convert comments to doc-strings.
7220         (gnus-registry-fetch-group): Autoload.
7221         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7222         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7223         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7224         caddr.
7225         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7226         nnmairix-request-group-with-article-number-correction call.
7227         (nnmairix-fast, nnmairix-group): New, less general names, for free
7228         variables passed from nnmairix-request-group to
7229         nnmairix-request-group-with-article-number-correction.  Declare.
7230         (nnmairix-request-group-with-article-number-correction):
7231         Use nnmairix-fast, nnmairix-group rather than fast, group.
7233 2008-02-26  David Engster  <dengste@eml.cc>
7235         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7236         version 0.5.
7238 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7240         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7241         instead of making an extra function call.  Don't add the current group
7242         to articles only when they have the group.  Use
7243         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7244         Reported by David <de_bb@arcor.de>.
7246 2008-02-24  Miles Bader  <miles@gnu.org>
7248         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7249         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7250         (mm-find-mime-charset-region):
7251         * mm-bodies.el (mm-encode-body):
7252         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7254 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7256         * mail-source.el (mail-source-delete-incoming): Change default.
7257         Supplement doc string.
7259         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7261 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7263         * nnmail.el (nnmail-message-id-cache-file): Derive from
7264         `gnus-home-directory'.
7266 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7268         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7269         Document negative prefix.
7271         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7273 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7275         * message.el (message-unsent-separator): Add the Exim bounce
7276         separator.
7278 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7280         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7281         list.
7282         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7283         recipient/signer list.
7285 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7287         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7288         fbound (Emacs 23 unicode), signal an error.
7290 2008-02-08  Glenn Morris  <rgm@gnu.org>
7292         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7294 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7296         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7297         ports to the calls to `netrc-machine-user-or-password' in addition to
7298         "imap" and "imaps".
7300 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7302         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7303         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7304         <hanche@math.ntnu.no>.
7306 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7308         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7310 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7312         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7314         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7316 2008-02-01  Miles Bader  <miles@gnu.org>
7318         * mml.el (mml-parse-1): Remove apparently vestigial use of
7319         `mm-hack-charsets'.
7320         * mm-bodies.el (mm-encode-body): Likewise.
7322 2008-02-01  Kenichi Handa  <handa@m17n.org>
7324         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7325         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7326         (rfc2104-hash): Convert the result of concat to unibyte string.
7328 2008-02-01  Dave Love  <fx@gnu.org>
7330         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7331         coding-system-for-read.
7332         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7334         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7335         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
7336         (mm-find-mime-charset-region): Remove hack-charsets stuff.
7338 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7340         * mail-source.el (mail-sources): Add `group' choice.
7342         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7343         parameter `in-group' to control into which group the articles go.
7344         Add treatment of `group' mail-source.
7346 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
7348         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7349         * message.el (message-beginning-of-line): Use featurep instead of bound
7350         tests in order to resolve conditionals at compile time.
7352 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7354         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7356         * mm-decode.el (mm-dissect-buffer): Decode description.
7358         * mml.el (mml-to-mime): Encode message header first.
7360 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7362         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7363         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7365 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7367         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7369 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7371         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7372         prefix keys.
7373         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7374         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7375         gnus-xmas.el.
7377 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7379         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7380         Add new variables for article mark management.
7381         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7382         list of extra data entries which, when present, will indicate that the
7383         article ID should not be trimmed from the registry.
7384         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7385         functions.
7386         (gnus-registry-read-mark): New function to read a mark name from the
7387         user.
7388         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7389         (gnus-registry-set-article-mark-internal): New functions to add and
7390         remove marks.
7391         (gnus-registry-get-article-marks): New function to show the marks for
7392         an article, or retrieve them for further use.
7394 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7396         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7397         keys when no argument is given.
7399 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7401         * gnus-sum.el (gnus-article-sort-by-random)
7402         (gnus-thread-sort-by-random): Fix doc strings.
7403         Reported by jidanni@jidanni.org.
7405 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7407         * gnus-art.el (gnus-article-describe-bindings): New function.
7408         (gnus-article-read-summary-keys): Use it.
7409         (gnus-article-mode-map): Bind `C-h b' to it.
7411 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7413         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7414         XEmacs.
7415         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7416         Protect against non-character events.
7418 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7420         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7421         New command.
7422         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7423         instead of END.  Change name of the temp file.
7424         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7425         customizable.
7427 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7429         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7430         bind `S W' to gnus-article-wide-reply-with-original; set default
7431         binding to gnus-article-read-summary-send-keys.
7432         (gnus-article-read-summary-keys): Fix the order of keys; display
7433         continuation keys correctly in the echo area; describe bindings
7434         correctly when keys end with `C-h'.
7435         (gnus-article-read-summary-send-keys): New function.
7436         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7437         Work for gnus-article-read-summary-send-keys; display continuation keys
7438         correctly in the echo area.
7439         (gnus-article-reply-with-original): Ignore prefix argument.
7440         (gnus-article-wide-reply-with-original): New function.
7442 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7444         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7445         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7447 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7449         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7450         (gnus-group-read-ephemeral-gmane-group): New command.
7452 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7454         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7456 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7458         * message.el (message-send-mail-function): Increase custom version.
7460         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7461         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7463 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7465         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7466         html parts correctly; support forwarded messages.
7467         (gnus-article-browse-html-article): Remove work buffers.
7469         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7470         compiling.
7471         (netrc-bound-and-true-p): New macro.
7472         (netrc-parse): Use it instead of bound-and-true-p that is not available
7473         in XEmacs 21.4.
7475 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7477         * gnus-registry.el (gnus-registry-mark-article)
7478         (gnus-registry-article-marks): Add functionality to mark articles
7479         through the Gnus registry.
7481         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7482         (netrc-parse): Use encrypt-file-alist to determine if
7483         encrypt-find-model or encrypt-insert-file-contents should be used.
7485 2007-12-19  Glenn Morris  <rgm@gnu.org>
7487         * mml.el (message-options-set, message-narrow-to-head)
7488         (message-in-body-p, message-mail-p, message-encode-message-body):
7489         Autoload.
7490         (message-remove-header, message-narrow-to-headers-or-head)
7491         (message-subscribed-p, message-make-mail-followup-to)
7492         (message-position-on-field, message-news-p)
7493         (message-options-set-recipient, message-generate-headers)
7494         (message-sort-headers): Declare as functions.
7496 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7498         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7499         convention in doc string.
7501 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7503         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7504         title to html parts.
7505         (gnus-article-browse-html-article): Pass message header to it.
7507         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7509 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7511         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7512         or password compatible with XEmacs.
7514 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7516         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7517         format document.
7518         (gnus-mime-delete-part): Don't write description line if empty.
7519         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7521 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7523         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7524         (gnus-summary-mark-read-and-unread-as-read)
7525         (gnus-summary-mark-current-read-and-unread-as-read)
7526         (gnus-summary-mark-unread-as-ticked): Doc fix.
7527         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7529 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7531         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7532         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7534 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7536         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7537         yes-or-no-p.
7539 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7541         * mm-decode.el (mm-add-meta-html-tag): New function.
7542         (mm-save-part-to-file, mm-pipe-part): Use it.
7544         * gnus-art.el (gnus-article-browse-delete-temp-files):
7545         Use gnus-y-or-n-p instead of y-or-n-p.
7546         (gnus-article-browse-html-parts): Work with message/external-body; use
7547         mm-add-meta-html-tag.
7549 2007-12-11  Glenn Morris  <rgm@gnu.org>
7551         * gnus-cache.el: Require gnus-sum not just when compiling.
7553         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7555         * gnus-int.el (gnus-server-opened, gnus-status-message):
7556         Move definitions before use.
7558         * mm-decode.el: Require gnus-util.
7559         (mm-remove-part): Only call delete-annotation on XEmacs.
7561         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7563         * nnmail.el: Require gnus-int.
7565         * spam.el: Move `require's before `eval-when-compile's.
7567         * gnus-ems.el (gnus-alive-p):
7568         * gnus-fun.el (message-goto-eoh):
7569         * gnus-util.el (gnus-group-name-decode):
7570         * mail-source.el (gnus-compress-sequence):
7571         * message.el (Info-goto-node, format-spec):
7572         * mm-bodies.el (message-options-get):
7573         * mm-decode.el (mm-view-pkcs7):
7574         * mm-util.el (gmm-write-region):
7575         * mml-smime.el (mml-compute-boundary)
7576         (gnus-completing-read-with-default):
7577         * mml.el (widget-button-press, gnus-make-hashtable):
7578         * mml1991.el (mm-decode-content-transfer-encoding)
7579         (mm-encode-content-transfer-encoding)
7580         (message-options-get, message-options-set):
7581         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7582         * nnfolder.el (gnus-request-group):
7583         * nnheader.el (ietf-drums-unfold-fws):
7584         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7585         * smime.el (gnus-run-mode-hooks):
7586         * spam-stat.el (gnus-message): Autoload.
7588         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7589         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7590         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7591         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7592         Add declare-function compatibility definition.
7594         * gnus-cache.el (nnvirtual-find-group-art):
7595         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7596         (gnus-add-image, gnus-add-wash-type):
7597         * gnus-group.el (nnkiboze-score-file):
7598         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7599         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7600         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7601         (message-tokenize-header, gnus-get-buffer-create)
7602         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7603         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7604         * gnus.el (gnus-group-decoded-name):
7605         * mail-source.el (imap-capability):
7606         * mm-bodies.el (message-options-set):
7607         * mm-decode.el (gnus-configure-windows):
7608         * mm-extern.el (message-goto-body):
7609         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7610         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7611         (epg-sub-key-validity, message-options-set):
7612         * mml.el (widget-event-point, gnus-configure-windows):
7613         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7614         * mml2015.el (epg-check-configuration, epg-configuration)
7615         (message-options-set):
7616         * nndb.el (nndb-request-article):
7617         * nnfolder.el (gnus-request-create-group):
7618         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7619         * nnmaildir.el (gnus-group-mark-article-read):
7620         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7621         * rfc1843.el (message-fetch-field):
7622         * spam.el (gnus-extract-address-components):
7623         Declare as functions.
7625 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7627         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7629 2007-12-09  Glenn Morris  <rgm@gnu.org>
7631         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7633         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7634         * message.el, mm-view.el, sieve-manage.el, smime.el:
7635         Add declare-function compatibility definition.
7637         * gnus-art.el (w3-region, w3m-region, Info-menu):
7638         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7639         * gnus-sum.el (gnus-get-predicate):
7640         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7641         * message.el (mail-abbrev-in-expansion-header-p):
7642         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7643         (w3m-detect-meta-charset, w3m-region):
7644         * sieve-manage.el (password-read, password-cache-add)
7645         (password-cache-remove):
7646         * smime.el (password-read-and-add): Declare as functions.
7648 2007-12-08  David Kastrup  <dak@gnu.org>
7650         * gnus-sum.el (gnus-summary-simplify-subject-query):
7651         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7652         `message'.
7654 2007-12-07  Glenn Morris  <rgm@gnu.org>
7656         * gnus-art.el (article-make-date-line): Revert previous change.
7658 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7660         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7662 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7664         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7665         Call gnus-add-to-range ranges only once with a prepared article-list.
7667 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7669         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7670         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7671         group names with backslashes.
7672         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7674 2007-12-06  Deepak Goel  <deego3@gmail.com>
7676         * gnus-art.el (article-make-date-line):
7677         * gnus-start.el (gnus-load):
7678         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7680 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7682         * gnus-art.el (gnus-use-idna)
7683         * gnus-start.el (gnus-site-init-file)
7684         * message.el (message-use-idna)
7685         * mm-uu.el (mm-uu-hide-markers)
7686         * smiley.el (smiley-style): Revert changes that suppress warnings.
7688 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7690         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7691         specify charset to html source.
7692         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7694 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7696         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7697         idna-program in order to suppress byte compile warning issued by XEmacs
7698         that came to byte compile the default value section of defcustom forms
7699         recently.
7701         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7702         value of installation-directory.
7704         * message.el (message-use-idna): Don't directly refer to the value of
7705         idna-program.
7707         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7709         * smiley.el (smiley-style): Don't directly call face-attribute.
7711 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7713         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7715         * gnus-dired.el: Reduce Gnus dependencies.
7716         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7717         Don't require.  Use autoloads instead.
7718         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7719         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7720         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7721         (gnus-dired-mode): Adjust doc string.
7722         (gnus-dired-mail-mode): New variable.
7723         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7724         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7725         (gnus-dired-mail-buffers): New function.  Return mail or message
7726         composition buffers.
7727         (gnus-dired-attach): Use it.
7728         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7729         NO-DECODE.
7730         (gnus-dired-print): Use `gnus-print-buffer' depending on
7731         `gnus-dired-mail-mode'.
7733 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7735         * rfc2047.el (rfc2047-encoded-word-regexp)
7736         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7737         explaining what regexp patterns are for.
7739 2007-12-04  Glenn Morris  <rgm@gnu.org>
7741         * password.el: Move to ../password-cache.el.
7743         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7744         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7745         * mml-smime.el (password-read, password-cache-add)
7746         (password-cache-remove):
7747         No need to autoload, since mml-sec requires password.
7749         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7750         * message.el (gnus-extract-address-components):
7751         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7753         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7754         password.
7756 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7758         * mailcap.el: Reduce dependencies.
7759         (mail-header-parse-content-type): Autoload.
7760         (mailcap-delete-duplicates): New alias.
7761         (mailcap-mime-info): Add optional argument NO-DECODE.
7762         (mailcap-mime-types): Use mailcap-delete-duplicates.
7764         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7766 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7768         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7769         function.
7771         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7772         (gnus-uu-yenc-article): New function.
7774         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7776         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7778 2007-12-02  Glenn Morris  <rgm@gnu.org>
7780         * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
7781         Move to ../net.
7783         * binhex.el, uudecode.el: Move to ../mail.
7785         * encrypt.el: Remove file.
7787 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7789         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7790         matches on patches.
7792         * gnus-art.el (gnus-article-browse-html-article):
7793         Mention `mm-text-html-renderer' in the doc string.
7795         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7796         string.  Add comments.
7798         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7799         if rhs is ASCII.
7801 2007-12-01  Glenn Morris  <rgm@gnu.org>
7803         * dig.el, dns.el: Move to ../net.
7804         * format-spec.el, hex-util.el, sha1.el: Move to ../.
7806         * mail-source.el (top-level): Require format-spec before
7807         eval-when-compile.
7809 2007-11-30  Glenn Morris  <rgm@gnu.org>
7811         * encrypt.el: Require password, rather than autoloading password-read.
7813 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7815         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7816         caller can indicate whether the cache should be disregarded for this
7817         call.  This way the result of the call is reproducible at all times and
7818         can be considered a canonical server name for the supplied method.
7819         (gnus-agent-method-p): Canonicalize server names by pushing their
7820         method through `gnus-method-to-server' using the no-cache argument.
7822         * gnus-srvr.el (gnus-server-insert-server-line):
7823         Call `gnus-method-to-server' with `no-cache' argument.
7825         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7826         gnus-agent-possibly-synchronize-flags as this should be called when the
7827         server is actually being opened.
7828         (gnus-agent-possibly-synchronize-flags)
7829         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7830         flags file of an agentized server to the latter function.
7832         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7833         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7834         after a connection has been established successfully.
7836 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7838         * gnus-art.el (article-display-face): Force to display face if called
7839         interactively; check if gnus-article-x-face-too-ugly matches author.
7840         (article-display-x-face): Display face even if From header is missing
7841         as article-display-face does.
7843 2007-11-28  Richard Stallman  <rms@gnu.org>
7845         * md4.el: Move to ../.
7846         * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
7848 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7850         * mail-source.el (mail-sources): Default to fetch from file for
7851         compatibility with default of nnmail-spool-file.
7853 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7855         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7856         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7857         to look for encoded word that should be encoded again.
7858         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7859         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7860         encoding pattern.
7861         (rfc2047-decode-region): Switch strict regexp and loose one according
7862         to rfc2047-allow-irregular-q-encoded-words.
7864 2007-11-26  Simon Josefsson  <simon@josefsson.org>
7866         * imap.el: Move to ../net directory.
7868 2007-11-25  Romain Francoise  <romain@orebokech.com>
7870         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7872 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7874         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7875         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7877         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7878         `nnmail-spool-file'.
7880         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7881         `nnmail-spool-file'.
7883         * gnus-move.el (gnus-change-server): Ditto.
7885         * gnus-kill.el (gnus-batch-score): Ditto.
7887         * gnus-cache.el (gnus-jog-cache): Ditto.
7889         * gnus-msg.el (gnus-summary-reply):
7890         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7892 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7894         * gnus-cache.el (gnus-cache-generate-nov-databases):
7895         Use nnml-generate-nov-databases-directory instead of
7896         nnml-generate-nov-databases-1.
7898 2007-11-24  Glenn Morris  <rgm@gnu.org>
7900         * message.el (message-tool-bar-retro): Update for rename
7901         mail_send.xpm->mail-send.xpm.
7903 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7905         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7906         `smime-ldap-search' for Emacs 22 and up.
7908 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7910         * hashcash.el: Move to ../mail directory.
7912         * smime-ldap.el: Remove.  Not used in Emacs 22 and up.
7914         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7915         `smime-ldap-search' for Emacs 22 and up.
7917 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7919         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7921         * message.el (message-send-mail-function): Fix error convention.
7922         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7923         (message-widen-reply, message-send-mail, message-talkative-question)
7924         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7925         (message-clone-locals, message-send-news): Use with-current-buffer.
7926         (message-insert-or-toggle-importance): Remove unused var `valid'.
7927         (message-make-references): Remove unused var `new-references'.
7928         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7930 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7932         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7933         (spam-split-symbolic-return-positive): Reflow docstring.
7934         (spam-backends, spam-summary-exit-behavior)
7935         (spam-mark-ham-unread-before-move-from-spam-group)
7936         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7937         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7938         (spam-clear-cache, spam-backend-check, spam-install-backend)
7939         (spam-install-statistical-backend, spam-list-of-processors)
7940         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7941         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7942         (spam-check-crm114, spam-initialize, spam-unload-hook):
7943         Fix typos in docstrings.
7945 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7947         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7948         been checked if they have never been read and those group levels are
7949         higher than the one that a user specified.
7951 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7953         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7954         foreign groups unless a group level is specified by a user.
7955         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7957 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7959         * message.el (message-send-mail-function): Require sendmail.
7961 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7963         * message.el (message-send-mail-function): Check for smtpmail too.
7965         * utf7.el (utf7-encode, utf7-decode): Use coding system
7966         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7968         * message.el (message-send-mail-function): New function.
7969         (message-send-mail-function): Set default using
7970         message-send-mail-function.  Adjust doc string.
7971         (message-send-mail-with-mailclient): New function.
7973 2007-11-17  Richard Stallman  <rms@gnu.org>
7975         * assistant.el: Remove file.
7977 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7979         * smime.el (from):
7980         * rfc2047.el (message-posting-charset):
7981         * qp.el (mm-use-ultra-safe-encoding):
7982         * pop3.el (parse-time-months):
7983         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7984         * nnml.el (files):
7985         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7986         (jka-compr-compression-info-list, ange-ftp-path-format)
7987         (efs-path-regexp):
7988         * nndiary.el (files):
7989         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7990         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7991         (epg-digest-algorithm-alist, inhibit-redisplay)
7992         (password-cache-expiry):
7993         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7994         (pgg-output-buffer, password-cache-expiry):
7995         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7996         (efs-path-regexp):
7997         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7998         (inhibit-redisplay):
7999         * mm-uu.el (file-name, start-point, end-point, entry)
8000         (gnus-newsgroup-name, gnus-newsgroup-charset):
8001         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8002         (latin-unity-ucs-list):
8003         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8004         (mm-uu-binhex-decode-function):
8005         * message.el (gnus-message-group-art, gnus-list-identifiers)
8006         (rmail-enable-mime-composing, gnus-local-organization)
8007         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8008         (gnus-read-active-file, facemenu-add-face-function)
8009         (facemenu-remove-face-function, gnus-article-decoded-p)
8010         (tool-bar-mode):
8011         * mail-source.el (display-time-mail-function):
8012         * gnus-util.el (nnmail-pathname-coding-system)
8013         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8014         (gnus-original-article-buffer, gnus-user-agent)
8015         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8016         (xemacs-codename, sxemacs-codename, emacs-program-version):
8017         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8018         * gnus-start.el (gnus-agent-covered-methods)
8019         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8020         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8021         (gnus-newsgroup-headers, gnus-group-list-mode)
8022         (gnus-group-mark-positions, gnus-newsgroup-data)
8023         (gnus-newsgroup-unreads, nnoo-state-alist)
8024         (gnus-current-select-method, mail-sources)
8025         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8026         (nnmail-spool-file, gnus-cache-active-hashtb):
8027         * gnus-mh.el (mh-lib-progs):
8028         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8029         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8030         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8031         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8032         (gnus-group-buffer):
8033         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8034         (font-lock-set-defaults):
8035         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8036         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8037         (gnus-summary-post-menu, total-parts, type, condition, length):
8038         * gnus-agent.el (gnus-agent-read-agentview):
8039         * flow-fill.el (show-trailing-whitespace):
8040         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8041         eval-and-compile wrappers for byte compiler pacifiers.
8043         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8044         (mm-display-inline-fontify): Check for featurep 'xemacs not
8045         extent-list.
8047         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8048         itimer-list.
8049         (mm-create-image-xemacs): Only do something for XEmacs.
8050         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8052         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8054         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8055         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8057 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8059         * nnimap.el (nnimap-split-download-body):
8060         * gnus-demon.el (gnus-demon):
8061         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8063 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8065         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8066         New macros.
8067         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8068         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8069         copy data from unibyte buffer to multibyte current buffer.
8070         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8071         to copy data from unibyte current buffer to multibyte buffer.
8072         (nntp-make-process-buffer): Make process buffer unibyte.
8074         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8076 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8078         * pop3.el (pop3-open-server): Accept and process data more robustly at
8079         connexion start to avoid spurious "POP SSL connexion failed" errors.
8081 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8083         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8084         read group names.
8086 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8088         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8090 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8092         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8093         (nnmail-save-active): Use a unibyte buffer when saving active file,
8094         which may contain non-ASCII group names.
8096         * nnml.el (nnml-request-group): Decode group names in messages.
8098 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8100         * message.el (message-citation-line-function)
8101         (message-insert-formatted-citation-line): Fix spelling of
8102         `message-insert-formated-citation-line'.
8104 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8106         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8108 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8110         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8111         nnmail-pathname-coding-system.
8113         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8114         that a user enters; decode group names in messages.
8116         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8118 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8120         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8122         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8124         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8125         risky local variable.
8127         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8129 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8131         * encrypt.el: Improve documentation to fix function name typo.
8132         Reported by Daiki Ueno <ueno@unixuser.org>.
8134 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8136         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8137         even if the point is not in the last page of an article.
8138         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8139         back to the previous page.
8141 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8143         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8145 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8147         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8149 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8151         * message.el (message-check-news-body-syntax):
8152         Avoid mm-string-as-multibyte.
8153         (message-hide-headers): Don't assume (point-min)==1.
8155 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8157         * message.el (message-remove-blank-cited-lines): Fix if remove is
8158         given.
8159         (message-bogus-address-regexp): New variable.
8160         (message-bogus-recipient-p): New function.
8161         (message-check-recipients): New command.
8162         (message-syntax-checks): Add `bogus-recipient'.
8163         (message-fix-before-sending): Add `bogus-recipient'.
8165         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8166         (gnus-treat-body-boundary): Don't test window-system.
8168 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8170         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8172 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8174         * gnus.el: Bump version to Gnus v5.13.
8176 2007-10-28  Miles Bader  <miles@gnu.org>
8178         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8179         at compile-time too.
8181 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8183         * gnus-msg.el (gnus-message-setup-hook):
8184         Add `message-remove-blank-cited-lines' to options.
8186 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8188         * message.el (message-remove-blank-cited-lines): New function.
8189         Suggested by Karl Plästerer.
8191 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8193         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8194         mapc.
8196         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8197         (top-level): Use mapc to set functions to be traced for debugging.
8199         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8200         called for effect with while loop.
8202         * message.el (message-talkative-question): Replace mapcar called for
8203         effect with mapc.
8205         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8206         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8207         called for effect with dolist.
8209         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8211         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8212         gnus-extra-headers and nnmail-extra-headers.
8214         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8215         called for effect with dolist.
8216         (top-level): Use mapc to set functions to be traced for debugging.
8218         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8219         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8220         dolist.
8222         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8223         Replace mapcar called for effect with mapc.
8224         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8225         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8226         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8227         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8229         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8230         remove-if that's a cl function.
8232         * webmail.el (webmail-debug): Replace mapcar called for effect with
8233         dolist.
8235 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8237         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8238         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8239         with while loop.
8241         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8242         functions from article-* functions.
8243         (gnus-multi-decode-header): Replace mapcar called for effect with
8244         dolist.
8246         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8247         (gnus-bookmark-show-details): Replace mapcar called for effect with
8248         while loop.
8250         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8251         called for effect with while loop.
8253         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8254         with dolist.
8256         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8257         Replace mapcar called for effect with dolist.
8259         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8261         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8262         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8263         Replace mapcar called for effect with dolist.
8264         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8265         mapc.
8267         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8268         Replace mapcar called for effect with dolist.
8269         (gnus-topic-list): Replace mapcar called for effect with mapc.
8271         * gnus.el: Use mapc instead of mapcar to add autoloads.
8273 2007-10-23  Richard Stallman  <rms@gnu.org>
8275         * gnus-group.el (gnus-group-highlight): Mark as risky.
8277 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8279         * gnus.el (gnus-server-to-method): Return method found first in
8280         gnus-newsrc-alist.
8282         * gnus-art.el (gnus-article-highlight-signature)
8283         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8284         button overlay without the front stickiness.
8286 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8288         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8289         overview buffer needed a catch to receive its throw.
8290         (gnus-agent-flush-cache): Declare as interactive to make this function
8291         easier to use.
8293 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8295         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8296         `next-line'.
8298 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8300         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8301         exclude address matching message-dont-reply-to-names.
8303 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8305         * gnus-util.el (gnus-string<): New function.
8307         * gnus-sum.el (gnus-article-sort-by-author)
8308         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8310 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8312         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8313         the frame-focus tag is set in gnus-buffer-configuration.
8315 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8317         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8318         the front stickiness.
8320 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8322         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8323         url pattern; remove duplicate one.
8324         (gnus-article-extend-url-button): New function.
8325         (gnus-article-add-buttons): Use it.
8326         (gnus-button-push): Use concatenated url that it makes.
8328 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8330         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8331         (sieve-manage-open): Use `mapc' instead of `mapcar'.
8333 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8335         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8336         Don't hardcode point-min==1.
8338 2007-09-30  David Kastrup  <dak@gnu.org>
8340         * gnus-art.el (gnus-article-reply-with-original)
8341         (gnus-article-followup-with-original): When `transient-mark-mode' is
8342         off, refrain from active-region behavior for followups.
8344 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8346         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8347         Fix comment about "iso8859-1".
8349 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8351         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8352         ones returned from the verify-function.
8354         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8355         Call mml2015-extract-cleartext-signature if extraction failed.
8357 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8359         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8360         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8361         failed.
8363 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8365         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8367 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8369         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8370         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8371         thread for both the null and zero (kill/expire thread) universal prefix
8372         cases.
8373         (gnus-summary-expire-thread): Add new function to expire a thread,
8374         using gnus-summary-kill-thread.
8375         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8376         shortcuts for gnus-summary-expire-thread.
8377         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8378         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8380 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8382         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8383         extras value, so an extras entry can be deleted.
8384         (gnus-registry-delete-extra-entry): Use it.
8385         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8386         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8387         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8388         storage through the gnus-registry, and provide an appropriate API for
8389         it.
8391 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8393         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8394         Suggested by Leo <sdl.web@gmail.com>.
8396         * gnus.el: Do.
8398 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8400         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8401         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8403         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8405         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8406         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8408 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8410         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8411         newline.
8412         (nnmbox-request-accept-article): Don't change article in source buffer;
8413         narrow to header to use message-fetch-field rather than
8414         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8415         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8416         as delimiters; make sure article ends with newline.
8417         (nnmbox-delete-mail): Correct last position of article to be deleted;
8418         ignore X-Gnus-Newsgroup header in article body.
8419         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8420         positions; make sure article ends with newline.
8422         * message.el (message-display-abbrev): Don't infloop when a user
8423         inserts SPC in the beginning of header.
8425 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8427         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8428         list of groups not followed by default.  Fix type to be regexp.
8429         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8431 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8433         * hmac-def.el (define-hmac-function): Switch from old-style to
8434         new-style backquotes.
8436         * md4.el (md4-make-step): Likewise.
8438 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8440         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8441         raw-text coding system when saving .newsrc file, which may contain
8442         non-ASCII group names.
8444 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8446         * gnus-cus.el (gnus-score-extra): New widget.
8447         (gnus-score-extra-convert): New function.
8448         (gnus-score-customize): Use it for Extra.
8450 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8452         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8453         (mml2015-mailcrypt-clear-verify): Use it.
8454         (mml2015-gpg-clear-verify): Use it.
8455         (mml2015-pgg-clear-verify): Use it.
8456         (mml2015-epg-clear-verify): Replace the current part with the output
8457         from GnuPG; don't extract the plaintext by itself.
8459         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8460         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8461         mml2015-clear-verify-function; don't touch the armor headers or
8462         dash-escaped text here.
8464 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8466         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8467         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8468         parts, or application/octet-stream as a last resort.
8469         (gnus-mime-view-part-as-type): Don't toggle display.
8470         (gnus-mime-view-part-as-charset): Don't turn off display before
8471         querying charset.
8473         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8474         stuff to undisplayer function in Emacs.
8475         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8477         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8478         text/calendar parts.
8480 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8482         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8483         decoding text/calendar parts.
8485         * message.el (message-forward-make-body-mime): Always mark body as
8486         having no illegible text; remove signed-or-encrypted argument.
8487         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8489         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8490         (mml-generate-mime-1): Don't encode body if it is specified to be in
8491         raw form; don't make buffer be unibyte when inserting multibyte string.
8493 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8495         * sha1.el: Fix up comment style.
8496         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8497         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8499         * hex-util.el: Fix up comment style.
8500         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8502         * gnus-salt.el: Use with-current-buffer.
8503         (gnus-pick-setup-message): Fix long-standing typo.
8505 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8507         * imap.el (imap-logout-timeout): New variable.
8508         (imap-logout, imap-logout-wait): New functions.
8509         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8511         * nnimap.el (nnimap-logout-timeout): New server variable.
8512         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8513         nnimap-logout-timeout.
8515         * gnus-art.el (gnus-article-summary-command-nosave)
8516         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8518 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8520         * gnus.el (gnus-maximum-newsgroup): New variable.
8522         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8523         according to gnus-maximum-newsgroup.
8525         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8526         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8527         Limit the range of articles according to gnus-maximum-newsgroup.
8529 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8531         * gnus-art.el (gnus-sticky-article): Fix problems described in
8532         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8533         Don't perform gnus-configure-windows here; reuse existing sticky
8534         article buffer.
8536         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8537         it doesn't exist in gnus-article-mode.
8539 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8541         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8542         (gnus-agent-decoded-group-name): New function.
8543         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8544         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8546 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8548         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8549         Add binding for gnus-sticky-article.
8550         (gnus-summary-exit): Don't kill sticky article buffers.
8552         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8553         article buffer.
8554         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8555         (gnus-kill-sticky-article-buffers): New commands.
8557 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8559         * nntp.el (nntp-xref-number-is-evil): New server variable.
8560         (nntp-find-group-and-number): If it is non-nil, don't trust article
8561         numbers in the Xref header.
8563 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8565         * gnus-agent.el (gnus-agent-read-group): New function.
8566         (gnus-agent-flush-group, gnus-agent-expire-group)
8567         (gnus-agent-regenerate-group): Use it.
8568         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8569         nnmail-pathname-coding-system.
8571 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8573         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8575         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8576         that are unread as unread, and also as selected so that information of
8577         marks having been changed by a user may be updated when exiting group.
8579 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8581         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8583 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8585         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8586         calculated ignoring signature parts to gnus-treat-article.
8588 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8590         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8591         a point here in order to keep the window start.
8592         (gnus-insert-mime-security-button): Make a button overlay without the
8593         front stickiness.
8594         (gnus-mime-display-security): Goto the end of a button.
8596         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8598 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8600         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8601         group-name-at-point.
8602         (gnus-group-completing-read): New function that offers decoded
8603         non-ASCII group names for completion.
8604         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8605         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8606         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8607         (gnus-group-fetch-control): Use it.
8608         (gnus-fetch-group): Use group-name-at-point for the initial value
8609         rather than the default value; use gnus-alive-p.
8611         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8612         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8613         (gnus-summary-post-news): Use gnus-group-completing-read.
8615         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8616         (gnus-read-move-group-name): Decode group name for completion.
8618 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8620         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8621         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8622         Yamaoka slightly modified the code).
8624 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8626         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8627         (nnmail-split-incoming): Bind it.
8629         * nnml.el (nnml-group-name-charset): New function.
8630         (nnml-decoded-group-name): Use it; don't decode group name if
8631         nnmail-group-names-not-encoded-p is non-nil.
8632         (nnml-encoded-group-name): New function.
8633         (nnml-group-pathname): Inline nnml-decoded-group-name.
8634         (nnml-request-expire-articles): Decode group name in message.
8635         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8636         nnmail-pathname-coding-system.
8637         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8638         not decoded ones according to nnmail-group-names-not-encoded-p.
8639         (nnml-generate-active-info): Use nnml-encoded-group-name.
8641 2007-08-08  Glenn Morris  <rgm@gnu.org>
8643         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8644         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8645         doc-strings and comments.
8647 2007-07-25  Glenn Morris  <rgm@gnu.org>
8649         * Relicense all FSF files to GPLv3 or later.
8651 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8653         * gnus-sum.el (gnus-summary-move-article):
8654         Make gnus-summary-respool-article work.
8656 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8658         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8659         string.
8661 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8663         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8664         that should be ignored when comparing distant RSS articles with local
8665         ones.
8666         (nnrss-make-hash-index): New function.  Create a hash index according
8667         to the ignored fields.
8668         (nnrss-check-group): Use it.
8670 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8672         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8674         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8676         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8677         the new optional argument ENCODED is non-nil.
8678         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8679         coding system for encoding group name.
8680         (gnus-group-make-rss-group): Pass un-encoded group name to
8681         gnus-group-make-group.
8682         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8683         encoded.
8685         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8686         Encode group name to which articles are moved or copied.
8687         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8688         coding system for encoding Newsgroup, Followup-To and Xref headers.
8690         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8691         marks; use nnheader-file-coding-system to write a file.
8692         (nnagent-retrieve-headers): Bind file-name-coding-system to
8693         nnmail-pathname-coding-system.
8695         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8697         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8698         (nnml-request-article, nnml-request-create-group)
8699         (nnml-request-rename-group, nnml-find-id)
8700         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8701         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8702         (nnml-save-marks): Use nnml-group-pathname instead of
8703         nnmail-group-pathname.
8705         (nnml-request-create-group, nnml-request-expire-articles)
8706         (nnml-request-move-article, nnml-request-delete-group)
8707         (nnml-deletable-article-p, nnml-possibly-create-directory)
8708         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8709         (nnml-open-marks): Bind file-name-coding-system to
8710         nnmail-pathname-coding-system.
8712         (nnml-request-article): Pass server argument to nnml-find-group-number.
8713         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8714         Pass server argument to nnml-possibly-create-directory.
8715         (nnml-request-accept-article): Pass server argument to
8716         nnml-active-number and nnml-save-mail.
8717         (nnml-find-group-number): Pass server argument to nnml-find-id.
8718         (nnml-request-update-info): Pass server argument to
8719         nnml-marks-changed-p.
8721         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8722         (nnml-save-mail, nnml-active-number): Add server argument.
8724         (nnml-request-delete-group): Warn if group is missing.
8725         (nnml-get-nov-buffer): Decode group name.
8726         (nnml-generate-active-info): Encode group name.
8727         (nnml-open-marks): Decode group name in messages.
8729 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8731         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8732         if it is not specified.
8733         (gnus-article-pipe-part, gnus-article-save-part)
8734         (gnus-article-interactively-view-part, gnus-article-copy-part)
8735         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8736         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8737         (gnus-article-replace-part, gnus-article-delete-part)
8738         (gnus-article-view-part-as-type): Pass raw prefix argument to
8739         gnus-article-part-wrapper.
8741 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8743         * gnus-agent.el (gnus-agent-save-active):
8744         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8746         * gnus-cache.el (gnus-cache-save-buffers)
8747         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8748         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8749         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8750         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8751         (gnus-cache-generate-active, gnus-cache-rename-group)
8752         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8753         (gnus-cache-update-overview-total-fetched-for):
8754         Bind file-name-coding-system to nnmail-pathname-coding-system.
8755         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8756         New variables.
8757         (gnus-cache-decoded-group-name): New function.
8758         (gnus-cache-file-name): Use it.
8759         (gnus-cache-generate-active): Use non-decoded group name for active.
8761         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8762         right place.
8763         (gnus-write-active-file): Don't break non-ASCII group names.
8765         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8766         nnmail-pathname-coding-system.
8768         * gnus-uu.el (gnus-uu-decode-save): Typo.
8770 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8772         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8774 2007-07-14  David Kastrup  <dak@gnu.org>
8776         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8777         finishing actions if we did not edit the article.
8779 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8781         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8782         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8783         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8784         (gnus-agent-flush-group, gnus-agent-flush-cache)
8785         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8786         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8787         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8788         (gnus-agent-regenerate-group)
8789         (gnus-agent-update-files-total-fetched-for)
8790         (gnus-agent-update-view-total-fetched-for):
8791         Bind file-name-coding-system to nnmail-pathname-coding-system.
8792         (gnus-agent-group-pathname): Don't encode file names by
8793         nnmail-pathname-coding-system.
8794         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8795         coding-system-for-write instead of buffer-file-coding-system to
8796         gnus-agent-file-coding-system.
8798         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8799         Decode group name.
8801         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8803         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8804         (gnus-read-newsrc-el-file): Make group names unibyte.
8806         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8807         nnmail-pathname-coding-system.
8809         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8810         (nnrss-request-delete-group): Bind file-name-coding-system to
8811         nnmail-pathname-coding-system.
8812         (nnrss-read-server-data, nnrss-read-group-data):
8813         Bind file-name-coding-system correctly.
8814         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8816         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8817         (nntp-server-to-method-cache): New variable.
8818         (nntp-group-pathname): New function that decodes non-ASCII group names.
8819         (nntp-possibly-create-directory, nntp-marks-changed-p)
8820         (nntp-save-marks, nntp-open-marks): Use it.
8821         (nntp-possibly-create-directory, nntp-open-marks):
8822         Bind file-name-coding-system to nnmail-pathname-coding-system.
8823         (nntp-open-marks): Decode group names when bootstrapping marks.
8825         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8826         Newsgroups and Folowup-To headers.
8828 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8830         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8831         (gnus-server-closed-face, gnus-server-denied-face)
8832         (gnus-server-offline-face): Remove variable.
8833         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8835         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8836         of modifying message-stack directly for XEmacs.
8838         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8839         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8840         if the coding-system argument is nil for XEmacs.
8842         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8843         mm-charset-override-alist.
8845         * rfc2047.el: Don't require base64; require rfc2045 for the function
8846         rfc2045-encode-string.
8847         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8848         to quote the parameter value.
8850 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8852         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8853         form in gnus-group-name-charset-method-alist.
8855         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8856         overrides the default layout edit-form.
8858         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8860         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8862 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8864         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8865         as unfetched articles.
8867 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8869         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8871 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8873         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8874         original back end that keeps marks in the local system.
8876 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8878         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8879         arg of pop-to-buffer for XEmacs.
8880         (gnus-article-read-summary-keys): Ditto; don't restore window
8881         configuration if summary command ends up with neither article buffer
8882         nor summary buffer; describe bindings if summary keys end with C-h.
8884 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8886         * message.el (message-fix-before-sending): Skip raw message part to be
8887         forwarded while checking illegible text.
8888         (message-forward-make-body-mime, message-forward-make-body):
8889         Mark signed or encrypted raw message as having no illegible text.
8891 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8893         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8894         (gnus-message-with-timestamp-1): New macro.
8895         (gnus-message-with-timestamp): New function.
8896         (gnus-message): Use them.
8898         * nnheader.el (nnheader-message): Use them.
8900 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8902         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8903         .newsrc.eld file.
8905 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8907         * gnus-agent.el (gnus-agent-fetch-headers)
8908         (gnus-agent-retrieve-headers):
8909         Bind gnus-decode-encoded-address-function to identity.
8911         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8912         available also when the server returns simply a dot.
8914         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8916 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8918         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8920 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8922         * gnus-ems.el (gnus-x-splash): Make it work.
8924         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8925         from being used.
8927 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8929         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8930         the front stickiness.
8931         (gnus-article-summary-command-nosave): Correct the order of the
8932         arguments passed to pop-to-buffer.
8933         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8934         summary command ends up with the article buffer.
8936         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8937         the same faces.
8939 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8941         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8943 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8945         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8946         * gnus-sum.el (gnus-summary-highlight):
8947         * mail-source.el (mail-source-delete-old-incoming-confirm):
8948         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8950 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8952         * gnus-art.el (gnus-mime-view-part-externally)
8953         (gnus-mime-view-part-internally): Fix predicate function passed to
8954         completing-read.
8956         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8958         * gnus.el (gnus-update-message-archive-method): Add :version.
8960 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8962         * gnus.el (gnus-update-message-archive-method): New variable.
8964         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8965         according to gnus-message-archive-method if
8966         gnus-update-message-archive-method is non-nil.
8968 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8970         * gnus-sum.el (gnus-summary-limit-to-address): New function.
8971         Suggested by Loic Dachary <loic@dachary.org>.
8972         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8974 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8976         * message.el (message-pop-to-buffer): Add switch-function argument.
8977         (message-mail): Pass switch-function argument to it.
8979 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8981         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8982         Improve doc string.
8984 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8986         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8987         (gnus-header-content)
8988         * gnus-cite.el (gnus-cite-10)
8989         * gnus-srvr.el (gnus-server-closed)
8990         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8991         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8992         (gnus-group-mail-3-empty, gnus-group-mail-low)
8993         (gnus-group-mail-low-empty, gnus-splash)
8994         * message.el (message-header-to, message-header-cc)
8995         (message-header-subject, message-header-other, message-header-name)
8996         (message-header-xheader, message-separator, message-cited-text)
8997         (message-mml): Lighten colors of faces used for dark background.
8999 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9001         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9002         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9004 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9006         * message.el (message-narrow-to-headers-or-head):
9007         Ignore mail-header-separator in the body.
9009 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9011         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9012         same as window size.
9014 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9016         * message.el (message-font-lock-keywords): Use message-header-xheader
9017         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9018         ahead of the anything pattern, to get it recognised.
9020 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9022         * gnus-sum.el (gnus-articles-to-read)
9023         (gnus-summary-insert-old-articles): Don't truncate group name for
9024         `read-string'.
9026         * gnus-util.el (gnus-limit-string): Delete this function.
9028         * gnus-sum.el (gnus-simplify-subject-fully):
9029         Use `truncate-string-to-width' instead.
9031 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9033         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9034         Tell if, on summary exit, the next group has to be selected.
9035         (gnus-summary-exit): Use it.
9037 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9039         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9040         non-break space.
9042 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9044         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9045         Check if group is not a directory.
9046         (nnfolder-request-expire-articles): Don't delete articles if the target
9047         group is not available.
9049         * nnml.el (nnml-request-create-group): Properly check if group is not a
9050         file.
9051         (nnml-request-expire-articles): Don't delete articles if the target
9052         group is not available.
9054         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9055         Don't quote characters that are within parentheses.
9057 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9059         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9060         (gnus-handle-ephemeral-exit): Select article according to it.
9062 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9064         * message.el (message-insert-formated-citation-line): Remove newline.
9065         (message-citation-line-format): Add final \n here so that the user can
9066         avoid a blank line.
9068 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9070         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9071         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9072         Update lanl/arXiv support.
9074 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9076         * gnus.el: Bump version number.
9078 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9080         * gnus.el (gnus-version-number): Bump version.
9082 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9084         * gnus.el: No Gnus v0.6 is released.
9086 2007-04-27  Didier Verna  <didier@xemacs.org>
9088         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9089         * gmm-utils.el (gmm-regexp-concat): ... here.
9090         * message.el: Don't require 'gnus-util.
9091         (message-dont-reply-to-names): Handle name change above.
9092         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9094 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9096         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9097         since the initial value varies according to the system.
9099 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9101         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9103 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9105         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9107 2007-04-24  Didier Verna  <didier@xemacs.org>
9109         Improve the type of gnus-ignored-from-addresses.
9110         * gnus-util.el (gnus-orify-regexp): New function.
9111         * message.el (gnus-util): Require it.
9112         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9113         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9114         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9116 2007-04-24  Didier Verna  <didier@xemacs.org>
9118         * gnus-sum.el:
9119         * gnus-utils.el: Fix some trailing whitespaces.
9121 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9123         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9124         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9125         article's Message-ID; refer parent article in summary buffer.
9127         * message.el (message-bounce): Call mime-to-mml.
9129 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9131         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9133 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9135         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9136         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9137         displayed of multipart/alternative part if it is invoked from summary
9138         buffer.
9140         * mm-view.el (mm-inline-text-html-render-with-w3m)
9141         (mm-inline-text-html-render-with-w3m-standalone)
9142         (mm-inline-render-with-function): Use mail-parse-charset by default.
9144 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9146         * parse-time.el (parse-time-string-chars): Check if CHAR
9147         is less than the length of parse-time-syntax.
9149 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9151         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9152         from gnus-newsgroup-processable.
9154 2007-04-16  Didier Verna  <didier@xemacs.org>
9156         * gnus-msg.el (gnus-configure-posting-styles):
9157         Handle message-signature-directory properly with :file syntax.
9158         Reported by "Leo".
9160 2007-04-11  Didier Verna  <didier@xemacs.org>
9162         New user option: message-signature-directory.
9163         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9164         * message.el (message-insert-signature): Ditto.
9165         * message.el (message-signature-file): Doc update.
9166         * message.el (message-signature-directory): New.
9168 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9170         * gnus-msg.el (gnus-inews-yank-articles):
9171         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9173 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9175         * message.el (message-yank-original): Make sure cited text ends with
9176         newline; don't exchange point and mark.
9178 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9180         * tls.el (open-tls-stream): Properly handle case where there
9181         is no associated buffer.
9183 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9185         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9186         message-yank-original, make sure (< mark TEXT point).
9188 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9190         * message.el (message-fill-column): New variable.
9191         (message-mode): Use it.  Add comment on a possible new hook.
9193         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9194         (nnmail-get-new-mail): Reformat.
9196         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9198         * gmm-utils.el: Fix Commentary.
9199         (gmm-tool-bar-from-list): Fix typo in doc string.
9201 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9203         * message.el (message-yank-original): Don't switch point and mark
9204         unnecessarily to put point and mark as documented.
9206 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9208         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9209         from the message heads.
9211 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9213         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9214         article buffer does not have a window.  This may not be the best
9215         solution but is certainly better than setting the start of the null,
9216         that is the current, window.
9218 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9220         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9221         (gnus-draft-setup): Run it.
9223         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9224         gnus-score-fast-scoring.  Allow regexp.
9225         (gnus-score-headers): Use it.
9227         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9228         XEmacs.
9230         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9231         string.
9232         (gnus-button-alist): Also catch `<f1> k ...'.
9233         (gnus-treat-display-x-face): Fix doc string.
9235 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9237         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9238         evaluation of gnus-extended-version to ensure correct generation of the
9239         User-Agent header when message-generate-headers-first is used.
9241 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9243         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9244         hashcash-path is nil.  Don't call callback with incorrect number of
9245         parameters if val is 0.
9247 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9249         * message.el (message-required-news-headers):
9250         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9252 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9254         * message.el (message-generate-new-buffers): Change the meaning of the
9255         nil value; add `standard' to the choices; treat t as `unique'; improve
9256         doc string.
9257         (gnus-select-frame-set-input-focus): Autoload.
9258         (message-buffer-name): Search for the existing message buffer if
9259         message-generate-new-buffers is nil or `standard'; treat the value t of
9260         message-generate-new-buffers as `unique'.
9261         (message-pop-to-buffer): Raise the frame already displaying the message
9262         buffer; clear the echo area after querying.
9263         (message-setup): Pass the `continue' argument to compose-mail.
9264         (message-mail): Prefer `switch-function' if it is given; search for the
9265         existing message buffer if the `continue' argument is non-nil; pass
9266         continue and switch-function arguments to compose-mail by way of
9267         message-setup.
9268         (message-mail-other-window): Adjust argument of message-setup.
9269         (message-mail-other-frame): Ditto.
9271 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9273         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9274         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9275         to turn font-lock on when turning gnus-message-citation-mode on.
9277 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9279         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9280         (mml-smime-function-alist): New variable; add epg as the backend.
9281         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9282         mml-smime- functions instead.
9283         * mm-view.el: Require smime.
9285 2007-03-05  Didier Verna  <didier@xemacs.org>
9287         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9288         instead of just inheritance for posting styles.
9289         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9291 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9293         * tls.el (tls-certtool-program): Fix custom type.
9295 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9297         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9298         and point-at-eol instead of line-(beginning|end)-position.
9300         * assistant.el (assistant-parse-buffer): Ditto.
9302 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9304         * mml2015.el (mml2015-epg-find-usable-key): New function.
9305         (mml2015-epg-sign): Use it.
9306         (mml2015-epg-encrypt): Use it.
9308 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9310         * message.el (message-make-in-reply-to): Quote name containing
9311         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9312         if there are special characters.  Reported by NAKAJI Hiroyuki
9313         <nakaji@jp.freebsd.org>.
9315 2007-02-27  Didier Verna  <didier@xemacs.org>
9317         Include the group parameters as well as the topic ones in the
9318         inheritance filter process.
9319         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9320         argument GROUP-PARAMS-LIST.
9321         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9323 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9325         * nntp.el (nntp-never-echoes-commands)
9326         (nntp-open-connection-functions-never-echo-commands): New variables.
9327         (nntp-send-command): Use them.
9329 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9331         * mml2015.el (mml2015-epg-verify): Simplify.
9333 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9335         * mml.el (mml-content-disposition-alist): New user option.
9336         (mml-content-disposition): New function.
9337         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9338         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9340 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9342         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9343         verification.
9345 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9347         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9348         articles posted in the last 24 hours.
9350 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9352         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9354 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9356         * nntp.el (nntp-send-command): Don't wait for echoes when
9357         nntp-open-ssl-stream is used.
9359 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9361         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9362         (gnus-message-add-citation-keywords)
9363         (gnus-message-remove-citation-keywords): Remove.
9364         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9365         directly, make the variables in font-lock-defaults buffer-local, add
9366         gnus-message-citation-keywords to them and then update the value of
9367         font-lock-keywords.
9369 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9371         * message.el (message-cite-original-1): Don't call
9372         gnus-article-highlight-citation.
9374         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9375         citations; fix line count.
9377 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9379         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9380         (gnus-message-add-citation-keywords)
9381         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9382         versions of font-lock-add-keywords and font-lock-remove-keywords to
9383         work with XEmacs correctly.
9385 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9387         * gnus-cite.el (gnus-cite-face-list): Set the values of
9388         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9389         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9390         (gnus-message-cite-prefix-regexp): New variable.
9391         (gnus-message-search-citation-line): Use it; protect against long
9392         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9393         the 0th match data for Emacs.
9394         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9395         (gnus-message-add-citation-keywords): Append keywords rather than
9396         prepending; emulate font-lock-add-keywords if it is not available.
9397         (gnus-message-remove-citation-keywords):
9398         Emulate font-lock-remove-keywords if it is not available.
9400         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9402         * message.el (message-cite-prefix-regexp): Set the value of
9403         gnus-message-cite-prefix-regexp.
9405 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9407         * nnweb.el (nnweb-google-parse-1): Update parser.
9409 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9411         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9413 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9415         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9416         regexp.
9418 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9420         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9421         string-to-multibyte.
9422         (uudecode-decode-region-internal): Use it.
9424 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9426         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9427         Fix custom choice.
9429         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9431 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9433         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9435         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9436         `write-region' to respect `mm-inhibit-file-name-handlers'.
9438 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9440         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9441         Use gnus-home-directory instead of "~/" or "$HOME".
9443 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9445         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9446         to mention filename.
9447         Add comments at beginning regarding usage.
9448         (encrypt-write-file-contents): Change interactive so a string is
9449         acceptable.  If the file has no associated model, show an error instead
9450         of a nonsense prompt.
9452 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9454         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9455         Thanks to Yoshihiko Yamada for kind notification of this typo.
9457 2007-01-12  Kenichi Handa  <handa@m17n.org>
9459         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9460         multibyte buffer.
9462 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9464         * gnus-score.el (gnus-score-fast-scoring): New variable.
9465         (gnus-score-headers): Use it.
9467         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9469         * message.el (message-cite-original-1):
9470         Call gnus-article-highlight-citation if requested.
9471         (message-make-from): Allow name and address as optional arguments.
9473         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9475         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9476         bugs to doc string.
9477         (gnus-button-alist): Add mid\\|message-id.
9478         (gnus-button-fetch-group): Extend for use in
9479         `browse-url-browser-function'.
9480         (gnus-button-url-regexp): Try to catch paired parentheses like in
9481         Wikipedia URLs.
9483         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9484         Suggested by Simon Krahnke <overlord@gmx.li>.
9486 2007-01-13  Romain Francoise  <romain@orebokech.com>
9488         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9489         Update copyright.
9491 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9493         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9495 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9497         * gnus-registry.el (gnus-registry-unfollowed-groups)
9498         (gnus-registry-split-fancy-with-parent): Fix documentation.
9500 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9502         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9503         from nnweb groups.
9505 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9507         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9508         Xref urls.  Erase buffer before requesting head.
9510         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9512 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9514         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9515         customizable.
9517 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9519         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9520         no signing key is found.
9521         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9522         no encrypting and/or signing key is found.
9524 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9526         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9528 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9530         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9531         headers read from disk with the ones newly found in the current search.
9532         This should no longer cause problems, because the article numbers in
9533         Gmane's `nov.php' output are ignored since the previous change.
9535 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9537         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9539 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9541         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9543 2007-01-01  Romain Francoise  <romain@orebokech.com>
9545         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9547 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9549         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9550         `define-minor-mode' macro definition expanded properly.
9551         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9552         exclude it there.
9554         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9555         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9556         `fboundp' test.
9557         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9558         This is OK to autoload in (S)XEmacs now.
9560 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9562         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9563         keystroke.
9564         (gnus-summary-limit-to-singletons): Fix typo.
9566         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9567         else fails.
9569 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9571         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9572         docstring.
9574         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9575         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9576         (gnus-summary-insert-dormant-articles): Fix typo in message.
9578 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9580         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9581         nil for XEmacs.
9582         (gnus-message-citation-mode): Don't autoload in XEmacs.
9584         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9586 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9588         * nnimap.el (nnimap-expunge-search-string):
9589         Mention nnimap-search-uids-not-since-is-evil in docstring.
9591 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9593         * spam.el: Revert to make-obsolete-variable because
9594         define-obsolete-variable-alias is not supported in Emacs 21.
9596         * spam.el (spam-ifile-path, spam-ifile-database-path)
9597         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9598         make-obsolete-variable.
9599         (spam-bsfilter-path, spam-bsfilter-program)
9600         (spam-spamassassin-path, spam-spamassassin-program)
9601         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9602         Don't use "path" inappropriately.
9603         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9604         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9605         variable names.
9607 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9609         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9610         summary buffer.
9612         * password.el (password-cache-remove): Use clear-string to burn
9613         password, if available.
9615 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9617         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9619         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9621         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9622         (gnus-message-highlight-citation): Move defcustom here from
9623         gnus-cite.el.
9624         (gnus-message-citation-mode): Autoload.
9626         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9627         checks to make it compile with XEmacs.
9628         (gnus-message-citation-mode): New minor mode.
9629         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9630         (gnus-message-highlight-citation): New variables.
9631         (gnus-message-search-citation-line)
9632         (gnus-message-add-citation-keywords)
9633         (gnus-message-remove-citation-keywords)
9634         (turn-on-gnus-message-citation-mode)
9635         (turn-off-gnus-message-citation-mode): New functions.
9637 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9639         * gnus-cite.el: Enable highlighting of different citation levels in
9640         message-mode.
9642 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9644         * message.el (message-make-fqdn): Fix comment.
9645         (message-bogus-system-names): Add ".local".
9647         * spam.el (spam-ifile-path, spam-ifile-program)
9648         (spam-ifile-database-path, spam-ifile-database)
9649         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9650         Don't use "path" inappropriately.
9651         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9652         strings.
9653         (spam-check-ifile, spam-ifile-register-with-ifile)
9654         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9655         Use new variable names.
9657         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9658         (gnus-treat-display-smileys): Simplify using
9659         gnus-image-type-available-p.
9661         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9662         available.
9664 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9666         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9667         one after turning on the buffer's multibyteness instead of decoding
9668         them directly in the unibyte buffer that causes unexpected conversion
9669         in Emacs 23 (unicode).
9671 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9673         * message.el (message-generate-hashcash): Fix custom type.
9675 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9677         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9679 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9681         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9682         disconnect icons.  Add help text.
9684 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9686         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9687         negated to be consistent with the others we handle.
9689 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9691         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9692         version of gnus-summary-buffer to something, so that we can use two
9693         article buffers at the same time.
9695 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9697         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9698         trigger all the extra headers.
9699         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9700         sorting.
9702 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9704         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9705         solid groups.
9707 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9709         * legacy-gnus-agent.el: Add Copyright notice.
9711 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9713         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9715 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9717         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9719         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9720         to make it work reliably in CVS Emacs.
9721         (gnus-summary-limit-strange-charsets-predicate)
9722         (gnus-summary-limit-to-predicate): New functions.
9724 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9726         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9727         specifying array size.
9728         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9729         array if it is too small.
9730         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9731         (gnus-sort-threads-loop): New function.
9733 2006-12-06  Chris Moore  <dooglus@gmail.com>
9735         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9736         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9738 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9740         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9741         options.
9743 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9745         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9746         DOS-ing the recipient.
9748         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9749         the headers when creating the mapping to avoid mismappings.
9750         (nnweb-gmane-create-mapping): Always nix out old mapping.
9752 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9754         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9755         and mm-verify-option to never.
9757 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9759         * message.el (message-signed-or-encrypted-p): New function.
9760         (message-forward-make-body): Use it.
9762         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9763         Replace encode-coding-string with mm-encode-coding-string.
9765 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9767         * nneething.el (nneething-decode-file-name):
9768         Replace decode-coding-string with mm-decode-coding-string.
9770         * gnus-int.el (gnus-open-server): Say failed server's name.
9772 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9774         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9775         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9777         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9778         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9779         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9780         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9781         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9782         (gnus-subscribe-newsgroup, gnus-1):
9783         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9784         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9785         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9786         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9788 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9790         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9791         keystroke.
9792         (gnus-summary-limit-to-bodies): Implement headersp.
9794 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9796         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9798 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9800         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9802 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9804         * message.el (message-generate-hashcash): Expand range of values to
9805         include `opportunistic'.
9806         (message-send-mail): Use it.
9808 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9810         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9811         and comment it.
9813         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9815 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9817         * gnus-util.el (gnus-extract-address-components): Improve comment.
9819 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9821         * gnus-util.el (gnus-extract-address-components): Work with address in
9822         which the name portion contains @.
9824 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9826         * gnus.el (gnus-start): Move custom group up.
9827         (gnus-select-method): Don't autoload, but make it available for
9828         `customize-variable'.
9829         (gnus-getenv-nntpserver): Don't autoload.
9831 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9833         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9835 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9837         * message.el (message-sendmail-extra-arguments): New variable.
9838         (message-send-mail-with-sendmail): Use it.
9840 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9842         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9843         mm-with-unibyte-current-buffer to make string unibyte.
9845         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9846         mm-string-as-multibyte.
9848 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9850         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9851         Reported by Werner Koch <wk@gnupg.org>.
9853 2006-11-14  Daiki Ueno  <ueno@p360>
9855         * mml2015.el: Autoload epa-select-keys when compiling.
9857 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9859         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9860         message-options.
9861         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9863 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9865         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9866         EasyPG (< 0.0.6).
9867         (mml2015-always-trust): New user option.
9868         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9869         prompt.
9871 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9873         * nntp.el (nntp-authinfo-force): New variable.
9874         (nntp-send-authinfo): Use it.
9876 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9878         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9879         decode encoded words.  Improve prompt.  Add comment about forwarding.
9880         (message-replacement-char): Move up.
9882 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9884         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9885         instead of gnus-intersection because arguments of gnus-sorted-nunion
9886         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9888 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9890         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9891         (message-simplify-subject-functions):
9892         Enable message-strip-subject-encoded-words by default.
9894 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9896         * message.el (message-strip-subject-encoded-words): New function.
9897         (message-simplify-subject-functions): New variable.
9898         (message-simplify-subject): Use it.  Fix typo in doc string.
9899         Support message-strip-subject-encoded-words.
9901 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9903         * gnus-diary.el (gnus-diary-delay-format-function):
9904         * nndiary.el (nndiary-reminders):
9905         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9907 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9909         * gnus-art.el (article-hide-boring-headers): Fetch date from
9910         gnus-original-article-buffer to avoid problems with localized date
9911         strings.
9913 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9915         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9917 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9919         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9920         New variables.
9921         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9922         (mm-charset-synonym-alist): Move some entries to
9923         mm-codepage-iso-8859-list.
9924         (mm-charset-synonym-alist, mm-charset-override-alist):
9925         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9927 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9929         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9931 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9933         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9934         with Emacs 21 and XEmacs.
9936 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9938         * spam.el (spam-parse-address): New function for better parsing,
9939         catching errors, etc.
9940         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9942 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9944         * mm-view.el: Add interactive arg to html2text autoload.
9946 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9948         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9950 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9952         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9953         New variables.
9954         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9955         (mm-charset-synonym-alist): Move some entries to
9956         mm-codepage-iso-8859-list.
9958         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9960 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9962         * message.el (message-citation-line-format)
9963         (message-insert-formated-citation-line): Fix implementation of %E, %N
9964         and %n according to the doc string.
9966 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9968         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9969         Use car-safe to avoid bad parses.
9971 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9973         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9974         names.
9976         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9978 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9980         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9981         header.
9983         * message.el (message-draft-headers): Add Date.
9984         (message-headers-to-generate): Fix typo in docstring.
9986         * nndraft.el (nndraft-required-headers): New variable.
9987         (nndraft-generate-headers): Use it.
9989         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9991 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9993         * gnus-registry.el (gnus-registry-wash-for-keywords)
9994         (gnus-registry-find-keywords): New functions to allow easy searching of
9995         articles that are in the registry.
9997 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9999         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10000         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10001         Reported by Damien Elmes <damien@repose.cx>.
10003 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10005         * gnus.el (gnus-mime): Remove unused custom group.
10007 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10009         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10010         "blank line" when searching for end of armor headers.
10012 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10014         * gmm-utils.el (gmm-write-region): Fix variable name.
10016 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10018         * gmm-utils.el (gmm-write-region): New function based on compatibility
10019         code from `mm-make-temp-file'.
10021         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10023         * nnmaildir.el (nnmaildir--update-nov)
10024         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10025         Use `gmm-write-region'.
10027 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10029         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10030         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10032         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10034         * message.el (message-replacement-char): New variable.
10035         (message-fix-before-sending): Use it.
10036         (message-simplify-subject): New function to remove duplicate code.
10037         (message-reply, message-followup): Use it.
10039         * gnus-sum.el (gnus-summary-make-menu-bar):
10040         Clarify gnus-summary-limit-to-articles.
10042 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10044         * gnus-util.el (gnus-with-local-quit): New macro.
10046         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10048 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10050         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10051         ignore non-string data.
10053 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10055         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10056         non-string data (needs to be done in the registry too).
10058 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10060         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10061         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10062         (gnus-registry-split-fancy-with-parent)
10063         (gnus-registry-fetch-simplified-message-subject-fast)
10064         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10065         Remove text properties on ingress into the registry and when it's saved.
10066         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10067         registry from entries with no groups.
10069 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10071         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10072         function to remove string properties.
10074 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10076         * gmm-utils.el (gmm): Adjust custom version.
10078         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10079         Adjust custom version.
10081         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10083 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10085         * gnus-art.el (gnus-insert-prev-page-button)
10086         (gnus-insert-next-page-button): Simplify.  Reformat.
10088 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10090         * gnus-art.el (gnus-insert-prev-page-button)
10091         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10093 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10095         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10097 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10099         * gnus-art.el (gnus-insert-mime-button)
10100         (gnus-insert-mime-security-button):
10101         Apply gnus-article-button-face to MIME and security buttons.
10103 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10105         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10106         readable.
10108 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10110         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10111         `browse-url-of-file' instead of `browse-url'.
10113 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10115         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10116         regexp.  Articles containing quotation were cut prematurely.
10118 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10120         * message.el (message-cite-original-1): Use nobody by default for the
10121         value of From header.
10122         (message-reply): Ditto.
10124 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10126         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10127         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10128         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10130 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10132         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10133         mails in the doc string.  Add some URLs in comment.
10134         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10136 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10138         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10139         backslashes handling and the way to find boundaries of quoted strings.
10141 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10143         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10144         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10145         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10146         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10148 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10150         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10151         doc string.
10152         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10154 2006-09-06  Simon Josefsson  <jas@extundo.com>
10156         * mml2015.el (mml2015-use): Doc fix, mention epg.
10158 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10160         * mml2015.el (mml2015-use): Default to epg, if available.
10162 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10164         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10165         message-sender.
10166         (mml1991-epg-encrypt): Ditto.
10167         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10168         message-sender.
10169         (mml2015-epg-encrypt): Ditto.
10171 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10173         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10174         several common directories.
10176 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10178         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10179         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10181 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10183         * gnus-art.el (article-decode-encoded-words): Make it fast.
10185 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10187         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10189         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10190         in quoted string into `\'.
10192 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10194         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10195         Use standard-syntax-table.
10197 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10199         * gnus-art.el (gnus-decode-address-function): New variable.
10200         (article-decode-encoded-words): Use it to decode headers which are
10201         assumed to contain addresses.
10202         (gnus-mime-delete-part): Remove useless `or'.
10204         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10205         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10206         (gnus-nov-parse-line): Use it to decode From header.
10207         (gnus-get-newsgroup-headers): Ditto.
10208         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10210         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10211         (mail-decode-encoded-address-string): New alias.
10213         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10214         New function.
10215         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10216         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10217         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10218         (rfc2047-decode-string): Ditto.
10219         (rfc2047-decode-address-region): New function.
10220         (rfc2047-decode-address-string): New function.
10222 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10224         * message.el (message-caesar-buffer-body): Allow rotating headers.
10226         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10228         * message.el (message-insert-formated-citation-line): Fix %f.
10229         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10231 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10233         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10234         (gnus-bookmark-mouse-available-p): New macro.
10235         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10236         (gnus-bookmark-bmenu-show-infos): Use it.
10237         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10238         (gnus-bookmark-bmenu-hide-infos): Ditto.
10239         (gnus-bookmark-remove-properties): New function.
10240         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10241         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10242         (gnus-bookmark-write-file): Bind coding-system-for-write.
10243         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10244         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10245         group before selecting it.
10246         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10247         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10248         quit-window if it is not available; use gnus-mouse-2 and bind it to
10249         gnus-bookmark-bmenu-select-by-mouse.
10250         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10251         (gnus-bookmark-bmenu-select-by-mouse): New function.
10253 2006-08-13  Romain Francoise  <romain@orebokech.com>
10255         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10256         space.
10258 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10260         * compface.el (uncompface): Use binary rather than raw-text-unix.
10262 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10264         * compface.el (uncompface): Make sure the eol conversion doesn't take
10265         place when communicating with the external programs.
10266         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10268 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10270         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10272 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10274         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10275         Make it more robust by parsing author and date independently.
10277 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10279         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10281 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10283         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10284         first matching secret key.
10285         (mml2015-epg-encrypt): Ditto.
10287         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10288         first matching secret key.
10289         (mml1991-epg-encrypt): Ditto.
10291         * mml2015.el (mml2015-encrypt-to-self): New user option.
10292         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10293         mml2015-epg-encrypt-to-self is set.
10295         * mml1991.el (mml1991-encrypt-to-self): New variable.
10296         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10297         mml1991-epg-encrypt-to-self is set.
10299         * mml2015.el (mml2015-signers): New user option.
10300         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10301         (mml2015-epg-encrypt): Allow to select signing keys.
10303         * mml1991.el (mml1991-signers): New variable.
10304         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10305         (mml1991-epg-encrypt): Allow to select signing keys.
10307 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10309         * nnheader.el (nnheader-insert-head): Make it work even if the file
10310         uses CRLF for the line-break code.
10312 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10314         * mml2015.el: Require mml-sec instead of password.
10315         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10316         (mml2015-cache-passphrase): Inherit the default value from
10317         mml-secure-cache-passphrase.
10318         (mml2015-passphrase-cache-expiry): Inherit the default value from
10319         mml-secure-passphrase-cache-expiry.
10321         * mml1991.el: Require mml-sec instead of password.
10322         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10323         (mml1991-cache-passphrase): Inherit the default value from
10324         mml-secure-cache-passphrase.
10325         (mml1991-passphrase-cache-expiry): Inherit the default value from
10326         mml-secure-passphrase-cache-expiry.
10328         * mml-sec.el: Require password.
10329         (mml-secure-verbose): New user option.
10330         (mml-secure-cache-passphrase): New user option.
10331         (mml-secure-passphrase-cache-expiry): New user option.
10333 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10335         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10336         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10337         andreas@altroot.de (Andreas Vögele).
10339         FIXME: Use `tiny change'?
10341 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10343         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10344         workaround for the url package included with Emacs.
10346         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10348 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10350         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10351         correctly.  This fixes a bug caused by the 2006-05-12 change.
10353 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10355         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10356         some information about the error when saying that the `bogus' mail
10357         group will be used.
10359 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10361         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10362         string.
10364 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10366         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10368 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10370         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10372 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10374         * mml1991.el (mml1991-function-alist): Add epg.
10375         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10376         (mml1991-epg-encrypt): New functions.
10378 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10380         * mml2015.el (mml2015-verbose): New variable.
10381         (mml2015-cache-passphrase): Ditto.
10382         (mml2015-passphrase-cache-expiry): Ditto.
10383         (mml2015-function-alist): Add epg.
10384         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10385         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10386         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10387         New functions.
10389 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10391         * message.el (message-cite-original-1): Preserve region when removing
10392         quoted text due to X-No-Archive in order to avoid bogus attribution
10393         when citing multiple messages.
10395 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10397         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10398         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10400 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10402         * gnus-diary.el (gnus-user-format-function-d)
10403         (gnus-user-format-function-D): Autoload.
10405         * imap.el (Commentary): Fix typo.
10407         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10408         2006-04-22 contribution.
10410 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10412         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10413         It didn't really fix the bogosity I'm seeing with solid web groups.
10415 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10417         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10418         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10419         created using server names.  If we use the feature without declaring
10420         it, Gnus does not properly manage server and group state.
10422         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10423         bound.
10425 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10427         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10428         looking up the method using GROUP's prefix before inventing a new one.
10429         It is used on killed/unknown groups in various places where returning
10430         an all-new method isn't expected by the caller.
10432         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10433         and match semantics of gnus-group-real-prefix.
10435 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10437         * nnmail.el (nnmail-broken-references-mailers): New variable.
10438         (nnmail-ignore-broken-references): New function generalizing
10439         nnmail-fix-eudora-headers.
10440         (nnmail-fix-eudora-headers): Now obsolete.
10442         * gnus-art.el (gnus-button-handle-custom):
10443         Support `customize-apropos*'.
10445 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10447         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10449         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10450         articles.
10452 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10454         * message.el (message-cite-reply-above): New variable.
10455         (message-yank-original): Use it.
10457 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10459         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10461 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10463         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10464         as read.
10466         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10468 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10470         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10471         (gnus-bookmark-default-file): Use gnus-directory.
10472         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10473         Remove "*" in doc string.
10474         (gnus-bookmark-write-file): Simplify.
10475         (gnus-bookmark-maybe-sort-alist): Use `when'.
10476         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10477         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10478         Add FIXME about Emacs 21 and XEmacs compatibility.
10479         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10480         compatibility.
10481         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10482         compatibility.
10483         (gnus-bookmark-menu-heading): Fix version.
10485 2006-06-19  Bastien Guerry  <bzg@altern.org>
10487         * gnus-bookmark.el: New file.
10489 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10491         * message.el (message-syntax-checks): Doc fix.
10493 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10495         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10496         unsubscribed groups as if they were killed ones.  It causes duplicate
10497         entries in gnus-newsrc-alist.
10499 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10501         * message.el (message-syntax-checks): Doc fix.
10502         (message-send-mail): Add check for continuation headers.
10503         (message-check-news-header-syntax): Fix regexp used to check for
10504         continuation headers.
10506 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10508         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10510 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10512         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10514 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10516         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10517         default-truncate-lines.
10519 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10521         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10522         to fill the utf-8 entry.
10524 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10526         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10528 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10530         * gnus-agent.el (directory-files-and-attributes): Move all the way
10531         forward (the third and final move).
10532         (gnus-agent-read-agentview): Trap reconstruction errors due to
10533         nonexistent directory.  Handle by returning nil.
10535 2006-05-30  Didier Verna  <didier@xemacs.org>
10537         * message.el (message-dont-reply-to-names): Update the custom type.
10538         * message.el (message-dont-reply-to-names): New defsubst: potentially
10539         convert a list of regexps into a single one.
10540         * message.el (message-get-reply-headers): Use it.
10541         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10543 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10545         * gnus-agent.el (directory-files-and-attributes): Move forward.
10547 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10549         * gnus-ml.el (gnus-mailing-list-subscribe)
10550         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10551         (gnus-mailing-list-message): Fix doc strings.
10553 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10555         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10556         of doing it manually.
10558 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10560         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10561         comment.
10563 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10565         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10566         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10567         (gnus-agent-read-local): All symbols allocated in my-obarray.
10568         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10569         (gnus-agent-regenerate-group): Check numeric names to see if they are
10570         messages or groups.
10571         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10572         better way of do this...)
10574         * gnus-cache.el (gnus-agent-total-fetched-for):
10575         Ignore 'dummy.group' (there should be a better way of do this...)
10577 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10579         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10580         (gnus-saved-headers): Ditto.
10581         (gnus-default-article-saver): Mention functions may have properties.
10582         (gnus-article-save): Override gnus-save-all-headers and
10583         gnus-saved-headers by :headers property which saver function may have.
10584         (gnus-summary-save-in-file): Add :headers property.
10585         (gnus-summary-write-to-file): Ditto.
10587         * gnus-sum.el (gnus-summary-save-article): Bind
10588         gnus-prompt-before-saving to t when saving many articles in a file;
10589         always show all headers.
10591 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10593         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10594         marks.
10596         * message.el (message-indent-citation): Add optional arguments to allow
10597         using it outside of message buffers.
10599         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10600         (gnus-article-treat-unfold-headers): Use it.
10601         (gnus-article-truncate-lines): New variable.
10602         (gnus-article-mode): Use it.
10603         (gnus-article-toggle-truncate-lines): New function.
10605         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10606         Add gnus-article-toggle-truncate-lines.
10608         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10609         coding system in XEmacs, use binary.
10611 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10613         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10614         after-load-alist.
10616         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10617         this function should save decoded articles.
10618         (gnus-summary-write-to-file): Use property to specify this function
10619         should save decoded articles and specify gnus-summary-save-in-file
10620         should be used to save articles other than the first one when saving
10621         many articles.
10622         (gnus-summary-save-body-in-file): Use property to specify this
10623         function should save decoded articles.
10624         (gnus-summary-write-body-to-file): Use property to specify this
10625         function should save decoded articles and specify
10626         gnus-summary-save-body-in-file should be used to save articles other
10627         than the first one when saving many articles.
10629         * gnus-sum.el (gnus-summary-save-article): Simplify.
10631 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10633         * gnus-art.el (gnus-default-article-saver):
10634         Add gnus-summary-write-body-to-file.
10635         (gnus-article-save-coding-system): Don't use coding system object
10636         in XEmacs.
10637         (gnus-read-save-file-name): Add optional `dir-var' argument which
10638         specifies directory in which files are saved; work even if optional
10639         `variable' argument is not specified.
10640         (gnus-summary-write-to-file): Read file name.
10641         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10642         (gnus-summary-write-body-to-file): New function.
10644         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10645         (gnus-summary-local-variables): Add it.
10646         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10647         (gnus-summary-save-article): Remove optional `decode' argument;
10648         determine whether to decode articles by the value of
10649         gnus-default-article-saver; when saving many files using
10650         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10651         it first and use gnus-summary-save-in-file or
10652         gnus-summary-save-body-in-file thereafter unless
10653         gnus-prompt-before-saving is always; move point to article which
10654         will be saved.
10655         (gnus-summary-save-article-file): Revert.
10656         (gnus-summary-write-article-file): Revert.
10657         (gnus-summary-save-article-body-file): Revert.
10658         (gnus-summary-write-article-body-file): New function.
10660 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10662         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10664 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10666         * gnus-art.el (gnus-default-article-saver): Doc fix.
10667         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10668         from gnus-summary-save-article-coding-system, and default to a
10669         certain coding system.
10670         (gnus-output-to-file): Add coding cookie and encode text according
10671         to gnus-article-save-coding-system; don't use mm-append-to-file.
10673         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10674         gnus-art.el and rename to gnus-article-save-coding-system.
10675         (gnus-summary-save-article): Require gnus-art; don't show all
10676         headers if it decodes articles; don't add coding cookie here;
10677         don't bind mm-text-coding-system-for-write.
10678         (gnus-summary-save-article-file): Save decoded articles.
10679         (gnus-summary-write-article-file): When saving many files, use
10680         gnus-summary-write-to-file first and gnus-summary-save-in-file
10681         thereafter unless gnus-prompt-before-saving is always.
10682         (gnus-summary-save-article-body-file): Save decoded articles.
10684 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10686         * nnrss.el (nnrss-check-group): Bind hash-index.
10688 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10690         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10691         its hash index.  Store this hash in `nnrss-group-data'.
10692         (nnrss-read-group-data): Update accordingly.
10694 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10696         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10697         entry.
10699         * gnus-sum.el (gnus-summary-make-menu-bar):
10700         Add gnus-article-browse-html-article.
10702 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10704         * gnus-sum.el (gnus-summary-mime-map):
10705         Add gnus-article-browse-html-article.
10707 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10709         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10710         suitable coding systems in customize.
10712 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10714         * mail-source.el (mail-sources): Fix custom type.
10716 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10718         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10719         (gnus-summary-expire-articles-now): Shorten prompt.
10721         * gmm-utils.el (wid-edit): Require.
10722         (defun-gmm): Rename from `gmm-defun-compat'.
10723         (gmm-image-search-load-path): Use it.
10724         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10726 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10728         * gnus-sum.el (gnus-summary-save-article-coding-system):
10729         New variable.
10730         (gnus-summary-save-article): Add optional `decode' argument.
10731         If it is set and gnus-summary-save-article-coding-system is non-nil,
10732         save decoded article.
10733         (gnus-summary-write-article-file): Save decoded article if
10734         gnus-summary-save-article-coding-system is non-nil.
10736         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10737         type.
10739 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10741         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10743 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10745         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10746         first to test gnus-single-article-buffer which may be buffer-local.
10748         * gnus-sum.el (gnus-summary-setup-buffer):
10749         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10750         group; make gnus-article-buffer, gnus-article-current, and
10751         gnus-original-article-buffer always buffer-local.
10752         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10753         group.
10754         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10756 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10758         * nnml.el (nnml-request-compact-group): Compressed files might not
10759         have .gz extension.
10761 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10763         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10764         (mm-copy-to-buffer): Use with-current-buffer.
10765         (mm-display-part): Simplify.
10766         (mm-inlinable-p): Add optional arg `type'.
10768 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10770         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10771         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10772         Try harder to show the attachment internally or externally using
10773         gnus-mime-view-part-as-type.
10775 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10777         * message.el (message-from-style, message-signature-separator)
10778         (message-user-organization-file, message-send-mail-function)
10779         (message-citation-line-function, message-yank-prefix)
10780         (message-indent-citation-function, message-signature)
10781         (message-signature-file, message-signature-insert-empty-line):
10782         Remove autoloads.
10784         * gnus-art.el (gnus-buttonized-mime-types):
10785         Remove "multipart/signed".  Revert 2006-04-26 change.
10787 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10789         * gnus.el (gnus-version-number): Bump version.
10791 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10793         * gnus.el: No Gnus v0.5 is released.
10795 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10797         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10798         fetching articles by message-id.
10800 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10802         * message.el (hashcash): Require hashcash as normal.
10804         * ecomplete.el (ecomplete-highlight-match-line):
10805         Use point-at-eol.
10806         (ecomplete-highlight-match-line): Use `highlight', because that
10807         face exists in both Emacs and XEmacs.
10809         * message.el (message-display-abbrev): Use point-at-bol.
10811         * mail-source.el: Don't require timer/timer-funcs.
10813         * gnus-async.el: Ditto.
10815         * password.el: Ditto.
10817         * mm-url.el: Ditto.
10819         * mm-util.el: Require timer/timer-funcs.
10821 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10823         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10824         Close.
10826 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10828         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10829         unibyte after clear-decrypt function runs.
10831         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10832         returns as a unibyte string.
10834 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10836         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10837         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10838         (mml1991-pgg-encrypt): Ditto.
10840 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10842         * message.el (message-user-organization-file): Check several
10843         locations of the organization file.
10845         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10846         Add gnus-article-view-part-as-type.
10848         * gnus-art.el (gnus-article-view-part-as-type): New function.
10850         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10851         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10853         * mml.el: Simplify autoload.
10854         (mml-mode): defvar dnd-protocol-alist instead of using
10855         symbol-value.
10856         (mml-default-directory): New variable.
10857         (mml-minibuffer-read-file): Use it.
10858         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10860         * message.el (message-citation-line-format): New variable.
10861         (message-insert-formated-citation-line): New function.
10862         (message-citation-line-function):
10863         Add `message-insert-formated-citation-line' to custom type.
10865         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10866         to doc string.
10868         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10869         depending on mm-verify-option.
10871 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10873         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10874         binding pgg-* variables; reimplement the section which prevents
10875         MIME header from being signed.
10876         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10877         pgg-text-mode; remove a blank line at the top of body.
10879         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10880         lines at the top of body; use gnus-newsgroup-charset if there's no
10881         Charset header.
10883 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10885         * message.el (message-self-insert-commands): Doc fix.
10887         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10888         (mm-uu-pgp-encrypted-test): Ditto.
10889         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10890         between header and body; return application/pgp-encrypted handle
10891         if decryption failed; decode decrypted body by charset.
10893         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10894         element match to application/pgp-*.
10896 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10898         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10899         HTML.
10901 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10903         * mail-source.el (mail-source-call-script): Message the error
10904         string.
10906 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10908         * gnus-util.el (gnus-byte-compile): Use it.
10910 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10912         * gnus-util.el (kill-empty-logs): New function.
10914 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10916         * message.el (message-mail-alias-type): Doc fix.
10917         (message-mail-alias-type-p): New function.
10918         (message-send): Use it.
10919         (message-mode): Ditto.
10920         (message-strip-forbidden-properties): Ditto.
10922         * ecomplete.el (ecomplete-database-file-coding-system):
10923         New variable.
10924         (ecomplete-save): Use it.
10925         (ecomplete-setup): Use it.
10927 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10929         * message.el (message-self-insert-commands): New variable.
10930         (message-strip-forbidden-properties): Use it.
10932 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10934         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10935         that doesn't make XEmacs choke.
10937 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10939         * gnus-util.el (gnus-replace-in-string):
10940         Prefer replace-regexp-in-string over of replace-in-string.
10942 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10944         * gnus-util.el (gnus-select-frame-set-input-focus):
10945         Use select-frame-set-input-focus if it is available in XEmacs; use
10946         definition defined in Emacs 22 for old Emacsen.
10948 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10950         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10952 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10954         * gnus-registry.el (gnus-registry-cache-save): Remove text
10955         properties when saving via the temp buffer.
10957 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10959         * message.el (message-generate-hashcash): Honor custom type.
10961 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10963         * message.el (message-generate-hashcash): Default to non-nil when
10964         hashcash is found.
10966         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10967         (gnus-refer-thread-limit): Increase default to 500.
10969         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10971         * flow-fill.el (fill-flowed): Allow delete-space.
10973 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10975         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10976         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10977         Remove autoloads.
10979 2006-04-18  Simon Josefsson  <jas@extundo.com>
10981         * message.el (message-generate-hashcash): Default to.
10983 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10985         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10986         concatenating segments rather than before concatenating them.
10988 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10990         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10992         * imap.el (imap-quote-specials): New function.
10993         (imap-login-auth): Quote specials.
10995 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10997         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10999         * message.el (message-forward-make-body-plain):
11000         Allow message-forward-ignored-headers to be a list.
11001         (message-remove-ignored-headers): Factor out into function.
11002         (message-forward-make-body-mml): Use it.
11003         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11004         (rfc2231-parse-string): Allow concatanation of parameters that
11005         aren't contiguous.  The test case is
11006           (mail-header-parse-content-type "message/external-body;
11007             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11008             access-type=LOCAL-FILE;
11009             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11011 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11013         * nntp.el (nntp-accept-process-output): Return the value of
11014         `nnheader-accept-process-output'.
11016 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11018         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11019         (gnus-button-alist): Recognize more diff formats.
11020         (gnus-button-patch): Strip directory.
11022 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11024         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11025         Emacs 22 when setting focus.
11027 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11029         * gnus-art.el (gnus-article-treat-types): Do treatment of
11030         text/x-verbatim parts.
11031         (gnus-button-patch): New command.
11033         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11034         addresses that contain invalid characters.
11036 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11038         * message.el (message-put-addresses-in-ecomplete):
11039         Use gnus-replace-in-string.
11040         (message-is-yours-p): Use the more correct
11041         mail-header-parse-address instead of
11042         mail-extract-address-components.
11043         (message-put-addresses-in-ecomplete): Fix typo.
11045         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11046         keystroke.
11048         * gnus-art.el (gnus-treatment-function-alist): Change order of
11049         newsgroups/generic header folding to avoid double-folding.
11051         * message.el (message-hidden-headers): Add X-Draft-From.
11053         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11054         New command.
11055         (gnus-summary-repeat-search-article-backward): New command.
11057         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11058         groups in the parent topic.
11060 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11062         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11063         (spam-extra-header-to-number): Return the CRM114 number as a
11064         number instead of a string.
11066 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11068         * gnus-art.el (gnus-face-properties-alist): Move here from
11069         gnus-fun.
11071         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11073 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11075         * message.el (message-strip-forbidden-properties): Only display on
11076         self-insert-command.
11078         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11079         reindent.
11080         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11082 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11084         * smiley.el (smiley-style): Fix typo.
11086 2006-03-23  Kenichi Handa  <handa@m17n.org>
11088         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11089         instead of set-buffer-multibyte.
11091 2006-03-23  Kenichi Handa  <handa@m17n.org>
11093         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11094         buffer and then decode the buffer text if necessary.
11095         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11096         first, and after mm-encode-body, change the buffer to unibyte.
11098 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11100         * hashcash.el (hashcash-insert-payment-async-2):
11101         Use message-goto-eoh instead of doing it manually.
11102         (mail-add-payment): Use message-narrow-to-header instead of trying
11103         to do the same itself.
11105         * message.el (message-hidden-headers): Add Face.
11107         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11108         reparenting code.
11109         (gnus-summary-reparent-children): Refactored out code.
11110         (gnus-summary-thread-map): New keystroke.
11111         (gnus-summary-reparent-children): Make into command.
11113         * smiley.el (smiley-style): Default to `medium' if using a large
11114         font.
11116         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11117         does it itself.
11119         * message.el (message-point-in-header-p): Simplify definition.
11121 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11123         * nnagent.el (nnagent-request-set-mark): Silence log file
11124         writing.
11125         (nnagent-request-set-mark): Use write-region instead of
11126         append-to-file.
11128         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11129         strange select method.
11131         * ecomplete.el (ecomplete-display-matches): Get highlightling
11132         right.
11133         (ecomplete-display-matches): Use literals.
11134         (ecomplete-display-matches): Disable message logging.
11136         * message.el (message-display-abbrev): Small optimization.
11138         * ecomplete.el (ecomplete-display-matches): Allow automatic
11139         display.
11141         * message.el (message-strip-forbidden-properties):
11142         Display abbrevs.
11143         (message-display-abbrev): Get automatic display right.
11145         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11146         keystrokes.
11148 2006-04-13  Romain Francoise  <romain@orebokech.com>
11150         TODO: Backport to v5-10!
11152         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11153         Move here (and rename) from gnus-registry.el.
11155         * gnus-registry.el: Require gnus-util.
11156         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11158 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11160         * gnus-group.el (gnus-group-catchup-current):
11161         Change if-then-else-if-then-else into cond.
11162         (gnus-group-catchup): Indent.
11163         (group-name-at-point): New function.
11164         (gnus-fetch-group): Provide default from thing at point.
11166 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11168         * message.el (message-display-abbrev): Fix regexp.
11170         * ecomplete.el (ecomplete-highlight-match-line):
11171         Reimplement choosing.
11172         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11173         dead variables.
11175         * message.el (message-newline-and-indent): Remove debugging.
11176         (message-display-abbrev): Use new implementation.
11178 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11180         * gnus-art.el (gnus-article-mode):
11181         Set cursor-in-non-selected-windows to nil.
11183         * smiley.el: Revert previous change.
11184         (smiley-data-directory): defvar it before using it in the
11185         defcustom of `smiley-style'.
11187 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11189         * message.el (message-newline-and-indent): New function.
11191         * ecomplete.el: Implement more bits.
11193         * message.el (message-put-addresses-in-ecomplete): Clean up the
11194         string.
11196         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11198         * gnus-sum.el (gnus-summary-save-parts):
11199         Bind gnus-summary-save-parts-counter and use it to make unique file
11200         names.
11202         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11204         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11205         parameter to say whether to actually parse the individual
11206         addresses.
11208         * message.el (message-put-addresses-in-ecomplete): New function.
11209         (ecomplete): Require.
11210         (message-mail-alias-type): Add ecomplete as an option.
11212 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11214         * flow-fill.el (fill-flowed): Remove trailing space from blank
11215         quoted lines.
11217 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11219         * smiley.el (smiley-style): Move definition later to avoid a
11220         compilation warning.
11222 2006-04-12  Kenichi Handa  <handa@m17n.org>
11224         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11225         buffer and then decode the buffer text if necessary.
11226         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11227         first, and after mm-encode-body, change the buffer to unibyte.
11228         Use mm-disable-multibyte instead of set-buffer-multibyte.
11230 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11232         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11233         Content-Type header instead of Content-Disposition header.
11234         (gnus-mime-inline-part): Ditto.
11235         (gnus-mime-view-part-as-charset): Ignore charset that the part
11236         specifies.
11238         * mm-decode.el (mm-display-part): Work with external parts and
11239         usual parts similarly.
11241         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11242         instead of gnus-display-mime.
11244         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11245         instead of with-temp-buffer.
11247         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11248         tag to summarized topics part in order to encode non-ASCII text.
11250 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11252         * smiley.el (smiley-style): New variable.
11253         (smiley-directory): New function.
11254         (smiley-data-directory): Derive from `smiley-style' using
11255         `smiley-directory'.
11256         (smiley-regexp-alist): Add new entries.
11258         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11259         (gnus-article-browse-delete-temp): Add :version.
11261 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11263         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11264         the sieve region.
11266 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11268         * gnus.el (gnus-version-number): Bump version.
11270 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11272         * gnus.el: No Gnus v0.4 is released.
11274 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11276         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11277         layout.
11279         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11280         unknown charset.
11282         * message.el (message-header-synonyms): Add Original-To to the
11283         default.
11285         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11286         optional parameter.
11288 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11290         * gnus-fun.el (gnus): Require it for gnus-directory.
11292 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11294         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11296 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11298         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11300 2006-04-05  Simon Josefsson  <jas@extundo.com>
11302         * password.el (password-reset): New function.
11304 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11306         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11307         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11309 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11311         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11312         Some whitespace was matched into the url, which broke browsing hits
11313         > 100 when mm-url-use-external was nil.
11315 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11317         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11318         Check gnus-extra-headers for 'Newsgroups.
11320         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11321         bound.
11323 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11325         * pgg-gpg.el: Clean up process buffers every time gpg processes
11326         complete.
11328 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11330         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11331         doc string.
11333 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11335         * pgg-gpg.el (pgg-gpg-process-filter)
11336         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11338         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11339         lines, temporary fix.
11341 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11343         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11345 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11347         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11348         default-enable-multibyte-characters.  This reverts the change from
11349         revision 6.17 which is no longer necessary because the passphrase
11350         is sent separately now.  GnuPG messages are unreadable under
11351         multibyte locales with default-enable-multibyte-characters set to
11352         nil.
11354 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11356         * message.el (message-tool-bar-gnome): Move "spell".
11358 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11360         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11361         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11362         instead.
11364 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11366         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11367         Improve newsgroups handling for NNTP overviews which don't include
11368         Newsgroups.
11370 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11372         * message.el (message-resend): Bind message-generate-hashcash to nil.
11374 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11376         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11377         when searching for already-paid recipients.
11379 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11381         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11382         passphrases when it is not needed.
11383         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11384         passphrase stuff from gpg, should only be necessary when you use
11385         gpg with a smartcard.
11387 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11389         * mml.el (mml-insert-mime): Ignore cached contents of
11390         message/external-body part.
11392         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11393         (mm-insert-part): Ditto.
11395 2006-03-23  Simon Josefsson  <jas@extundo.com>
11397         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11398         Reiner.
11399         (pgg-gpg-use-agent-p): Use it again.
11401 2006-03-23  Simon Josefsson  <jas@extundo.com>
11403         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11404         older emacsen.
11405         (pgg-gpg-use-agent-p): Don't use it.
11407 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11409         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11410         if we can.
11412 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11414         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11415         (pgg-gpg-update-agent): New function.
11416         (pgg-gpg-use-agent-p): New function.
11417         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11418         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11419         (pgg-gpg-sign-region): Use it.
11421 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11423         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11424         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11426 2006-03-21  Simon Josefsson  <jas@extundo.com>
11428         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11429         <wilde@sha-bang.de>.
11430         (pgg-gpg-use-agent): New variable.
11431         (pgg-gpg-process-region): Use it.
11432         (pgg-gpg-encrypt-region): Likewise.
11433         (pgg-gpg-encrypt-symmetric-region): Likewise.
11434         (pgg-gpg-decrypt-region): Likewise.
11435         (pgg-gpg-sign-region): Likewise.
11436         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11438 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11440         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11442         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11443         Add comment on version.
11445 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11447         * smiley.el: Add missing test smiley.
11449 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11451         * mm-decode.el (mm-with-part): New macro.
11452         (mm-get-part): Use it; work with message/external-body as well.
11453         (mm-save-part): Treat name and filename equally.
11455         * mm-extern.el (mm-extern-cache-contents): New function.
11456         (mm-inline-external-body): Use it; force the part to be displayed;
11457         move undisplayer added to the cached handle to the parent.
11459         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11460         (gnus-mime-view-part-as-type): Work with message/external-body.
11462         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11464 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11466         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11467         images in image-load-path.  [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
11468         Emacs.]
11470 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11472         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11473         path rather than symbol.  Always return list of directories.
11474         Guarantee that image directory comes first.  [Sync with image.el,
11475         , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
11477         * message.el (message-make-tool-bar): Adjust to new API of
11478         `gmm-image-load-path-for-library'.
11480         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11482         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11484 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11486         * gnus-art.el (gnus-article-only-boring-p):
11487         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11488         intangible text.
11489         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11491 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11493         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11494         Use `defun' instead of `gmm-defun-compat'.
11496 2006-03-14  Simon Josefsson  <jas@extundo.com>
11498         * message.el (message-unique-id): Don't use message-number-base36
11499         if (user-uid) is a float.
11500         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11502 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11504         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11506         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11507         empty line between a part and a message part.
11509 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11511         * smiley.el: Add more test smileys.
11512         (smiley-data-directory, smiley-regexp-alist)
11513         (gnus-smiley-file-types): Fix doc strings.
11514         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11515         adding new elements.
11516         (smiley-mouse-map): Unused code.  Make it a comment.
11518 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11520         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11521         scan latest NoCeM messages instead of old ones.
11522         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11523         delimiters that are recently used.
11524         (gnus-nocem-load-cache): Add autoload cookie.
11526         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11528         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11529         level which is larger than gnus-use-nocem is specified.
11531         * gnus-group.el (gnus-group-get-new-news): Ditto.
11533 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11535         * gnus-util.el (gnus-tool-bar-update): New function.
11537         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11538         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11540         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11542         * gnus-group.el (gnus-group-redraw-when-idle)
11543         (gnus-group-redraw-check): Remove.
11544         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11546 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11548         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11549         if optional last element is specified in splits (FIELD VALUE...).
11551 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11553         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11554         to gmm-image-load-path-for-library.  Call with no-error argument.
11555         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11557         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11559         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11561         * gmm-utils.el (gmm-image-load-path): Remove alias.
11563 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11565         * gmm-utils.el (gmm-image-load-path): Add alias.
11567         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11568         nnml-generate-nov-databases-1.
11569         (nnml-generate-nov-databases): Use it.
11570         (nnml-generate-nov-databases-directory): Document no-active
11571         argument.
11573         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11574         directory if path is t.  Add no-error.
11576         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11577         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11579         * gnus-art.el (gnus-article-browse-delete-temp-files):
11580         Simplify resetting gnus-article-browse-html-temp-list.
11582         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11583         mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs.  Rename `gmm-image-load-path'.
11584         Add example to docstring.  Rename local variables.  Move error
11585         checks to default case in cond and simplify.
11587 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11589         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11590         handle is multipart when calling it recursively.
11591         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11593 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11595         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11596         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11598 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11600         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11601         is loaded.
11603         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11604         loaded.
11606 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11608         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11609         to "Emacs 23 (unicode)" in doc string.
11611         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11612         "Emacs 23 (unicode)" in comment.
11614 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11616         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11618         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11619         characters 160 through 255 in Emacs 23.
11621 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11623         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11624         gnus-article-browse-html-temp.
11625         (gnus-article-browse-delete-temp): Make it customizable.
11626         Add `file'.  Adjust doc string.
11627         (gnus-article-browse-delete-temp-files): Add argument.
11628         Allow query for each file.  Adjust doc string.
11629         (gnus-article-browse-html-parts):
11630         Add `gnus-article-browse-delete-temp-files' to
11631         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11633 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11635         * gnus-art.el (gnus-article-browse-html-temp)
11636         (gnus-article-browse-delete-temp): New variables.
11637         (gnus-article-browse-delete-temp-files): New function.
11638         (gnus-article-browse-html-parts): Use it.
11640 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11642         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11644         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11645         string.
11647         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11648         gnus-summary-insert-new-articles when unplugged.
11649         Remove gnus-summary-search-article-forward.
11651         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11652         display-visual-class instead of display-color-cells.
11654 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11656         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11657         message/* containing non-ASCII text properly.
11659 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11661         * message.el: Require gmm-utils, remove autoloads.
11662         (message-tool-bar): Set default based on
11663         gmm-tool-bar-style.
11664         (message-tool-bar-gnome): Add gmm-customize-mode.
11666         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11667         gmm-tool-bar-style.
11668         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11670         * gnus-group.el (gnus-group-tool-bar): Set default based on
11671         gmm-tool-bar-style.
11672         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11674         * gmm-utils.el (gmm-image-directory): Rename variable from
11675         gmm-image-load-path.
11676         (gmm-image-load-path): Use gmm-image-directory.
11677         (gmm-customize-mode): New function.
11678         (gmm-tool-bar-style): New variable.
11680         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11681         gnus-group-redraw-line-number.
11682         (gnus-group-redraw-check): Simplify.
11683         (gnus-group-tool-bar-update): Remove redraw check.
11684         (gnus-group-make-tool-bar): Add redraw check.
11686 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11688         * gnus-art.el (gnus-button): Add missing parentheses.
11690 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11692         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11694 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11696         * gnus-art.el (gnus-button): New face.
11697         (gnus-article-button-face): Use it.
11699         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11700         Add gnus-summary-next-page.  Re-order.
11702         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11703         next-node are now included.
11704         (gnus-group-redraw-line-number): New internal variable.
11705         (gnus-group-redraw-check): Helper function for updating the tool
11706         bar.
11707         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11709         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11711         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11712         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11713         Use it to match format of Spamassassin 3.0 and later.
11714         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11715         (spam-check-bogofilter)
11716         (spam-bogofilter-register-with-bogofilter): Fix args of
11717         `gnus-error' calls.
11719 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11721         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11722         unnecessary interaction when sending queued mails.
11723         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11725 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11727         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11728         first or last are nil.
11730 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11732         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11734 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11736         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11738 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11740         * dns.el (query-dns): Protect more against buggy tcp output.
11742 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11744         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11745         nov.php.
11747 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11749         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11750         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11751         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11752         output on the server side.
11753         (nnweb-google-create-mapping): Update regexps and add some
11754         progress indication.
11756 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11758         * gnus-group.el (gnus-group-tool-bar-gnome):
11759         Fix gnus-agent-toggle-plugged.  Re-order icons.
11760         (gnus-group-tool-bar-gnome):
11761         Add gnus-group-{prev,next}-unread-group.
11762         (gnus-group-tool-bar-gnome): Re-order icons.
11764         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11765         Move gnus-summary-insert-new-articles.
11767         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11768         Fix comments.
11770         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11771         also available in Emacs 21.3.
11773         * message.el (message-fix-before-sending): Change "Emacs 22" to
11774         "Emacs 23 (unicode)" in comment.
11776         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11777         "Emacs 23 (unicode)" in comment.
11779         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11780         comment.
11781         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11783         * mm-view.el (mm-fill-flowed): Add :version.
11785 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11787         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11788         and load-path.
11790 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11792         * message.el: Autoload gmm-image-load-path.
11793         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11794         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11795         consitency.
11797         * gmm-utils.el (gmm-image-load-path): Also search in
11798         "../etc/images".  Don't set gmm-image-load-path if we don't find
11799         the image.
11801 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11803         * gmm-utils.el (gmm-image-load-path): Don't make
11804         `gmm-image-load-path' include subdirectories which the second arg
11805         `image' might specify.
11807         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11808         subdirectory to icon file names.
11810         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11812 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11814         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11815         gmm-image-load-path calls.
11817         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11819         * message.el (message-make-tool-bar): Ditto.
11821         * mml.el (mml-preview): Add comment concerning tool bar icons.
11823         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11824         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11826         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11827         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11829         * message.el (message-tool-bar-gnome): Use new icon names.
11830         (message-make-tool-bar): Use `gmm-image-load-path'.
11832         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11833         New functions from MH-E.
11834         (gmm-image-load-path): New variable from MH-E.
11835         (gmm-image-load-path): New function from MH-E.  Add arguments
11836         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11837         *-image-load-path-called-flag.
11839 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11841         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11843 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11845         * nnimap.el (nnimap-request-move-article): Change folder back to
11846         source group before deleting.
11848 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11850         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11852         * gnus-art.el (mm-url-insert-file-contents-external):
11853         Autoload mm-url.
11855         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11857 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11859         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11860         coding system which mm-charset-to-coding-system returns for a
11861         given charset is valid.
11863 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11865         * html2text.el (html2text-remove-tag-list):
11866         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11868 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11870         * gnus-cus.el: Revert 2005-10-17 change.
11872 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11874         * gnus-art.el (article-strip-banner):
11875         Call article-really-strip-banner only when the regexp match is made.
11877 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11879         * gnus-art.el (article-strip-banner):
11880         Use gnus-extract-address-components instead of
11881         mail-header-parse-addresses to make it work with non-ASCII text;
11882         remove mail-encode-encoded-word-string.
11884         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11885         values which are surrounded with \"...\"; make it never cause a
11886         Lisp error; give up parsing of parameters if it failed in
11887         extracting type.
11889 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11891         * smime.el (smime-cert-by-ldap-1): Fix bug where
11892         `smime-ldap-search' returns results without userCertificates.
11894 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11896         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11898 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11900         * spam.el (spam-check-spamassassin-headers): Adapt format for
11901         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11902         <ari@mbf.ocn.ne.jp>.
11903         (spam-list-of-processors): Add spam-use-gmane.
11905 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11907         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11908         make-temp-file; make it work with XEmacs as well.
11910         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11911         mm-make-temp-file.
11913         * mm-decode.el (mm-display-external): Use the 3rd arg of
11914         mm-make-temp-file.
11915         (mm-create-image-xemacs): Ditto.
11917 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11919         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11920         with message-narrow-to-headers.
11921         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11922         (gnus-draft-check-draft-articles): New function.
11923         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11925 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11927         * gnus-art.el (gnus-article-browse-html-parts):
11928         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11929         Don't use suffix argument for mm-make-temp-file for Emacs 21
11930         compatibility.  Remove useless `format'.
11932 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11934         * nnweb.el (nnweb-google-wash-article): Update regexps.
11935         (nnweb-group-alist): Use defvoo instead of defvar.
11937 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11939         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11940         re-loading nn* modules.
11942 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11944         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11945         for `tool-bar-mode' and don't check it's default-value.
11947         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11949         * message.el (message-make-tool-bar): Ditto.
11951         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11952         `substring'.  Shorten tmp-file name.
11954         * gnus.el: Remove bogus comment.
11956 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11958         * gnus-art.el (gnus-article-browse-html-parts): New function.
11959         (gnus-article-browse-html-article): New function for viewing html
11960         articles with a browser.
11962 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11964         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11965         (mml2015-pgg-encrypt): Ditto.
11967         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11968         (mml1991-pgg-encrypt): Ditto.
11970 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11972         * nnfolder.el (nnfolder-insert-newsgroup-line):
11973         Use message-make-date instead of current-time-string.
11975         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11976         to gnus-decoded which mm-uu might set.
11978 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11980         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11981         don't decode quoted parameters; remove misimported Emacs code.
11982         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11983         (rfc2231-decode-encoded-string): Don't use split-string which
11984         behaves differently according to Emacs version; use
11985         mm-decode-coding-region to convert charset to coding-system.
11986         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11987         (rfc2231-encode-string): Remove misimported Emacs code.
11989 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11991         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11992         when calling mail-header-parse-content-type.
11993         (article-de-quoted-unreadable): Ditto.
11994         (article-de-base64-unreadable): Ditto.
11995         (article-wash-html): Ditto.
11997         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11998         calling mail-header-parse-content-type and
11999         mail-header-parse-content-disposition.
12000         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12001         mail-header-parse-content-type.
12003         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12004         insert charset and format parameters; encode description after
12005         inserting it to buffer.
12006         (mml-insert-parameter): Fold lines properly even if a parameter is
12007         segmented into two or more lines; change the max column to 76.
12009         * rfc1843.el (rfc1843-decode-article-body): Don't use
12010         ignore-errors when calling mail-header-parse-content-type.
12012         * rfc2231.el (rfc2231-parse-string): Return at least type if
12013         possible; don't cause an error even if it fails in parsing of
12014         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12015         (rfc2231-encode-string): Don't break lines at the beginning, leave
12016         it to mml-insert-parameter.
12018         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12019         calling mail-header-parse-content-type.
12021 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12023         * spam-report.el (spam-report-gmane-use-article-number):
12024         Improve doc string.
12025         (spam-report-gmane-internal): Check if a suitable header was found
12026         in the article.
12028 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12030         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12031         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12033 2006-02-05  Romain Francoise  <romain@orebokech.com>
12035         Update copyright notices of all files in the gnus directory.
12037 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12039         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12041 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12043         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12044         segmented lines of parameter value to cope with Thunderbird 1.5
12045         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12046         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12047         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12049 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12051         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12052         parts.
12054 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12056         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12057         there's only one active file for all servers.
12058         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12059         solid groups.  Gnus might have used a FAST request to select the group.
12060         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12061         and nnweb-search redundantly in the active file.
12062         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12063         (nnweb-request-create-group): Don't use ARGS.
12064         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12065         initialisations.  Let nnoo do the work.
12067 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12069         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12070         Say the part has been decoded.
12072         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12074 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12076         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12077         mailcap-viewer-test-cache when there's no 'test clause, since that
12078         will invert the meaning of a "nil" test previously determined by
12079         mailcap-mailcap-entry-passes-test.
12081 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12083         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12084         compiling.
12086         * gnus-sum.el: Ditto.
12088         * message.el: Don't bind tool-bar-map when compiling.
12090 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12092         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12094 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12096         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12097         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12098         current Google Groups.
12100 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12102         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12103         and tool-bar-mode.
12105         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12106         and tool-bar-mode.
12108         * message.el (message-tool-bar-update): Simplify.
12109         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12111         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12112         gnus-summary-buffer.
12113         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12114         gnus-summary-reply.
12116         * gmm-utils.el (gmm): Add :version.
12118 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12120         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12121         Don't autoload.
12123 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12125         * gmm-utils.el (gmm-verbose): Add :group.
12127 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12129         * message.el: Change some comments WRT tool-bars.
12131         * gnus-sum.el (gnus-summary-tool-bar)
12132         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12133         (gnus-summary-tool-bar-zap-list): New variables.
12134         (gnus-summary-make-tool-bar): Complete rewrite using
12135         `gmm-tool-bar-from-list'.
12137         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12138         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12139         New variables.
12140         (gnus-group-make-tool-bar): Complete rewrite using
12141         `gmm-tool-bar-from-list'.
12142         (gnus-group-tool-bar-update): New function.
12144         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12146 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12148         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12149         is dissected into a single part of which the type is the same as
12150         the given one; decode charset.
12152 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12154         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12155         into alists as symbol not string, since that's what
12156         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12157         look for.
12159 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12161         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12162         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12164         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12166 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12168         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12169         (gnus-mime-security-button-menu): New definition.
12170         (gnus-mime-security-button-map): Use them.
12171         (gnus-mime-security-button-menu): New function.
12172         (gnus-insert-mime-security-button): Addition to help echo.
12173         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12174         (gnus-mime-security-pipe-part): New functions.
12176         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12177         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12179         * mm-decode.el (mm-handle-set-disposition): Remove.
12180         (mm-handle-set-description): Remove.
12182 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12184         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12185         (mm-w3m-standalone-supports-m17n-p): New function.
12186         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12187         w3m usage.
12189         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12190         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12192 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12194         * message.el (message-tool-bar-zap-list):
12195         Use gmm-tool-bar-zap-list as custom type.
12196         (message-tool-bar-update): New function.
12197         (message-tool-bar, message-tool-bar-gnome)
12198         (message-tool-bar-retro): Add message-tool-bar-update.
12199         (message-tool-bar-gnome): Add flyspell-buffer.
12201         * gnus-util.el (gnus-error): Describe `args'.
12203         * gmm-utils.el (gmm-error): Describe `args'.
12204         (gmm-tool-bar-zap-list): New widget.
12205         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12207 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12209         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12210         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12211         the number of recursive calls.
12213         * mm-decode.el (mm-handle-set-disposition): New macro.
12214         (mm-handle-set-description): New macro.
12216 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12218         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12219         encoding.
12221 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12223         * message.el (message-tool-bar-zap-list, message-tool-bar)
12224         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12225         (message-tool-bar-local-item-from-menu): Remove.
12226         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12227         (message-make-tool-bar): New function.
12228         (message-mode): Use `message-make-tool-bar'.
12230         * gmm-utils.el: New file.
12231         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12232         (gmm-lazy): New widget copied from `nnmail.el'.
12233         (gmm-tool-bar-from-list): New function for creating customizable
12234         tool bars.
12235         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12236         output.
12237         (gmm): Add :prefix to defgroup.
12239 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12241         * gmm-utils.el (gmm-widget-p): New function.
12243 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12245         * mml.el (mml-attach-file): Describe `description' in doc string.
12246         (mml-menu): Add Emacs MIME manual and PGG manual.
12248 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12250         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12252 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12254         * nntp.el (nntp-end-of-line): Doc fix.
12256 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12258         * imap.el (imap-open): Handle case where buffer is a buffer
12259         object.
12261 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12263         * gnus-delay.el (gnus-delay): Don't autoload.
12264         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12265         to be re-loaded when customizing the `gnus-delay' group.
12267 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12269         * message.el (message-insert-citation-line): Use newlines.
12271 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12273         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12275         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12277 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12279         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12281 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12283         * mm-decode.el (mm-inlined-types): Add application/pgp.
12284         (mm-automatic-display): Ditto.
12286         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12287         part as text.
12289 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12291         * nnrss.el: Update copyright.
12292         (nnrss-opml-import): Query whether to subscribe to each entry.
12294         * gnus-art.el:
12295         * gnus-sum.el:
12296         * mm-uu.el:
12297         * mm-view.el: Update copyright.
12299 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12301         * message.el (message-info): New function.
12302         (message-mode-menu): Add it.
12303         Update copyright.
12305         * ChangeLog: Fix and update copyright.
12307 2006-01-13  Romain Francoise  <romain@orebokech.com>
12309         * message.el (message-forward-subject-name-subject): Prefer the
12310         address to 'nowhere' if the sender has no name.
12311         Fix typo.  Update copyright year.
12313 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12315         * gnus-art.el (article-wash-html):
12316         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12317         (gnus-article-wash-html-with-w3m-standalone): New function.
12319         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12320         mm-inline-text-html-render-with-w3m-standalone.
12321         (mm-text-html-washer-alist): Map w3m-standalone to
12322         gnus-article-wash-html-with-w3m-standalone.
12323         (mm-inline-text-html-render-with-w3m-standalone): New function.
12325 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12327         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12328         Improve LaTeX.
12330 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12332         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12333         (nnrss-request-article): Render text/plain parts as HTML.
12335         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12336         the buffer.
12338 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12340         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12341         custom definition of `gnus-posting-styles'.
12343         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12344         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12346 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12348         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12349         Use nntp for bug archive.
12351 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12353         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12354         parts.
12355         (nnrss-normalize-date): New function converts ISO 8601 date into
12356         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12357         (nnrss-check-group): Use it.
12359 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12361         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12363         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12364         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12365         (nnrss-insert-w3): Ditto.
12367 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12369         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12370         the articles to be forwarded including the case where neither a
12371         number of articles nor a region is specified.
12373 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12375         * nnrss.el (nnrss-request-article): Fix last change; fill
12376         text/plain parts.
12378 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12380         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12381         in text/plain part.
12382         (nnrss-check-group): Don't add excessive newline to dc:subject.
12384 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12386         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12387         article.
12389 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12391         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12392         (nnml-use-compressed-files, nnml-save-mail): Support other
12393         comression programs such as bzip2.
12395 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12397         * dns.el (query-dns): Make sure we check the buffer size before
12398         removing tcp headers.
12400 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12402         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12403         remove MIME buttons associated with multipart/alternative parts.
12404         (gnus-mime-display-alternative): Tag buttons using `article-type'
12405         text property.
12407         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12408         associated with multipart/alternative parts.
12410         * gnus-art.el (gnus-signature-separator): Fix custom type.
12412         * mm-decode.el (mm-inlined-types): Fix custom type.
12413         (mm-keep-viewer-alive-types): Ditto.
12414         (mm-automatic-display): Ditto.
12415         (mm-attachment-override-types): Ditto.
12416         (mm-inline-override-types): Ditto.
12417         (mm-automatic-external-display): Ditto.
12419 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12421         * spam-report.el (spam-report-user-mail-address)
12422         (spam-report-user-agent): New variables.
12423         (spam-report-url-ping-plain): Use spam-report-user-agent.
12425 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12427         * gnus-art.el (gnus-button-handle-custom): Do not just use
12428         `customize-apropos' for any "M-x customize-*" button but the
12429         function called for.  Accept both the function name and its
12430         argument in order to achieve this.
12431         (gnus-button-alist): Remove support for "custom:" URL's.
12432         Pass function name to `gnus-button-handle-custom' in case of "M-x
12433         customize-*" buttons.
12435 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12437         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12438         multipart/alternative and add xref to mm-discouraged-alternatives
12439         in doc string.
12441         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12442         gnus-buttonized-mime-types in doc string.
12444 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12446         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12447         Suggest image/.* in the doc string.
12449 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12451         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12452         message-marks (Debian bug #342521).
12454 2005-12-12  Simon Josefsson  <jas@extundo.com>
12456         * password.el (password-read-from-cache): Add.
12457         (password-read): Use it.
12459 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12461         * rfc2047.el (rfc2047-charset-to-coding-system):
12462         Recognize us-ascii as a MIME charset.
12464         * mm-bodies.el (mm-decode-content-transfer-encoding):
12465         Protect against the case where the 2nd arg TYPE is nil.
12467 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12469         * pop3.el (pop3-stream-type): Fix custom version.
12471         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12473 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12475         * mm-decode.el (mm-display-external): Add missing cdr.
12477 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12479         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12480         RFC1524) if it is in mailcap or add a suffix according to
12481         mailcap-mime-extensions when generating a temp filename; postpone
12482         deleting a temp file for 2 seconds for some wrappers, shell
12483         scripts, and so on, which might exit right after having started a
12484         viewer command as a background job.
12486 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12488         * nntp.el (nntp-marks-directory): Fix custom group.
12490         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12491         steps when < 10.
12493         * gnus-start.el (gnus-no-server-1):
12494         Mention `gnus-level-default-subscribed' in doc string.
12496 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12498         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12499         parens.
12501 2005-11-26  Dave Love  <fx@gnu.org>
12503         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12504         (tls-program, tls-success): Provide openssl alternative.
12506         * starttls.el: Doc fixes.
12507         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12508         SERVICE to PORT.
12510         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12511         port null or service name.
12512         (starttls-negotiate): Autoload.
12514 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12516         * message.el (message-kill-to-signature): Fix interactive spec.
12518 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12520         * pop3.el (pop3-open-server): Recognize a string as a service name.
12522 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12524         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12526 2005-11-23  Dave Love  <fx@gnu.org>
12528         Add pop3s, pop3/starttls.
12530         * pop3.el (pop3-authentication-scheme): Clarify doc.
12531         (open-tls-stream, starttls-open-stream): Autoload.
12532         (pop3-stream-type): New.
12533         (pop3-open-server): Use it.
12535         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12536         for POP.
12537         (mail-source-keyword-map): Add :stream for POP.
12538         (mail-source-fetch-pop): Use pop3-stream-type.
12540 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12542         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12543         of current-time-string.
12545 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12547         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12548         date header.
12550 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12552         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12553         it can seriously impact performance as it bypasses the agent's
12554         local caches.
12556 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12558         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12559         must be explicitly online rather than "not explicitly offline" for
12560         its flags to be synchronized.
12562         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12563         that gnus-uu-unmark-thread will function correctly.
12565         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12566         1024K is instead displayed as 1M.
12568 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12570         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12572 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12574         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12576 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12578         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12579         error message to display actual error condition.
12580         (gnus-agent-save-local): Avoid saving symbols that are bound to
12581         nil as they simply result in a warning message in
12582         gnus-agent-read-local.
12584 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12586         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12587         rather than make-variable-buffer-local for file-precious-flag.
12589 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12591         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12592         for duplicates which are removed.  The invalid sort check then
12593         triggers a rescan after the sort as sorting may have moved
12594         duplicate entries such that they can be cheaply detected.
12596 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12598         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12600 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12602         * gnus-agent.el (gnus-agent-article-alist-save-format):
12603         Change internal variable to a custom variable.  Change default value
12604         from compressed(2) to uncompressed(1).
12605         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12606         support for uncompressed agentview files.  Taken together, reading
12607         the agentview file should now be 6-7 times faster.
12609 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12611         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12612         as a buffer-local variable.  This avoids creating truncated
12613         dribble files as a result of a hang up, eg.
12615 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12617         * gnus-start.el (gnus-start-draft-setup):
12618         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12620         * gnus.el (gnus-splash): Change custom group.
12621         (gnus-group-get-parameter, gnus-group-parameter-value):
12622         Describe allow-list argument.
12624         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12625         string.
12627 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12629         * gnus-art.el (gnus-default-article-saver): Add user-defined
12630         `function' to custom type.
12632 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12634         * imap.el (imap-open): Handle case where buffer is a buffer
12635         object.
12637 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12639         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12640         long lines.
12641         (gnus-cache-delete-group): Wrap doc strings.
12643         * gnus-agent.el (gnus-agent-rename-group)
12644         (gnus-agent-delete-group): Wrap doc strings.
12646 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12648         * gnus-start.el (gnus-1): Add "native" to
12649         gnus-predefined-server-alist.
12651         * gnus.el (gnus-method-to-server): Don't add "native" to the
12652         lists here, because that leads to problems when
12653         gnus-select-method is bound.
12655 2005-11-09  Simon Josefsson  <jas@extundo.com>
12657         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12658         use (not sort-by-date) instead.
12660 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12662         * gnus-delay.el (gnus-delay-group): Don't autoload.
12663         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12664         to be re-loaded when customizing the `gnus-delay' group.
12666 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12668         * message.el: Revert last changes.
12669         (message-insert-citation-line): Use newlines.
12671 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12673         * message.el (message-courtesy-message)
12674         (message-mark-insert-begin, message-mark-insert-end)
12675         (message-elide-ellipsis, message-cancel-message)
12676         (message-add-header, message-change-subject)
12677         (message-cross-post-followup-to-header)
12678         (message-cross-post-insert-note, message-reduce-to-to-cc)
12679         (message-widen-reply, message-delete-not-region)
12680         (message-kill-to-signature, message-insert-signature)
12681         (message-insert-importance-high, message-insert-importance-low)
12682         (message-insert-or-toggle-importance)
12683         (message-insert-disposition-notification-to)
12684         (message-indent-citation, message-yank-original)
12685         (message-cite-original-without-signature, message-cite-original)
12686         (message-insert-citation-line, message-position-on-field)
12687         (message-fix-before-sending, message-send-mail-partially)
12688         (message-send-mail, message-send-mail-with-sendmail)
12689         (message-send-mail-with-qmail, message-send-news)
12690         (message-check-news-header-syntax, message-generate-headers)
12691         (message-insert-courtesy-copy, message-fill-address)
12692         (message-fill-header, message-shorten-references)
12693         (message-setup-1, message-cancel-news)
12694         (message-forward-make-body-plain, message-forward-make-body-mime)
12695         (message-forward-make-body-mml, message-encode-message-body)
12696         (message-forward-make-body-digest-plain)
12697         (message-forward-make-body-digest-mime)
12698         (message-use-alternative-email-as-from): Insert `hard-newline'
12699         instead of ordinary newlines.
12701 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12703         * message.el (message-generate-headers): Downcase the argument
12704         given to message-check-element.
12706 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12708         * nntp.el (nntp-authinfo-rejected): New error condition.
12709         (nntp-wait-for): Use new error condition to signal authentication
12710         error.
12711         (nntp-retrieve-data): Rethrow new error condition to break out of
12712         recursive call to nntp-send-authinfo.
12714 2005-11-08  Romain Francoise  <romain@orebokech.com>
12716         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12717         (gnus-summary-exit-map): Bind to `Z p'.
12718         (gnus-summary-make-menu-bar): Add menu item.
12720 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12722         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12723         (gnus-treat-*): Add `first' in all doc strings.
12725         * gnus-group.el (gnus-group-compact-group): Fix typo.
12727 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12729         * gnus.el (gnus-parameters-case-fold-search): New variable.
12730         (gnus-parameters-get-parameter): Use it.
12732         * gnus-score.el (gnus-home-score-file): Doc fix.
12734 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12736         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12738 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12740         * mm-util.el (mm-special-display-p): New function.
12742         * mml.el (mml-preview): Use it; doc fix.
12744 2005-10-29  Romain Francoise  <romain@orebokech.com>
12746         * message.el (message-fix-before-sending): Fix comment.
12748 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12750         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12752 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12754         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12755         Used in gnus-score.el.
12757 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12759         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12761 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12763         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12764         whitespace removed in revision 7.8.  Use concatenated string to
12765         protect trailing whitespace.
12767 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12769         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12770         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12771         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12772         Courier IMAP ("some version from 2004").  Mostly based on similar
12773         code in the same function.
12775 2005-10-26  Didier Verna  <didier@xemacs.org>
12777         * gnus-group.el (gnus-group-compact-group): Invalidate original
12778         article buffer.
12779         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12780         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12781         NOV database and in article itself.
12782         Invalidate article backlog.
12784 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12786         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12788 2005-10-26  Simon Josefsson  <jas@extundo.com>
12790         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12791         part of 2004-07-25 change.
12793 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12795         * message.el (message-display-completion-list): New function.
12796         (message-expand-group): Use it; make sure the Completions buffer
12797         is modifiable.
12799 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12801         * imap.el (imap-open): Handle case where buffer is a buffer object.
12803 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
12805         * pgg-def.el:
12806         * pgg-gpg.el:
12807         * pgg-parse.el:
12808         * pgg-pgp.el:
12809         * pgg-pgp5.el:
12810         * pgg.el: Move to the parent lisp directory.
12812 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12814         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12815         user-mail-name is an empty string.
12817 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12819         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12820         depending on gnus-score-decay-constant.
12822         * encrypt.el (encrypt-insert-file-contents)
12823         (encrypt-write-file-contents): Don't use `gnus-message'.
12825         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12826         arguments.
12827         (mm-uu-type-alist): Add message-marks and insert-marks.
12828         Pass arguments to mm-uu-verbatim-marks-extract.
12829         (mm-uu-hide-markers): New variable.
12830         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12832         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12833         (gnus-convert-image-to-face-command): Use "convert" by default to
12834         allow other input image formats.
12835         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12836         accordingly.
12838 2005-10-23  Simon Josefsson  <jas@extundo.com>
12840         * imap.el (imap-gssapi-program): Align command line parameters
12841         with latest GNU SASL.
12842         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12844 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12846         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12847         HTML.
12848         (nnslashdot-request-article): Ditto.
12850 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12852         * mail-source.el (mail-source-fetch-pop): Require pop3.
12853         (mail-source-check-pop): Ditto.
12855 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12857         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12858         errors.
12860 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12862         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12863         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12865         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12867         * mm-bodies.el (mm-decode-string):
12868         Call `mm-charset-to-coding-system' with allow-override argument.
12870 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12872         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12873         (rfc2047-charset-to-coding-system): New function.
12874         (rfc2047-decode-encoded-words): New function.
12875         (rfc2047-decode-region): Use them.
12876         (rfc2047-decode-cte): Remove.
12877         (rfc2047-parse-and-decode): Remove.
12878         (rfc2047-decode): Remove.
12880 2005-10-15  Kenichi Handa  <handa@m17n.org>
12882         * rfc2047.el (rfc2047-decode-cte): New function.
12883         (rfc2047-decode-region): Change the way to decode successive
12884         encoded-words: decode B- or Q-encoding in each encoded-word,
12885         concatenate them, and decode it as charset.
12887 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12889         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12890         widget-move-and-invoke.
12891         (gnus-custom-mode): Use gnus-custom-map.
12893 2005-10-15  Bill Wohler  <wohler@newt.com>
12895         * message.el (message-tool-bar-map): Rename image file from
12896         mail_send to mail/send.
12898 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12900         * message.el (message-expand-group): Pass the common
12901         prefix substring of completion to `display-completion-list'.
12903 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12905         * mml-sec.el (mml-secure-method): New internal variable.
12906         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12907         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
12908         New functions using mml-secure-method.
12910         * mml.el (mml-mode-map): Add key bindings for those functions.
12911         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12912         Harder <harder@myrealbox.com>.
12913         (mml-attach-file, mml-attach-buffer, mml-attach-external):
12914         Goto end of message if point is the headers of the message.
12916         * message.el (message-in-body-p): New function.
12918         * assistant.el: Autoload gnus-util and netrc.
12920         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12921         Use `mm-charset-override-alist' only when decoding.
12923         * mm-bodies.el (mm-decode-body):
12924         Call `mm-charset-to-coding-system' with allow-override argument.
12926         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12927         `filename' from Content-Disposition if Content-Type doesn't
12928         provide `name'.
12929         (gnus-mime-view-part-as-type): Set default instead of
12930         initial-input.
12932 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12934         * format-spec.el (format-spec): Propagate text properties of % spec.
12936 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12938         * gnus-art.el (gnus-treat-predicate): Add `first'.
12940 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12942         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12943         (mm-charset-override-alist): New variable.
12944         (mm-charset-to-coding-system): Use it.
12945         (mm-codepage-setup): New helper function.
12946         (mm-charset-eval-alist): New variable.
12947         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
12948         Warn about unknown charsets.
12950 2005-10-04  David Hansen  <david.hansen@gmx.net>
12952         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12953         (nnrss-check-group): Ditto.
12955 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12957         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12958         Rename x-gnus-verbatim to x-verbatim.
12959         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12961         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12962         x-verbatim.
12964         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12966         * gnus-util.el (gnus-remove-duplicates): Remove.
12968         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12969         instead of gnus-remove-duplicates.
12971         * message.el (message-remove-duplicates): Remove.
12972         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12973         message-remove-duplicates.
12975         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12976         available, else use implementation from `delete-dups'.
12978         * message.el (message-insert-expires): New function.
12979         (message-mode-map): Add key binding.
12980         (message-mode-field-menu): Add menu entry.
12981         (message-mode): Document it.
12982         (message-make-expires-date): Use `message-make-date'.
12984 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12986         * message.el (message-make-expires-date): New function.
12988 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12990         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12992 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12994         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12995         function rather than the diff-mode.el package.
12996         (mm-display-external): Use with-current-buffer.
12997         (mm-viewer-completion-map, mm-viewer-completion-map):
12998         Move initialization inside declaration.
13000 2005-09-29  Simon Josefsson  <jas@extundo.com>
13002         * spam.el: Load hashcash when compiling, to avoid warnings.
13003         Don't autoload mail-check-payment.
13004         (spam-check-hashcash): Define unconditionally, since hashcash.el
13005         is part of Gnus now.  Ignore errors from payment checking.
13007 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13009         * message.el (message-bold-region, message-unbold-region):
13010         Rename from `bold-region' and `unbold-region'.
13012         * message.el: Remove useless autoloads.
13014 2005-09-28  Simon Josefsson  <jas@extundo.com>
13016         * message.el (message-use-idna): Default to t.
13017         (message-use-idna): Test whether encoding works too.  Doc fix.
13019 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13021         * nntp.el (nntp-warn-about-losing-connection): Remove.
13023 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13025         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13026         customizable.  Change default value.
13027         (mm-uu-diff-groups-regexp): Change default value.
13028         (mm-uu-type-alist): Add doc string.
13029         (mm-uu-configure): Add doc string.  Make it interactive.
13030         (mm-uu-tex-groups-regexp): New variable.
13031         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13032         (mm-uu-type-alist): Add LaTeX documents.
13033         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13034         of "text/verbatim".
13035         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13037         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13038         instead of "text/verbatim".
13040         * message.el (message-mark-inserted-region)
13041         (message-mark-insert-file): Use slrn style marks when called with
13042         prefix argument.
13044 2005-09-27  Simon Josefsson  <jas@extundo.com>
13046         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13048 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13050         * message.el (message-remove-duplicates): New function.
13051         Implementation borrowed from `gnus-remove-duplicates'.
13052         (message-idna-to-ascii-rhs): Also encode idna addresses in
13053         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13054         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13055         only ask about the same idna domain once per header and also tell
13056         in what header to replace the idna domain.
13058         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13059         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13060         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13061         a header is decoded and not just the last one.
13063 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13065         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13066         has been decoded.
13068         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13069         (mm-insert-part): Don't modify text if it has been decoded.
13071         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13072         decoded.
13074         * mm-view.el (mm-inline-text): Don't strip text props unless
13075         decoding enriched or richtext parts.
13077 2005-09-25  Romain Francoise  <romain@orebokech.com>
13079         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13080         * gnus-start.el (gnus-subscribe-interactively):
13081         * gnus-uu.el (gnus-uu-grab-articles):
13082         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13083         space.
13085 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13087         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13088         * mm-view.el (mm-view-pkcs7-decrypt):
13089         * gnus-sum.el (gnus-summary-limit-to-extra)
13090         (gnus-summary-respool-article, gnus-read-move-group-name):
13091         * gnus-score.el (gnus-summary-increase-score):
13092         * gnus-util.el (gnus-completing-read-with-default):
13093         * gnus-art.el (gnus-read-save-file-name)
13094         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13095         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13096         * message.el (message-check-news-header-syntax):
13097         Follow convention for reading with the minibuffer.
13099 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13101         * spam-report.el (spam-report-url-ping-plain):
13102         Use gnus-extended-version as User-Agent.
13104         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13105         default value is nil.
13107         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13108         (mm-uu-verbatim-marks-extract): New function.
13109         (mm-uu-extract): New face.
13110         (mm-uu-copy-to-buffer): Use it.
13112         * spam-report.el (spam-report-gmane-ham): Rename from
13113         `spam-report-gmane-unspam'.
13114         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13115         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13117         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13118         Autoload.
13119         (spam-report-gmane-unregister-routine):
13120         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13122 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13124         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13125         (spam-report-gmane-unregister-routine): Add support for gmane
13126         unregistration.
13128         * spam-report.el (spam-report-gmane-unspam)
13129         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13130         (spam-report-gmane): Change to take a single article and do unspam
13131         registration.
13133 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13135         * mm-url.el (mm-url-decode-entities): Fix regexp.
13137 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13139         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13140         default to nil, to be able to use Gnus at all.  If the default
13141         switches to something else, then the function should be fixed not
13142         be exceedingly slow.
13144 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13146         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13147         fail hard.
13149         * spam-report.el: Add better Keywords line.
13151         * spam.el: Add Maintainer and better Keywords line.
13153 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13155         * gnus-art.el (gnus-article-replace-part)
13156         (gnus-mime-replace-part): New functions.
13157         (gnus-mime-action-alist, gnus-mime-button-commands)
13158         (gnus-mime-save-part-and-strip): Add file argument.
13159         (gnus-article-part-wrapper): Add interactive argument.
13161         * gnus-sum.el (gnus-summary-mime-map):
13162         Add `gnus-article-replace-part'.
13164 2005-09-19  Didier Verna  <didier@xemacs.org>
13166         The nnml compaction feature:
13167         * nnml.el (nnml-request-compact-group): New function.
13168         * nnml.el (nnml-request-compact): New function.
13169         * gnus-int.el (gnus-request-compact-group): New function.
13170         * gnus-int.el (gnus-request-compact): New function.
13171         * gnus-group.el (gnus-group-compact-group): New function.
13172         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13173         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13174         * gnus-srvr.el (gnus-server-compact-server): New function.
13175         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13176         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13178 2005-09-18  Deepak Goel  <deego@gnufans.org>
13180         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13181         format spec.
13183 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13185         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13187 2005-09-15  Romain Francoise  <romain@orebokech.com>
13189         * message.el (message-fill-paragraph): Clarify docstring.
13191 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13193         * gnus-art.el (gnus-mime-display-part): Protect against broken
13194         MIME messages.
13196 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13198         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13199         before parsing header.
13201 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13203         * html2text.el (html2text-replace-list): Add new entities.
13205 2005-09-11  Romain Francoise  <romain@orebokech.com>
13207         * message.el (message-alternative-emails): Improve docstring.
13208         (message-setup-1): Call `message-use-alternative-email-as-from'
13209         after `message-setup-hook' to give it precedence over posting
13210         styles, etc.
13211         (message-use-alternative-email-as-from): Add docstring.
13212         Remove the original From header if present.
13214         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13215         (nnml-save-mail): Use it.
13217         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13218         articles.  Add new argument `silent'.
13219         (gnus-uu-mark-all): Report the total number of marked articles.
13221 2005-09-10  Romain Francoise  <romain@orebokech.com>
13223         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13224         (gnus-uu-mark-series): Likewise.
13226 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13228         * spam-report.el (spam-report-gmane): Fix generation of spam
13229         report URL.
13231 2005-09-10  Simon Josefsson  <jas@extundo.com>
13233         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13234         t, based on discussion on the ding list with Robert Epprecht
13235         <epprecht@solnet.ch>.
13237 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13239         * spam-report.el (spam-report-gmane): Make it work without
13240         X-Report-Spam header.  Gmane now only provides Archived-At.
13241         This is only used if `spam-report-gmane-use-article-number' is nil.
13242         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13244         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13245         make `gnus-summary-sort-by-recipient' work with threading.
13247         * nnweb.el (nnweb-google-wash-article): Print a message if article
13248         is not available.
13250 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13252         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13253         change.  Decode text/* parts content before displaying.
13255 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13257         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13259 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13261         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13263 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13265         * message.el (message-tab-body-function): Fix mismatched custom type.
13267         * gnus.el (gnus-group-change-level-function): Ditto.
13269         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13271         * gnus-art.el (gnus-signature-limit)
13272         (gnus-article-mime-part-function): Ditto.
13274 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13276         * mml.el (mml-mode): Silence the byte compiler.
13278         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13279         using `(sit-for 0)' before moving the point to the specified part;
13280         skip unbuttonized parts.
13281         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13282         return to the summary window if gnus-auto-select-part is non-nil.
13284 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13286         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13287         New variables.
13288         (mml-dnd-attach-file, mml-mode): Use them.
13290         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13291         Make fetching article by MID work again for Google Groups.
13292         Add FIXME concerning gnus-group-make-web-group.
13294         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13295         Don't depend on Gnus by using mail-extract-address-components if
13296         gnus-extract-address-components is not bound.
13298 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13300         * gnus-art.el (gnus-mime-display-security): Don't display the
13301         signature, but only the signed part.
13303 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13305         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13307         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13308         list, not listp.
13310 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13312         * mm-encode.el (mm-encode-content-transfer-encoding):
13313         Likewise when encoding.
13315         * mm-bodies.el (mm-decode-content-transfer-encoding):
13316         De-canonicalize CRLF for all text content types, not just
13317         text/plain.
13319 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13321         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13322         valid article; point arrow and cursor at the MIME button.
13324 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13326         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13327         Suggested by Dan Christensen <jdc@uwo.ca>.
13329         * mm-decode.el (mm-save-part): Enable change of prompt.
13331 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13333         * gnus-msg.el (gnus-inews-add-send-actions):
13334         Make `message-post-method' lambda parameter ARG `&optional'.
13336 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13338         * gnus-sum.el (gnus-summary-mime-map):
13339         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13340         gnus-article-jump-to-part.
13342         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13343         (gnus-article-edit-part): Use it.
13344         (gnus-article-part-wrapper): Add no-handle argument.
13345         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13346         New functions.
13348 2005-08-29  Romain Francoise  <romain@orebokech.com>
13350         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13351         docstring.
13352         (gnus-face-from-file): Likewise.
13354 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13356         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13357         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13358         non-nil.
13359         (gnus-auto-select-part): New variable.
13360         (gnus-article-jump-to-part): New function.
13361         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13362         (gnus-mime-delete-part): Allow selecting specified part after
13363         deleting or stripping parts.
13364         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13365         part if argument is bogus.
13367 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13369         * gnus-art.el (w3m-minor-mode-map):
13370         * gnus-spec.el (gnus-newsrc-file-version):
13371         * gnus-util.el (nnmail-active-file-coding-system)
13372         (gnus-original-article-buffer, gnus-user-agent):
13373         * gnus.el (gnus-ham-process-destinations)
13374         (gnus-parameter-ham-marks-alist)
13375         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13376         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13377         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13378         * mm-decode.el (gnus-current-window-configuration):
13379         * mm-extern.el (gnus-article-mime-handles):
13380         * mm-url.el (url-current-object, url-package-name)
13381         (url-package-version):
13382         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13383         (smime-keys, w3m-cid-retrieve-function-alist)
13384         (w3m-current-buffer, w3m-display-inline-images)
13385         (w3m-minor-mode-map):
13386         * mml-smime.el (gnus-extract-address-components):
13387         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13388         (gnus-newsrc-hashtb, message-default-charset)
13389         (message-deletable-headers, message-options)
13390         (message-posting-charset, message-required-mail-headers)
13391         (message-required-news-headers):
13392         * mml1991.el (mc-pgp-always-sign):
13393         * mml2015.el (mc-pgp-always-sign):
13394         * nnheader.el (nnmail-extra-headers):
13395         * rfc1843.el (gnus-decode-encoded-word-function)
13396         (gnus-decode-header-function, gnus-newsgroup-name):
13397         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13399 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13401         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13402         the end of the date treatments.
13404 2005-08-15  Simon Josefsson  <jas@extundo.com>
13406         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13407         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13408         Capello and Romain Francoise.
13409         (pgg-fetch-key-function): Remove, not used?
13410         (pgg-insert-url-with-w3): Require url, to get
13411         url-insert-file-contents regardless of where it is defined.
13413 2005-08-13  Romain Francoise  <romain@orebokech.com>
13415         * message.el (message-cite-original-1): New function.
13416         (message-cite-original): Use it.
13417         (message-cite-original-without-signature): Ditto.
13419 2005-08-08  Romain Francoise  <romain@orebokech.com>
13421         * message.el (message-yank-empty-prefix): New variable.
13422         (message-indent-citation): Use it.
13423         (message-cite-original-without-signature): Respect X-No-Archive.
13425 2005-08-08  Simon Josefsson  <jas@extundo.com>
13427         * pgg.el: Autoload url-insert-file-contents instead of loading
13428         w3/url.
13429         (pgg-insert-url-with-w3): Don't load url here.
13431 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13433         * message.el (message-kill-to-signature): Don't insert newline at
13434         bol.
13435         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13437 2005-08-06  Romain Francoise  <romain@orebokech.com>
13439         * message.el (message-user-fqdn): Fix typo in docstring.
13441 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13443         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13445         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13447 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13449         * mm-bodies.el (mm-encode-body): Use coding system rather than
13450         charset to encode text.
13452         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13453         number of charsets if utf-8 is available (XEmacs).
13455 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13457         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13458         taken from `gnus-button-mid-or-mail-regexp'.
13459         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13460         (gnus-button-alist): Improve regexp for domain part of the MIDs
13461         for news:localpart@domain buttons.
13462         (gnus-button-ctan-directory-regexp): Update.
13464 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13466         * sieve-manage.el (sieve-manage-interactive-login):
13467         Use make-local-variable rather than make-variable-buffer-local.
13468         (sieve-manage-open): Ditto.
13469         (sieve-manage-authenticate): Ditto.
13471         * mml.el (mml-generate-mime-1): Make the content type default to
13472         text/plain if the filename is not specified.
13474 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13476         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13477         instead of insert-buffer.
13479         * message.el (message-yank-original): Ditto; set the mark at the
13480         end of the yanked message.
13482 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13484         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13485         lines to scroll rather than to stop it.
13487         * mml.el (mml-generate-default-type): Add doc string.
13488         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13489         default to application/octet-stream when determining the content
13490         type if it is not specified for the part or the mml contents; add
13491         a comment about mml-generate-default-type.
13493 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13495         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13496         make it default to application/octet-stream when determining the
13497         content type if it is not specified for the external contents.
13499 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13501         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13502         segmented parameter but also other parameters might be there.
13504 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13506         * mm-decode.el (mm-display-external): Delete temp file, directory
13507         and buffer immediately if the external process is exited.
13509 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13511         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13512         fewer lines than that of scroll-margin.
13513         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13515 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13517         * gnus-art.el (gnus-article-next-page): Revert.
13518         (gnus-article-beginning-of-window): New macro.
13519         (gnus-article-next-page-1): Use it.
13520         (gnus-article-prev-page): Ditto.
13521         (gnus-article-edit-part): Use insert-buffer-substring instead of
13522         insert-buffer.
13523         (gnus-article-edit-exit): Ditto.
13525         * gnus-util.el (gnus-beginning-of-window): Remove.
13526         (gnus-end-of-window): Remove.
13528 2005-07-25  Simon Josefsson  <jas@extundo.com>
13530         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13531         to have the url package without w3.  Reported by Daiki Ueno
13532         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13534 2005-07-20  Didier Verna  <didier@xemacs.org>
13536         * gnus-diary.el: Remove the description comment (nndiary is now
13537         properly documented in the Gnus manual).
13538         Fix the spelling of "Back End".
13539         * nndiary.el: Ditto.
13540         Fix the copyright notice.
13542 2005-07-18  Romain Francoise  <romain@orebokech.com>
13544         * gnus-sum.el (gnus-summary-to-prefix)
13545         (gnus-summary-newsgroup-prefix): New variables.
13546         (gnus-summary-from-or-to-or-newsgroups): Use them.
13548 2005-07-17  Romain Francoise  <romain@orebokech.com>
13550         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13551         space as it's generally not especially interesting to the user.
13553 2005-07-16  Romain Francoise  <romain@orebokech.com>
13555         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13556         nil to avoid prompting and file modification if one of the
13557         messages at the top of the nnfolder file contains a copyright
13558         notice.
13559         Update copyright notice.
13561         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13562         instead of `current-time-string' as the latter creates a time
13563         string that is not RFC 2822 compliant (it lacks the zone).
13564         Update copyright notice.
13566 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13568         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13569         for text/rtf.  Display default in prompt.  Pass default for M-n.
13571         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13573 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13575         * gnus-msg.el (gnus-button-mailto):
13576         Remove save-selected-window-window hackery because it relies on
13577         save-selected-window internals.
13579 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13581         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13582         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13583         (gnus-article-prev-page): Ditto.
13585         * gnus-util.el (gnus-beginning-of-window): New function.
13586         (gnus-end-of-window): New function.
13588 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13590         * gnus-score.el (gnus-score-edit-all-score):
13591         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13592         gnus-message.
13594 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13596         * gnus-msg.el (gnus-button-mailto):
13597         Remove save-selected-window-window hackery because it relies on
13598         save-selected-window internals.
13600 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13602         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13603         add-minor-mode.
13604         (gnus-binary-mode): Ditto.
13606         * gnus-topic.el (gnus-topic-mode): Ditto.
13608 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13610         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13611         (gnus-article-prev-page): Take scroll-margin into consideration.
13613 2005-07-04  Lute Kamstra  <lute@gnu.org>
13615         Update FSF's address in GPL notices.
13617 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13619         * gnus.el (gnus-exit):
13620         * gnus-group.el (gnus-group-icons):
13621         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13623         * gnus-nocem.el (gnus-nocem):
13624         * message.el (message-various, message-buffers, message-sending)
13625         (message-interface, message-forwarding, message-insertion)
13626         (message-headers, message-news, message-mail):
13627         * pgg-gpg.el (pgg-gpg):
13628         * pgg-parse.el (pgg-parse):
13629         * pgg-pgp.el (pgg-pgp):
13630         * pgg-pgp5.el (pgg-pgp5):
13631         * pop3.el (pop3): Finish `defgroup' description with period.
13633 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13635         * gnus-art.el (article-display-face): Improve the efficiency.
13636         (article-display-x-face): Ditto; remove grey x-face stuff.
13638 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13640         * gnus-art.el (article-display-face): Correct the position in
13641         which Faces are inserted.
13643 2005-06-29  Didier Verna  <didier@xemacs.org>
13645         * gnus-art.el (article-display-face): Display faces in correct
13646         order.
13648 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13650         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13651         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13652         (gnus-nocem-check-article): Fetch the Type header.
13653         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13654         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13655         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13656         make sure gnus-nocem-hashtb is initialized.
13657         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13658         (gnus-nocem-unwanted-article-p): Ditto.
13660         * pgg.el (pgg-verify): Return the verification result.
13662 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13664         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13665         is ascii.
13667 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13669         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13670         `show-nonbreak-escape'.
13672 2005-06-23  Lute Kamstra  <lute@gnu.org>
13674         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13676         * dig.el (dig-mode):
13677         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13679 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13681         * nnimap.el (nnimap-split-download-body): Fix spellings.
13683 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13685         * gnus-art.el (gnus-article-encrypt-body):
13686         * gnus-cus.el (gnus-score-customize):
13687         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13688         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13690 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13692         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13693         header by looking for magic "MII" at the beginnig.
13695 2005-06-16  Miles Bader  <miles@gnu.org>
13697         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13698         (assistant-field-face): New backward-compatibility alias for renamed
13699         face.
13700         (assistant-render-text): Use renamed assistant-field face.
13702         * spam.el (spam): Remove "-face" suffix from face name.
13703         (spam-face): New backward-compatibility alias for renamed face.
13704         (spam-face, spam-initialize): Use renamed spam face.
13706         * message.el (message-header-to, message-header-cc)
13707         (message-header-subject, message-header-newsgroups)
13708         (message-header-other, message-header-name)
13709         (message-header-xheader, message-separator, message-cited-text)
13710         (message-mml): Remove "-face" suffix from face names.
13711         (message-header-to-face, message-header-cc-face)
13712         (message-header-subject-face, message-header-newsgroups-face)
13713         (message-header-other-face, message-header-name-face)
13714         (message-header-xheader-face, message-separator-face)
13715         (message-cited-text-face, message-mml-face):
13716         New backward-compatibility aliases for renamed faces.
13717         (message-font-lock-keywords): Use renamed message faces.
13719         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13720         (sieve-test-commands, sieve-tagged-arguments):
13721         Remove "-face" suffix from face names.
13722         (sieve-control-commands-face, sieve-action-commands-face)
13723         (sieve-test-commands-face, sieve-tagged-arguments-face):
13724         New backward-compatibility aliases for renamed faces.
13725         (sieve-control-commands-face, sieve-action-commands-face)
13726         (sieve-test-commands-face, sieve-tagged-arguments-face):
13727         Use renamed sieve faces.
13729         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13730         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13731         (gnus-group-news-3-empty, gnus-group-news-4)
13732         (gnus-group-news-4-empty, gnus-group-news-5)
13733         (gnus-group-news-5-empty, gnus-group-news-6)
13734         (gnus-group-news-6-empty, gnus-group-news-low)
13735         (gnus-group-news-low-empty, gnus-group-mail-1)
13736         (gnus-group-mail-1-empty, gnus-group-mail-2)
13737         (gnus-group-mail-2-empty, gnus-group-mail-3)
13738         (gnus-group-mail-3-empty, gnus-group-mail-low)
13739         (gnus-group-mail-low-empty, gnus-summary-selected)
13740         (gnus-summary-cancelled, gnus-summary-high-ticked)
13741         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13742         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13743         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13744         (gnus-summary-low-undownloaded)
13745         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13746         (gnus-summary-low-unread, gnus-summary-normal-unread)
13747         (gnus-summary-high-read, gnus-summary-low-read)
13748         (gnus-summary-normal-read, gnus-splash):
13749         Remove "-face" suffix from face names.
13750         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13751         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13752         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13753         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13754         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13755         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13756         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13757         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13758         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13759         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13760         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13761         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13762         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13763         (gnus-summary-normal-ticked-face)
13764         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13765         (gnus-summary-normal-ancient-face)
13766         (gnus-summary-high-undownloaded-face)
13767         (gnus-summary-low-undownloaded-face)
13768         (gnus-summary-normal-undownloaded-face)
13769         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13770         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13771         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13772         (gnus-splash-face):
13773         New backward-compatibility aliases for renamed faces.
13774         (gnus-group-startup-message): Use renamed gnus faces.
13776         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13777         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13778         (gnus-server-agent): Remove "-face" suffix from face names.
13779         (gnus-server-agent-face, gnus-server-opened-face)
13780         (gnus-server-closed-face, gnus-server-denied-face)
13781         (gnus-server-offline-face):
13782         New backward-compatibility aliases for renamed faces.
13783         (gnus-server-agent-face, gnus-server-opened-face)
13784         (gnus-server-closed-face, gnus-server-denied-face)
13785         (gnus-server-offline-face): Use renamed gnus faces.
13787         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13788         Remove "-face" suffix from face names.
13789         (gnus-picon-xbm-face, gnus-picon-face):
13790         New backward-compatibility aliases for renamed faces.
13792         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13793         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13794         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13795         (gnus-cite-11): Remove "-face" suffix from face names.
13796         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13797         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13798         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13799         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13800         New backward-compatibility aliases for renamed faces.
13801         (gnus-cite-attribution-face, gnus-cite-face-list)
13802         (gnus-article-boring-faces): Use renamed gnus faces.
13804         * gnus-art.el (gnus-signature, gnus-header-from)
13805         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13806         (gnus-header-content): Remove "-face" suffix from face names.
13807         (gnus-signature-face, gnus-header-from-face)
13808         (gnus-header-subject-face, gnus-header-newsgroups-face)
13809         (gnus-header-name-face, gnus-header-content-face):
13810         New backward-compatibility aliases for renamed faces.
13811         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13813         * gnus-sum.el (gnus-summary-selected-face)
13814         (gnus-summary-highlight): Use renamed gnus faces.
13815         * gnus-group.el (gnus-group-highlight): Likewise.
13817 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13819         * gnus-sieve.el (gnus-sieve-article-add-rule):
13820         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13821         * spam-stat.el (spam-stat-buffer-change-to-spam)
13822         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13824         * message.el (message-is-yours-p):
13825         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13827 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13829         * mm-view.el (mm-inline-text): Withdraw the last change.
13831 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13833         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13834         executing enriched-decode.
13836 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13838         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13839         charset of tar files.
13841 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13843         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13845 2005-06-04  Lute Kamstra  <lute@gnu.org>
13847         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13848         information is never recorded.
13850 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13852         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13854 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13856         * pop3.el (pop3-apop): Run md5 in the binary mode.
13858         * starttls.el (starttls-set-process-query-on-exit-flag):
13859         Use eval-and-compile.
13861 2005-05-31  Simon Josefsson  <jas@extundo.com>
13863         * smime.el (smime-replace-in-string): Define.
13864         (smime-cert-by-ldap-1): Use it.
13866 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13868         * gnus-art.el (article-display-x-face): Replace
13869         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13871         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13872         set-process-query-on-exit-flag or process-kill-without-query.
13874         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13875         loop instead of replace-regexp.
13877         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13878         instead of process-kill-without-query if it is available.
13880         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13881         instead of find-file-hooks if it is available.
13883         * mml1991.el: Bind pgg-default-user-id when compiling.
13885         * mml2015.el: Bind pgg-default-user-id when compiling.
13887         * nndraft.el (nndraft-request-associate-buffer):
13888         Use write-contents-functions instead of write-contents-hooks if it is
13889         available.
13891         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13892         instead of find-file-hooks if it is available.
13894         * nntp.el (nntp-open-connection): Replace
13895         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13896         (nntp-open-ssl-stream): Ditto.
13897         (nntp-open-tls-stream): Ditto.
13899         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13900         set-process-query-on-exit-flag or process-kill-without-query.
13901         (starttls-open-stream-gnutls): Use it instead of
13902         process-kill-without-query.
13903         (starttls-open-stream): Ditto.
13905 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13907         * smime.el (smime-cert-by-ldap-1): Don't use
13908         replace-regexp-in-string.
13910 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13912         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13914         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13915         in PEM format.  Adjust to the XEmacs compability.
13917 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13919         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13920         by `string-to-number'.
13921         * gnus-agent.el (gnus-agent-regenerate-group)
13922         (gnus-agent-fetch-articles): Ditto.
13923         * gnus-art.el (gnus-button-fetch-group): Ditto.
13924         * gnus-cache.el (gnus-cache-generate-active)
13925         (gnus-cache-articles-in-group): Ditto.
13926         * gnus-group.el (gnus-group-set-current-level)
13927         (gnus-group-insert-group-line): Ditto.
13928         * gnus-score.el (gnus-score-set-expunge-below)
13929         (gnus-score-set-mark-below, gnus-summary-score-effect)
13930         (gnus-summary-score-entry): Ditto.
13931         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13932         (gnus-soup-pack): Ditto.
13933         * gnus-spec.el (gnus-xmas-format): Ditto.
13934         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13935         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13936         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13937         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13938         * nndb.el (nndb-get-remote-expire-response): Ditto.
13939         * nndiary.el (nndiary-parse-schedule-value)
13940         (nndiary-string-to-number, nndiary-request-replace-article)
13941         (nndiary-request-article): Ditto.
13942         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13943         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13944         * nneething.el (nneething-make-head): Ditto.
13945         * nnfolder.el (nnfolder-request-article)
13946         (nnfolder-retrieve-headers): Ditto.
13947         * nnheader.el (nnheader-file-to-number): Ditto.
13948         * nnkiboze.el (nnkiboze-request-article): Ditto.
13949         * nnmail.el (nnmail-process-unix-mail-format)
13950         (nnmail-process-babyl-mail-format): Ditto.
13951         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13952         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13953         (nnmh-request-create-group, nnmh-request-list-1)
13954         (nnmh-request-group, nnmh-request-article): Ditto.
13955         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13956         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13957         * nnsoup.el (nnsoup-make-active): Ditto.
13958         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13959         * nntp.el (nntp-find-group-and-number)
13960         (nntp-retrieve-headers-with-xover): Ditto.
13961         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13962         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13963         (pgg-format-key-identifier): Ditto.
13964         * pop3.el (pop3-last, pop3-stat): Ditto.
13965         * qp.el (quoted-printable-decode-region): Ditto.
13967         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13968         of concat.
13970 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13972         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13974         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13976         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13978         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13980         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13982         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13984         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13985         (gnus-carpal-mode): Ditto.
13987         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13988         (gnus-browse-mode): Ditto.
13990         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13992         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13994 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13996         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13998 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14000         * gnus-util.el (gnus-run-mode-hooks): New function.
14002         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14004 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14006         * gnus-agent.el (gnus-agent-make-mode-line-string):
14007         Use mode-line-highlight as mouse-face.
14009 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14011         * canlock.el (canlock): Change the parent group to news.
14013         * deuglify.el (gnus-outlook-deuglify): Add :group.
14015         * dig.el (dig): Add :group.
14017         * dns-mode.el (dns-mode): Add :group.
14019         * encrypt.el (encrypt): Add :group.
14021         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14022         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14023         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14024         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14025         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14027         * gnus-diary.el (gnus-diary): Add :group.
14029         * gnus.el (gnus-group-news-1-face): Add :group.
14030         (gnus-group-news-1-empty-face): Ditto.
14031         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14032         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14033         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14034         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14035         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14036         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14037         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14038         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14039         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14040         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14041         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14042         (gnus-summary-high-ticked-face): Ditto.
14043         (gnus-summary-low-ticked-face): Ditto.
14044         (gnus-summary-normal-ticked-face): Ditto.
14045         (gnus-summary-high-ancient-face): Ditto.
14046         (gnus-summary-low-ancient-face): Ditto.
14047         (gnus-summary-normal-ancient-face): Ditto.
14048         (gnus-summary-high-undownloaded-face): Ditto.
14049         (gnus-summary-low-undownloaded-face): Ditto.
14050         (gnus-summary-normal-undownloaded-face): Ditto.
14051         (gnus-summary-high-unread-face): Ditto.
14052         (gnus-summary-low-unread-face): Ditto.
14053         (gnus-summary-normal-unread-face): Ditto.
14054         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14055         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14057         * hashcash.el (hashcash): New custom group.
14058         (hashcash-default-payment): Add :group.
14059         (hashcash-payment-alist): Ditto.
14060         (hashcash-default-accept-payment): Ditto.
14061         (hashcash-accept-resources): Ditto.
14062         (hashcash-path): Ditto.
14063         (hashcash-extra-generate-parameters): Ditto.
14064         (hashcash-double-spend-database): Ditto.
14065         (hashcash-in-news): Ditto.
14067         * message.el (message-minibuffer-local-map): Add :group.
14069         * netrc.el (netrc): Add :group.
14071         * sieve-manage.el (sieve-manage-log): Add :group.
14072         (sieve-manage-default-user): Diito.
14073         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14074         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14075         (sieve-manage-authenticators): Ditto.
14076         (sieve-manage-authenticator-alist): Ditto.
14077         (sieve-manage-default-port): Ditto.
14079         * sieve-mode.el (sieve-control-commands-face): Add :group.
14080         (sieve-action-commands-face): Ditto.
14081         (sieve-test-commands-face): Ditto.
14082         (sieve-tagged-arguments-face): Ditto.
14084         * smime.el (smime): Add :group.
14086         * spam-report.el (spam-report): Add :group.
14088         * spam.el (spam, spam-face): Add :group.
14090 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14092         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14093         return \n.\n.\n at the end of articles.  Protect against that.
14094         (nntp-with-open-group): Allow debugging.
14096         * nnheader.el (mail-header-set-extra): Make into a function
14097         because I just could't understand how to quote the list properly.
14099         * dns.el (query-dns-cached): New function.
14101 2005-05-26  Lute Kamstra  <lute@gnu.org>
14103         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14105 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14107         * gnus-art.el: Don't autoload mail-extract-address-components.
14109         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14110         eval-and-compile to evaluate it.
14112         * hashcash.el: Don't autoload executable-find.
14114         * nndb.el: Don't declare the nndb back end two or more times; don't
14115         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14117         * nntp.el: Autoload format-spec instead of format; use
14118         eval-and-compile to evaluate autoload forms.
14120 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14122         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14124 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14126         * gnus.el (gnus-version-number): Bump version.
14128 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14130         * gnus.el: No Gnus v0.3 is released.
14132 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14134         * gnus-art.el (gnus-article-edit-part): Disable undo.
14136 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14138         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14139         gnus-article-date-lapsed-new-header is t if date timer is active;
14140         skip headers in which the original date value is empty.
14141         (gnus-article-save-original-date): Redefine it as a macro.
14142         (gnus-display-mime): Use it.
14144 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14146         * gnus-art.el (article-date-ut): Support converting date in
14147         forwarded parts as well.
14148         (gnus-article-save-original-date): New function.
14149         (gnus-display-mime): Use it.
14151 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14153         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14154         enclosure element of <item>.
14156 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14158         * message.el (message-kill-buffer-query): Rename from
14159         `message-kill-buffer-query-if-modified'.  Add :version.
14161 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14163         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14164         window layout.
14166 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14168         * mml.el: Autoload dnd when compiling.
14170 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14172         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14173         x-dnd-*.
14175 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14177         * qp.el (quoted-printable-encode-region): Save excursion.
14179 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14181         * message.el (message-kill-buffer-query-if-modified): Add new variable
14182         so the user can kill a modified message buffer quickly.
14183         (message-kill-buffer): Use it.
14185 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14187         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
14188         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14190 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14192         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14193         contained in text because xml.el decodes entities) with LFs.
14195 2005-04-11  Lute Kamstra  <lute@gnu.org>
14197         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14198         differently.
14200 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14202         * mm-util.el (mm-detect-coding-region): Typo.
14204 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14206         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14208 2005-04-06  Deepak Goel  <deego@gnufans.org>
14210         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14211         user-function allow user modifications of the scores.
14212         (spam-stat-score-buffer-user): New function, to allow
14213         user-computed modifications to the score.
14214         (spam-stat-score-buffer-user-functions): List of additional
14215         scoring functions.
14216         (spam-stat-error-holder): Global temporary error holder.
14217         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14218         variable.
14220 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14222         * gnus-registry.el (gnus-registry-clean-empty-function)
14223         (gnus-registry-trim, gnus-registry-fetch-groups)
14224         (gnus-registry-delete-group): Groups that match
14225         `gnus-registry-ignored-groups' are removed from the registry
14226         entries, not just ignored for splitting.  This helps clean up the
14227         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14228         to get all the groups a message ID is in.
14230         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14231         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14232         (spam-stat-score-buffer-user-functions): Add :number custom type.
14234 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14236         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14237         argument in XEmacs.
14239         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14240         (nnrss-request-group): Decode group name first.
14241         (nnrss-request-article): Make a text/plain article if mml-to-mime
14242         failed.
14243         (nnrss-get-encoding): Return a compatible encoding according to
14244         nnrss-compatible-encoding-alist.
14245         (nnrss-find-el): Use consp instead of listp.
14246         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14248 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14250         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14251         which Emacs 20 doesn't support.
14252         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14254 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14256         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14257         silence the byte compiler inside the defun.
14259         * gnus-demon.el (parse-time-string): Add autoload.
14261         * gnus-delay.el (parse-time-string): Add autoload.
14263         * gnus-art.el (parse-time-string): Add autoload.
14265         * nnultimate.el (parse-time): Require for `parse-time-string'.
14267 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14269         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14271         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14273         * smime.el (smime-ldap-host-list): Add :version.
14275 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14277         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14278         pass it to `gnus-browse-read-group'.
14279         (gnus-browse-read-group): Add NUMBER argument and pass it to
14280         `gnus-group-read-ephemeral-group'.
14282         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14283         argument and pass it to `gnus-group-read-group'.
14285 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14287         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14288         mm-xemacs-find-mime-charset-1 if we have the mule feature
14289         available at runtime.
14291 2005-03-25  Werner Lemberg  <wl@gnu.org>
14293         * nnmaildir.el: Replace `illegal' with `invalid'.
14295 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14297         * gnus-start.el (gnus-display-time-event-handler):
14298         Check display-time-timer at runtime rather than only at load time
14299         in case display-time-mode is turned off in the mean time.
14301 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14303         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14304         used.
14306         * nneething.el (nneething-map-file-directory): Derive from
14307         `gnus-directory'.
14309         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14310         the To/Cc button.
14312 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14314         * nnmaildir.el (nnmaildir-request-accept-article):
14315         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14317 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14319         * gnus-async.el: Require timer-funcs at compile time when in
14320         XEmacs for `run-with-idle-timer'.
14322 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14324         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14325         autoloaded function.
14327 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14329         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14331 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14333         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14335 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14337         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14338         Add gnus-expert-user to default.
14340 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14342         * nnimap.el (nnimap-open-server): Ditto.
14344         * imap.el (imap-authenticate): Fix typo.
14346 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14348         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14349         buffer (since IMAP server might return FETCH response out of
14350         order, and the nntp buffer must be sorted).
14352 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14354         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14355         comparison on string.
14357         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14358         (gnus-agent-score): Rename category keywords to match gnus-cus.
14359         (gnus-agent-summary-fetch-series): Modify to protect against
14360         gnus-agent-summary-fetch-group clearing processable flags.
14361         (gnus-agent-synchronize-group-flags): Update live group buffer as
14362         synchronization may occur due to the user toggle the plugged
14363         status.
14364         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14365         successfully downloaded.
14366         (gnus-agent-expire-group-1): Avoid using markers when the overview
14367         is in ascending order; greatly improves performance.
14368         (gnus-agent-regenerate-group):
14369         Use gnus-agent-synchronize-group-flags to reset read status in both
14370         gnus and server.
14371         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14373 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14375         * message.el: Don't autoload former message-utils variables.
14376         (message-strip-subject-trailing-was): Change doc string.
14378         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14379         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14380         (nnweb-google-search): Add "hl=en" here.
14381         (nnweb-google-parse-1, nnweb-google-create-mapping):
14382         Don't hardcode URL.
14384 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14386         * message.el (message-get-reply-headers, message-followup):
14387         Mention related variables `message-use-followup-to' and
14388         `message-use-mail-followup-to', in the information buffer.
14390         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14391         of broken groups(-beta).google.com.
14393 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14395         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14396         parameter to invoked gnus-request-move-article; remove the
14397         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14398         all at once instead of once per article.
14399         (gnus-summary-remove-process-mark): Accept a list of articles as
14400         well as a single article for processing.
14402         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14403         parameter.
14405         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14407         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14409         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14410         parameter.
14412         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14413         parameter.
14415         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14416         parameter and remove the gnus-sum-hint-move-is-internal variable.
14418         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14419         parameter.
14421         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14422         parameter.
14424         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14425         parameter.
14427         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14429         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14430         parameter.
14432         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14433         parameter.
14435 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14437         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14438         a more conservative way.
14440 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14442         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14443         buffer, so it moves the window's cursor.
14445 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14447         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14448         `mm-dissect-multipart' and receive the from field as an (optional)
14449         argument from `mm-dissect-multipart'.
14450         (mm-dissect-multipart): Receive the from field as an argument and
14451         pass it on when we call `mm-dissect-buffer' on MIME parts.
14452         Fixes verification/decryption of signed/encrypted MIME parts.
14454 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14456         * gnus-sum.el (gnus-summary-move-article):
14457         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14458         whatever it calls (right now, only nnimap-request-move article
14459         respects it).
14461         * nnimap.el (nnimap-request-move-article):
14462         When gnus-sum-hint-move-is-internal is set, don't do the extra
14463         nnimap-request-article.
14465 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14467         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14469         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14470         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14472         * gnus-sum.el (gnus-summary-caesar-message):
14473         Apply `gnus-treat-article' after rotation.
14475         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14476         doc string.
14478 2005-02-22  Simon Josefsson  <jas@extundo.com>
14480         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14481         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14482         <arne@arnested.dk>.
14483         (encrypt): Add password-cache and password-cache-expiry as group
14484         members.
14486 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14488         * smime.el (smime-ldap-host-list): Doc fix.
14489         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14490         cache) password.
14491         (smime-sign-region): Use it.
14492         (smime-decrypt-region): Use it.
14493         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14494         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14495         fails.
14496         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14497         certificate from DER to PEM format rather than calling openssl.
14499         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14501         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14502         for signing/encryption.
14504         * mml.el (mml-parse-1): Use them.
14506 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14508         * nnrss.el (nnrss-verbose): Remove.
14509         (nnrss-request-group): Use `nnheader-message' instead.
14511 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14513         * nnrss.el (nnrss-verbose): New variable.
14514         (nnrss-request-group): Make it say nnrss is requesting a group.
14516 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14518         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14519         Handle news URL with given port correctly.
14521 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14523         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14524         containing special characters.
14526         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14528         * mml.el (mime-to-mml): Ditto.
14530         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14531         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14532         (rfc2047-decode-region): Quote decoded words containing special
14533         characters when rfc2047-quote-decoded-words-containing-tspecials
14534         is non-nil.
14536 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14538         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14540         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14542 2005-02-15  Simon Josefsson  <jas@extundo.com>
14544         * nnimap.el (nnimap-debug): Doc fix.
14546         * imap.el (imap-debug): Doc fix.
14548 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14550         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14552 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14554         * gnus.el (spam-contents): Improve docs for spam-contents
14555         parameter in its variable incarnation.
14557 2005-02-14  Simon Josefsson  <jas@extundo.com>
14559         * smime-ldap.el: Use require instead of load-library for ldap.
14560         (smime-ldap-search): Indent.
14561         (smime-ldap-search-internal): Shorten line.
14563         * smime.el (smime-cert-by-dns): Add doc-string.
14564         (smime-cert-by-ldap-1): Indent.
14566         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14567         mml-smime-get-dns-ldap.
14568         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14570 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14572         * smime.el: Require smime-ldap.
14573         (smime-ldap-host-list): New variable.
14574         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14576         * mml-smime.el (mml-smime-encrypt-query): New function.
14577         (mml-smime-encrypt-query): Use it.
14579         * smime-ldap.el: New file.
14581 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14583         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14585 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14587         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14588         argument in doc string.  Make query for type more clear.
14590 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14592         * gnus.el (gnus-group-startup-message): Search for gnus images in
14593         etc/images/gnus.
14594         * mm-util.el (mm-image-load-path): Likewise.
14595         * smiley.el (smiley-data-directory): Search for smilies in
14596         etc/images/smilies.
14598 2005-02-09  Kim F. Storm  <storm@cua.dk>
14600         Change Emacs release version from 21.4 to 22.1 throughout.
14601         Change Emacs development version from 21.3.50 to 22.0.50.
14603 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14605         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14607         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14608         non-Mule XEmacs as well.
14609         (mm-decompress-buffer): Signal an error intentionally if it does
14610         not decompress compressed data because auto-compression-mode is
14611         disabled.
14613 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14615         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14616         an ID in the registry even if it has no groups.
14618 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14620         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14621         merge it into mm-decompress-buffer.
14622         (gnus-mime-copy-part): Use the MIME part charset, the value which
14623         a user specified or gnus-newsgroup-charset for decoding, like
14624         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14625         save-buffer what was used.  Suggested by Kevin Ryde
14626         <user42@zip.com.au>.
14627         (gnus-mime-inline-part): Allow the name parameter as well as the
14628         filename parameter; force decompressing of compressed data; always
14629         display contents being not decoded as unibyte.
14631         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14632         as well as the filename parameter.
14634         * mm-util.el (mm-decompress-buffer):
14635         Merge gnus-mime-jka-compr-maybe-uncompress.
14636         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14637         of compressed data.
14639 2005-02-08  Simon Josefsson  <jas@extundo.com>
14641         * imap.el (imap-log): Doc fix.
14643 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14645         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14646         the coding cookies; decompress compressed parts.
14648         * mml.el (mml-generate-mime-1): Add the charset parameter according
14649         to the value which a user specified manually or the coding cookie.
14651         * mm-util.el (mm-string-to-multibyte): New function.
14652         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14653         (mm-coding-system-to-mime-charset): New function.
14654         (mm-decompress-buffer): New function.
14655         (mm-find-buffer-file-coding-system): New function.
14657         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14658         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14659         parts.
14661 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14663         * mm-view.el (mm-display-inline-fontify): Decode a part according
14664         to the charset parameter.
14666 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14668         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14669         prefix arg is neither nil nor a number, as info specifies.
14671 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14673         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14674         timestamps.
14676 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14678         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14679         groups error checking and notify user.
14681 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14683         * message.el (message-send-mail-function): Check existence of
14684         sendmail-program first before using default value
14685         `message-send-mail-with-sendmail'.  Otherwise use more generic
14686         `smtpmail-send-it'.
14688 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14690         * nntp.el (nntp-request-update-info): Always return nil.
14692 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14694         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14696 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14698         * message.el (message-beginning-of-line): Change the behavior when
14699         invoked between BOL and : so that it first moves backward.
14701 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14703         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14704         article buffer when editing of the article is discarded.
14705         (gnus-article-prepare): Revert.
14707 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14709         * gnus-art.el (gnus-article-prepare):
14710         Remove message-strip-forbidden-properties from the local hook.
14712 2005-01-27  Simon Josefsson  <jas@extundo.com>
14714         * password.el (password-cache-add): Only start one timer per key.
14715         Reported by Derek Atkins <warlord@MIT.EDU>.
14717 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14719         * run-at-time.el: Remove.  It is no longer needed as
14720         timer-funcs.el in the xemacs-base package has a working version of
14721         `run-at-time'.
14723         * password.el: Require timer-funcs instead of run-at-time in
14724         XEmacs.
14725         Remove `password-run-at-time' macro.
14726         (password-cache-add): Use `run-at-time' instead of
14727         `password-run-at-time'.
14729         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14730         for `run-with-idle-timer'.
14732         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14733         for `run-at-time'.
14735         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14736         for `with-timeout'.
14738 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14740         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14741         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14743 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14745         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14746         sensitively.
14748 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14750         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14752 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14754         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14755         which will be inserted according to the multibyteness of a buffer
14756         rather than the type of contents.  Suggested by ARISAWA Akihiro
14757         <ari@mbf.ocn.ne.jp>.
14759         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14760         of string which old xml.el may return rather than a string.
14762 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14764         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14766 2005-01-16  Simon Josefsson  <jas@extundo.com>
14768         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14769         idn/idna.el isn't available.
14770         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14771         <michael@waxrat.com>.
14773         * hashcash.el: Remove non-FSF copyright header.
14775         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14776         (hashcash-generate-payment): Use it.
14777         (hashcash-generate-payment-async): Use it.
14779 2005-01-15  Simon Josefsson  <jas@extundo.com>
14781         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14782         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14784         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14785         gnus-summary-idna-message.
14786         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14787         (gnus-summary-idna-message): New function.
14789 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14791         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14792         gnus-novice-user.
14794 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14796         * nnrss.el (nnrss-request-delete-group): Delete entries in
14797         nnrss-group-alist as well.
14798         (nnrss-save-server-data): Insert newline.
14800 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14802         * gnus.el (gnus-user-agent): Use list of symbols instead of
14803         symbols.  Display full version number for (S)XEmacs.
14804         Optionally display (S)XEmacs codename.
14806         * gnus-util.el (gnus-emacs-version): Update for new
14807         `gnus-user-agent'.
14809         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14810         Gnus version.
14812 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14814         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14815         which is unreadable in some setups.
14817 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14819         * gnus-spec.el (gnus-update-format-specifications): Flush the
14820         group format spec cache if it doesn't support decoded group names.
14822 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14824         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14825         Allow to apply decay on score files matching a regexp.
14827 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14829         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14830         compatibility in %g and %c.
14832 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14834         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14835         name for only %g and %c.
14836         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14837         of gnus-tmp-group to decoded group name.
14838         (gnus-group-make-rss-group): Exclude `/'s from group names.
14840 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14842         * nnrss.el (nnrss-get-encoding): Fix regexp.
14844 2004-12-27  Simon Josefsson  <jas@extundo.com>
14846         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14847         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14848         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14850 2004-12-17  Kim F. Storm  <storm@cua.dk>
14852         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14854         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14856 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14858         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14860 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14862         * nnrss.el: Require rfc2047 and mml.
14863         (nnrss-file-coding-system): New variable.
14864         (nnrss-format-string): Redefine it as an inline function.
14865         (nnrss-decode-group-name): New function.
14866         (nnrss-string-as-multibyte): Remove.
14867         (nnrss-retrieve-headers): Decode group name; don't use
14868         nnrss-format-string.
14869         (nnrss-request-group): Decode group name.
14870         (nnrss-request-article): Decode group name; allow a Message-ID as
14871         well as an article number; don't use nnrss-format-string; encode a
14872         Message-ID string which may contain non-ASCII characters; use
14873         mml-to-mime to compose a MIME article.
14874         (nnrss-request-expire-articles): Decode group name.
14875         (nnrss-request-delete-group): Decode group name.
14876         (nnrss-fetch): Clarify error message.
14877         (nnrss-read-server-data): Use insert-file-contents instead of load;
14878         bind file-name-coding-system; use multibyte buffer.
14879         (nnrss-save-server-data): Bind coding-system-for-write to the
14880         value of nnrss-file-coding-system; bind file-name-coding-system;
14881         add coding cookie.
14882         (nnrss-read-group-data): Use insert-file-contents instead of load;
14883         bind file-name-coding-system; use multibyte buffer.
14884         (nnrss-save-group-data): Bind coding-system-for-write to the
14885         value of nnrss-file-coding-system; bind file-name-coding-system.
14886         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14887         make it work with non-ASCII text.
14888         (nnrss-find-el): Make it work with old xml.el as well.
14890 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14892         * nnrss.el (nnrss-get-encoding): New function.
14893         (nnrss-fetch): Use unibyte buffer initially; bind
14894         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14895         decode contents according to the encoding attribute.
14896         (nnrss-save-group-data): Add coding cookie.
14897         (nnrss-mime-encode-string): New function.
14898         (nnrss-check-group): Use it to encode subject and author.
14900 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14902         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14903         imaginary variable.
14905 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14907         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14908         correctly even if there are wide characters.
14910 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14912         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14913         downcased symbol names; make a new cache instead of reusing
14914         bbdb-hashtable.
14916 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14918         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14919         concatenating segments rather than before concatenating them.
14920         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14922         * message.el (message-get-reply-headers): Bind `extra'.
14924 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14926         * message.el (message-extra-wide-headers): New variable.
14927         (message-get-reply-headers): Use it.
14929 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14931         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14932         (gnus-agent-group-pathname): Ditto.
14934         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14936         * gnus-group.el (gnus-group-make-group): Decode group name.
14937         (gnus-group-make-rss-group): Register the group data after opening
14938         the nnrss group.
14940 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14942         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14943         by expiry now get marked as read.
14945 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14947         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14949 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14951         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14952         unify Latin characters in XEmacs.
14953         (mm-find-mime-charset-region): Use it.
14955 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14957         * gnus-util.el (gnus-delete-directory): New function.
14959         * gnus-agent.el (gnus-agent-delete-group): Use it.
14961         * gnus-cache.el (gnus-cache-delete-group): Use it.
14963 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14965         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14966         names.
14968 2004-12-16  Simon Josefsson  <jas@extundo.com>
14970         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14972 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14974         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14976         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14977         (gnus-group-set-current-level): Decode group name.
14979 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14981         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14982         failed.
14984 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14986         * gnus-group.el (gnus-group-delete-group): Decode group name.
14987         (gnus-group-make-rss-group): Encode group name.
14988         (gnus-group-catchup-current): Decode group name.
14989         (gnus-group-kill-group): Decode group name.
14991 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14993         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14995 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14997         * gnus-group.el (gnus-group-make-rss-group):
14998         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15000         * gnus-start.el (gnus-setup-news): Honor user's setting to
15001         gnus-message-archive-method.  Suggested by Lute Kamstra
15002         <lute@gnu.org>.
15004 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15006         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15007         global counterparts of the buffer-local variables.
15009 2004-11-16  Romain Francoise  <romain@orebokech.com>
15011         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15012         counterparts of the buffer-local variables.
15014 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15016         * message.el (message-forbidden-properties): Fix typo in doc
15017         string.
15019 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15021         * gnus-util.el (gnus-replace-in-string): Add doc string.
15023         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15024         to avoid problems when splitting mails with many recipients.
15026 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15028         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15029         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15031 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15033         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15034         if there is no hashtable in memory or file modification time is
15035         newer than cached timestamp.
15037 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15039         * gnus-sum.el (gnus-summary-limit-to-recipient):
15040         Implement not-matching option.
15042 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15044         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15045         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15046         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15047         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15048         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15049         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15051 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15053         * message.el (message-forward-make-body-mml): Remove headers
15054         according to message-forward-ignored-headers if a message is decoded.
15056 2004-12-02  Romain Francoise  <romain@orebokech.com>
15058         * message.el (message-forward-make-body-plain): Always remove
15059         headers according to message-forward-ignored-headers.
15061 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15063         * spam.el (spam-summary-prepare-exit): Remove the
15064         gnus-summary-limit pop for now, it has problems with ham marks for
15065         me.
15067 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15069         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15070         correctly.
15072 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15074         * format-spec.el (format-spec): Message the char.
15076 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15078         * gnus-art.el (gnus-split-methods): Reformat comments.
15080         * spam.el (spam-summary-prepare-exit): Remove article limits
15081         before exiting the summary buffer.
15083 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15085         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15086         order to silence the byte compiler.
15088         * spam.el: Fix the way to silence the byte compiler, which
15089         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15090         bbdb-search-simple, spam-BBDB-register-routine,
15091         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15092         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15093         spam-stat-buffer-is-spam, spam-stat-load,
15094         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15095         spam-stat-save and spam-stat-split-fancy.
15097 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15099         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15100         which may confuse users.
15101         (canlock-password-for-verify): Ditto.
15103         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15105         * gnus-art.el (gnus-emphasis-alist): Ditto.
15107         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15109         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15111         * gnus-start.el (gnus-save-killed-list): Ditto.
15113         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15114         (gnus-sum-thread-tree-root): Ditto.
15115         (gnus-sum-thread-tree-false-root): Ditto.
15116         (gnus-sum-thread-tree-single-indent): Ditto.
15118         * message.el (message-courtesy-message): Ditto.
15119         (message-archive-note): Ditto.
15120         (message-subscribed-address-file): Ditto.
15121         (message-user-fqdn): Ditto.
15123         * spam-report.el (spam-report-gmane-regex): Ditto.
15125         * spam.el (spam-blackhole-good-server-regex): Ditto.
15127 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15129         * mml.el (mml-preview): Widen the message buffer before copying
15130         the contents to the preview buffer; sort headers before previewing.
15132         * message.el (message-hidden-headers): Fix the way to avoid a bug
15133         in the `repeat' widget in Emacs 21.3 or earlier.
15135 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15137         * message.el (message-hidden-headers): Default to "^References:".
15138         Improve customization type.  Suggested by Reiner Steib
15139         <Reiner.Steib@gmx.de>.
15141 2004-11-25  Romain Francoise  <romain@orebokech.com>
15143         * message.el (message-strip-forbidden-properties): Remove check for
15144         obsolete `message-hidden' text property, hidden headers are not
15145         accessible in the buffer anymore.
15147 2004-11-22  Romain Francoise  <romain@orebokech.com>
15149         * message.el (message-header-format-alist): Add `From' in list
15150         so that it can be sorted.
15151         (message-fix-before-sending): Widen and sort headers before
15152         sending.
15153         (message-hide-headers): Use narrowing to hide headers by moving
15154         them to the top of the buffer and narrowing to the region
15155         underneath.
15157 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15159         * message.el (message-strip-forbidden-properties):
15160         Bind buffer-read-only (etc) to nil.
15162 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15164         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15165         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15167 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15169         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15171 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15173         * dns.el (query-dns): Use sit-for to time instead of
15174         accept-process-output, since that doesn't seem to work on udp
15175         sockets.
15177 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15179         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15181 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15183         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15184         doc string.  Improve doc string.
15186 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15188         * nntp.el (nntp-request-update-info): Return nil if
15189         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15190         may not call gnus-activate-group which uselessly issues the GROUP
15191         commands for all nntp groups and wastes time.  Reported by Romain
15192         Francoise <romain@orebokech.com>.
15194         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15196 2004-11-15  Simon Josefsson  <jas@extundo.com>
15198         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15199         headers separately.
15200         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15201         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15203 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15205         * gnus-start.el (gnus-convert-old-newsrc):
15206         Assign legacy-gnus-agent to 5.10.7.
15208 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15210         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15211         start of the lines.
15213 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15215         * hashcash.el (hashcash-default-payment): Change default to 20.
15216         (hashcash-default-accept-payment): Change default to 20.
15217         (hashcash-process-alist): New variable.
15218         (hashcash-generate-payment-async): Add.
15219         (hashcash-already-paid-p): Add.
15220         (hashcash-insert-payment): Don't generate payments twice.
15221         (hashcash-insert-payment-async): Add.
15222         (hashcash-insert-payment-async-2): Add.
15223         (hashcash-cancel-async): Add.
15224         (hashcash-wait-async): Add.
15225         (hashcash-processes-running-p): Add.
15226         (hashcash-wait-or-cancel): Add.
15227         (mail-add-payment): New optional argument.  Conditionally start
15228         asynchronous calculation.
15229         (mail-add-payment-async): Add.
15231         * message.el (message-send-mail): Wait for asynchronous hashcash
15232         results.  Don't clobber existing X-Hashcash headers.
15233         (message-setup-1): Call mail-add-payment-async when
15234         message-generate-hashcash is non-nil.
15236 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15238         * message.el (message-use-alternative-email-as-from): Examine the
15239         From header as well; use message-make-from in order to include a
15240         user's full name.
15242 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15244         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15245         default; improve customization type.
15246         (gnus-emphasis-custom-with-format): New macro.
15247         (gnus-emphasis-custom-value-to-external): New function.
15248         (gnus-emphasis-custom-value-to-internal): New function.
15250 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15252         * dns.el (query-dns): Resolve reverse addresses.
15254 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15256         * gnus-group.el (gnus-group-get-new-news): Use it.
15258         * gnus-start.el (gnus-check-reasonable-setup): New function.
15260 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15262         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15263         "Args out of range" error.  Reported by Arnaud Giersch
15264         <arnaud.giersch@free.fr>.
15266 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15268         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15270 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15272         * spam.el (spam group): Add :version.
15274         * pgg-def.el (pgg group): Add :version.
15276 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15278         * gnus-art.el (gnus-article-edit-article): Don't associate the
15279         article buffer with a draft file.  This is a temporary measure
15280         against the 2004-08-22 change to gnus-article-edit-mode.
15282 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15284         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15285         (html2text-format-tags): Remove unused variable `attr'.
15287 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15289         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15291         * spam-stat.el (spam-stat): Add :version.
15293         * sieve.el (sieve): Add :version.
15295         * sha1.el (sha1): Add :version.
15296         (sha1-use-external): Remove redundant version.
15298         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15299         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15300         (nnmail-split-fancy-match-partial-words)
15301         (nnmail-split-lowercase-expanded): Add :version.
15303         * nndiary.el (nndiary): Add :version.
15305         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15307         * mml-sec.el (mml-default-sign-method)
15308         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15309         Add :version.
15311         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15313         * mm-url.el (mm-url-use-external, mm-url-program)
15314         (mm-url-arguments): Add :version.
15316         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15317         (mm-attachment-file-modes, mm-decrypt-option)
15318         (mm-w3m-safe-url-regexp): Add :version.
15320         * message.el (message-cite-prefix-regexp)
15321         (message-sendmail-envelope-from, message-minibuffer-local-map)
15322         (message-user-fqdn, message-completion-alist): Add :version.
15324         * gnus-win.el (gnus-configure-windows-hook)
15325         (gnus-use-frames-on-any-display): Add :version.
15327         * gnus-art.el (gnus-article-address-banner-alist)
15328         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15329         (gnus-treat-from-picon, gnus-treat-mail-picon)
15330         (gnus-treat-x-pgp-sig): Add :version.
15332         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15333         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15334         (gnus-summary-article-delete-hook)
15335         (gnus-summary-display-while-building): Add :version.
15337         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15338         (gnus-get-top-new-news-hook): Add :version.
15340         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15341         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15343         * gnus-registry.el (gnus-registry): Add :version.
15345         * gnus-spec.el (gnus-use-correct-string-widths)
15346         (gnus-make-format-preserve-properties): Add :version.
15348         * gnus.el (gnus-group-charter-alist)
15349         (gnus-group-fetch-control-use-browse-url)
15350         (gnus-install-group-spam-parameters): Add :version.
15352         * gnus-diary.el (gnus-diary): Add :version.
15354         * gnus-delay.el (gnus-delay): Add :version.
15356         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15357         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15358         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15359         Add :version.
15361         * gnus-agent.el (gnus-agent-max-fetch-size)
15362         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15363         (gnus-agent-prompt-send-queue): Add :version.
15365         * deuglify.el (gnus-outlook-deuglify): Add :version.
15367         * html2text.el: Beautify code.  Improve doc strings.
15368         Some checkdoc cleanup.
15369         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15371 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15373         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15375 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15377         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15378         when package is loaded.
15380         * spam.el (spam-summary-score-preferred-header): Add global preference
15381         for people who want to override the default SpamAssassin over
15382         Bogofilter preference (when both are set).
15383         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15384         (spam-user-format-function-S):
15385         Check spam-summary-score-preferred-header.
15386         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15387         (spam-user-format-function-S): Format the score correctly.
15389 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15391         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15392         signature file.  Suggested by Manoj Srivastava
15393         <srivasta@golden-gryphon.com>.
15395         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15396         iso-2022-jp even in the Japanese language environment.
15397         Suggested by Jason Rumney <jasonr@gnu.org>.
15399 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15401         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15402         use the same characters as the dummy marks; make it free from
15403         getting affected by the language environment.
15404         (gnus-summary-read-group-1): Update mark positions only when the
15405         format spec is updated.
15407         * gnus-spec.el (gnus-update-format-specifications): Return a list
15408         of updated types.
15410 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15412         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15413         of boundp to check if display-warning is available.
15415 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15417         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15419 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15421         * nnspool.el (nnspool-spool-directory): Use news-path if the
15422         news-directory variable is not bound.
15424         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15425         function instead of display-warning if it is not available.
15427 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15429         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15430         v5-10: Use `point-at-bol'.
15432 2004-10-26  Simon Josefsson  <jas@extundo.com>
15434         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15435         <chenggao@gmail.com>.
15437 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15439         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15440         instead.
15442 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15444         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15445         to remove a server from the nnimap-server-buffer-alist.
15446         (nnimap-open-connection, nnimap-close-server): Use it.
15448         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15450 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15452         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15453         running the major-mode function.
15455 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15457         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15458         dummy marks in the right way.
15460 2004-10-18  David Edmondson  <dme@dme.org>
15462         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15463         excessively.
15465 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15467         * gnus-util.el (gnus-split-references): Accept a nil references
15468         string and go on blissfully.
15470         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15471         cases where the references string is non-nil but has no references.
15473         * encrypt.el: Add autoload tags.
15475         * spam.el (spam-resolve-registrations-routine): Remove article
15476         from unregistration list too.  Reported by David Hanak
15477         <dhanak@isis.vanderbilt.edu>
15479 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15481         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15482         nil.  Change custom type.
15484 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15486         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15488         * gnus-sum.el (gnus-summary-move-article): Use it.
15490 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15492         * encrypt.el: Add autoload cookies.
15494         * spam.el (spam-backend-article-list-property)
15495         (spam-backend-get-article-todo-list)
15496         (spam-backend-put-article-todo-list)
15497         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15498         Resolve registrations separately.
15499         (spam-register-routine): Format comments.
15500         (spam-unregister-routine, spam-register-routine): Always call with
15501         specific-articles, no default list.
15502         (spam-summary-prepare-exit): Use the spam-classifications function.
15504         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15505         gnus-encrypt.el.
15507         * encrypt.el: Copied from gnus-encrypt.el.
15509         * gnus-encrypt.el: Commented that it's obsolete.
15511 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15513         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15514         (gnus-score-save): Use it.
15516         * message.el (message-bury): Use `window-dedicated-p'.
15518 2004-10-15  Simon Josefsson  <jas@extundo.com>
15520         * pop3.el (top-level): Don't require nnheader.
15521         (pop3-read-timeout): Add.
15522         (pop3-accept-process-output): Add.
15523         (pop3-read-response, pop3-retr): Use it.
15525 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15527         * spam.el (spam-register-routine): Move comment.
15528         (spam-verify-bogofilter): Use 'unknown for the initial
15529         spam-bogofilter-valid state, not 'never.
15531         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15532         for netrc-machine.
15534         * nnimap.el (nnimap-open-connection):
15535         Use netrc-machine-user-or-password.
15537 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15539         * gnus-registry.el (gnus-registry-unload-hook):
15540         Set as a variable with add-hook.
15542         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15543         of news-path.
15545         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15547         * spam.el: Delete duplicate `provide'.
15548         (spam-unload-hook): Set as a variable with add-hook.
15550 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15552         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15553         in the doc string.
15555         * message.el (message-ignored-news-headers)
15556         (message-ignored-supersedes-headers)
15557         (message-ignored-resent-headers)
15558         (message-forward-ignored-headers): Improve custom type.
15560 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15562         * message.el (message-tokenize-header): Fix 2004-09-06 change
15563         which used point-min in the wrong place.
15565 2004-10-12  Simon Josefsson  <jas@extundo.com>
15567         * tls.el (tls-certtool-program): New variable.
15568         (tls-certificate-information): New function, based on
15569         ssl-certificate-information.
15571 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15573         * compface.el: Move the version of ELisp-based uncompface program
15574         to the contrib directory because of the copyright problem.
15576 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15578         * message.el (message-kill-buffer): Raise the current frame.
15580 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15582         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15584         * gnus.el (message-y-or-n-p): Autoload.
15586         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15587         (pop3-password-required, pop3-authentication-scheme)
15588         (pop3-leave-mail-on-server): Make customizable.
15589         (pop3): New custom group.
15590         (pop3-retr): Remove `sleep-for' statements.
15591         Suggested by Dave Love <fx@gnu.org>.
15593         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15594         Windows/DOS.
15596         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15597         (imap-parse-body): Fix incorrect use of `assert'.
15598         Suggested by Dave Love <fx@gnu.org>.
15600         * mml.el (mml-minibuffer-read-disposition): Require match.
15601         Suggested by Dave Love <fx@gnu.org>.
15603 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15605         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15606         doc string.
15608 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15610         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15612 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15614         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15615         instead of calling `mm-insert-inline', to decode text/* parts
15616         before displaying them.
15618 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15620         * mm-uu.el (mm-uu-text-plain-type): New variable.
15621         (mm-uu-pgp-signed-extract-1): Use it.
15622         (mm-uu-pgp-encrypted-extract-1): Use it.
15623         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15624         bind mm-uu-text-plain-type with that value.
15625         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15626         mm-uu-dissect.
15628 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15630         * gnus-group.el (gnus-update-group-mark-positions):
15631         * gnus-sum.el (gnus-update-summary-mark-positions):
15632         * message.el (message-check-news-body-syntax):
15633         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15634         of string-as-multibyte.
15636 2004-10-05  Juri Linkov  <juri@jurta.org>
15638         * gnus-group.el (gnus-update-group-mark-positions):
15639         * gnus-sum.el (gnus-update-summary-mark-positions):
15640         * message.el (message-check-news-body-syntax):
15641         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15642         8-bit unibyte values to a multibyte string for search functions.
15644 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15646         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15647         (mm-uu-dissect-text-parts): New function.
15649         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15650         dissect text parts.
15652         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15653         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15655         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15657         * gnus-topic.el (gnus-topic-hierarchical-parameters):
15658         Use gnus-current-topics instead of gnus-current-topic.
15660 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15662         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15664 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15666         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15667         where approriate.
15669         * nnml.el (nnml-generate-active-info): do.
15671         * nndiary.el (nndiary-generate-active-info): do.
15673         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15674         (gnus-topic-move): do.
15676         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15677         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15679         * gnus-srvr.el (gnus-server-prepare)
15680         (gnus-server-open-all-servers): do.
15682         * gnus-msg.el (gnus-summary-cancel-article)
15683         (gnus-summary-resend-message)
15684         (gnus-summary-mail-crosspost-complaint): do.
15686         * gnus-move.el (gnus-change-server): do.
15688         * gnus-group.el (gnus-group-unmark-all-groups)
15689         (gnus-group-set-current-level): do.
15691 2004-10-04  Simon Josefsson  <jas@extundo.com>
15693         * message.el (message-generate-hashcash): Doc fix.
15695 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15697         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15698         avoid infinite recursion via gnus-get-function.
15700 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15702         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15704         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15706         * nnmail.el (nnmail-split-history): do.
15708         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15709         (nnml-request-delete-group): do.
15711         * nnslashdot.el (nnslashdot-read-groups): do.
15713         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15714         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15716         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15717         (nnspool-sift-nov-with-sed): Use last.
15718         (nnspool-retrieve-headers-with-nov): Use mapc.
15719         (nnspool-request-newgroups): Use dolist.
15720         (nnspool-request-group): Use last.
15722         * nntp.el (nntp-read-server-type): Use dolist.
15724         * nnvirtual.el (nnvirtual-create-mapping)
15725         (nnvirtual-update-read-and-marked): Use dolist.
15726         (nnvirtual-convert-headers): Simplify.
15728 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15730         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15731         Add support for sync'ing tick marks.
15733 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15735         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15736         there's no visible header.
15738 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15740         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15741         When necessary, pass full group name to gnus-request-set-marks.
15743 2004-10-01  Simon Josefsson  <jas@extundo.com>
15745         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15746         acroread.
15748 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15750         * spam-report.el (spam-report-gmane): Fix interactive.
15752         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15754         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15755         when writing file.
15756         (gnus-agent-synchronize-flags): Don't default to being
15757         interactive.
15759 2004-09-30  Simon Josefsson  <jas@extundo.com>
15761         * message.el (message-generate-hashcash): Add.
15762         (message-send-mail): Use it, call mail-add-payment.
15764 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15766         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15768 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15770         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
15771         gnus-requst-update-info with explicit code to sync the in-memory
15772         info read flags with the marks being sync'd to the backend.
15774         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
15776 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15778         * spam.el (spam-verify-bogofilter): Add new function.
15779         (spam-check-bogofilter)
15780         (spam-bogofilter-register-with-bogofilter): Use it.
15781         (spam-verify-bogofilter): Add small fixes.
15783 2004-09-28  Simon Josefsson  <jas@extundo.com>
15785         * hashcash.el (hashcash-generate-payment): Revert.
15787 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15789         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15790         Use gnus-extract-references instead of gnus-split-references.
15792         * gnus-util.el (gnus-extract-references): Add new function, analogous
15793         to gnus-split-references but extracts only the message-ID without
15794         anything extra.
15796         * hashcash.el (hashcash-generate-payment)
15797         (hashcash-check-payment): Do the right thing if hashcash-path is
15798         nil (because the hashcash program could not be found).
15800         * spam.el (spam-use-hashcash): Remove comment.
15802 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15804         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15805         (gnus-cache-enter-article, gnus-cache-remove-article)
15806         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15808         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15810         * gnus-art.el (article-hide-boring-headers)
15811         (article-translate-strings, article-display-face)
15812         (gnus-article-mime-match-handle-first)
15813         (gnus-article-highlight-headers)
15814         (gnus-article-add-buttons-to-head): do.
15816 2004-09-27  Simon Josefsson  <jas@extundo.com>
15818         * hashcash.el: New version, from
15819         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15820         ../contrib/.
15822 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15824         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15826 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15828         * gnus-dup.el (gnus-dup-open): Use mapc.
15829         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15831         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15832         Reported by Stefan Wiens <s.wi@gmx.net>.
15834         * gnus.el (gnus-shutdown): Use dolist.
15836         * gnus-undo.el (gnus-undo): Use mapc.
15838         * nnrss.el (nnrss-generate-active): do.
15840         * message.el (message-cite-original-without-signature)
15841         (message-cite-original): Use mapc.
15842         (message-do-actions, message-make-forward-subject): Use dolist.
15844 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15846         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
15847         deletion to remove entire duplicate line.  Fixes merged article
15848         number bug.
15850 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15852         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15853         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15854         first ask if you want to open a server and then, even when you
15855         responded with no, asking if you want to synchronize the server's
15856         flags.
15857         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15858         multi-line expressions.
15859         (gnus-agent-synchronize-group-flags): New internal function.
15860         Updates marks in memory (in the info structure) AND in the
15861         backend.
15863         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
15865         * nnagent.el (nnagent-request-set-mark):
15866         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
15867         method, to ensure that synchronization updates marks in the
15868         backend and in the info (in memory) structure.
15870 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15872         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15873         convention fully; don't miss the root article of a thread; make
15874         the X-Draft-From header with correct article numbers.
15876 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15878         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15879         unless plugged.  Disable the agent so that an open failure causes
15880         an error.
15882         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15883         Revert 2004-09-21 change.  The backend must be opened while
15884         synchronizing flags even when the backend stores the flags
15885         locally.
15887 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15889         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15890         in `header' match.  Reported by Svend Tollak Munkejord.
15892         * message.el (message-cite-original): Fix use of
15893         `message-cite-articles-with-x-no-archive'.
15895 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15897         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15898         (gnus-window-to-buffer): Ditto.
15900         * mml.el (mml-preview-buffer): New variable.
15901         (mml-preview): Manage window layout with gnus-buffer-configuration.
15903         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15904         X-Draft-From header even if those articles aren't quoted.
15906 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15908         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15909         (gnus-request-set-mark, gnus-request-update-mark): Use new
15910         g-s-t-u-l-m to decide to use backend even when unplugged.
15912 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15914         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15915         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15917 2004-09-20  Simon Josefsson  <jas@extundo.com>
15919         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15920         "utf-16-le".
15922 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15924         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15926 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15928         * uudecode.el (uudecode-use-external): Add :version.
15930         * smime.el (smime-CA-file, smime-encrypt-cipher)
15931         (smime-dns-server): Add :version.
15933         * smiley.el (gnus-smiley-file-types): Add :version.
15935         * sha1.el (sha1-use-external): Add :version.
15937         * pgg-def.el (pgg-query-keyserver): Add :version.
15939         * nnmail.el (nnmail-fancy-expiry-targets)
15940         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15941         Add :version.
15943         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15944         (nnimap-retrieve-groups-asynchronous): Add :version.
15945         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
15947         * mml.el (mml-content-disposition-parameters)
15948         (mml-insert-mime-headers-always): Add :version.
15950         * mm-util.el (mm-coding-system-priorities): Add :version.
15952         * mm-decode.el (mm-inline-text-html-with-images)
15953         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15954         (mm-verify-option): Add :version.
15955         (mm-text-html-renderer): Change :version.
15957         * message.el (message-fcc-externalize-attachments)
15958         (message-required-headers, message-draft-headers)
15959         (message-subject-trailing-was-query)
15960         (message-subject-trailing-was-ask-regexp)
15961         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15962         (message-mark-insert-end, message-archive-header)
15963         (message-archive-note, message-cross-post-default)
15964         (message-cross-post-note, message-followup-to-note)
15965         (message-cross-post-note-function, message-use-mail-followup-to)
15966         (message-subscribed-address-functions)
15967         (message-subscribed-address-file, message-subscribed-addresses)
15968         (message-subscribed-regexps, message-allow-no-recipients)
15969         (message-yank-cited-prefix, message-signature-insert-empty-line)
15970         (message-hidden-headers, message-hierarchical-addresses)
15971         (message-mail-user-agent, message-use-idna)
15972         (message-valid-fqdn-regexp)
15973         (message-strip-special-text-properties, message-header-synonyms)
15974         (message-beginning-of-line, message-tab-body-function): Add :version.
15975         (message-insert-canlock, message-wide-reply-confirm-recipients):
15976         Change :version.
15978         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15979         and :version.
15980         (mail-source-delete-old-incoming-confirm)
15981         (mail-source-movemail-program): Add :version.
15983         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15984         (gnus-agent-cache, gnus-agent): Change :version.
15986         * gnus-util.el (gnus-use-byte-compile): Change :version.
15988         * gnus-sum.el (gnus-summary-make-false-root-always)
15989         (gnus-summary-default-high-score)
15990         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15991         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15992         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15993         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15994         (gnus-sum-thread-tree-single-indent)
15995         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15996         (gnus-sum-thread-tree-leaf-with-other)
15997         (gnus-sum-thread-tree-single-leaf): Add :version.
15998         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15999         (gnus-article-loose-mime): Change :version.
16001         * gnus-start.el (gnus-backup-startup-file)
16002         (gnus-save-startup-file-via-temp-buffer): Add :version.
16004         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16005         (gnus-server-offline-face): Add :version.
16007         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16009         * gnus-msg.el (gnus-gcc-externalize-attachments)
16010         (gnus-debug-files, gnus-debug-exclude-variables)
16011         (gnus-discouraged-post-methods): Change :version.
16012         (gnus-confirm-mail-reply-to-news)
16013         (gnus-confirm-treat-mail-like-news): Add :version.
16015         * gnus-int.el (gnus-server-unopen-status): Add :version.
16017         * gnus-group.el (gnus-group-jump-to-group-prompt)
16018         (gnus-large-ephemeral-newsgroup)
16019         (gnus-fetch-old-ephemeral-headers): Add :version.
16021         * gnus-fun.el (gnus-x-face-directory)
16022         (gnus-convert-pbm-to-x-face-command)
16023         (gnus-convert-image-to-x-face-command)
16024         (gnus-convert-image-to-face-command): Add :version.
16026         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16028         * gnus-cite.el (gnus-cite-blank-line-after-header)
16029         (gnus-article-boring-faces): Add :version.
16031         * gnus-art.el (gnus-buttonized-mime-types)
16032         (gnus-inhibit-mime-unbuttonizing)
16033         (gnus-treat-display-face)
16034         (gnus-treat-body-boundary): Change :version.
16035         (gnus-body-boundary-delimiter, gnus-picon-databases)
16036         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16037         (gnus-treat-date-english, gnus-treat-fold-headers)
16038         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16039         (gnus-treat-mail-picon, gnus-treat-wash-html)
16040         (gnus-article-encrypt-protocol)
16041         (gnus-use-idna, gnus-article-over-scroll)
16042         (gnus-mime-display-multipart-alternative-as-mixed)
16043         (gnus-mime-display-multipart-related-as-mixed)
16044         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16045         (gnus-ctan-url, gnus-button-ctan-handler)
16046         (gnus-button-handle-ctan-bogus-regexp)
16047         (gnus-button-ctan-directory-regexp)
16048         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16049         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16050         (gnus-button-man-level, gnus-button-emacs-level)
16051         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16053         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16054         (gnus-agent-go-online): Change :version.
16055         (gnus-agent-expire-unagentized-dirs)
16056         (gnus-agent-auto-agentize-methods): Add :version.
16058         * flow-fill.el (fill-flowed-display-column)
16059         (fill-flowed-encode-column): Add :version.
16061         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16062         (gnus-outlook-deuglify-unwrap-max)
16063         (gnus-outlook-deuglify-cite-marks)
16064         (gnus-outlook-deuglify-unwrap-stop-chars)
16065         (gnus-outlook-deuglify-no-wrap-chars)
16066         (gnus-outlook-deuglify-attrib-cut-regexp)
16067         (gnus-outlook-deuglify-attrib-verb-regexp)
16068         (gnus-outlook-deuglify-attrib-end-regexp)
16069         (gnus-outlook-display-hook): Add :version.
16071         * binhex.el (binhex-use-external): Add :version.
16073 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16075         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16076         and `invisible'.
16078 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16080         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16081         in gnus-registry-trim.
16083 2004-09-13  Simon Josefsson  <jas@extundo.com>
16085         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16087         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16089         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16090         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16091         <yamaoka@jpl.org>.
16092         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16093         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16094         <yamaoka@jpl.org>.
16096         * sieve.el (sieve-manage-mode): Ditto.
16098 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16100         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16102 2004-09-11  Simon Josefsson  <jas@extundo.com>
16104         * dns-mode.el: Add.
16106         * mm-view.el (mm-display-dns-inline): Add.
16108         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16109         (mm-automatic-display): Ditto.
16111         * mailcap.el (mailcap-mime-data): Add text/dns.
16112         (mailcap-mime-extensions): Map .soa to text/dns.
16114 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16116         * gnus-art.el (article-decode-mime-words, article-babel)
16117         (gnus-article-highlight-signature, gnus-article-add-buttons)
16118         (gnus-signature-toggle): Remove unnecessary bindings of
16119         `inhibit-read-only' inherited from v5.10 merge.
16121 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16123         * nntp.el (nntp): New customization group.
16124         (nntp-authinfo-file): Add customization group.
16126         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16128         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16130         * gnus.el (to-address, to-list, subscribed)
16131         (large-newsgroup-initial): Ditto.
16133         * flow-fill.el (fill-flowed-display-column)
16134         (fill-flowed-encode-column): Ditto.
16136 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16138         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16139         Use point-min rather than 1.
16140         (message-send-mail): Use buffer-size rather than point-max.
16142         * gnus-sum.el (gnus-summary-search-article-forward):
16143         Signal a specific `search-failed' rather than a generic `error'.
16145         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16146         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16147         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16149 2004-09-10  Simon Josefsson  <jas@extundo.com>
16151         * nndb.el (require): Remove tcp and duplicate cl.
16153 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16155         * gnus-agent.el (directory-files-and-attributes): Move forward.
16157 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16159         * gnus-agent.el (directory-files-and-attributes):
16160         Optionally defined to support XEmacs.
16162 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16164         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16165         to avoid run-time CL dependencies.
16166         (gnus-agent-unfetch-articles): New function.
16167         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16168         article numbers even when local .overview file is missing.
16169         (gnus-agent-read-article-number): New function.  Only accepts
16170         27-bit article numbers.
16171         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16172         Use gnus-agent-read-article-number.
16173         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16174         from backend while recognizing that article numbers in .overview
16175         must be valid.
16176         (gnus-agent-update-files-total-fetched-for):
16177         Use directory-files-and-attributes to improve performance.
16178         * gnus-int.el (gnus-request-move-article):
16179         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16180         improve performance.
16182         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16183         some users confused by references to .newsrc when they only have a
16184         .newsrc.eld file.
16185         (gnus-convert-mark-converter-prompt)
16186         (gnus-convert-converter-needs-prompt): Fix use of property list.
16187         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16188         New function.  Used internally to only display 'gnus converting
16189         files' message when actually necessary.
16191         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16192         methods now autoloaded.
16194 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16196         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16197         identifiers.
16199 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16201         * gnus-picon.el: Fix indentation and closing parenthesis.
16203 2004-09-01  Simon Josefsson  <jas@extundo.com>
16205         * message.el (message-canlock-generate): Require sha1, not
16206         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16207         to require within a function.  Sadly, if sha1.el isn't loaded, the
16208         let binding in m-c-g will hide the defcustom definition, which is
16209         bad.)
16211         * canlock.el: Require sha1, not sha1-el.
16213         * message.el: Don't autoload sha1 (there is a autoload cookie in
16214         sha1.el).
16216         * sha1-el.el: Rename to sha1.el.
16218 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16220         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16222 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16224         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16226 2004-08-30  Kim F. Storm  <storm@cua.dk>
16228         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16230         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16231         Add :group 'nnimap.
16233 2004-08-30  Andreas Schwab  <schwab@suse.de>
16235         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16236         ?* and ?\;.
16238         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16239         and ?\' to symbol instead of whitespace.
16241 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16243         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16245         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16246         instead of re-search-forward.
16248         * gnus-uu.el (gnus-uu-save-article): Ditto.
16249         (gnus-uu-post-encode-uuencode): Ditto.
16251         * html2text.el (html2text-clean-list-items): Ditto.
16252         (html2text-clean-dtdd): Ditto.
16253         (html2text-format-tags): Ditto.
16255         * message.el (message-send-mail-with-sendmail): Fix regexp.
16256         (message-fill-field-general): Use search-forward instead of
16257         re-search-forward.
16258         (unbold-region): Ditto.
16260         * nnrss.el (nnrss-request-article): Ditto.
16262         * nnslashdot.el (nnslashdot-request-article): Ditto.
16264         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16266         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16267         "Unrecognized menu descriptor" error in XEmacs.
16269 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16271         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16272         parent article of a sparse article in the thread hashtb.
16274 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16276         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16277         (nnmail-expand-newtext): Lowercase expanded entries if
16278         nnmail-split-lowercase-expanded is non-nil.
16280 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16282         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16284         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16285         of gnus-tmp-news-method into string under XEmacs.  It will be
16286         passed to gnus-correct-length which takes only a string argument.
16288 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16290         * gnus-util.el (gnus-bind-print-variables): New macro.
16291         (gnus-prin1): Use it.
16292         (gnus-prin1-to-string): Use it.
16293         (gnus-pp): New function.
16294         (gnus-pp-to-string): New function.
16296         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16297         Replace pp-to-string with gnus-pp-to-string.
16298         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16299         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16300         * gnus-msg.el (gnus-debug): Ditto.
16301         * gnus-score.el (gnus-score-save): Ditto.
16302         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16303         gnus-pp-to-string.
16304         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16305         with gnus-pp.
16306         * score-mode.el (gnus-score-pretty-print): Ditto.
16307         * webmail.el (webmail-debug): Ditto.
16309 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16311         * gnus-art.el (article-display-face, article-display-x-face):
16312         Use buffer-read-only.
16314 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16316         * gnus-art.el (article-hide-list-identifiers):
16317         Bind inhibit-read-only as t.
16319 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16321         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16323 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16325         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16326         (gnus-narrow-to-page): Don't assume point-min == 1.
16327         (gnus-article-edit-mode): Derive from message-mode.
16329         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16330         point-min == 1.
16332         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16333         Disable incorrect use of `assert'.
16335         * message.el (message-mode): Set comment-start-skip.
16337 2004-08-22  Sam Steingold  <sds@gnu.org>
16339         * pop3.el (pop3-leave-mail-on-server): New user variable.
16340         (pop3-movemail): Delete mail only when it is nil.
16342 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16344         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16346         * mml.el (mml-preview): Use `pop-to-buffer'.
16348         * message.el (message-goto-mail-followup-to): Insert after "To".
16349         (message-carefully-insert-headers): Add comment.
16351         * gnus.el: Remove unused variable `gnus-article-check-size'.
16353         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16355         * gnus-art.el (gnus-button-alist):
16356         Improve `gnus-button-handle-library' entry.
16358 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16360         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16361         Use downcase, since XEmacs capitalizes error messages differently.
16363 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16365         * nntp.el: Add (require 'gnus) due to reference to
16366         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16368 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16370         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16371         Bind `mm-fill-flowed'.
16373         * mm-decode.el (mm-dissect-singlepart): Check it.
16375 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16377         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16378         'imap' for netrc parsing.
16380 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16382         * mailcap.el (mailcap-mime-data): Mark as risky.
16384 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16386         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16387         may be included in the encoded word.
16388         (rfc2047-encode): Don't append a space if the encoded word
16389         includes close parenthesis.
16391 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16393         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16394         of text within parentheses.
16396 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16398         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16399         (gnus-encrypt-write-file-contents): Make the password key the file
16400         name PLUS the cipher, not just the cipher.  Also remove failed
16401         passwords from the cache.
16403 2004-08-06  Simon Josefsson  <jas@extundo.com>
16405         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16406         Doc fix.
16408 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16410         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16411         LWSP.
16413 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16415         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16416         Try to append in-reply-to: data to the references: header.
16418         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16419         (netrc-parse): Use gnus-encrypt.el functions.
16421         * gnus-encrypt.el: Add new file for encryption support; currently
16422         does only a few GPG ciphers and an internal XOR cipher.
16424         * password.el: Add comments on using password-read-and-add.
16425         (password-read-and-add): Add function to read and add the
16426         password to the cache at once.
16428 2004-07-28  Simon Josefsson  <jas@extundo.com>
16430         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16431         parameter (but don't use it, for now).
16433         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16434         instead of hard coding to nil.
16436 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16438         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16439         as mm-inline-image-xemacs does.
16441 2004-07-26  Simon Josefsson  <jas@extundo.com>
16443         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16444         Revert part of 2004-07-17 change below.
16446 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16448         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16449         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16451 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16453         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16454         quotes that actually start with ">" at the beginning of the
16455         lines.
16457 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16459         * rfc2047.el (rfc2047-encode-region): Fix last change.
16460         (rfc2047-encode-parameter): Remove useless concat.
16462 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16464         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16465         encode special characters; fix some kind of misconfigured headers;
16466         signal a real error if debug-on-quit or debug-on-error is non-nil.
16467         (rfc2047-encode-max-chars): New variable.
16468         (rfc2047-encode-1): Use it.
16469         (rfc2047-encode-parameter): New function.
16471         * mml.el (mml-insert-parameter): Remove an excessive space.
16473 2004-07-17  Simon Josefsson  <jas@extundo.com>
16475         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16476         Kai Grossjohann <kai@emptydomain.de>.
16477         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16478         (gnus-group-make-menu-bar): Ditto.
16480         * gnus-util.el (gnus-group-server): Add.
16482 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16484         * message.el (message-clone-locals): Clone sendmail and smtp
16485         variables.
16487 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16489         * rfc2047.el (rfc2047-encode-region): Fix last change.
16491 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16493         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16494         characters as non-special.
16496 2004-07-09  Simon Josefsson  <jas@extundo.com>
16498         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16499         Users will lose all flag changes made while unplugged with
16500         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16501         good default.  See numerous reports on ding mailing list.
16503 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16505         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16506         add generate-head-function and generate-article-function to the
16507         rfc822-forward entry.
16508         (nndoc-rfc822-forward-generate-article): New function.
16509         (nndoc-rfc822-forward-generate-head): New function.
16511         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16513 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16515         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16516         respect display group parameter and gnus-summary-expunge-below.
16517         (gnus-articles-to-read): Remove unused reference to display group
16518         parameter.
16520 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16522         * nnheader.el (nnheader-uniquify-message-id): New experimental
16523         variable.
16524         (nnheader-nov-read-message-id): Use it.
16526         * spam-report.el (spam-report-gmane): Add interactive.
16528 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16530         * mm-encode.el (mm-content-transfer-encoding-defaults):
16531         Use qp-or-base64 for the application/* types.
16533 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16535         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16537 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16539         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16540         trim value.
16542 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16544         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16545         New macro and function.
16546         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16548 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16550         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16551         after-load-alist.
16553 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16555         * gnus-group.el (gnus-group-get-new-news-this-group):
16556         Don't update info that isn't there.
16558 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
16560         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16561         entry.
16563 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16565         * mm-view.el (mm-inline-render-with-function): Use multibyte
16566         buffer; decode html source by charset.
16568         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16570         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16571         Mule-UCS is loaded under XEmacs.
16572         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16574 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16576         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16578 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16580         * mm-util.el (mm-coding-system-p): Return a coding-system.
16581         (mm-mime-mule-charset-alist): Use shift_jis instead of
16582         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16583         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16584         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16585         instead of japanese-shift-jis and iso-latin-1 respectively in
16586         order to share the default value with both Emacs and XEmacs-mule.
16587         (mm-mule-charset-to-mime-charset):
16588         Make mm-coding-system-priorities effective.
16589         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16590         while predicating of candidates upon the priorities.
16592 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16594         * gnus-sum.el (gnus-summary-make-menu-bar):
16595         Add gnus-uu-invert-processable.
16597         * gnus.el: Autoload gnus-uu-invert-processable.
16599 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16601         * mm-util.el (mm-with-multibyte-buffer): New macro.
16603         * rfc2047.el (rfc2047-encode-string): Use it.
16604         (rfc2047-encode-region): Move point to the end of the region after
16605         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16607 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16609         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16610         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16612 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16614         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16615         (gnus-cite-parse): Ignore quoted envelope From_.
16616         Suggested by Karl Chen <quarl@nospam.quarl.org>.
16618 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16620         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16621         invalid addresses.
16623 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16625         * spam.el: Change section markers, revise TODO list.
16626         (spam-backends): Make new master list of all installed backends.
16627         (spam-summary-exit-behavior): Add new variable to determine how
16628         messages moves are done at summary exit.
16629         (spam-move-spam-nonspam-groups-only)
16630         (spam-process-ham-in-nonham-groups)
16631         (spam-process-ham-in-spam-groups): Remove variables, the
16632         spam-summary-exit-behavior variable should be used to manage this
16633         behavior.
16634         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16635         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16636         and spam-old-spam-articles.
16637         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16638         Add empty variables, placeholders for the backends they represent.
16639         (spam-set-difference): Move, unchanged.
16640         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16641         unless the user has a processor variable.
16642         (spam-classifications, spam-classification-valid-p)
16643         (spam-backend-properties, spam-backend-property-valid-p)
16644         (spam-backend-function-type-valid-p)
16645         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16646         (spam-report-articles-gmane, spam-report-articles-resend):
16647         Remove functions, they are not needed.
16648         (spam-install-backend-super, spam-backend-list)
16649         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16650         (spam-backend-function, spam-backend-ham-registration-function)
16651         (spam-backend-spam-registration-function)
16652         (spam-backend-ham-unregistration-function)
16653         (spam-backend-spam-unregistration-function)
16654         (spam-backend-statistical-p, spam-backend-mover-p)
16655         (spam-install-backend-alias, spam-install-checkonly-backend)
16656         (spam-install-mover-backend, spam-install-nocheck-backend)
16657         (spam-install-backend, spam-install-statistical-backend)
16658         (spam-install-statistical-checkonly-backend): Add backend installation
16659         support.
16660         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16661         (spam-group-processor-p): Use the new backend code and respect the
16662         summary exit behavior.
16663         (spam-mark-spam-as-expired-and-move-routine): Remove.
16664         (spam-summary-prepare): Change to use the new spam-old-articles
16665         variable.
16666         (spam-copy-or-move-routine, spam-copy-spam-routine)
16667         (spam-move-spam-routine, spam-copy-ham-routine)
16668         (spam-move-ham-routine): Add code to copy/move ham or spam.
16669         (spam-fetch-field-fast): Improve doc and code, plus allow the
16670         'number request.
16671         (spam-list-of-checks, spam-list-of-statistical-checks):
16672         Remove variables.
16673         (spam-split, spam-find-spam): Use the new backend code.
16674         (spam-registration-functions): Remove variable.
16675         (spam-unregister-routine): Add convenience wrapper.
16676         (spam-log-undo-registration, spam-register-routine)
16677         (spam-log-processing-to-registry)
16678         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16679         where possible.
16680         (spam-check-gmane-xref, spam-check-regex-headers)
16681         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16682         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16683         (spam-check-bogofilter-headers, spam-check-spamoracle)
16684         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16685         (spam-check-crm114-headers): Use the spam-split-group that
16686         spam-split prepares, no need to determine it every time.
16688         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16689         to the nnheader-parse-naked-head call.
16691         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16693         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16694         the nnheader-nov-read-message-id call.
16696 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16698         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16699         gnus-activate-group twice.  Suggested by Markus Peter
16700         <warp@spin.de>.
16702 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16704         * gnus-art.el (gnus-article-time-format): Exchange the order of
16705         day and month in the default value; fix customization type.
16706         (article-date-ut): Use add-text-properties.
16707         (article-make-date-line): Use message-make-date instead of
16708         current-time-string.
16710         * message.el (message-fetch-field): Don't use set-text-properties.
16711         (message-make-date): Simplify.
16713 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16715         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16716         (rfc2047-encode-region): Treat text within parentheses as special;
16717         show the original text when error has occurred.
16719         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16720         already-computed method to gnus-activate-group.
16722         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16723         same select-methods identical Lisp objects.
16725         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16726         object when modifying the info.
16728 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16730         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16731         gnus-opened-servers since it has never been opened with the new
16732         configuration yet.
16734 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16736         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16737         arg to nnheader-generate-fake-message-id.
16739 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16741         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16742         number and build a fake message ID localized to a group and
16743         article number (so it's repeatable from that point on).
16744         (nnheader-fake-message-id-p): Change regex to accommodate new fake
16745         ID format.
16747         * gnus-sum.el (gnus-get-newsgroup-headers):
16748         Call nnheader-generate-fake-message-id with the article number.
16750 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16752         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16753         end-of-buffer.
16755 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16757         * message.el (message-ignored-supersedes-headers): Add Approved.
16759 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16761         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16762         goto-char.
16763         (rfc2047-encode): Fold the line before encoding.
16765 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16767         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16768         folding -- not all headers can be folded, and this should be done
16769         by the message composition mode.  Probably.  I think.
16771 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16773         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16774         fast.
16776         * gnus-ems.el (gnus-remove-image): Don't use
16777         message-text-with-property; remove only the image found first.
16779 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16781         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16783 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16785         * message.el (message-text-with-property): Make it fast and accept
16786         optional arguments.
16787         (message-strip-forbidden-properties): Use it.
16788         (message-fix-before-sending): Follow the m-t-w-p change.
16790         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16792 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16794         * gnus-art.el (article-hide-headers): Don't change the buffer
16795         mistakenly when performing mml-preview even if
16796         gnus-single-article-buffer is nil.
16798 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16800         * message.el (message-expand-name-databases): New user option.
16801         (message-expand-name): Use it.
16803 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16805         * spam.el (spam-report-articles-resend)
16806         (spam-report-resend-register-routine): Allow ham reporting.
16807         (spam-report-resend-register-ham-routine): Add wrapper.
16808         (spam-registration-functions): Add ham resending functions.
16809         (spam-list-of-processors): Add ham resend processor.
16811         * gnus.el (ham-resend-to): Add new group parameter.
16812         (spam-process): Add ham resend option.
16814         * spam-report.el (spam-report-resend): Allow reporting ham.
16815         (spam-report-resend-ham): Add wrapper.
16817 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16819         * message.el (message-cite-articles-with-x-no-archive):
16820         New variable.
16821         (message-cite-original): Use it.
16823 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16825         * message.el (message-cite-original): Respect X-No-Archive.
16827 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16829         * gnus-art.el (article-hide-headers): Refer to the values for
16830         gnus-ignored-headers and gnus-visible-headers in the summary
16831         buffer since a user may have set them as group parameters.
16833 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16835         * assistant.el (assistant-node-name): Add convenience function.
16836         (assistant-render-text, assistant-render-node): Add error handling,
16837         plus handle multiple next nodes.
16838         (assistant-find-next-node): Comment out for now.
16839         (assistant-find-next-nodes): Add function, returns list of next
16840         nodes.
16842 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16844         * mail-source.el (mail-source-directory): Fix doc-string.
16846 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16848         * assistant.el (assistant-render-text, assistant-eval): Add :set
16849         widget type, which is different because it takes and returns a
16850         list.  Much hilarity ensues.
16852 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16854         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
16856         * gnus-group.el (gnus-group-get-new-news-this-group):
16857         Add doc-string.
16859         * gnus-start.el (gnus-activate-group): Add doc-string.
16861 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16863         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16865 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16867         * assistant.el (assistant-render-text): Try to add a :set
16868         widget, more to come.
16870         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16871         strings.
16872         (spam-report-articles-resend)
16873         (spam-register-routine): Do registration iff any articles warrant
16874         it.
16875         (spam-summary-prepare-exit): Change log message for nil group
16876         destinations.
16878 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16880         * spam.el (spam-report-resend-register-routine):
16881         Allow spam-report-resend-to to be a group parameter or a global value.
16883 2004-05-26  Simon Josefsson  <jas@extundo.com>
16885         * starttls.el: Merge with my GNUTLS based starttls.el.
16886         (starttls-gnutls-program, starttls-use-gnutls)
16887         (starttls-extra-arguments, starttls-process-connection-type)
16888         (starttls-connect, starttls-failure, starttls-success):
16889         New variables.
16890         (starttls-program, starttls-extra-args): Doc fix.
16891         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
16892         New functions.
16893         (starttls-negotiate, starttls-open-stream):
16894         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
16895         function if it is set.
16897 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16899         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16900         structured fields.
16902 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16904         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16906 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16908         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16909         Add variable.
16910         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16911         assigning the spam-mark to new messages.
16913 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16915         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16917 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16919         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16920         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16921         default.
16923 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16925         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16926         correct data.
16928 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16930         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16931         (spam-group-processor-p): Fix function.
16932         (spam-group-processor-multiple-p)
16933         (spam-group-spam-processor-report-gmane-p)
16934         (spam-group-spam-processor-report-resend-p)
16935         (spam-group-spam-processor-bogofilter-p)
16936         (spam-group-spam-processor-blacklist-p)
16937         (spam-group-spam-processor-ifile-p)
16938         (spam-group-ham-processor-ifile-p)
16939         (spam-group-spam-processor-spamoracle-p)
16940         (spam-group-spam-processor-crm114-p)
16941         (spam-group-ham-processor-bogofilter-p)
16942         (spam-group-spam-processor-stat-p)
16943         (spam-group-ham-processor-stat-p)
16944         (spam-group-ham-processor-whitelist-p)
16945         (spam-group-ham-processor-BBDB-p)
16946         (spam-group-ham-processor-spamoracle-p)
16947         (spam-group-ham-processor-copy-p): Remove functions with some
16948         prejudice against unneeded code.
16949         (spam-report-articles-resend)
16950         (spam-report-resend-register-routine): Allow the group/topic
16951         spam-resend-to value to override spam-report-resend-to.
16952         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16953         properly now.
16955         * gnus.el (spam-resend-to): Add group/topic parameter.
16956         (spam-process): Move the OBSOLETE processors to the end of the
16957         choices.
16959 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16961         * spam-report.el (spam-report-resend-to, spam-report-resend):
16962         Start with resend-to set to nil, and then ask the user if necessary.
16963         (spam-report-resend): spam-report-resend takes a list of articles, not
16964         separate article numbers.
16966 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16968         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16969         addition to emacs-w3m.
16971 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16973         * assistant.el (assistant-authinfo-data): New function.
16974         (assistant-eval): Eval for entire assistant.
16976         * netrc.el (netrc-services-file): New variable.
16977         (netrc-parse-services): New function.
16978         (netrc-find-service-name): New function.
16979         (netrc-find-service-number): New function.
16980         (netrc-port-equal): New function.
16981         (netrc-machine): Use it.
16983         * nnimap.el (nnimap-open-connection): Use netrc.
16985         * gnus-util.el (gnus-netrc-get): Remove aliases.
16987         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16989         * assistant.el (wid-edit): Fix compilation.
16991         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16993 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16995         * gnus-util.el (gnus-set-file-modes): New function.  (small
16996         patch).
16998 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17000         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17002         * assistant.el (assistant-render-node): Fix up rendering and
17003         read-only text.
17004         (assistant-render-node): Reset.
17005         (assistant-make-read-only): Not sticky.
17007 2004-05-20  Danny Siu  <dsiu@adobe.com>
17009         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17010         centered even when gnus-auto-center-summary is t
17012 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17014         * dns.el (dns-get-txt-answer): New function.
17015         (dns-read-txt): Ditto.
17016         (query-dns): Use it.
17018 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17020         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17021         active for foreign groups even if the group level is higher than
17022         the specified value.
17024 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17026         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17027         non-active groups.
17029         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17031 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17033         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17035 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17037         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17038         (spam-crm114-header, spam-crm114-spam-switch)
17039         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17040         (spam-crm114-positive-spam-header)
17041         (spam-crm114-database-directory, spam-list-of-processors)
17042         (spam-group-spam-processor-crm114-p)
17043         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17044         (spam-generic-score, spam-list-of-checks)
17045         (spam-list-of-statistical-checks, spam-registration-functions)
17046         (spam-check-crm114-headers, spam-crm114-score)
17047         (spam-check-crm114, spam-crm114-register-with-crm114)
17048         (spam-crm114-register-spam-routine)
17049         (spam-crm114-unregister-spam-routine)
17050         (spam-crm114-register-ham-routine)
17051         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17052         From asjo@koldfront.dk (Adam Sjøgren).
17054         * gnus.el: Add spam-use-crm114.
17056         * spam.el (spam-list-of-processors, spam-registration-functions):
17057         Add spam-use-resend.
17058         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17059         (spam-report-articles-gmane): Add doc fix.
17060         (spam-report-articles-resend, spam-report-resend-register-routine):
17061         Add wrappers around spam-report-resend-to.
17063         * spam-report.el (spam-report-resend-to, spam-report-resend):
17064         Add support for resending spam.
17065         (spam-report-gmane): Fix line length >80.
17067         * gnus.el (spam-process): Add spam-use-resend.
17069 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17071         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17072         number of processed spam messages.
17073         (spam-ham-copy-or-move-routine): Return the number of processed
17074         ham messages.
17075         (spam-summary-prepare-exit): Use the above values to decide
17076         whether status messages shouled be displayed.
17078 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17080         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17081         `rfc2047-encoding-function-alist' in order to avoid conflicting
17082         with the old version.
17083         (rfc2047-encode-region): Concatenate words containing non-ASCII
17084         characters in structured fields; don't encode space-delimited
17085         ASCII words even in unstructured fields; don't break words at
17086         char-category boundaries.
17087         (rfc2047-encode-1): New function.
17088         (rfc2047-encode): Use it; encode text so that it occupies the
17089         maximum width within 76-column; work correctly on Q encoding for
17090         iso-2022-* charsets.
17091         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17092         sure not to break a line just after the header name.
17093         (rfc2047-b-encode-region): Remove.
17094         (rfc2047-b-encode-string): New function.
17095         (rfc2047-q-encode-region): Remove.
17096         (rfc2047-q-encode-string): New function.
17098         * mm-util.el (mm-replace-in-string): New function.
17100 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17102         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17103         Really get it right.
17104         (gnus-inews-make-draft): Really.
17106 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17108         * nnmh.el (nnmh-request-list-1): Don't check the link count
17109         before descending.  (small patch)
17111 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17113         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17114         stuff.
17116         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17117         Match on real group name.
17119         * gnus-art.el (gnus-signature-limit): Doc fix.
17121         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17123 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17125         * gnus-draft.el (gnus-draft-send):
17126         Bind rfc2047-encode-encoded-words.
17128         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17129         (rfc2047-encodable-p): Say that =? needs encoding.
17130         (rfc2047-encode-encoded-words): New variable.
17132         * gnus-group.el (gnus-group-select-group): Doc fix.
17134         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17136         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17137         to nil.
17139         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17141         * nnheader.el (nnheader-get-lines-and-char): New function.
17143 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17145         * gnus-msg.el (gnus-summary-followup-with-original):
17146         Document yanking of region when active.
17148 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17150         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17151         groups if the group level is higher than the specified value.
17153 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17155         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17156         (gnus-group-jump-to-group): Add prefix argument using
17157         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17158         non-active group.
17160         * compface.el (uncompface): Be verbose when changing
17161         `uncompface-use-external'.
17163         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17164         handle manual section.
17166 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17168         * gnus-art.el (gnus-button-alist): Revert previous change.
17170 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17172         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17174 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17176         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17177         whether backend can accept message.
17179         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17181 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17183         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17184         Avoid creating directory when nntp-marks-is-evil is true.
17185         Reported by Reiner Steib.
17187 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17189         * gnus-picon.el (gnus-picon-style): New variable.
17190         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17191         (gnus-picon-transform-address): Support `gnus-picon-style'.
17192         From Jesper Harder <harder@ifa.au.dk>.
17194 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17196         * message.el (message-fill-field): Return point.
17197         (message-generate-headers): Go to end of field.
17199         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17200         stuff for non-living groups.
17202 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17204         * gnus-art.el (gnus-article-followup-with-original)
17205         (gnus-article-reply-with-original): gnus-mark-active-p ->
17206         gnus-region-active-p.
17208 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17210         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17211         only when there is spam or ham to be processed.
17213 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17215         * mail-source.el (mail-source-delete-crash-box): Refactor.
17216         (mail-source-fetch): Use it.
17217         (mail-source-fetch-file): Ditto.
17218         (mail-source-fetch-directory): Run postscript in loop.
17219         (mail-source-fetch-pop): Delete.
17220         (mail-source-fetch-maildir): Ditto.
17221         (mail-source-fetch-imap): Ditto.
17223         * imap.el (imap-authenticators): Comment out sasl.
17225         * message.el (message-skip-to-next-address): New function.
17226         (message-fill-header-address): Refactor.
17227         (message-fill-address): Use it.
17228         (message-delete-address): Use it.
17229         (message-fill-header-general): Refactor.
17230         (message-fill-field-address): Rename.
17231         (message-narrow-to-field): Find the start of the header.
17232         (message-header-format-alist): Don't pre-fill.
17233         (message-fill-header): Remove.
17234         (message-insert-header): New function.
17235         (message-shorten-references): Use it.
17237         * rfc2047.el (rfc2047-field-value): Strip props.
17239         * mail-parse.el (mail-header-make-address): New alias.
17241         * ietf-drums.el (ietf-drums-make-address): New function.
17243         * imap.el: Add compiler directives.
17245         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17247         * gnus-art.el (article-decode-idna-rhs): Don't use
17248         message-idna-inside-rhs-p.
17250 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17252         * message.el (message-idna-inside-rhs-p): Remove.
17253         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17255         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17256         false positives.
17258 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17260         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17262 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17264         * nneething.el (nneething-file-name): Don't create spurious
17265         files.
17267         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17268         (gnus-inews-do-gcc): Remove sleep.
17270         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17271         part under point.
17273         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17274         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17276 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17278         * spam.el (spam-summary-prepare-exit): Fix (length).
17280 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17282         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17283         as expired without moving it" message when there are spam
17284         messages left.
17286 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17288         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17289         header is not nil.
17291 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17293         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17294         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17295         (nntp-marks-changed-p): New arg SERVER.
17296         (nntp-request-update-info): Adjust caller.
17298 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17300         * nntp.el (nntp-save-marks): Pass missing arg.
17302 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17304         * nntp.el: Support marks.
17305         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17306         (nntp-marks-modtime, nntp-marks-directory): New variables.
17307         (nntp-request-set-mark, nntp-request-update-info)
17308         (nntp-possibly-create-directory, nntp-marks-changed-p)
17309         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17310         New functions.
17312 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17314         * gnus-score.el (gnus-score-insert-help):
17315         Use gnus-select-lowest-window.
17317         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17318         appt-select-lowest-window and rename to gnus-select-lowest-window.
17320         * gnus.el: do.
17322 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17324         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17325         encodings of MIME-encoded words, in order to improve
17326         interoperability with several broken MUAs.
17328 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17330         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17331         tags, only when charsets are not specified in headers.
17332         (mm-inline-text-html-render-with-w3m): Ditto.
17334 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17336         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17337         instead of MIME-decoded from fields when checking
17338         `gnus-article-address-banner-alist'.
17340 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17342         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17343         description rather than subject.
17345 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17347         * gnus.el (gnus-version-number): Bump.
17349 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17351         * gnus.el: No Gnus v0.2 is released.
17353 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17355         * gnus-agent.el (gnus-agent-read-agentview):
17356         Inline gnus-uncompress-range.
17358 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17360         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17361         `exec-installed-p'.
17363 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17365         * gnus.el (spam-process, spam-autodetect-methods):
17366         Add bsfilter and bsfilter-headers.
17368         * spam.el (spam-bsfilter): New customize group.
17369         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17370         (spam-bsfilter-header, spam-bsfilter-probability-header)
17371         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17372         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17373         (spam-bsfilter-database-directory): New options.
17374         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17375         (spam-list-of-statistical-checks, spam-registration-functions):
17376         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17377         (spam-bsfilter-score): New command.
17378         (spam-check-bsfilter-headers, spam-check-bsfilter)
17379         (spam-bsfilter-register-with-bsfilter)
17380         (spam-bsfilter-register-spam-routine)
17381         (spam-bsfilter-unregister-spam-routine)
17382         (spam-bsfilter-register-ham-routine)
17383         (spam-bsfilter-unregister-ham-routine): New functions.
17384         (spam-generic-score): Support bsfilter; Accept an optional argument
17385         to recalcurate spam score even if scoring header has already been
17386         added.
17387         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17388         optional argument to recalcurate spam score even if scoring header
17389         has already been added.
17391 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17393         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17394         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17395         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17396         link is missing.
17398 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17400         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17401         (html2text-get-attr): Rewrite.
17403         * message.el (message-setup-1): Remove redundant put-text-property
17404         on mail-header-separator.
17406 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17408         * gnus-registry.el (gnus-registry-cache-whitespace)
17409         (gnus-registry-action, gnus-registry-spool-action)
17410         (gnus-registry-split-fancy-with-parent): Change message levels
17411         from 5 to 3 or 7, as needed.
17413         * spam.el (spam-summary-prepare-exit)
17414         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17415         (spam-split, spam-find-spam, spam-log-undo-registration)
17416         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17417         level from 5 to 6.
17419 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17421         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17422         2004-03-04 change).
17424 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17426         * sieve-manage.el (sieve-manage-open):
17427         * nnweb.el (nnweb-insert-html):
17428         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17429         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17430         * nnspool.el (nnspool-request-group):
17431         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17432         * nnml.el (nnml-request-update-info):
17433         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17434         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17435         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17436         (nnimap-request-set-mark):
17437         * nnfolder.el (nnfolder-request-update-info):
17438         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17439         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17440         * gnus-uu.el (gnus-uu-find-articles-matching):
17441         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17442         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17443         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17444         * gnus-nocem.el (gnus-nocem-scan-groups):
17445         * gnus-int.el (gnus-start-news-server):
17446         * gnus-group.el (gnus-group-make-kiboze-group)
17447         (gnus-group-browse-foreign-server):
17448         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17449         Use mapc when appropriate.
17451 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17453         FIXME: Make separate entries for each person.
17455         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17456         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17457         <shields@msrl.com>:
17459         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17460         may need for spam sorting and scoring.
17461         (spam-user-format-function-S): Add user format function suitable for
17462         general use.
17463         (spam-article-sort-by-spam-status): Add sorting function for summary
17464         sorting.
17465         (spam-extra-header-to-number): Add function to get a score from a
17466         header.
17467         (spam-summary-score): Add function to  get a numeric score from the
17468         headers.
17469         (spam-generic-score): Fix function doc, was in wrong place.
17470         (spam-initialize): Take symbols when it's run, and install the
17471         extra headers that spam-necessary-extra-headers thinks we need.
17473 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17475         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17476         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17478 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17480         * gnus-sum.el (gnus-set-global-variables)
17481         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17482         (gnus-article-get-xrefs, gnus-summary-best-group)
17483         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17484         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17485         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17486         Use with-current-buffer.
17488 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17490         * spam.el (spam-summary-prepare-exit): Simplify logic.
17491         (spam-fetch-article-header): Read the article header if it's not
17492         available.
17493         (spam-list-articles): Simplify logic.
17494         (spam-filelist-register-routine): Fix bug with unregister-list.
17496         * gnus-registry.el: Fix comments at beginning.
17498 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17500         * message.el (message-cater-to-broken-inn): Remove.
17501         (message-shorten-references): Make sure the total folded length of
17502         References is shorter than 998 characters to cater to a bug in INN
17503         2.3.  Also, don't pretend that references aren't folded -- this
17504         hasn't worked for a while.
17506 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17508         * gnus-agent.el (gnus-agentize):
17509         gnus-agent-send-mail-real-function no longer set to current value
17510         of message-send-mail-function but rather a lambda that calls
17511         message-send-mail-function.  The change makes the agent real-time
17512         responsive to user changes to message-send-mail-function.
17514 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17516         * legacy-gnus-agent.el
17517         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17518         help from Florian Weimer <fw@deneb.enyo.de>
17520 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17522         * nnmail.el (nnmail-cache-insert): Revert last change.
17524 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17526         * nnmail.el (nnmail-cache-insert): Always check whether
17527         nnmail-cache-ignore-groups matches a group name.
17529 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17531         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17532         (spam-find-spam, spam-log-processing-to-registry)
17533         (spam-log-registered-p, spam-log-unregistration-needed-p)
17534         (spam-log-undo-registration): Use gnus-message instead of
17535         gnus-error, none of these errors are fatal.
17537         * gnus-registry.el (gnus-registry-clean-empty-function)
17538         (gnus-registry-clean-empty): Remove only empty entries without
17539         extra data.
17541 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17543         * spam-stat.el (spam-stat-buffer-change-to-spam)
17544         (spam-stat-buffer-change-to-non-spam): Change (error) to
17545         (gnus-message 8) invocation.
17547 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17549         * nntp.el (nntp-via-netcat-command): New variable.
17550         (nntp-via-netcat-switches): New variable.
17551         (nntp-open-via-rlogin-and-netcat): New function.
17552         (nntp-open-connection-function): Doc fix.
17553         (nntp-telnet-command): Doc fix.
17554         (nntp-end-of-line): Doc fix.
17555         (nntp-via-rlogin-command): Doc fix.
17556         (nntp-via-user-name): Doc fix.
17557         (nntp-via-address): Doc fix.
17559 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17561         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17562         error in Emacs 21.1.
17564 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17566         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17568 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17570         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17571         (gnus-agent-with-refreshed-group): New macro.
17572         (gnus-agent-rename-group): New function.
17573         (gnus-agent-delete-group): New function.
17574         (gnus-agent-save-group-info): Use gnus-command-method when
17575         `method' parameter is nil.  Don't write nil entries into the
17576         active file.
17577         (gnus-agent-get-group-info): New function.
17578         (gnus-agent-fetch-articles):
17579         Use gnus-agent-update-files-total-fetched-for to increment disk space
17580         used.
17581         (gnus-agent-fetch-headers, gnus-agent-save-alist):
17582         Use gnus-agent-update-view-total-fetched-for to increment disk space
17583         used.
17584         (gnus-agent-get-local): Add optional parameters to avoid calling
17585         gnus-group-real-name and gnus-find-method-for-group.
17586         (gnus-agent-set-local): Delete stored entry if either min, or max,
17587         are nil.
17588         (gnus-agent-fetch-session): Reworded error/quit messages.
17589         On quit, use gnus-agent-regenerate-group to record existence of any
17590         articles fetched to disk before the quit occurred.
17591         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17592         gnus-agent-update-view-total-fetched-for, and
17593         gnus-agent-update-files-total-fetched-for to decrement disk space
17594         used.
17595         (gnus-agent-retrieve-headers):
17596         Use gnus-agent-update-view-total-fetched-for to increment disk space
17597         used.
17598         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17599         with gnus-agent-update-files-total-fetched-for to decrement disk
17600         space and fresh group buffer.
17601         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17602         (gnus-agent-need-update-total-fetched-for): New variable.
17603         (gnus-agent-update-files-total-fetched-for): New function.
17604         (gnus-agent-update-view-total-fetched-for): New function.
17605         (gnus-agent-total-fetched-for): New function.
17607         * gnus-cache.el (gnus-cache-save-buffers):
17608         Use gnus-cache-update-overview-total-fetched-for to change disk space
17609         used by this group.
17610         (gnus-cache-possibly-enter-article):
17611         Use gnus-cache-update-file-total-fetched-for to increment disk space
17612         used by this group.
17613         (gnus-cache-possibly-remove-article):
17614         Use gnus-cache-update-file-total-fetched-for to decrement disk space
17615         used by this group.
17616         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17617         (gnus-cache-rename-group): New function.
17618         (gnus-cache-delete-group): New function.
17619         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17620         (gnus-cache-need-update-total-fetched-for): New variable.
17621         (gnus-cache-with-refreshed-group): New macro.
17622         (gnus-cache-update-file-total-fetched-for): New function.
17623         (gnus-cache-update-overview-total-fetched-for): New function.
17624         (gnus-cache-rename-group-total-fetched-for): New function.
17625         (gnus-cache-delete-group-total-fetched-for): New function.
17626         (gnus-cache-total-fetched-for): New function.
17628         * gnus-group.el: Require gnus-sum and autoload functions to
17629         resolve warnings when gnus-group.el compiled alone.
17630         (gnus-group-line-format): Documented new %F.
17631         (size of Fetched data) group line format; identifies disk space
17632         used by agent and cache.
17633         (gnus-group-line-format-alist): Defined new F format.
17634         (gnus-total-fetched-for): New function.
17635         (gnus-group-delete-group): No longer update
17636         gnus-cache-active-altered as gnus-request-delete-group now keeps
17637         the cache in sync.
17638         (gnus-group-list-active): Let the agent store a server's active
17639         list if currently plugged.
17641         * gnus-int.el (gnus-request-delete-group):
17642         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17643         local disk in sync with the server.
17644         (gnus-request-rename-group):
17645         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17646         local disk in sync with the server.
17648         * gnus-start.el (gnus-get-unread-articles):
17649         Cosmetic simplification to logic.
17651         * gnus-util.el (gnus-rename-file): New function.
17653 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17655         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17657 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17659         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17660         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17662 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17664         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17665         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17667 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17669         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17671 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17673         * spam.el (spam-set-difference): Add function to replace
17674         gnus-set-difference in spam.el.
17675         (spam-summary-prepare-exit): Use spam-set-difference.
17677 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17679         * gnus-registry.el (gnus-registry-cache-file): Update to use
17680         gnus-dribble-directory OR gnus-home-directory OR ~.
17681         (gnus-registry-split-fancy-with-parent): Fix doc.
17683 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17685         * message.el (message-exchange-point-and-mark):
17686         Use message-mark-active-p.  Suggested by Jesper Harder
17687         <harder@ifa.au.dk>.
17689 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17691         * message.el (message-exchange-point-and-mark): Don't activate
17692         region if it was inactive.  Suggested by Hiroshi Fujishima
17693         <pooh@nature.tsukuba.ac.jp>.
17695 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17697         * gnus-art.el (article-display-face): Display Faces in the same
17698         order as X-Faces.
17700 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17702         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17704 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17706         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17707         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17708         (gnus-article-mime-hierarchy): Remove.
17709         (gnus-article-mime-hierarchy-next): Remove.
17710         (gnus-article-mode): Revert 2004-03-19 change.
17711         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17712         (gnus-insert-mime-button): Revert 2004-03-19 change.
17713         (gnus-mime-accumulate-hierarchy): Remove.
17714         (gnus-mime-enter-multipart): Remove.
17715         (gnus-mime-leave-multipart): Remove.
17716         (gnus-mime-display-part): Revert 2004-03-19 change.
17717         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17719         * mml.el (mml-preview): Revert 2004-03-19 change.
17721 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17723         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17725 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17727         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17728         t while entering a file name using the mm-with-multibyte macro.
17729         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17731         * mm-util.el (mm-with-multibyte): New macro.
17733 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17735         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
17736         New user option.
17737         (gnus-mime-multipart-functions): Doc and customization fix.
17738         (gnus-article-mime-hierarchy): New variable.
17739         (gnus-article-mime-hierarchy-next): New variable.
17740         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17741         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17742         gnus-article-mime-hierarchy-next to nil.
17743         (gnus-insert-mime-button): Show hierarchy numbers.
17744         (gnus-mime-accumulate-hierarchy): New function.
17745         (gnus-mime-enter-multipart): New function.
17746         (gnus-mime-leave-multipart): New function.
17747         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17748         (gnus-mime-display-alternative): Show hierarchy numbers.
17750         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17751         gnus-article-mime-hierarchy-next to nil.
17753 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17755         * dns.el: Don't require gnus-xmas.
17757 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17759         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17760         inline PGP.
17761         (mml-menu): Disable mml-quote-region if mark is inactive.
17763 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17765         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17766         when the group's active is not available.
17768 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17770         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17771         error.
17773 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17775         * imap.el (imap-store-password): New variable.
17776         (imap-interactive-login): Use it.
17777         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17779 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17781         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17782         window-start and hscroll to summary window.
17784 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17786         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17787         conversion message to newsrc-dribble when an actual conversion is
17788         performed.
17790 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17792         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17794 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17796         * mm-decode.el (mm-complicated-handles): New function reviving
17797         former definition of mm-multiple-handles.
17799         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17800         (gnus-mime-delete-part): Use it.
17802 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17804         * gnus-agent.el (gnus-agent-read-local):
17805         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
17806         avoid the implicit assumption that they will always be equal.
17807         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17808         coding-system-for-write, as the with-temp-file macro first prints
17809         to a buffer then saves the buffer.
17811 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17813         * gnus-art.el (gnus-article-edit-part): New function.
17814         (gnus-mime-save-part-and-strip): Use it; do query instead of
17815         signaling an error; don't use mm-multiple-handles.
17816         (gnus-mime-delete-part): Ditto.
17818 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17820         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
17821         old file versions.
17822         (gnus-group-prepare-hook): Remove function that converted list
17823         form of gnus-agent-expire-days to group properties.
17825         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17826         (gnus-request-accept-article): Re-indented.
17828         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17829         converters to handle old agent file formats.  Add logic for a
17830         "backup before upgrading warning".
17831         (gnus-convert-mark-converter-prompt): Developers can mark
17832         functions as needing (default), or not needing,
17833         gnus-convert-old-newsrc's "backup before upgrading warning".
17834         (gnus-convert-converter-needs-prompt): Tests whether the user
17835         should be protected from potentially irreversable changes by the
17836         function.
17838         * legacy-gnus-agent.el: New.  Provides converters that are only
17839         loaded when gnus-convert-old-newsrc needs to call them.
17841 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17843         * mail-source.el (mail-source-touch-pop): Doc fix.
17845         * message.el (message-smtpmail-send-it): Doc fix.
17847 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17849         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17851         * nnmail.el (nnmail-split-fancy): do.
17853         * gnus-kill.el (gnus-kill, gnus-execute): do.
17855 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17857         * gnus-sum.el (gnus-widget-reversible-match)
17858         (gnus-widget-reversible-to-internal)
17859         (gnus-widget-reversible-to-external): New functions.
17860         (gnus-widget-reversible): New widget.
17861         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17863 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17865         * gnus-sum.el (gnus-thread-sort-functions)
17866         (gnus-article-sort-functions): Document `(not F)' items.
17868 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17870         * spam.el (spam-use-gmane-xref): Add new backend.
17871         (spam-gmane-xref-spam-group): Add variable to control the name of the
17872         Gmane spam group.
17873         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17874         (spam-regex-headers-spam, spam-regex-headers-ham)
17875         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17876         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17877         backends and checks.
17878         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17880         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17881         an autodetect method.
17883 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17885         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17886         articles are being added to a group.
17887         (gnus-request-replace-article): Inform the agent that articles
17888         need to be uncached as the cached contents are no longer valid.
17890 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17892         * binhex.el: Don't autoload executable-find.
17894         * canlock.el: Don't autoload mail-fetch-field.
17896         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17898         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17899         rmail-dont-reply-to and rmail-output.
17901         * gnus-score.el: Don't autoload ffap-string-at-point.
17903         * gnus-setup.el: Don't autoload sc-cite-original.
17905         * imap.el: Don't autoload base64-decode-string,
17906         base64-encode-string and md5.
17908         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17909         and rmail-msg-restore-non-pruned-header.
17911         * mm-decode.el: Don't autoload executable-find.
17913         * mm-url.el: Don't autoload executable-find.
17915         * mm-view.el: Don't autoload diff-mode.
17917         * nndb.el: Don't autoload news-reply-mode, news-setup,
17918         cancel-timer and telnet.
17920         * password.el: Don't autoload run-at-time for Emacs.
17922         * sha1-el.el: Don't autoload executable-find.
17924         * sieve-mode.el: Don't autoload c-mode.
17926         * uudecode.el: Don't autoload executable-find.
17928 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17930         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
17931         (gnus-agent-possibly-alter-active): Avoid null in numeric
17932         comparison.
17933         (gnus-agent-set-local): Refuse to save null in local object table.
17934         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17935         list of articles that will be marked as unread.
17937 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17939         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17941 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17943         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17944         language tags.
17946 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17948         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17949         Don't bind "obarray".
17951         * gnus-sum.el (gnus-thread-sort-functions):
17952         Add `gnus-thread-sort-by-most-recent-number' and
17953         `gnus-thread-sort-by-most-recent-date'.
17954         Reported by Kai Grossjohann <kai@emptydomain.de>.
17956 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17958         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17960 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17962         * gnus-cus.el (gnus-agent-customize-category):
17963         Remove ignore-errors macro reference that required cl to be loaded at
17964         run-time.
17966         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17967         single-interval range of the form (min . max).  Previously the
17968         range had to look like ((min . max)).  Likewise, return
17969         (min . max) rather than ((min . max)).
17970         (gnus-range-map): Use gnus-range-normalize to accept
17971         single-interval range.
17973         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17974         the cache, but not the agent, now appear with their usual face.
17976 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17978         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17979         w3m-safe-url-regexp variable buffer-local.
17981         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17983 2004-02-27  Simon Josefsson  <jas@extundo.com>
17985         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17986         gnus-group-real-prefix.
17987         (gnus-summary-move-article): Use it, instead of
17988         gnus-group-real-prefix.
17990 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17992         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17993         w3m-safe-url-regexp variable buffer-local and set it as the value
17994         of mm-w3m-safe-url-regexp.
17996         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17998         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17999         parsing gnus-posting-styles when the message is not for replying.
18001         * nnrss.el (nnrss-opml-export):
18002         Use mm-set-buffer-file-coding-system instead of
18003         set-buffer-file-coding-system.
18005 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18007         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18008         of checkdoc.el).
18009         * nnrss.el: do.
18010         * gnus-mlspl.el: do.
18011         * gnus-ml.el: do.
18012         * gnus-srvr.el: do.
18014         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18016 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18018         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18019         Corrections to custom-manual links.
18021         * gnus-art.el (gnus-article): Ditto.
18023         * mm-decode.el (mime-display, mime-security): Ditto.
18025 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18027         * flow-fill.el: Typo.
18029 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18031         * spam-wash.el: New file.
18033 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18035         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18037 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18039         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18040         to be run with new-articles as LIST1, not LIST2.
18041         (spam-registration-functions): Add spam-use-ham-copy as a nil
18042         registration backend.
18044 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18046         * spam-stat.el (spam-stat-washing-hook): New option.
18047         (spam-stat-buffer-words): Use it.
18048         (spam-stat-process-directory, spam-stat-test-directory):
18049         Use insert-file-contents-literally.
18050         (spam-stat-coding-system): New variable.
18051         (spam-stat-load, spam-stat-save): Use it.
18053 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18055         * spam-report.el (spam-report-plug-agent):
18056         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18058 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18060         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18061         Allow / in mailto URLs.
18063 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18065         * spam-report.el (spam-report-process-queue): Fix interactive use.
18066         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18067         (spam-report-unplug-agent): Doc fixes.
18068         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18069         (spam-report-agentize, spam-report-deagentize):
18070         Autoload 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18072         * message.el (message-setup-fill-variables): Add mml tags to
18073         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18074         <ajk@iu.edu>.
18075         (message-mode): Don't modify paragraph-separate there.
18077 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18079         * compface.el (uncompface-use-external): Default to undecided.
18080         (uncompface-use-external-threshold): New variable.
18081         (uncompface-float-time): New macro.
18082         (uncompface): Determine whether to use the external decoder if
18083         uncompface-use-external is undecided.
18085 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18087         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18088         after images.
18090         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18092 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18094         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18096         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18098         * gnus-sum.el (gnus-summary-limit-to-age)
18099         (gnus-summary-limit-children): do.
18101         * gnus-int.el (gnus-request-scan): do.
18103         * gnus-group.el (gnus-group-suspend): do.
18105         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18107         * gnus-cite.el (gnus-cite-parse-attributions): do.
18109         * gnus-agent.el (gnus-summary-set-agent-mark)
18110         (gnus-agent-regenerate-group): do.
18112         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18114         * binhex.el (binhex-decode-region-internal): do.
18116 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18118         * gnus-fun.el (gnus-face-properties-alist): New user option.
18119         (gnus-display-x-face-in-from): Use it.
18121         * gnus-art.el (article-display-face): Ditto.
18123         * compface.el (uncompface-use-external): Default to nil.
18125 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18127         * nntp.el (nntp-erase-buffer): New function.
18128         (nntp-retrieve-data, nntp-send-command)
18129         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18130         (nntp-possibly-change-group): Use it.
18132         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18133         Use with-current-buffer.
18135 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18137         * compface.el: Merge the ELisp-based uncompface program.
18138         (compface): New customization group.
18139         (uncompface-use-external): New user option.
18140         (uncompface): Call uncompface-internal if uncompface-use-external
18141         is nil.
18142         (uncompface-internal): New function.  Note that there are also
18143         some other functions and variables added for this function.
18145 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18147         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18148         if necessary.
18150 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18152         * spam-report.el (spam-report-unplug-agent)
18153         (spam-report-plug-agent, spam-report-deagentize)
18154         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18155         Add support for the Agent in spam-report: when unplugged, report to a
18156         file; when plugged, submit all the requests.
18158         * spam.el (spam-register-routine): Fix message about
18159         registration.
18161 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18163         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18164         dependencies.
18165         (rfc2047-encode): Use it.
18167         * gnus-art.el (gnus-button-marker-list): Move before first
18168         reference.
18170         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18171         (imap-parse-body): Fix format string mismatch.
18173         * gnus-score.el (gnus-summary-increase-score): do.
18175         * nnrss.el (nnrss-close): New function.
18177 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18179         * nnrss.el (nnrss-make-filename): New function.
18180         (nnrss-request-delete-group, nnrss-read-server-data)
18181         (nnrss-save-server-data, nnrss-read-group-data)
18182         (nnrss-save-group-data): Use it.
18183         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18184         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18185         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18187 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18189         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18191 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18193         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18194         files.
18196         * message.el (message-generate-headers-first): Don't quote nil
18197         and t in docstrings.
18199         * imap.el (imap-id): do.
18201         * gnus-agent.el (gnus-agent-consider-all-articles)
18202         (gnus-agent-queue-mail): do.
18204 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18206         * spam-report.el (spam-report-process-queue): New function.
18207         Process requests from `spam-report-requests-file'.
18208         (spam-report-process-queue): Doc fix.
18210 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18212         * spam.el (spam-register-routine)
18213         (spam-log-processing-to-registry, spam-log-registered-p)
18214         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18215         Change "check" to "spam-check" for semi-clarity.
18217 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18219         * pop3.el: Require nnheader.
18221         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18223         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18225         * gnus-picon.el: Require cl.
18227         * gnus-fun.el: Require gnus-ems and gnus-util.
18229         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18231         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18233         * gnus-art.el (gnus-article-edit-mode): Define before first
18234         reference.
18236 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18238         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18239         (gnus-uu-post-encoded): Use point-at-bol.
18241         * gnus-topic.el (gnus-group-active-topic-p): do.
18243         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18245         * gnus-group.el (gnus-group-kill-region): do.
18247         * gnus-art.el (article-date-ut): do.
18249         * message.el (message-fetch-field): Remove redundant
18250         case-fold-search binding.
18251         (message-narrow-to-field): Simplify.
18253 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18255         * spam.el (spam-directory): Derive from `gnus-directory'.
18257         * spam-report.el (spam-report-url-to-file)
18258         (spam-report-requests-file): New function and variable for offline
18259         reporting.
18260         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18261         and user defined function.
18262         (spam-report-url-ping-mm-url): Remove doubled slash.
18264 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18266         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18268 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18270         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18271         Fix format string mismatch.
18273         * sieve.el (sieve-deactivate-all): do.
18275         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18277         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18279         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18281         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18283 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18285         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18286         the list of checks.
18288 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18290         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18291         padding.
18293 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18295         * mm-view.el (mm-fill-flowed): New variable.
18296         (mm-inline-text): Use it.
18298 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18300         * spam.el (spam-spamassassin-register-ham-routine)
18301         (spam-spamassassin-register-spam-routine): Fix function names.
18303 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18305         * gnus.el (gnus-tmp-grouplens): Remove.
18306         (gnus-summary-line-format): Remove grouplens.
18308         * gnus-group.el (gnus-group-line-format): Ditto.
18310         * gnus-spec.el (gnus-format-specs): Ditto.
18311         (gnus-update-format-specifications): Flush the group format spec
18312         cache if there's the grouplens stuff.
18313         (gnus-parse-simple-format): Replace %l with the empty string.
18315 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18317         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18318         omission.
18320 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18322         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18323         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18325 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18327         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18328         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18329         New macros and functions.
18330         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18331         Handle > NLINK_MAX messages.
18332         * nnmaildir.el (nnmaildir-request-set-mark):
18333         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18335 2004-01-25  Alex Schroeder  <alex@gnu.org>
18337         * spam-stat.el (spam-stat-process-directory-age): New option.
18338         (spam-stat-process-directory): Use it.
18340 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18342         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18343         (spam-stat-save): Accept prefix argument.
18345 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18347         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18348         links" error.
18350 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18352         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18353         compatibility with old .newsrc.eld files.
18355         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18357         * gnus-start.el (gnus-1): do.
18359         * gnus-group.el (gnus-group-line-format-alist): do.
18361         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18363         * gnus-gl.el: Remove.
18365 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18367         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18368         marks consisting of a single range {for example, (3 . 5)} rather
18369         than a list of a single range { ((3 . 5)) }.
18371 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18373         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18374         Use with-current-buffer.
18375         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18376         avoid consing a string.
18378         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18379         Remove obsolete entries for big5 and gb2312.
18381 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18383         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18384         uncompressed list.
18386 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18388         * spam-stat.el (spam-stat-strip-xref): New function.
18389         (spam-stat-process-directory): Use it.
18391         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18392         here -- it's done in message-fetch-field.
18394 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18396         * gnus-agent.el (gnus-agent-queue-mail)
18397         (gnus-agent-prompt-send-queue): New variables.
18398         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18399         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18400         "nndraft:queue" along to gnus-draft-send.
18401         Use gnus-agent-prompt-send-queue.
18402         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18403         is "nndraft:queue".  Suggested by Gaute Strokkenes
18404         <gs234@srcf.ucam.org>
18406         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18407         (agent-enable-undownloaded-faces): Add.
18408         (gnus-agent-cat-groups): Use eval-and-compile, not
18409         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18410         method of gnus-agent-cat-groups even when the buffer has been
18411         evaled.
18412         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18413         delete gnus-agent-save-active-1.
18414         (gnus-agent-save-groups): Delete.  Identical to
18415         gnus-agent-save-active.
18416         (gnus-agent-write-active): No longer adjust agent's copy of active
18417         file as agent's adjustments are now stored in their own
18418         file.  Remove optional parameter.
18419         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18420         servers.  Add use of min/max range limits from server's local
18421         file.
18422         (gnus-agent-save-alist): Remove unused optional argument.
18423         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18424         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18425         (gnus-agent-set-local): A per-server file that keeps min/max range
18426         limits for articles known to the agent.  Provides a fast mechanism
18427         for altering many active ranges.
18428         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18429         active file (local makes it unnecessary).
18430         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18432         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18433         (agent-enable-undownloaded-faces): Add.
18435         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18436         disable it when sending to "nndraft:queue".
18437         (gnus-group-send-queue): Add safety check to avoid sending queue
18438         when unplugged.
18440         * gnus-group.el (gnus-group-catchup): Use new
18441         gnus-sequence-of-unread-articles, not
18442         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18443         numbers of articles.  Use gnus-range-map to avoid having to
18444         uncompress the unread list.
18445         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18446         Fix invalid ange-ftp reference.
18448         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18449         (gnus-sorted-range-intersection): Intersection of two ranges
18450         without requiring that they first be uncompressed.
18452         * gnus-start.el (gnus-activate-group): Unless blocked by the
18453         caller, possibly expand the active range to include both cached
18454         and agentized articles.
18455         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18456         multiple version-dependent converters.
18457         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18458         gnus-agent-save-active.
18459         (gnus-save-newsrc-file): Save dirty agent range limits.
18461         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18462         gnus-agent-possibly-alter-active.
18463         (gnus-adjust-marked-articles): Faster handling of simple lists
18465 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18467         * spam-stat.el (spam-stat-test-directory): New optional argument
18468         displays a list of files detected.  Suggested by Andrew Cohen
18469         <cohen@andy.bu.edu>.
18470         (spam-stat-buffer-words-with-scores): Don't narrow and change
18471         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18473 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18475         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18476         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18477         (spam-spamassassin-arguments)
18478         (spam-spamassassin-spam-flag-header)
18479         (spam-spamassassin-positive-spam-flag-header)
18480         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18481         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18482         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18483         (spam-list-of-processors, spam-list-of-checks)
18484         (spam-list-of-statistical-checks, spam-registration-functions)
18485         (spam-check-spamassassin-headers, spam-check-spamassassin)
18486         (spam-spamassassin-score)
18487         (spam-spamassassin-register-with-sa-learn)
18488         (spam-spamassassin-register-spam-routine)
18489         (spam-spamassassin-register-ham-routine)
18490         (spam-assassin-register-spam-routine)
18491         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18492         (spam-bogofilter-score): Fix to show article before scoring.
18494 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18496         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18497         default scoring function.
18498         (spam-generic-score): Call spam-spamassassin-score if
18499         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18500         spam-bogofilter-score otherwise.
18502         * gnus.el (spam-process, spam-autodetect-methods):
18503         Add spamassassin and spamassassin-headers.
18505 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18507         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18508         Suppress unnecessary messages.
18510 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18512         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18513         make-hash-table.
18515 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18517         * canlock.el (base64-encode-string): Don't autoload it.
18519 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18521         * run-at-time.el: Remove useless (require 'itimer),
18522         eval-and-compile and (featurep 'xemacs).
18524 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18526         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18527         GROUP is a virtual group.
18529 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18531         * gnus.el: Autoload `message-y-or-n-p'.
18533 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18535         * pgg-parse.el: Remove unnecessary (require 'custom).
18537         * pgg-def.el: do.
18539         * nnmail.el: do.
18541         * gnus-undo.el: do.
18543         * gnus-picon.el: do.
18545         * gnus-util.el: do.
18547 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18549         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18551 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18553         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18554         handle, as well as a list.
18556         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18557         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18558         (mm-w3m-cid-retrieve): Simplify.
18560 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18562         * message.el (message-kill-to-signature): Allow prefix arg to
18563         specify number of lines to keep before signature.
18565 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18567         * message.el (message-kill-to-signature): Change docstring.
18569 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18571         * canlock.el: Always require sha1-el.
18572         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18574         * message.el: Autoload sha1 only when compiling.
18576 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18578         * message.el (message-canlock-generate): Require sha1-el.
18580 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18582         * message.el (message-expand-name): Silence the byte compiler.
18584 2004-01-13  Simon Josefsson  <jas@extundo.com>
18586         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18587         Invoke gnus-score-mode.
18588         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18590         * gnus-range.el (gnus-compress-sequence): Doc fix.
18591         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18593 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18595         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18597 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18599         * spam.el (spam-get-article-as-string): Update to use
18600         gnus-request-article-this-buffer, much simpler.
18601         (spam-get-article-as-buffer): Remove.
18603 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18605         * message.el (message-expand-name): Use EUDC if the user uses that.
18607 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18609         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18610         character for the encoding to avoid consing a string.
18612         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18613         unnecessarily.
18615         * mm-util.el (mm-replace-chars-in-string): Remove.
18617         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18618         of mm-replace-chars-in-string.
18620 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18622         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18624         * mm-util.el (mm-subst-char-in-string): Support inplace.
18626         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18627         a new string in every iteration.  Use shy groups.
18629 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18631         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18632         * gnus-soup.el (gnus-soup-group-brew):
18633         * gnus-msg.el (gnus-put-message):
18634         * gnus-move.el (gnus-group-move-group-to-server):
18635         * gnus-kill.el (gnus-batch-score):
18636         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18637         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18638         (gnus-group-update-group, gnus-group-read-group)
18639         (gnus-group-make-group, gnus-group-make-help-group)
18640         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18641         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18642         (gnus-group-sort-by-unread, gnus-group-catchup)
18643         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18644         (gnus-group-yank-group, gnus-group-set-info)
18645         (gnus-group-list-groups):
18646         * gnus.el (gnus-generate-new-group-name):
18647         * gnus-delay.el (gnus-delay-send-queue):
18648         * nnvirtual.el (nnvirtual-catchup-group):
18649         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18650         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18651         (gnus-group-prepare-topics, gnus-topic-check-topology):
18652         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18653         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18654         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18655         (gnus-group-make-articles-read):
18656         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18657         (gnus-group-change-level, gnus-kill-newsgroup)
18658         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18659         (gnus-get-unread-articles, gnus-make-articles-unread)
18660         (gnus-make-ascending-articles-unread): Use accessor
18661         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18662         to get group information for improved readability.
18664 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18666         * gnus-art.el (article-decode-mime-words, article-babel)
18667         (gnus-article-highlight-signature, gnus-article-add-buttons)
18668         (gnus-signature-toggle): Use gnus-with-article-buffer.
18670         * gnus-art.el (gnus-article-highlight-headers)
18671         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18673         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18674         (gnus-article-set-globals, gnus-request-article-this-buffer)
18675         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18676         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18677         (gnus-mime-display-alternative): Use with-current-buffer.
18679 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18681         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18682         also under 80 char limit, and call gnus-error if needed.
18683         (spam-fetch-article-header): Fix - it was a
18684         buffer-local variable (gnus-newsgroup-data).
18685         (spam-find-spam): Use spam-generate-fake-headers, forget about
18686         spam-insert-fake-headers.
18687         (spam-insert-fake-headers): Remove.
18689 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18691         * deuglify.el (gnus-article-outlook-unwrap-lines)
18692         (gnus-outlook-rearrange-article)
18693         (gnus-outlook-repair-attribution-outlook)
18694         (gnus-outlook-repair-attribution-block)
18695         (gnus-outlook-repair-attribution-other): Remove redundant
18696         save-excursion.
18698 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18700         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18701         (spam-fetch-field-subject-fast)
18702         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18703         (spam-fetch-article-header): Add functions to deal with Gnus
18704         internals for fast retrieval of article header data.
18705         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18707 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18709         * pop3.el (pop3-md5): Remove.
18710         (pop3-apop): Replace pop3-md5 with md5.
18712         * mm-bodies.el: base64 is always built-in.
18714         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18715         Use with-current-buffer.
18717 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18719         * canlock.el (canlock-insert-header): Remove excessive grouping in
18720         regexp.
18722         * gnus-sum.el (gnus-summary-read-document): Ditto.
18724         * gnus-uu.el (gnus-uu-part-number): Ditto.
18726         * html2text.el (html2text-remove-tags): Ditto.
18727         (html2text-format-tags): Ditto.
18728         (html2text-format-single-elements): Ditto.
18730         * mml.el (mml-parse-1): Ditto.
18732 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18734         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18736         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18738         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18740         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18742 2003-11-15  Simon Josefsson  <jas@extundo.com>
18744         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18745         (pgg-gpg-lookup-key): Use regexp match instead of
18746         split-string (split-string is different between emacs 21.2 and
18747         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18749 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18751         * gnus-art.el (gnus-mime-view-all-parts)
18752         (gnus-article-part-wrapper, gnus-article-view-part):
18753         Use with-current-buffer.
18755 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18757         * spam.el (spam-disable-spam-split-during-ham-respool)
18758         (spam-spamoracle-database, spam-cache-lookups)
18759         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18760         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18761         (spam-group-ham-marks, spam-group-spam-marks)
18762         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18763         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18764         also add spam-use-blackholes to the statistical checks.
18765         (spam-fetch-field-fast): Add interface to fetching fields, may
18766         become a macro.
18767         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18768         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18769         (spam-insert-fake-headers): Fake an article when needed.
18770         (spam-find-spam): Fake article when possible.
18771         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18772         (spam-check-bogofilter-headers): Use message-fetch-field instead
18773         of nnmail-fetch-field.
18775 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18777         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18779 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18781         * spam.el (spam-split): Do not require spam-use-CHECK to be
18782         enabled if that check is passed to spam-split explicitly; also
18783         fix so 'spam doesn't get converted to spam-split-group when
18784         spam-split-symbolic-return is t.
18785         (spam-find-spam): Find registrations of the article and use those
18786         instead of re-running spam-split to find the spam/ham
18787         classification of the article.
18788         (spam-log-processing-to-registry, spam-log-registered-p)
18789         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18790         Use gnus-error instead of gnus-message.
18791         (spam-log-registration-type): Add function to determine the
18792         classification of a message based on registry entries; will
18793         return nil if both 'spam and 'ham are found.
18794         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18795         a reasonably fast local cache without the loading errors.
18796         (spam-cache-lookups): Set to t by default.
18797         (spam-find-spam): Don't try to guess spam-cache-lookups.
18798         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18799         spam-caches entry.
18800         (spam-filelist-build-cache, spam-filelist-check-cache):
18801         Fix caching of whitelist/blacklist entries.
18802         (spam-check-whitelist, spam-check-blacklist):
18803         Invoke spam-from-listed-p with a type, not a cache variable.
18804         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18806 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18808         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18810         * nnmail.el (nnmail-split-fancy): do.
18812         * mml.el (mml-parse): do.
18814         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18815         (gnus-score-adaptive): do.
18817 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18819         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18820         (gnus-mime-button-map): Don't set keymap parent.
18821         (gnus-button-ctan-directory-regexp): Use shy grouping.
18822         (gnus-prev-page-map): Don't set keymap parent.
18823         (gnus-prev-page-map): Remove duplicated one.
18824         (gnus-next-page-map): Don't set keymap parent.
18825         (gnus-mime-security-button-map): Ditto.
18827         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18828         version number.
18830         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18832 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18834         * canlock.el (canlock-sha1-function): Remove.
18835         (canlock-sha1-function-for-verify): Remove.
18836         (canlock-openssl-program): Remove.
18837         (canlock-openssl-args): Remove.
18838         (canlock-ignore-errors): Remove.
18839         (canlock-sha1-with-openssl): Remove.
18840         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18841         (canlock-verify): Don't use canlock-ignore-errors.
18843         * sha1-el.el (sha1-string-external): Make it can return a string
18844         in binary form.
18845         (sha1-region-external): Ditto.
18846         (sha1-string-internal): Ditto.
18847         (sha1-region-internal): Ditto.
18848         (sha1-region): Ditto.
18849         (sha1-string): Ditto.
18850         (sha1): Ditto.
18852 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18854         * spam.el (spam-report-articles-gmane): New command.
18856 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18858         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18860         * run-at-time.el (run-at-time-saved): Remove.
18861         (run-at-time): Doc fix.
18863 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18865         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18866         (gnus-summary-limit-map): Add it.
18867         (gnus-summary-make-menu-bar): do.
18869 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18871         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18872         Make attempt at some caching support (done for BBDB only now).
18873         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18874         addresses to be checked.
18875         (spam-clear-cache-BBDB): Add function, to be invoked by
18876         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18877         (spam-check-BBDB): Check and use the caches, if
18878         spam-cache-lookups is on, remove superfluous (provide).
18880 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18882         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
18884 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18886         * run-at-time.el (run-at-time-saved): Move to after the definition
18887         of `run-at-time'.
18889 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18891         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18892         mm-w3m-local-map-property.
18894         * mm-view.el (mm-w3m-mode-map): Remove.
18895         (mm-w3m-local-map-property): Remove.
18896         (mm-inline-text-html-render-with-w3m): Don't use
18897         mm-w3m-local-map-property.
18899 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18901         * run-at-time.el: New file.
18903         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18904         of gnus-set-text-properties.
18906         * gnus-uu.el (gnus-uu-save-article): Ditto.
18908         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18910         * gnus-cite.el (gnus-cite-parse): Ditto.
18912         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18913         of gnus-.
18915         * gnus.el: Change calls to nnheader-run-at-time and
18916         password-run-at-time throughout to use run-at-time directly.
18918         * password.el: Remove definition of run-at-time.
18920 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18922         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18923         in prompt.
18925 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18927         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18928         XEmacs version.
18930         * dns.el (dns-make-network-process): Use `open-network-stream'
18931         instead of `gnus-xmas-open-network-stream'.
18933         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18935 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18937         * gnus-art.el (gnus-mime-display-alternative)
18938         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18939         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18940         Don't use gnus-local-map-property.
18942         * gnus-util.el (gnus-local-map-property): Remove.
18944         * mm-view.el (mm-view-pkcs7-decrypt):
18945         Replace gnus-completing-read-maybe-default with completing-read.
18947         * gnus-util.el (gnus-completing-read): do.
18948         (gnus-completing-read-maybe-default): Remove.
18950 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18952         * password.el: Only autoload `run-at-time' if not XEmacs.
18953         Only autoload the itimer functions if XEmacs.
18955 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18957         * gnus-art.el (gnus-read-string): Remove.
18958         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18959         read-string.
18961 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18963         * netrc.el: Autoload password-read.
18964         (netrc): Add configuration group.
18965         (netrc-encoding-method, netrc-openssl-path):
18966         Add variables for encoding and decoding of files with symmetric
18967         ciphers.
18968         (netrc-encode): Add assistant function to encode a file with
18969         netrc-encoding-method.
18970         (netrc-parse): Add interactive parameter, added optional
18971         decoding if netrc-encoding-method is non-nil but otherwise
18972         behavior is standard.
18973         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18974         Do s/encode/encrypt/ everywhere.
18976         * spam.el: Remove executable-find autoload.
18978 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18980         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18982         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18984 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18986         * gnus-art.el (gnus-treat-ansi-sequences)
18987         (article-treat-ansi-sequences): New variable and function.
18988         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18990         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18991         Use it.
18993 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18995         * mm-util.el (mm-quote-arg): Remove.
18997         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18998         shell-quote-argument.
19000         * gnus-uu.el (gnus-uu-command): do.
19002         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19004         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19005         with make-char.
19007         * mm-util.el (mm-make-char): Remove.
19009         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19010         add-minor-mode.
19012         * gnus-undo.el (gnus-undo-mode): do.
19014         * gnus-topic.el (gnus-topic-mode): do.
19016         * gnus-sum.el (gnus-dead-summary-mode): do.
19018         * gnus-start.el (gnus-slave-mode): do.
19020         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19022         * gnus-ml.el (gnus-mailing-list-mode): do.
19024         * gnus-gl.el (gnus-grouplens-mode): do.
19026         * gnus-draft.el (gnus-draft-mode): do.
19028         * gnus-dired.el (gnus-dired-mode): do.
19030         * gnus-ems.el (gnus-add-minor-mode): Remove.
19032         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19033         Replace gnus-char-width with char-width.
19035         * gnus-ems.el (gnus-char-width): Remove.
19037         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19038         Replace gnus-char-width with char-width.
19040         * gnus-ems.el (gnus-char-width): Remove.
19042         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19043         definition.
19044         Remove Emacs 20 hash table compatibility code.
19046         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19047         20 compatibility code.
19049         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19051         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19053         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19054         Replace with point-at-{eol,bol}.
19056         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19058         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19060         * flow-fill.el (fill-flowed-point-at-bol)
19061         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19063         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19064         Replace with point-at-{eol,bol} throughout all files.
19066 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19068         * ntlm.el (ntlm-string-as-unibyte): New macro.
19069         (ntlm-build-auth-response): Use it.
19071         Remove Emacs 20 stuff:
19072         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19073         of delq and copy-sequence.
19074         * gnus-art.el (popup-menu): Remove the compiler macro.
19075         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19076         Emacs 20.
19078 2004-01-05  Simon Josefsson  <jas@extundo.com>
19080         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19081         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19082         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19083         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19084         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19085         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19086         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19087         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19088         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19089         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19090         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19091         string-xor into ntlm-string-xor.
19092         Suggested by Jesper Harder <harder@myrealbox.com>.
19094         * ntlm.el: Don't include poem.
19096         * md4.el (print-int32, print-string-hexa): Remove.
19097         Suggested by Jesper Harder <harder@myrealbox.com>.
19099         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19101         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19102         probably breaks emacs with DL patch, but do we care? Is anyone
19103         still using the DL stuff?)
19105         * sieve-manage.el: Use the password package.
19106         (sieve-manage-read-passwd): Remove.
19107         (sieve-manage-interactive-login): Use password.  Re-add
19108         condition-case around loop.
19110         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19111         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19112         Use the password package.
19114 2003-02-19  Simon Josefsson  <jas@extundo.com>
19116         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19117         token.
19119 2002-08-07  Simon Josefsson  <jas@extundo.com>
19121         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19122         (sieve-manage-authenticators):
19123         (sieve-manage-authenticator-alist): Add some SASL mechs.
19124         (sieve-sasl-auth): New function.
19125         (sieve-manage-cram-md5-auth):
19126         (sieve-manage-plain-auth): Rewrite using SASL library.
19127         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19128         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19129         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19130         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19132 2004-01-05  Simon Josefsson  <jas@extundo.com>
19134         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19135         New files.
19137 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19139         * gnus-group.el (gnus-no-groups-message): Update.
19141         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19143 2003-11-09  Simon Josefsson  <jas@extundo.com>
19145         * imap.el: Support for ID IMAP extension (RFC 2971).
19146         (imap-local-variables): Add imap-id.
19147         (imap-id): New variable.
19148         (imap-id): New function.
19149         (imap-parse-response): Parse untagged ID response.
19150         * nnimap.el (nnimap-id): New variable.
19151         (nnimap-open-connection): Use it.
19153 2003-12-28  Simon Josefsson  <jas@extundo.com>
19155         * gnus-score.el (gnus-score-edit-all-score): New.
19156         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19158 2004-01-04  Simon Josefsson  <jas@extundo.com>
19160         * password.el: Add.
19162 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19164         * dns.el (dns-query-types): Fix typo.
19165         (dns-query-types): New function.
19166         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19167         PTR and SOA replies, see RFC 1035.
19169 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19171         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19173         * Move to Changelog.2.
19175 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19177         * gnus.el (gnus-version-number): Bump version.
19179 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19181         * gnus.el: No Gnus v0.1 is released.
19183 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19185         * gnus.el: No Gnus v0.0 is released.
19187 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19189         * gnus.el (gnus-version-number): Bump.
19190         (gnus-version): No.
19192 See ChangeLog.2 for earlier changes.
19194         Copyright (C) 2004-2011
19195     Free Software Foundation, Inc.
19197   This file is part of GNU Emacs.
19199   GNU Emacs is free software: you can redistribute it and/or modify
19200   it under the terms of the GNU General Public License as published by
19201   the Free Software Foundation, either version 3 of the License, or
19202   (at your option) any later version.
19204   GNU Emacs is distributed in the hope that it will be useful,
19205   but WITHOUT ANY WARRANTY; without even the implied warranty of
19206   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19207   GNU General Public License for more details.
19209   You should have received a copy of the GNU General Public License
19210   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19212 ;; Local Variables:
19213 ;; coding: utf-8
19214 ;; fill-column: 79
19215 ;; add-log-time-zone-rule: t
19216 ;; End: