Merge changes made in Gnus trunk.
[emacs.git] / lisp / gnus / ChangeLog
blob6ca94d176000ac705b6527be878f24e38e5ed3ca
1 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3         * gnus-sum.el (gnus-summary-respool-article): The completion function
4         expects a list instead of an alist.
6         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
7         string as the parameter.
9         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
11         * shr.el (shr-stylesheet): New dynamic variable for cascading the
12         styles.
13         (shr-colorize-region): New function.
14         (shr-insert-background-overlay): Remove.
15         (shr-render-td): Background setting should be taken care of on a higher
16         level.
17         (shr-tag-body): Use post-hoc colorizations.
18         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
19         (shr-put-color-1): Don't overwrite old colors.
20         (shr-colorize-region): When the background color isn't explicit, use
21         a fixed background.
23         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
24         nnmail variables.
26 2010-12-05  Bjørn Mork  <bjorn@mork.no>
28         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
29         unless necessary.
31 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
33         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
34         server.
36 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
38         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
39         so that TAB works.
41         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
42         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
44         * shr.el (shr-urlify): Show the URL before the title to avoid
45         misleading URLs.
47 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
49         * shr.el (shr-urlify): Display the title in <a> tags.
51 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
53         * nnir.el (nnir-categorize): Replace mapcar with mapc.
55 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
57         * nnir.el: Rearrange code to allow macros to be autoloaded by
58         gnus-sum.el.
59         (nnir-retrieve-headers-override-function): Make this variable
60         customizable.
61         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
63         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
64         from nnir.el.
66 2010-12-03  Julien Danjou  <julien@danjou.info>
68         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
70 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
72         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
73         allow optional argument `environment'.
75 2010-12-03  Glenn Morris  <rgm@gnu.org>
77         * mm-extern.el (message-goto-body): Update declaration.
79 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
81         * gnus-util.el (gnus-macroexpand-all): New function.
83         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
84         instead of macroexpand-all that is unavailable in XEmacs.
86 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
88         * nnir.el (nnir-summary-line-format): New variable.
89         (nnir-mode): Use it.
90         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
91         (nnir-article-ids): Reimplement as defsubst.
92         (nnir-retrieve-headers): Don't mangle the subject header.
93         (nnir-run-imap): Use 100 as RSV score.
94         (nnir-run-find-grep): Fix for full server searching.
95         (nnir-run-gmane): Better restriction to gmane groups.
97         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
98         summary buffers.
100 2010-12-02  Julien Danjou  <julien@danjou.info>
102         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
104         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
106         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
107         support.
109 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
111         * nnir.el: Update to handle the registry better.
112         (autoload): Silence byte-compiler.
113         (nnir-open-server): Add a hook for nnir groups.
114         (nnir-request-move-article): Don't mangle the header. Better to use
115         formating variables (which will be added in the future).
116         (nnir-registry-action): Update the registry using the original article
117         group name.
118         (nnir-mode): Install nnir-specific hooks for updating the registry.
120         * gnus-sum.el
121         (gnus-article-original-subject,gnus-newsgroup-original-name): Remove
122         obsolete variables.
123         (gnus-summary-move-article): Remove use of obsolete variables.
124         (gnus-summary-local-variables): Make move and delete hooks local to
125         summary buffers.
127 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
129         * rtree.el: New file.
131 2010-12-01  Julien Danjou  <julien@danjou.info>
133         * message.el (message-user-organization): Do not use
134         gnus-local-organization.
136         * gnus.el: Remove gnus-local-organization.
138         * gnus-msg.el: Remove nastygram thing.
140 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
142         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
143         funcall.
145 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
147         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
148         names.
150         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
151         characters.
153         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
154         to t of inhibit-read-only since it is inside gnus-with-article-headers.
155         Suggested by Štěpán Němec <stepnem@gmail.com>.
156         (gnus-gravatar-transform-address): Use mail-extract-address-components
157         that supports non-ASCII names rather than mail-header-parse-addresses.
159 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
161         * proto-stream.el (open-protocol-stream): All starttls connections are
162         handled by the network handler.
164 2010-11-30  Julien Danjou  <julien@danjou.info>
166         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
167         (nnimap-open-connection-1): Fix PREAUTH.
169         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
171 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
173         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
174         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
175         (shr-insert): Use them.
176         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
178 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
180         * nnir.el (nnir-request-move-article): Bail out if original group
181         doesn't support article moves.
182         (nnir-get-active): Improve active list retrieval.
184 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
186         * shr.el (shr-find-fill-point): Don't break before apostrophes.
188 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
190         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
191         seem to accept strings-with-numbers as port numbers,
193 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
195         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
196         change the registry.
198 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
200         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
201         delete-dups that is not available in XEmacs 21.4.
203         * mm-util.el (mm-delete-duplicates): Add comment.
205 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
207         * nnir.el (nnir-ignored-newsgroups): New variable.
208         (nnir-get-active): Use it.
210 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
212         * proto-stream.el (proto-stream-open-network): Add some comments.
214         * nntp.el (nntp-open-connection): Provide a :success condition.
216         * nnimap.el (nnimap-open-connection-1): Ditto.
218         * proto-stream.el (proto-stream-open-network): See what the response to
219         the STARTTLS command is.
221         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
222         backwards compatibility).
223         (nnimap-open-connection-1): Really respect nnimap-server-port.
225         * proto-stream.el (proto-stream-open-network): When doing opportunistic
226         TLS upgrades we don't really care about the identity of the peer.
227         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
228         that what we've checked for.
229         (proto-stream-always-use-starttls): Only default to t if
230         open-gnutls-stream exists.
231         (proto-stream-open-network): If STARTTLS failed, then just open a
232         normal connection.
233         (proto-stream-open-network): Wait until the greeting before doing
234         STARTTLS.
236         * nntp.el (nntp-open-connection): Report what the connection error is.
238         * proto-stream.el (open-protocol-stream): Renamed from
239         open-proto-stream.
241 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
243         * nnimap.el (nnimap-stream): Change default to `undecided'.
244         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
245         first, and then network.
246         (nnimap-open-connection-1): Respect nnimap-server-port.
247         (nnimap-open-connection): Be more backwards-compatible.
249         * proto-stream.el (proto-stream-always-use-starttls): New variable.
250         (proto-stream-open-starttls): De-duplicate the starttls code.
251         (proto-stream-open-starttls): Folded back into the main function.
252         (proto-stream-open-network): Fix typo in the gnutls path.
253         (proto-stream-command): Refactor out.
255         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
257         * proto-stream.el (proto-stream-open-starttls): Actually implement the
258         starttls.el STARTTLS.
260         * color.el (color-lab->srgb): Fix function call name.
262         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
263         if we're using tls.el.
264         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
265         built in, then don't try to establish a STARTTLS connection.
267         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
268         servers.
270         * proto-stream.el (open-proto-stream): Use network, not stream.
271         (open-proto-stream): Add a way to specify what the end of a command is.
273         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
274         connections types.
275         (nntp-open-network-stream): Remove.
276         (nntp-open-ssl-stream): Remove.
277         (nntp-open-tls-stream): Remove.
278         (nntp-ssl-program): Remove.
280         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
282 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
284         * nnir.el: Fix typos.
285         (nnir-retrieve-headers-override-function): Rename variable to reflect
286         new semantics.
287         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
288         macros.
289         (nnir-request-article, nnir-request-move-article): Use them.
290         (nnir-categorize): New function.
291         (nnir-run-query): Use it.
292         (nnir-retrieve-headers): Rewrite to batch header retrieval.
293         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
294         sorted.
295         (nnir-group-full-name): Use gnus-group-full-name instead.
296         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
297         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
299 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
301         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
303         * proto-stream.el: New library to provide protocol-specific
304         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
305         protocols.
306         (open-proto-stream): Complete the documentation.
307         (proto-stream-open-network): Fix some typos.
309         * nnimap.el (nnimap-open-connection): Use it.
311 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
313         * pop3.el (pop3-open-server): Read server greeting before starting TLS
314         negotiation.
316 2010-11-26  Julien Danjou  <julien@danjou.info>
318         * color.el: Rename various rgb functions to srgb.
320 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
322         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
323         names.
325 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
327         * shr.el (shr-insert): Revert last change.
328         (shr-find-fill-point): Never leave point being at bol;
329         relax the kinsoku limitation when rendering tables.
331 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
333         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
334         results from -accept-article.
336         * shr-color.el: Require cl when compiling.
338         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
339         checkin.
341         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
343         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
345         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
346         'add and 'delete to set backend marks.
348         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
350         * nnheader.el (nnheader-update-marks-actions): Refactor out.
352         * nntp.el (nntp-request-set-mark): Use it.
354         * nnfolder.el (nnfolder-request-set-mark): Ditto.
356         * nnml.el (nnml-request-set-mark): Ditto.
358         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
359         introduces regressions in article selection.
360         (nnimap-find-uid-response): New function.
361         (nnimap-request-accept-article): Use the UID returned, if any.
362         (nnimap-request-move-article): Use the UID returned, if any.
363         (nnimap-get-groups): Reimplement to work with folded lines.
364         (nnimap-find-uid-response): The UID is the last element in the list.
365         (nnimap-request-set-mark): Extend syntax with 'set.
367         * nnml.el (nnml-request-set-mark): Ditto.
369         * nnfolder.el (nnfolder-request-set-mark): Ditto.
371         * nntp.el (nntp-request-set-mark): Ditto.
373 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
375         * message.el (message-called-interactively-p): A temporary macro.
376         (message-goto-body): Use it temporarily.
378 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
380         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
381         (nnimap-last-response-string): Unfold quoted lines, if they exist.
382         (nnimap-last-response-string): Fix last unfolding fix.
384 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
386         * shr.el (shr-insert): Fix the way to fold lines.
388 2010-11-25  Julien Danjou  <julien@danjou.info>
390         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
392         * color.el: Rename from color-lab.el
393         (color-rgb->hex): Add.
394         (color-complement): Add.
395         (color-complement-hex): Add.
397         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
399 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
401         * shr-color.el (shr-color-visible): Don't bug out if the colour names
402         don't exist.
404 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
406         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
407         assuming that article displaying or another mml-preview may be
408         interrupted for an error or for the like.
410         * shr.el (shr-get-background): Fix argument name.
412 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
414         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
416         * gnus-sum.el (gnus-summary-include-articles): New function.
418         * message.el (message-goto-body): called-interactively-p needs a
419         parameter, so use `any'.
421         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
422         clear marks before moving, since they're synced from the Gnus side
423         first.
425         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
426         (gnus-summary-move-article): Copy over all marks before moving, so that
427         IMAP doesn't think a new article has arrived.
429 2010-11-24  Julien Danjou  <julien@danjou.info>
431         * shr.el (shr-insert-background-overlay): Fix typo.
432         (shr-render-td): Copy the background before rendering.
434         * shr-color.el (shr-color-visible): Fix docstring.
436         * shr.el (shr-tag-table): Add bgcolor support.
437         (shr-render-td): Add bgcolor support.
438         (shr-get-background): Add.
439         (shr-insert-foreground-overlay): Use shr-get-background.
441         * message.el (message-goto-body): Use called-interactively-p.
442         (message-in-body-p): message-goto-body returns point.
444 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
446         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
447         Fixes something or other in Emacs 23, and is backwards compatible.
449         * message.el (message-goto-body): Remove the <#secure special-casing,
450         which is too special.
452         * shr.el (shr-parse-style): Drop !important from styles.
454 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
456         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
457         this function to return incorrect results when calling it with an
458         explicit article argument different from
459         (gnus-summary-article-number).
461 2010-11-24  Julien Danjou  <julien@danjou.info>
463         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
464         (shr-tag-body): Add background support.
465         (shr-descend): Add background support.
466         (shr-tag-title): Add.
468         * shr-color.el (shr-color-visible): Really return original background
469         if fixed.
471 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
473         * shr.el (shr-color-check): Protect against non-existant colour names.
475 2010-11-24  Julien Danjou  <julien@danjou.info>
477         * color-lab.el: Require 'cl when compiling.
479         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
481         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
482         matched part.
484         * color-lab.el: Fix all expt calls to use float type.
486 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
488         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
489         expression to shr-color-check as is.
491         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
493         * color-lab.el: Add coding cookie.
494         (float-pi): Use eval-and-compile.
496 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
498         * shr.el (shr-insert-color-overlay): Split stuff like
499         "#444444 !important" to find the real colour.
500         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
501         parse <font color="red"> entries.
503 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
505         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
506         point when parsing headers.
508         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
509         is positioned properly when parsing headers.
511 2010-11-23  Julien Danjou  <julien@danjou.info>
513         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
515         * shr-color.el (shr-color->hexadecimal): Add support for color names.
517         * shr.el (shr-parse-style): Replace \n with space in style parsing.
519         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
520         shr-color-hue-to-rgb.
521         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
523 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
525         * shr.el (shr-color->hexadecimal): Autoload.
526         (shr-descend): Add color to all tags.
528 2010-11-22  Julien Danjou  <julien@danjou.info>
530         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
531         shr-color->hexadecimal.
533         * shr-color.el (shr-color->hexadecimal): Add converting functions for
534         RGB() or HSL() color representation.
536         * shr.el (shr-tag-font): Add.
537         (shr-tag-color-check): New function to get better colors.
538         (shr-tag-insert-color-overlay): Factorize code between tag-font and
539         tag-span.
541         * shr-color.el: New file.
543         * color-lab.el: New file.
545         * gnus-art.el (gnus-url-mailto): Do not downcase args.
547 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
549         * nnir.el: Fix typo in comments.
550         (nnir-run-imap): Simplify code. No need to reverse artlist.
551         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
553 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
555         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
557         * nnimap.el (nnimap-get-capabilities): Refactor out.
558         (nnimap-open-connection): Re-request capabilities after STARTTLS.
560 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
562         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
563         appearing when `mm-uu-hide-markers' is nil.
565 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
567         * nnimap.el (nnimap-unselect-group): Make into its own function.
568         (nnimap-request-rename-group): Unselect group before renaming.
569         This had gotten lost somewhere.
570         (nnimap-request-accept-article): Keep track of examined groups, and
571         unselect the group before APPENDing to read-only groups.
572         (nnimap-request-move-article): Clear flags before moving so that they
573         can be re-set later.
575 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
577         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
578         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
580 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
582         * gnus-art.el (gnus-mime-display-single)
583         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
584         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
585         parameter.
587 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
589         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
590         (shr-table-vertical-line): New variable.
591         (shr-insert-table): Use it.
593 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
595         * gnus-html.el (gnus-html-wash-images): Don't display images if
596         gnus-inhibit-images is non-nil; register displayer for cid images.
597         (gnus-html-display-image): Work for cid image.
598         (gnus-html-insert-image): Allow arguments.
599         (gnus-html-put-image): Inhibit read-only.
600         (gnus-html-prefetch-images): Don't prefetch images if
601         gnus-inhibit-images is non-nil.
603 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
605         * shr.el (shr-put-image): Break lines when inserting big pictures.
607 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
609         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
610         sender, thanks Katsumi Yamaoka.
612 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
614         * nnir.el (nnir-run-imap): Reverse the article list for each group
615         rather than the whole list.
617 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
619         * shr.el (shr-image-displayer): Protect function against non-existent
620         image source.
622         * gnus-art.el (gnus-inhibit-images): New user option.
623         (gnus-mime-display-single): Don't display image if it is non-nil.
625         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
626         gnus-inhibit-images.
628         * shr.el (shr-image-displayer): New function.
629         (shr-tag-img): Use it.
631 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
633         * mml2015.el (mml2015-epg-sign): Use From header.
635 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
637         * gnus-html.el (gnus-html-wash-images): Register a displayer.
639         * gnus-util.el (gnus-find-text-property-region): Return markers.
641         * shr.el (shr-tag-img): Put a displayer in the text property.
643         * gnus-util.el (gnus-find-text-property-region): New utility function.
645         * gnus-html.el (gnus-html-display-image): Make the alt optional.
646         (gnus-html-show-images): Remove.
648         * gnus-art.el (gnus-article-show-images): New, more general function.
650         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
651         image url text properties.
653         * shr.el: Ditto.
655         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
656         gnus-agent-auto-agentize-methods is set.  Which it isn't.
658 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
660         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
661         work for two or more articles.
663 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
665         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
666         divide an image that's in an html article to two or more when washing
667         non-ASCII characters in alt text of it.
669 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
671         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
672         smime-decrypt-region using function argument.
673         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
675         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
677         * smime.el (smime-decrypt-region): Catch it.
679 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
681         * smime.el (smime-mode-map): Move initialization into declaration.
682         (gnus-run-mode-hooks): Don't autoload.
683         (smime-mode): Use define-derived-mode.
685 2010-11-11  Glenn Morris  <rgm@gnu.org>
687         * smime.el (from): Restrict declaration to XEmacs.
689         * nnir.el (gnus-group-topic-name): Autoload.
691 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
693         * shr.el (shr-insert): Don't break long line if it is because of
694         kinsoku-bol characters in the line end.
696 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
698         * nnir.el (nnir-request-move-article): Fix to provide original group
699         and subject.
700         (nnir-warp-to-article): Don't fail on articles whose headers haven't
701         been retrieved.
703         * gnus-sum.el (gnus-summary-move-article): Use original group and
704         subject for virtual articles such as those in an nnir summary buffer.
706 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
708         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
709         least 21.5).
711         * smime.el (from): Declare it again for XEmacs.
713 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
715         * message.el (message-resend): Don't disable encoding unless it's
716         already encoded.
718         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
719         low-numbered articles.
721 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
723         * rfc2047.el (rfc2047-syntax-table): Simplify.
725         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
726         set-char-table-range for XEmacs.
728 2010-11-10  Glenn Morris  <rgm@gnu.org>
730         * smime.el (from): Remove unused declaration.
732         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
733         (gnus-float-time): On Emacs, always an alias.
735         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
736         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
738 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
740         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
742 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
744         * shr.el (browse-url-mailto): Autoload.
746         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
748         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
749         regexp doesn't need quoting.
751 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
753         * message.el (message-subject-trailing-was-ask-regexp)
754         (message-subject-trailing-was-regexp): Match was: in addition to was.
756 2010-11-09  Glenn Morris  <rgm@gnu.org>
758         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
759         (nnbabyl-check-mbox): Use point-at-bol.
761 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
763         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
765         * message.el (message-mailto): New function.
766         (message-mailto): Should accept other parameters.
767         (message-mailto): Remove since it duplicates browse-url-mailto
768         functionality.
770 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
772         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
773         methods.
774         (gnus-read-active-file): Ditto.
776         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
777         ": " from the prompt.
778         (gnus-group-make-group): Ditto.
780 2010-11-07  Glenn Morris  <rgm@gnu.org>
782         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
783         (gnus-bookmark-kill-line): Use point-at-eol.
785 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
787         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
788         asterisks in From header.
790 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
792         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
793         string to avoid making the From headers syntactically invalid.
795         * message.el (message-send-mail): Don't insert courtesy messages if the
796         message already has List-Post and List-ID messages.
798 2010-11-06  Glenn Morris  <rgm@gnu.org>
800         * gnus-art.el (gnus-treat-article): Give dynamic local variables
801         `condition', `type', `length' a prefix.
802         (gnus-treat-predicate): Update for above name changes.
804 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
806         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
807         binding.  Handled by `gnus-summary-refer-thread' instead.
808         (nnir-warp-to-article): New backend function.
810         * nnimap.el (nnimap-request-thread): Force dependency updating.
812         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
813         (gnus-summary-refer-thread): Rework to improve thread-referral.
815         * gnus-int.el (gnus-warp-to-article): New function.
817         * gnus-sum.el (gnus-summary-article-map): Bind it.
819 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
821         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
822         gnus-summary-refer-thread.
824         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
825         headers.
826         (gnus-summary-limit-include-thread): Prevent articles in thread from
827         being cut in gnus-cut-threads.
828         (gnus-summary-refer-thread): Limit retrieved headers to those in
829         thread.
831 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
833         * message.el (message-send-mail): Use the value of
834         message-courtesy-message from the message buffer.
836         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
838         * shr.el (shr-browse-url): Implement mailto: URLs.
840         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
841         "raw".
843         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
844         if it's already selected.
846         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
848 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
850         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
851         to measure the length and truncate alt text.
853 2010-11-03  Glenn Morris  <rgm@gnu.org>
855         * nndiary.el (nndiary-generate-nov-databases-1)
856         (nndiary-generate-active-info): Rename dynamic variable `files' to
857         something less generic.
859 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
861         * nnir.el (nnir-request-move-article): Call the underlying backend to
862         move articles from nnir.
864 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
866         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
868 2010-11-02  Julien Danjou  <julien@danjou.info>
870         * nnir.el: Remove wais support.
872 2010-11-02  Glenn Morris  <rgm@gnu.org>
874         * gnus-html.el: Reorder requirements to quieten compiler.
876 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
878         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
879         properly for XEmacs as well.
880         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
881         (gnus-article-natural-long-line-p): Use window-width rather than
882         frame-width.
884 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
886         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
887         (nnir-read-parms): Don't modify query.
888         (nnir-run-query): Add ability to search topic on current line.
889         (nnir-get-active): Clean up.
891 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
893         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
894         degenerate articles.
896         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
897         (gnus-print-buffer): Just print the buffer as is, without any copying
898         to a buffer and then re-highlighting.
900         * nnimap.el (nnimap-request-group): Store the new updated info.
901         (nnimap-request-group): Select the group when we don't know whether it
902         exists or not.
904         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
905         groups.
907         * gnus-group.el (gnus-group-find-new-groups): Display all the new
908         groups.
910         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
911         groups.
913         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
914         long-lines case by only filling the long lines.
916         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
917         (bug #7311).
919 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
921         * shr.el: No need to declare `declare-function' since shr.el is for
922         only Emacsen that provide `libxml-parse-html-region'.
924 2010-11-01  Glenn Morris  <rgm@gnu.org>
926         * mm-util.el (gnus-completing-read): Autoload.
927         (mm-read-coding-system): Simplify Emacs definition.
929         * nnmail.el (gnus-activate-group):
930         * nnimap.el (gnutls-negotiate):
931         * nntp.el (netrc-parse): Fix declarations.
933 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
935         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
936         string-match-p in Emacs >=23.
938         * gnus-msg.el (gnus-configure-posting-styles)
939         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
941 2010-11-01  Glenn Morris  <rgm@gnu.org>
943         * nnir.el (declare-function): Add compat stub.
944         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
945         (nnir-run-gmane): Require 'mm-url.
947         * mm-util.el (mm-string-to-multibyte): Simplify.
949         * shr.el (declare-function): Add compat stub.
950         (url-cache-create-filename): Declare.
951         (mm-disable-multibyte, widget-convert-button): Autoload.
953         * smime.el (ldap-search): Declare.
954         (smime-cert-by-ldap-1): Require ldap on Emacs.
956         * nnimap.el: Require nnmail, and gnus-sum when compiling.
957         (nnimap-keepalive): Use gnus-float-time.
959         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
960         (mail-source-delete-crash-box): Use gnus-float-time.
962         * gnus-dired.el (gnus-completing-read): Autoload.
964         * mm-view.el (gnus-rescale-image): Autoload.
966         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
968         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
970         * sieve-manage.el: Require 'cl when compiling.
972         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
973         (gnus-iswitchb-completing-read): Require iswitchb.
974         (gnus-select-frame-set-input-focus): Silence compiler.
976 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
978         * message.el (message-subject-trailing-was-query): Change default to t,
979         since I think that's what most people want.
981         * nnimap.el (nnimap-request-accept-article): Erase buffer before
982         appending for easier debugging.
983         (nnimap-wait-for-connection): Take a regexp.
984         (nnimap-request-accept-article): Wait for the continuation line before
985         sending anything unless we're streaming.
987         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
988         leave the header washing to take place.
990 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
992         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
993         regular expression match and replace in posting styles.
995 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
997         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
998         an entire server.
999         (nnir-get-active): New function.
1000         (nnir-run-imap): Use it.
1001         (nnir-run-gmane): Who knew, gmane search returns an article score!
1003         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1004         server on the current line with nnir.
1006 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1008         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1009         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1010         left edge.
1011         (gnus-article-foldable-buffer): Skip past the prefix when determining
1012         raggedness.
1014         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1015         the raw article, and change `C-u g' to show the article without doing
1016         treatments.
1018         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1019         on to `gnus-treat-article'.
1020         (gnus-inhibit-article-treatments): New variable.
1022         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1024         * gnus-art.el (gnus-treatment-function-alist): Have
1025         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1026         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1027         sections.
1029         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1030         parameter.
1031         (gnus-article-fill-cited-long-lines): New function.
1032         (gnus-article-fill-cited-article): Allow filling only long sections.
1034         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1035         and non-punctuation (like after the apostrophe in "'We").
1037         * gnus-sum.el (gnus-summary-select-article): Make sure
1038         gnus-original-article-buffer is alive.
1040         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1041         reflect the order they're in in the digest.
1043         * gnus.el (gnus-group-startup-message): Move point to the start of the
1044         buffer.
1046         * nnimap.el (nnimap-capability): New function.
1047         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1048         is set.
1050 2010-10-31  David Engster  <dengste@eml.cc>
1052         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1053         conform with changes to gnus-completing-read.
1055 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1057         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1059 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1061         * nnir.el: Move defvar, defcustom around to keep file organized
1062         and keep byte-compiler quiet.
1063         (nnir-read-parms): Accept search-engine as arg.
1064         (nnir-run-query): Pass search-engine as arg.
1065         (nnir-search-engine): Remove.
1067 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1069         * shr.el (shr-generic): The text nodes should be text, not :text.
1071         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1072         later in the file.
1074 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1076         * nnir.el: General clean up.  Allow searching with multiple engines.
1077         Allow separate extra-parameters for each engine.
1078         Batch queries when possible.
1079         (nnir-imap-default-search-key,nnir-method-default-engines):
1080         Add customize interface.
1081         (nnir-run-gmane): New engine.
1082         (nnir-engines): Use it.  Qualify all prompts with engine name.
1083         (nnir-search-engine): Remove global variable.
1084         (nnir-run-hyrex): Restore for now.
1085         (nnir-extra-parms,nnir-search-history): New variables.
1086         (gnus-group-make-nnir-group): Use them.
1087         (nnir-group-server): Remove in favor of gnus-group-server.
1088         (nnir-request-group): Avoid searching twice.
1089         (nnir-sort-groups-by-server): New function.
1091 2010-10-30  Julien Danjou  <julien@danjou.info>
1093         * gnus-group.el: Remove gnus-group-fetch-control.
1095         * gnus-start.el (gnus-find-new-newsgroups):
1096         Remove gnus-check-first-time-used.
1098         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1100 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1102         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1103         set on groups that don't have \* permanentflags.
1105 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1107         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1108         control the background color.
1109         (shr-tag-img): Ignore very small web bug type images.
1110         (shr-put-image): Add help-echo alt texts to the images.
1111         (shr-tag-video): Show the video poster image.
1113 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1115         * shr.el (shr-table-depth): New variable.
1116         (shr-tag-table-1): Only insert the images after the top-level table.
1118         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1120         * gnus-util.el (gnus-list-memq-of-list): New function.
1122         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1123         selected.
1124         (nnimap-unsplittable-articles): New slot.
1125         (nnimap-new-articles): Use it.
1127 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1129         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1130         move to the previous line on `M-g'.
1132 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1134         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1135         *-request-group, which seems unnecessary.
1137         * nnimap.el (nnimap-quote-specials): Function copied over from
1138         imap.el.
1139         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1140         they support that.  Suggested by Tom Regner.
1142 2010-10-29  Julien Danjou  <julien@danjou.info>
1144         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1145         defalias.
1146         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1148         * gnus.el: Remove `gnus-nntp-service' variable.
1149         (gnus-secondary-servers): Make obsolete.
1150         (gnus-nntp-server): Make obsolete.
1152         * gnus-start.el (gnus-1): Remove x-splash calls.
1154         * gnus-ems.el (gnus-x-splash): Remove.
1156         * gnus.el (gnus-group-startup-message): Simplify/update code.
1158         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1159         capability before doing anything.
1160         (gnus-group-insert-group-line): Remove useless
1161         gnus-group-remove-excess-properties.
1163 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1165         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1167 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1169         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1170         config after reselecting.
1172 2010-10-28  Julien Danjou  <julien@danjou.info>
1174         * shr.el (shr-put-image): Use point even if only inserting text.
1175         (shr-put-image): Save excursion when inserting alt text on non-graphic
1176         display, so the behaviour is the same when we are on a graphic display.
1178         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1180 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1182         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1183         (gnus-mime-copy-part): Check coding system, not charset.
1184         (gnus-mime-view-part-externally): Never remove part.
1185         (gnus-mime-view-part-internally): Don't remove part here.
1186         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1187         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1188         multipart/alternative.
1190         * mm-decode.el (mm-display-part): Take optional arg `force'.
1192 2010-10-26  Julien Danjou  <julien@danjou.info>
1194         * gnus-group.el (gnus-group-default-list-level): Add this function to
1195         compute the default list level.
1196         (gnus-group-default-list-level): Add possibility to use a function.
1198 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1200         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1202         * gnus-group.el (gnus-group-completing-read)
1203         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1204         gnus-replace-in-string.
1206 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1208         * shr.el (shr-tag-div): Add.
1210 2010-10-25  Julien Danjou  <julien@danjou.info>
1212         * gnus-util.el: Remove `gnus-with-local-quit'.
1214         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1216 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1218         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1219         the original article buffer.
1221 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1223         * nnimap.el (nnimap-request-head): New function.
1224         (nnimap-request-move-article): Try to be slighly faster by not
1225         requesting the entire message when moving.
1226         (nnimap-transform-headers): Don't bug out on bodiless articles.
1227         (nnimap-send-command): Have no outstanding messages if the IMAP server
1228         doesn't support streaming.
1229         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1231 2010-10-24  Julien Danjou  <julien@danjou.info>
1233         * message.el (message-default-headers): Fix type.
1235 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1237         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1238         prefetching images.
1240         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1241         backend for unknown groups.  This is mainly useful for nnimap groups.
1243         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1244         group isn't covered by the agent.
1246 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1248         * nnir.el (nnir-method-default-engines): New variable.
1249         (nnir-run-query): Use it.
1250         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1251         (gnus-summary-nnir-goto-thread): Change group if needed.
1253         * gnus-group.el (gnus-group-group-map): Add key binding for
1254         gnus-group-make-nnir-group.
1256 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1258         * shr.el (shr-tag-object): Add.
1260         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1261         original article buffer live.
1262         (gnus-summary-select-article-buffer):
1263         Mention gnus-widen-article-buffer.
1265 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1267         * shr.el (shr-tag-strong): Add.
1269 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1271         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1272         group names.  They mess up the group buffer badly.
1274         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1276         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1277         instead of the summary one.
1279 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1281         * mml.el (mml-preview): Work properly when editing article.
1283         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1284         gnus-have-read-active-file if it's already been in.
1286 2010-10-22  Tom Tromey  <tromey@redhat.com>
1288         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1289         gnus-group-completing-read.
1291 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1293         * message.el (message-mode-map): Don't bind M-; to comment region, to
1294         allow the global comment-dwim to work.
1296 2010-10-21  Julien Danjou  <julien@danjou.info>
1298         * message.el (message-setup-1): Allow message-default-headers to be a
1299         function.
1301 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1303         * shr.el (shr-tag-table): Simplify.
1305 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1307         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1308         to avoid trying to snarf invalid stuff.
1310         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1312         * gnus.el (gnus-message-archive-group): Quote value.
1313         (gnus-message-archive-group): Mark as changed.
1315         * shr.el (shr-add-font): Don't put the font properties on the newline
1316         or the indentation.
1318         * message.el (message-fix-before-sending): Change options when sending
1319         non-printable characters.
1321         * gnus.el (gnus-message-archive-method): Change the default to
1322         monthly outgoing groups.
1324         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1325         that have gotten new numbers.
1327         * nnimap.el (nnimap-request-replace-article): New function.
1329 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1331         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1332         (nnrss-request-article): Don't use special html washing code.
1334 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1336         * shr.el (shr-tag-table): Remove useless nconc.
1338 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1340         * gnus-art.el (article-wash-html): Simplify and remove the charset
1341         stuff.  Use the normal html rendering code instead of the special html
1342         washing code.
1344         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1345         `gnus-w3m' symbols.
1346         (mm-text-html-washer-alist): Remove.
1348         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1349         (mm-inline-media-tests): Remove use.
1350         (mm-text-html-renderer): Change default to the `shr' symbol.
1352         * mm-view.el (mm-inline-text-html): Remove use.
1354         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1355         `gnus-blocked-images' to be a function.
1356         (gnus-article-wash-function): Remove.
1358 2010-10-20  Julien Danjou  <julien@danjou.info>
1360         * spam.el (spam-list-of-processors): Mark as obsolete.
1362         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1363         (nnimap-insert-partial-structure): Fix boundary detection.
1365 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1367         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1368         run file-truename on remote files.  This can be expensive and even
1369         prevent one from editing drafts if some unrelated buffer has a stale
1370         connection.
1372 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1374         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1375         kinsoku-eol regardless of shr-kinsoku-shorten.
1376         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1377         (shr-tag-table): Support caption, thead, and tfoot.
1379 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1381         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1382         lines.
1383         (shr-save-contents): New command and keystroke.
1385         * nndoc.el (nndoc-type-alist): Add git support.
1386         (nndoc-git-type-p): New function.
1387         (nndoc-transform-git-article): Ditto.
1388         (nndoc-transform-git-headers): Ditto.
1389         (nndoc-transform-git-headers): Generate Subject headers.
1391         * shr.el (shr-parse-style): New function.
1392         (shr-tag-span): Ditto.
1394         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1395         to `G G' to avoid collisions.
1397 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1399         * shr.el: Load kinsoku if necessary.
1400         (shr-kinsoku-shorten): New internal variable.
1401         (shr-find-fill-point): Make kinsoku shorten text line if
1402         shr-kinsoku-shorten is bound to non-nil.
1403         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1404         shr-indentation too when testing if table is wider than frame width.
1405         (shr-insert-table): Use `string-width' instead of `length' to measure
1406         text width.
1407         (shr-insert-table-ruler): Make sure indentation is done at bol.
1409 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1411         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1412         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1413         undecoded network data.
1415 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1417         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1418         name in the mode line spec so that the mode line menu works
1419         (bug #2431).
1421         * message.el (message-get-reply-headers): If we're fed `to-address',
1422         then always use that.
1424         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1425         aren't so wide as to need to switch off the edit menu.
1427         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1428         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1430         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1431         `M-g'.
1432         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1433         the permanent marks.
1435 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1437         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1438         Splitting according to references/in-reply-to obeys the ignore-groups
1439         variable, while splitting by sender and subject do not.
1441 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1443         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1444         alist, so that we can look for non-Unicode chars.
1445         (article-translate-strings): Allow both character and string maps.
1447 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1449         * shr.el (shr-insert): Don't insert space behind a wide character
1450         categorized as kinsoku-bol, or between characters both categorized as
1451         nospace.
1453 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1455         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1456         headers to gnus-newsgroup-headers.
1458 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1460         * shr.el (shr-tag-img): Don't align images -- since we're not
1461         rescaling, this often leads to ugly displays.
1463 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1465         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1466         duplicates.
1468 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1470         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1471         call.
1473 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1475         * gnus.el: Autoload gnus-html-show-images.
1477         * nnimap.el: Use nnheader-message throughout.
1479         * shr.el (shr-tag-img): Ignore images with no data.
1481 2010-10-15  Julien Danjou  <julien@danjou.info>
1483         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1484         a possibility to disable format=flow encoding when using hard newlines.
1486 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1488         * shr.el (shr-insert): Remove space inserted before or after a
1489         breakable character or at the beginning or the end of a line.
1490         (shr-find-fill-point): Do kinsoku; find the second best point or give
1491         it up if there's no breakable point.
1493 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1495         * nnimap.el (nnimap-open-connection): Message when opening connection
1496         for debugging purposes.
1498         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1499         on every setup buffer call to allow this to change from article to
1500         article.
1502         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1503         buffers where we have a wide table.
1505 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1507         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1508         uses *-request-thread.
1510 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1512         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1513         incantation, which is no longer valid.
1515 2010-10-14  Julien Danjou  <julien@danjou.info>
1517         * shr.el: Fix defcustom type (char -> character).
1519 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1521         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1522         programs.
1524 2010-10-14  Julien Danjou  <julien@danjou.info>
1526         * shr.el (shr-tag-a): Use url-link as widget type.
1528         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1529         `gnus-group-get-icon'.
1531 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1533         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1534         This should make server editing work better.
1536         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1538         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1539         (nnimap-parse-flags): Fix regexp.
1541         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1542         probably work for CJVK text, too.
1544         * nnimap.el (nnimap-extend-tls-programs): Remove.
1545         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1547 2010-10-13  Julien Danjou  <julien@danjou.info>
1549         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1550         responses.
1552 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1554         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1556         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1557         anything in Emacs.
1559         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1561 2010-10-13  Julien Danjou  <julien@danjou.info>
1563         * shr.el (shr-width): Make shr-width a defcustom with default to
1564         fill-column.
1565         (shr-tag-img): Use shr-width rather than fill-column.
1567 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1569         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1571         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1572         position when (X-)Faces exist.
1573         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1574         avatars when called interactively.
1576 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1578         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1579         gnus-article-x-face-too-ugly is bound.
1581 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1583         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1585         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1586         mailbox that doesn't exist.
1588 2010-10-12  Julien Danjou  <julien@danjou.info>
1590         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1591         (shr-get-image-data): Encode URL properly when fetching from cache.
1592         (shr-tag-img): Use aligned-to spaces to align correctly images.
1594         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1595         before inserting the Gravatar.
1597         * shr.el (shr-tag-img): Add align attribute support for <img>.
1599 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1601         * gnus-gravatar.el (gnus-art): Require.
1603         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1604         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1605         Remove long obsoleted functions.
1607 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1609         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1611         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1612         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1613         * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
1614         * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
1615         * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
1616         * rfc1843.el, sieve-manage.el, smime.el, spam.el:
1617         Fix comment for declare-function.
1619 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1621         * nnimap.el (nnimap-request-rename-group): Select group read-only
1622         before renaming it.
1624         * shr.el (shr-insert): Fix up the white space only regexp.
1626         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1627         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1629         * shr.el (shr-current-column): New function.
1630         (shr-find-fill-point): New function.
1632 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1634         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1635         numbers.
1637 2010-10-11  Julien Danjou  <julien@danjou.info>
1639         * shr.el (shr-hr-line): Add.
1640         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1641         display hr lines.
1642         (shr-max-columns): Do not change state to nil if we just inserting
1643         spaces.
1645 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1647         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1648         select the last group.
1650 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1652         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1654 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1656         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1657         for Gnus.
1658         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1659         (nnimap-update-qresync-info): Mark \Seen articles as read.
1661         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1662         non-variable, too.
1664         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1665         available.
1666         (nnimap-update-info): Rely more on the current active than the param
1667         active to avoid marking articles as read too much.
1669         * auth-source.el (auth-source-create): Use (user-login-name) for the
1670         user name default.
1672         * nnimap.el (nnimap-update-info): If the server doesn't return any
1673         useful info, just use the previous info.
1674         (nnimap-update-info): Prefer old info over start-article.
1675         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1677 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1679         * nnir.el (autoload): Clean up autoloads.
1680         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1681         Use key rather than value.
1682         (nnir-imap-search-other): New variable.
1683         (nnir-read-parm): Use it.
1684         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1685         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1687 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1689         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1690         the process, too.
1692 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1694         * spam.el (gnus-summary-mode-map): Bind to "$".
1695         Suggested by Russ Allbery.
1697         * shr.el: Rework the way things are indented by <li> slightly.
1699         * gnus.el (gnus-group-set-parameter): Fix typo.
1701         * nnimap.el: Start implementing QRESYNC support.
1703 2010-10-09  Julien Danjou  <julien@danjou.info>
1705         * nnir.el (nnir-engines): Fix too many arguments.
1707 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1709         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1710         group is the "last", so that the backends like nnfolder actually save
1711         their folders.
1713         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1714         try to use that for the tls stream.
1715         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1716         UIDVALIDITY and find out which groups are read-only and not.
1717         (nnimap-get-flags): Use the same marks parsing code as the rest of
1718         nnimap.
1720 2010-10-09  Julien Danjou  <julien@danjou.info>
1722         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1724         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1725         retrieving gravatars.
1727         * shr.el (shr-table-corner): Add.
1728         (shr-table-line): Add.
1729         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1731 2010-10-08  Julien Danjou  <julien@danjou.info>
1733         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1735 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1737         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1739         * gnus-sum.el (gnus-mark-article-as-unread)
1740         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1741         (gnus-summary-set-bookmark): Use it.
1743         * gnus-msg.el (gnus-setup-message): Use it.
1745         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1747         * gnus.el (gnus-group-remove-parameter): Use it.
1749         * gnus-group.el (gnus-group-make-web-group): Use it.
1751         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1753         * nnregistry.el: Update docs to mention manual.
1755         * gnus-registry.el: Update docs to mention nnregistry.el.
1756         (gnus-registry-initialize): Don't install nnregistry refer method
1757         automatically.
1758         (gnus-registry-install-nnregistry): Remove it.
1760 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1762         * shr.el (shr-insert): Don't insert double spaces.
1764 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1766         * gnus-gravatar.el (gnus-treat-from-gravatar)
1767         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1768         called interactively.
1770         * gnus-art.el (gnus-mime-view-part-externally)
1771         (gnus-mime-view-part-internally): Make predicate function passed to
1772         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1773         of a mime type.
1775         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1777 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1779         * shr.el (require): Require cl when compiling.
1780         (shr-tag-hr): New function.
1782         * nnimap.el (nnimap-update-info): Remove double setting of high.
1783         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1784         This makes nnimap work properly on Courier again.
1786         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1787         the variable for backwards compatability.
1789         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1790         the file name before using to avoid setting mm-default-directory to
1791         nil.
1793         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1794         bidning gnus-agent variables.
1796         * shr.el (shr-render-td): Use a cache for the table rendering function
1797         to avoid getting an exponential rendering behaviour in nested tables.
1798         (shr-insert): Rework the line-breaking algorithm.
1799         (shr-insert): Don't leave trailing spaces.
1800         (shr-insert-table): Also insert empty TDs.
1801         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1803 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1805         * gnus-sum.el (gnus-number): Rename from `number'.
1806         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1807         (gnus-summary-limit-children): Update uses correspondingly.
1809 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1811         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1812         (gnus-gravatar-transform-address): Don't show avatars of people of
1813         which mail addresses match gnus-gravatar-too-ugly.
1815 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1817         * shr.el (shr-table-widths): Expand TD elements to fill available
1818         space.
1820 2010-10-07  Julien Danjou  <julien@danjou.info>
1822         * nnimap.el (nnimap-request-rename-group): Add this method.
1824 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1826         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1827         name from XEmacs' function-arglist.
1829         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1830         gravatar under XEmacs.
1832 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1834         * auth-source.el: Update docs with TODO items.
1836         * gnus-sync.el: Update docs to explain state and plans.
1838         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1839         Hooks for mark updates.
1840         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1842         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1843         hooks with arguments, which is needed for mark update hooks.
1845 2010-10-06  Julien Danjou  <julien@danjou.info>
1847         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1848         was matched.
1850         * sieve-manage.el: Update example in `Commentary'.
1852         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1854         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1855         not 2000.
1856         (sieve-manage-authenticate): Re-add function.
1858 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1860         * shr.el (shr-insert): Get 'space transition right.
1861         (shr-render-td): Only delete space at the end of the TD.
1863         * nnimap.el (nnimap-open-connection): Prepare to support
1864         open-gnutls-stream.
1866         * shr.el: Rearrange function order to be more logical.
1868 2010-10-06  Julien Danjou  <julien@danjou.info>
1870         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1871         (nnrss-discover-feed): Remove 404 URL in docstring.
1873         * nnir.el: Fix Swish-E URL.
1874         Fix Namazu URL.
1876         * message.el (message-change-subject): Remove 404 URL in a comment.
1878 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1880         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1881         called interactively.
1883         * gnus-util.el (gnus-remove-if): Allow hash table.
1884         (gnus-remove-if-not): New function.
1886         * gnus-art.el (gnus-mime-view-part-as-type)
1887         * gnus-score.el (gnus-summary-score-effect)
1888         * gnus-sum.el (gnus-read-move-group-name):
1889         Replace remove-if-not with gnus-remove-if-not.
1891         * gnus-group.el (gnus-group-completing-read):
1892         Regard collection as a hash table if it is not a list.
1894 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1896         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1898         * shr.el: Document the table-rendering algorithm.
1900         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1901         invalid URLs.
1903         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1904         line-broken.
1905         (shr-tag-img): Ignore image fetching errors.
1906         (shr-overlays-in-region): Compute overlay positions correctly.
1908         * mm-decode.el (mm-shr): Require shr.
1910         * gnus-art.el (gnus-blocked-images): Move variable here.
1912         * shr.el (shr-insert-table): Bind free variable.
1914         * mm-decode.el (mm-shr): Bind shr-content-function.
1916         * shr.el (shr-content-function): New variable.
1918         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1919         added for symmetry.
1921         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1923         * gnus-group.el (gnus-group-make-group): Doc fix.
1925         * nnimap.el (nnimap-request-newgroups): Return success.
1927         * shr.el (shr-find-elements): New function.
1928         (shr-tag-table): Put all the images after the table.
1929         (shr-tag-table): Really inhibit images inside the table.
1930         (shr-collect-overlays): Copy over overlays from the TD elements to the
1931         main document.
1933         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1934         gnus-blocked-images.
1936 2010-10-05  Julien Danjou  <julien@danjou.info>
1938         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1940         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1941         (gnus-html-maximum-image-size): Add this function.
1942         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1944         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1945         server-value of the capability is nil.
1947 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1949         * shr.el (shr-tag-em): Add <EM> tag.
1951 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1953         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1954         customizable.
1956         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1957         handing broken links to browse-url.
1959 2010-10-05  Julien Danjou  <julien@danjou.info>
1961         * gnus-util.el (gnus-emacs-completing-read)
1962         (gnus-iswitchb-completing-read): Use autoload rather than require.
1964 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1966         * gnus-util.el (gnus-completing-read-function): Exclude
1967         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1968         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1969         XEmacs.
1971         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1972         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1974         * gnus-html.el: Don't require help-fns under XEmacs.
1975         (gnus-html-schedule-image-fetching): Work for XEmacs.
1977         * mm-decode.el (mm-shr): Decode contents by charset.
1979 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1981         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1982         unknown.
1984         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1985         (shr-get-image-data): Ensure against the cache file missing.
1987         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1988         for data.
1990         * spam-report.el (spam-report-url-ping-plain): Don't query about
1991         killing the process.
1993         * shr.el (shr-render-td): Protect against too-wide text.
1995 2010-10-04  Julien Danjou  <julien@danjou.info>
1997         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1998         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2000         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2001         retrieved.
2003 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2005         * shr.el (browse-url): Require.
2006         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2007         lines.
2008         (shr-show-alt-text, shr-browse-image): New commands.
2009         (shr-browse-url, shr-copy-url): New commands.
2011         * gnus-sum.el (gnus-widen-article-window): New variable.
2012         (gnus-summary-select-article-buffer): Use it.
2014         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2015         without @ signs.
2017 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2019         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2021 2010-10-04  Julien Danjou  <julien@danjou.info>
2023         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2024         for XEmacs.
2026 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2028         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2030         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2031         (nnimap-close-server): Implement.
2033         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2034         (shr-insert): Tweak line breaking.
2035         (shr-insert): Handle <pre> better.
2036         (shr-tag-li): Get <li> indentation right.
2037         (shr-tag-li): Get <li> indentation even righter.
2038         (shr-tag-blockquote): Ensure paragraph start.
2039         (shr-make-table): Tweak table generation.
2040         (shr-make-table): Fix typo.
2042         * shr.el: Implement table rendering.
2044 2010-10-04  Julien Danjou  <julien@danjou.info>
2046         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2048 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2050         * shr.el (shr-insert): Use string anchors instead of line anchors.
2052 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2054         * shr.el: Add headings.
2055         (shr-ensure-paragraph): Actually work.
2056         (shr-tag-li): Make <ul> prettier.
2057         (shr-insert): Get white space at the beginning/end of elements right.
2058         (shr-tag-p): Collapse subsequent <p>s.
2059         (shr-ensure-paragraph): Don't insert double line feeds after blank
2060         lines.
2061         (shr-insert): \t is also space.
2062         (shr-tag-s): Fix "s" tag name function.
2063         (shr-tag-s): Fix face prop name.
2065 2010-10-03  Julien Danjou  <julien@danjou.info>
2067         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2069         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2070         gnus-window-inside-pixel-edges.
2072         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2073         gnus-ems.
2075         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2077         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2078         function.
2080         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2081         resize choice.
2083 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2085         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2086         beginning of the buffer.
2088         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2089         article buffer again.
2091         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2093         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2094         when it's at the start of the buffer.
2096         * shr.el (shr-tag-blockquote): Convert name.
2097         (shr-rescale-image): Use the right image-size variant.
2099         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2100         buffer isn't shown, then select the current article first instead of
2101         bugging out.
2102         (gnus-summary-select-article-buffer): Show both the article and summary
2103         buffers again.
2105         * shr.el (shr-fontize-cont): Protect against regions with no text.
2106         Rename tag functions to shr-tag-* for enhanced security.
2107         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2109 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2111         * shr.el (shr-insert):
2112         * pop3.el (pop3-movemail):
2113         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2114         loaded.
2116 2010-10-03  Glenn Morris  <rgm@gnu.org>
2118         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2120         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2122         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2124         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2126         * gnus-util.el (gnus-make-local-hook): Simplify.
2128 2010-10-02  Julien Danjou  <julien@danjou.info>
2130         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2131         (gnus-ido-completing-read): New function.
2132         (gnus-emacs-completing-read): New function.
2133         (gnus-completing-read): Use gnus-completing-read-function.
2134         Add gnus-completing-read-function.
2136 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2138         * shr.el (shr-insert-document): Autoload.
2139         (shr-img): Be silent.
2140         (shr-insert): Add a newline after every picture before text.
2141         (shr-add-font): Use overlays for combining faces.
2142         (shr-insert): Pass upwards the text start point.
2144         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2145         possible.
2146         (mm-shr): New function.
2148 2010-10-02  Julien Danjou  <julien@danjou.info>
2150         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2151         should go backward.
2153 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2155         * shr.el (shr): Fix typo in provide call.
2157 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2159         * shr.el: New file.
2161         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2163         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2164         completing read.
2166 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2168         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2169         we're being queried about.  Suggested by Dan Jacobson.
2171         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2172         Suggested by Jason Eisner.
2174         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2175         table, too.  Suggested by Stefan Wiens.
2176         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2177         the table unnecessary.  Suggested by Stefan Wiens.
2179         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2180         longer needed, and probably doesn't work either, as pointed out by
2181         Stefan Wiens.
2182         (gnus-summary-exit): Remove call to the clearing function.
2183         (gnus-summary-exit-no-update): Ditto.
2185         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2186         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2187         Reported by Stefan Monnier.
2188         (gnus-summary-save-in-rmail): Ditto.
2190         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2191         article buffer, instead of both the article buffer and the summary
2192         buffer.  Sort of suggested by Dan Jacobson.
2194         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2196         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2197         Suggested by Dan Jacobson.
2199         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2200         documentation clearer.
2202         * message.el (message-shorten-references): Comment on the number "21".
2203         Suggested by Stefan Monnier.
2205         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2206         Suggested by Dan Jacobson.
2208         * gnus.el (gnus-large-newsgroup):
2209         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2211         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2212         externalize attachments.  Bug reported by Steve Wen.
2214         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2215         really message anything to the user.
2217         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2218         directly.
2220         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2221         messages in empty groups.
2223 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2225         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2226         non-UIDNEXT group.
2228 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2230         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2231         not the value from the collection.
2233         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2234         values.  This sometimes happens on some groups that have no info.
2235         (nnimap-request-newgroups): New function.
2237 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2239         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2240         check into `gnus-registry-initialize'.
2241         (gnus-registry-initialize): Ditto.
2242         Fix and extend header docs.
2244 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2246         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2247         regexp backtrace overflows.
2249         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2250         for starttls that tls.el implements; i.e. openssl.
2252 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2254         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2255         (gravatar-create-image): New function that's an alias to
2256         gnus-xmas-create-image, gnus-create-image, or create-image.
2257         (gravatar-data->image): Use it.
2259 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2261         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2262         install the nnregistry refer method.
2263         (gnus-registry-install-hooks): Use it.
2264         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2265         unfollowed groups.
2267 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2269         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2270         expanding threads.
2272 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2274         * nnir.el: Use the server names without suffixes (bug #7009).
2276         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2277         unencrypted to STARTTLS, if possible.
2279 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2281         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2282         headers before superseding.
2284 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2286         * nnrss.el (nnrss-use-local): Add documentation.
2288         * nnimap.el (nnimap-extend-tls-programs): New function.
2289         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2290         (nnimap-wait-for-connection): Accept the greeting from the stupid
2291         output from openssl s_client -starttls, too.
2293         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2294         article number.
2295         (nnimap-split-fancy): New variable.
2296         (nnimap-split-incoming-mail): Use it.
2298         * nntp.el (nntp-server-list-active-group): Document.
2300         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2301         SELECT to get the message-id.
2303         * mail-source.el (mail-sources): Remove webmail support.
2304         (defvar): Ditto.
2305         (mail-source-fetcher-alist): Ditto.
2306         (mail-source-fetch-webmail): Remove.
2308         * webmail.el: Remove -- doesn't seem relevant any more.
2310         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2312         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2313         the \r.
2315 2010-09-30  Julien Danjou  <julien@danjou.info>
2317         * gnus-agent.el (gnus-agent-add-group): Fix call to
2318         gnus-completing-read.
2320 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2322         * nndoc.el (nndoc-retrieve-groups): New function.
2324         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2325         `default', use nnmail-split-methods.
2326         (nnimap-request-article): Downcase the NILs so that they are nil.
2328         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2329         symbol.
2331         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2332         code, since if the user has requested network, that's what they ought
2333         to get.
2334         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2335         (nnimap-split-rule): Mark as obsolete.
2337         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2338         New variable.
2340         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2341         correct slot, too.
2343 2010-09-29  Julien Danjou  <julien@danjou.info>
2345         * gnus.el (gnus-local-domain): Declare variable obsolete.
2347         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2348         Fix history computing.
2349         (gnus-ido-completing-read): Require ido.
2351 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2353         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2354         build Gnus.
2356         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2357         when interpreting the structures.
2358         (nnimap-request-accept-article): Add \r\n to the lines to make this
2359         work with Cyrus.
2361         * nndraft.el (nndraft-request-expire-articles): Use the group name
2362         instead if "nndraft".  Fix found by Nils Ackermann.
2364 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2366         * nnregistry.el: Add.
2368 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2370         * nnmail.el (group, group-art-list, group-art):
2371         Remove unneeded directives.
2373 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2375         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2376         (mm-mime-charset)
2377         * rfc2047.el (rfc2047-syntax-table)
2378         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2380         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2381         rather than `insert-file-contents' and `eval-region'.
2383 2010-09-29  Julien Danjou  <julien@danjou.info>
2385         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2386         replacement of `gnus-gravatar-relief' to mimic
2387         `gnus-faces-properties-alist'.
2388         Add :version property.
2390 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2392         * mail-source.el (mail-source-report-new-mail)
2393         * message.el (message-default-mail-headers)
2394         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2396         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2398 2010-09-28  Julien Danjou  <julien@danjou.info>
2400         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2401         mail-address contains the same string as real-name.
2403         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2404         non-blank in header, otherwise it'll get stripped.
2406         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2407         real-name, and then for mail address rather than doing : or , search.
2409 2010-09-27  Julien Danjou  <julien@danjou.info>
2411         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2412         right completing-read function.
2413         (gnus-use-ido): New variable
2414         (gnus-completing-read-with-default): Remove.
2415         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2416         (gnus-agent-add-group):
2417         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2418         * mm-view.el (mm-view-pkcs7-decrypt):
2419         * mm-util.el (mm-codepage-setup):
2420         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2421         * mml-smime.el (mml-smime-openssl-sign-query):
2422         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2423         (mml-insert-multipart):
2424         * gnus-msg.el (gnus-summary-yank-message):
2425         * gnus-int.el (gnus-start-news-server):
2426         * mm-decode.el (mm-interactively-view-part):
2427         * gnus-dired.el (gnus-dired-attach):
2428         * gnus.el (gnus-read-method):
2429         * gnus-bookmark.el (gnus-bookmark-jump):
2430         * gnus-art.el (gnus-mime-view-part-as-type)
2431         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2432         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2433         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2434         * nnmairix.el (nnmairix-create-server-and-default-group)
2435         (nnmairix-update-groups, nnmairix-get-server)
2436         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2437         (nnmairix-get-group-from-file-path):
2438         * nnrss.el (nnrss-find-rss-via-syndic8):
2439         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2440         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2441         (gnus-group-browse-foreign-server):
2442         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2443         (gnus-summary-execute-command, gnus-summary-respool-article)
2444         (gnus-read-move-group-name):
2445         * gnus-score.el (gnus-summary-increase-score)
2446         (gnus-summary-score-effect):
2447         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2449 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2451         * nnimap.el (auth-source-forget-user-or-password)
2452         (auth-source-user-or-password): Autoload.
2454         * message.el (message-from-style, message-interactive)
2455         (message-signature): Remove comment.
2456         (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
2457         always.
2458         (message-sendmail-envelope-from): Comment fix.
2459         (message-yank-prefix): Default to mail-yank-prefix always.
2460         (message-indentation-spaces):
2461         Default to mail-indentation-spaces always.
2462         (message-signature-file): Default to mail-signature-file always.
2464 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2466         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2467         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2468         new articles.
2470         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2471         parts.
2472         (nnimap-request-article): Work with the t setting, too.
2474         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2475         that you don't get flashes of other buffers.
2476         (gnus-summary-show-complete-article): Intern before setting.
2478 2010-09-27  David Engster  <dengste@eml.cc>
2480         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2481         well as HEADERS.
2482         (nnmairix-retrieve-headers): Provide new argument for the above.
2484 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2486         * gnus-sum.el (gnus-summary-move-article): Don't alter
2487         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2488         group.
2490         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2492         * message.el (message-cite-prefix-regexp): Revert my last edit.
2494         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2495         variable instead of the Gnus variable.
2497         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2499         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2501         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2502         since some servers don't like it.
2503         (nnimap-open-connection): Forget credentials if the server says the
2504         password was wrong.
2505         (nnimap-parse-line): Protect against invalid data.
2507         * gnus-sum.el (gnus-summary-move-article): Add comment.
2508         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2509         nothing alters it while scanning for new messages.
2511         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2512         which may or may not help.
2513         (nnimap-open-connection): If we're doing a stream connection, and then
2514         discover we're on a STARTTLS-capable server, then open a STARTTLS
2515         connection instead.
2517 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2519         * nnimap.el (utf7): Require.
2521         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2522         prefix.
2524 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2526         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2528 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2530         * nnimap.el (nnimap-request-accept-article): Message the error on
2531         error.
2533 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2535         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2537 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2539         * nndoc.el (nndoc-request-list): Return success always.
2541         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2542         `fetch-old' -- we only want to fetch the articles we've requested.
2543         The rest are in the agent, probably.
2544         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2545         disappeared server" to something low.  It's not important.
2547         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2548         arrived before the FETCH data.
2550         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2551         target here, because we don't know the Gnus name of the group.
2553         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2554         for the correct group.
2556         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2558         * gnus.el (gnus): Give a final warning after startup.
2560         * gnus-util.el (gnus-action-message-log): New variable.
2561         (gnus-message): Use it.
2562         (gnus-final-warning): New function.
2564         * nnimap.el (nnimap-open-connection): Record the greeting.
2565         (nnimap): Add greeting.
2567 2010-09-26  Julien Danjou  <julien@danjou.info>
2569         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2570         arguments.
2571         (gnus-html-wash-images): Fix spec computing to include start/end.
2573         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2575 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2577         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2578         deletion.
2579         (nnimap-retrieve-headers): Don't select the group, because that's
2580         already done by nnimap-possibly-change-group.
2582         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2583         (gnus-picon-transform-address): Use it.
2585         * mail-source.el (mail-source-value): Revert previous patch.
2587         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2588         on failure.
2589         (nnimap-open-connection): Look up both virtual and physical server name
2590         credentials.
2592         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2594 2009-02-08  Dave Love  <fx@gnu.org>
2596         * gnus-win.el (gnus-window-to-buffer-helper)
2597         (gnus-all-windows-visible-p): Function needn't be a symbol.
2599         * mail-source.el (mail-source-value): Function needn't be a symbol.
2601 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2603         * message.el (message-cite-prefix-regexp): Remove } from the cite
2604         prefix.
2606         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2607         highlight again, so that the highlight is correct.
2609         * gnus-picon.el (gnus-picon): Remove again.
2610         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2612         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2613         doing the header highlightling, so that the background colour of the
2614         picon is correct.
2616         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2617         (gnus-picon): Ditto.
2618         (gnus-picon): Reinstate.  The background colour for picons is white.
2619         (gnus-picon-insert-glyph): Make the background white.
2621         * nnml.el (nnml-open-nov): Don't return dead buffers.
2623         * auth-source.el (auth-source-create): Query the user for whether to
2624         store the credentials.
2626         * auth-source.el (auth-source-user-or-password): Use the existing auth
2627         sources, if any, for creation.
2629         * gnus.el (gnus-group-fast-parameter): Return the last matching
2630         parameter instead of the first matching parameter.
2632 2010-09-26  Julien Danjou  <julien@danjou.info>
2634         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2636 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2638         * mml2015.el (mml2015-use): Remove gpg support.
2640         * mml1991.el (mml1991-function-alist): Remove gpg function.
2641         (mml1991-gpg-sign): Remove.
2643 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2645         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2646         (gnus-browse-unsubscribe-current-group): Document it.
2647         (gnus-browse-unsubscribe-group): Use it.
2649 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2651         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2652         address to the To list for easier response.
2654         * gnus.el (gnus-play-startup-jingle): Remove.
2655         (gnus-splash): Don't play jingle.
2656         (gnus): Silence gnus-load message.
2658         * gnus-art.el (gnus-treat-play-sounds): Remove.
2660         * gnus.el (gnus-play-jingle): Remove audio support.
2662         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2664         * earcon.el: Remove -- no users.
2666         * gnus-audio.el: Remove -- no users of this package.
2668         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2670         * gnus-start.el (gnus-setup-news): Remove nocem support.
2672         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2674         * gnus.el (gnus-use-nocem): Remove.
2676         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2677         Remove.
2679         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2680         uses NoCeM any more.
2682         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2683         (gnus-button-ctan-handler): Ditto.
2684         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2685         (gnus-button-ctan-directory-regexp): Ditto.
2686         (gnus-button-handle-ctan): Ditto.
2687         (gnus-button-tex-level): Ditto.
2688         (gnus-button-alist): Remove CTAN stuff.
2690 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2692         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2693         nnimap-streaming test.
2695         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2696         servers twice.
2698         * nnimap.el (nnimap-open-connection): Add more error reporting when
2699         nnimap fails early.
2701         * nnheader.el (nnheader-get-report-string): New function.
2702         (nnheader-get-report): Use it.
2704         * gnus-int.el (gnus-check-server): Say what the error was when opening
2705         failed.
2707         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2708         using streaming.
2710 2010-09-25  Julien Danjou  <julien@danjou.info>
2712         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2713         gnus-window-inside-pixel-edges.
2715 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2717         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2719         * mm-decode.el (mm-save-part): Allow saving to other directories the
2720         normal Emacs way.
2722         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2723         Suggested by Jay Berkenbilt.
2725         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2726         there isn't a single byte.
2728         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2729         just do it.  It doesn't really seem to matter what the user responds
2730         here, I think, so it's just a confusing question.
2732         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2733         non-streaming case.
2735         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2736         (gnus-article-encrypt-body): Use it.
2738         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2739         keystroke.
2741         * nnimap.el (nnimap-find-wanted-parts-1):
2742         Use gnus-fetch-partial-articles.
2744         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2746         * nnimap.el (nnimap-insert-partial-structure): New function.
2747         (nnimap-get-partial-article): New function.
2748         (nnimap-request-article): Use it.
2749         (nnimap-wait-for-response): Return whether the wait was successful.
2750         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2751         retrieval wasn't successful.
2752         (nnimap-retrieve-group-data-early): Allow throttling servers.
2753         (nnimap-streaming): New variable.
2754         (nnimap-fetch-partial-articles): Remove.
2756         * mm-decode.el (mm-with-part): Protect against killed buffers.
2758         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2759         for prettier summary display.
2761 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2763         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2765 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2767         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2768         apparently third-party libraries depend on it.
2770         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2771         before starting negotiation.
2773         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2774         privacy reasons.
2775         (gnus-treat-mail-gravatar): Ditto.
2777         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2778         buffer when inserting images.  Inserting text into the headers, for
2779         instance, can make them invalid.
2781 2010-09-25  Julien Danjou  <julien@danjou.info>
2783         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2784         variables.
2786         * nnheader.el: Remove useless variables news-reply-yank-from and
2787         news-reply-yank-message-id.
2789         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2790         variables.
2792         * mml1991.el: Remove useless mml1991-verbose.
2794         * gnus.el: Remove useless variable gnus-use-generic-from.
2795         Remove obsolete variable gnus-topic-indentation.
2797         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2799         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2801         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2803         * gnus-group.el: Remove useless gnus-group-icon-cache.
2804         Remove useless gnus-ephemeral-group-server.
2806         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2808         * mml2015.el: Remove useless mml2015-verbose.
2810         * mml-smime.el: Remove useless mml-smime-verbose.
2812         * gnus.el: Remove useless gnus-local-domain.
2814         * gnus-gravatar.el (gnus-gravatar-transform-address):
2815         Use gnus-gravatar-size.
2817         * gnus-art.el: Remove useless gnus-treat-translate.
2819 2010-09-24  Julien Danjou  <julien@danjou.info>
2821         * gnus-sum.el: Add support for Gravatars.
2823         * gnus-art.el: Add support for Gravatars.
2825         * gnus-gravatar.el: Add this file.
2827         * gravatar.el: Add this file.
2829 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2831         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2833         * gnus-group.el (gnus-group-fetch-faq): Remove.
2835         * gnus.el (gnus-group-faq-directory): Remove.
2837         * gnus-group.el (gnus-group-fetch-charter): Remove.
2839         * gnus.el (gnus-group-charter-alist): Remove.
2841         * gnus-group.el (gnus-group-archive-directory): Remove.
2842         (gnus-group-recent-archive-directory): Ditto.
2843         (gnus-group-make-archive-group): Remove.
2845         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2847         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2848         use the same article number for all the cached articles.
2850         * nnimap.el (nnimap-command): Register the last command time so
2851         that we can use it for idling NOOPs.
2852         (nnimap-open-connection): Start the keeplive timer.
2853         (nnimap-make-process-buffer): Store all the process buffers.
2854         (nnimap-keepalive): New function.
2856         * starttls.el (starttls-open-stream): Add autoload cookie.
2858 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2860         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2861         handling.
2863 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2865         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2866         its data structures.
2868         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2869         instead of the cl.el copy-list.
2870         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2871         equalp.
2873 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2875         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2876         and tool-bar-local-item-from-menu.
2878         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2879         mode-line-highlight face for Emacs.
2881         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2882         loading gnus-sum.elc; fix comment for canlock-verify.
2883         (gnus-article-jump-to-part): Use read-number.
2884         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2885         Remove Emacs pre-21 compatible code for help-echo.
2886         (gnus-article-next-page-1): No need to adjust the number of lines.
2887         (gnus-article-describe-bindings): Always use help-buffer.
2889         * gnus-audio.el (gnus-audio-inline-sound)
2890         * gnus-cus.el (gnus-custom-mode)
2891         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2893         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2895         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2896         compatible code.
2898 2010-09-24  Glenn Morris  <rgm@gnu.org>
2900         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2901         visiting the fcc file in rmail-mode.
2903 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2905         * nnir.el: Silence the byte compiler.
2907         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2908         alias to browse-url-url-encode-chars if any.
2909         (gnus-html-encode-url): Use it.
2911 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2913         * gnus-start.el (gnus-use-backend-marks): New variable.
2914         (gnus-get-unread-articles-in-group): Use it.
2916         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2917         makeover.
2919 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2921         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2923 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2925         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2926         Remove.
2927         (gnus-setup-news-hook):
2928         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2930         * gnus-int.el (gnus-request-update-info): Protect against backends not
2931         having the function.
2933         * nnimap.el (nnimap-stream): Mention starttls.
2934         (nnimap-open-connection): Add starttls support.
2936 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2938         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2940 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2942         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2943         BODYSTRUCTUREs.
2944         (nnimap-transform-headers): Unfold quoted {42} headers.
2946         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2947         the info.
2948         (gnus-get-unread-articles): Only call updatep on backends that support
2949         it.
2951         * nnweb.el (nnweb-request-update-info): NOOP.
2953         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
2955         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
2956         since it only deals with marks.
2958         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
2959         gnus-request-marks, and make a new gnus-request-update-info.
2961         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2962         the active instead of the high number, which is usually too low.
2964 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2966         * encrypt.el: Remove.
2968 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2970         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2971         server in symbolic form.
2973         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
2975 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2977         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2978         (nnimap-update-info): Fix up code slightly.
2980         * gnus-int.el (gnus-open-server): Add tracing for performance
2981         debugging.
2983         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2984         (gnus-group-insert-group-line): Pass the real group name so that it
2985         gets the right data.
2987         * gnus-start.el (gnus-get-unread-articles): Don't have
2988         `gnus-get-unread-articles-in-group' update info, since that can be
2989         really slow and doesn't seem to be needed?
2991 2010-09-22  Julien Danjou  <julien@danjou.info>
2993         * gnus-group.el (gnus-group-insert-group-line):
2994         Call gnus-group-highlight-line.
2995         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2996         default hook list.
2997         (gnus-group-update-eval-form): Add new function.
2998         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2999         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3001 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3003         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3004         immediate, then expire all articles.
3005         (nnimap-update-info): Fix off-by-one errors.
3006         (nnimap-flags-to-marks): Would return no marks lists for group with no
3007         flags.  Instead return the other data.
3009 2010-09-22  Julien Danjou  <julien@danjou.info>
3011         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3012         Only return an icon.
3013         (gnus-group-insert-group-line): Compute icon to return.
3015         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3016         (gnus-html-image-fetched): Only cache if
3017         gnus-html-image-automatic-caching is set.
3018         (gnus-html-image-fetched): Check for errors.
3020 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3022         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3023         once per method on `g'.  This ensures that backends like nnfolder don't
3024         open all their folders.
3026         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3027         (nnimap-request-list): Nix out group in the correct buffer.
3028         (nnimap-parse-flags): Implement by using `read' instead of
3029         hand-parsing.
3030         (nnimap-flags-to-marks): Pass on permanent-flags.
3031         (nnimap-make-process-buffer): Record the server name.
3032         (nnimap-parse-flags): Fix typo.
3033         (nnimap-request-scan): Run split on the server in general, not just a
3034         single group.
3036         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3037         parameter, and propagate this downwards.
3039         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3040         since EXAMINE changes it on the server.
3042         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3043         this command might take a while.
3045 2010-09-22  Julien Danjou  <julien@danjou.info>
3047         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3048         harmful if you have 2 images side-by-side, they can't be properly
3049         update on text deletion.  Using text-property is safer here.
3050         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3051         data.
3053 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3055         * nnimap.el (nnimap-expunge-inbox): Remove.
3056         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3057         (nnimap-expunge): Flip default to t.
3059         * gnus.el (gnus-method-to-server): Don't push things to the cache
3060         unless it's unique.
3061         (gnus-server-to-method): Ditto.
3063 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3065         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3067 2010-09-22  Julien Danjou  <julien@danjou.info>
3069         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3070         get the start of data.
3071         (gnus-html-encode-url): Add this function to encode special chars in
3072         URL.
3073         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3074         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3076         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3077         default.
3078         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3080         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3081         images alt-text.
3082         (gnus-html-put-image): Put alt-text as help-echo.
3084 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3086         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3087         * mm-util.el (mm-decompress-buffer)
3088         * nnir.el (nnir-run-find-grep)
3089         * pop3.el (pop3-list): Use 3rd arg of split-string.
3091 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3093         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3094         outside the active range.  Suggested by Dan Christensen.
3096         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3097         slightly later to avoid double-getting it.
3099         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3100         previous patch.
3102         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3104 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3106         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3108 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3110         * gnus-int.el (gnus-open-server): Give a better error message in the
3111         "go offline" case.
3113         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3114         marks for nnimap, which is seldom the right thing to do.
3116         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3117         (gnus-same-method-different-name): New function.
3119         * nnimap.el (parse-time): Require.
3121         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3122         method in the presence of many similar methods.
3124         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3126         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3127         nnml-inhibit-expiry.
3129         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3130         find out whether methods are equal.
3132         * nnimap.el (nnimap-find-expired-articles): New function.
3133         (nnimap-process-expiry-targets): New function.
3134         (nnimap-request-move-article): Request the article before looking at
3135         what the Message-ID is.  Fix found by Andrew Cohen.
3136         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3138         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3139         for oldness in addition to being a predicate.
3141         * nnimap.el (nnimap-request-group): When we have zero articles, return
3142         the right data to Gnus.
3143         (nnimap-request-expire-articles): Only delete articles immediately if
3144         the target is 'delete.
3146         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3147         method, this would bug out.
3149         * gnus-group.el (gnus-group-expunge-group): Rename from
3150         gnus-group-nnimap-expunge, and implemented as a normal interface
3151         function.
3153         * gnus-int.el (gnus-request-expunge-group): New function.
3155         * nnimap.el (nnimap-request-create-group): Implement.
3156         (nnimap-request-expunge-group): New function.
3158 2010-09-21  Julien Danjou  <julien@danjou.info>
3160         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3161         (gnus-html-cache-expired): Add new function.
3162         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3163         wethever we should display image for fetch it.
3164         Compute alt-text earlier to pass it to the fetching function too.
3165         (gnus-html-schedule-image-fetching): Change function argument to only
3166         get one image at a time, not a list.
3167         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3168         cache.
3169         (gnus-html-get-image-data): New function to retrieve image data from
3170         cache.
3171         (gnus-html-put-image): Change buffer argument to use image data rather
3172         than file, and place image above region rather than inserting a new
3173         one.  Do not take alt-text as argument, since it's useless now: we place
3174         the image above alt-text.
3175         (gnus-html-prune-cache): Remove.
3176         (gnus-html-show-images): Start to fetch image when we find one, do not
3177         push into a temporary list.
3178         (gnus-html-prefetch-images): Only fetch image if they have expired.
3179         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3180         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3182 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3184         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3186 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3188         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3189         spec inser "*" if the group isn't active instead of 0.
3191         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3192         opening the server.
3193         (nnimap-request-delete-group): Implement group deletion.
3194         (nnimap-transform-headers): Return the size of the entire message in
3195         the Bytes header, not just the size of the first part.
3196         (nnimap-request-move-article): When moving an article from nnimap,
3197         request the article first so the accepting form has an article to
3198         accept.  Reported by Dan Christensen.
3199         (nnimap-command): Make sure that the error message doesn't error out.
3201 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3203         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3204         we haven't requested anything.
3206 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3208         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3209         "".  Fix found by Andrew Cohen.
3211         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3212         instead of -encode-string.
3214 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3216         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3218         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3219         by mm-subst-char-in-string.
3221 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3223         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3224         waiting for the connection string.
3226         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3227         arriving.
3229         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3230         bogus characters.  This allows selecting certain Gmail groups.
3232         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3233         (nnimap-fetch-partial-articles): New variable.
3234         (nnimap-open-connection): When looking for credentials, also use the
3235         nnimap-server-port.
3236         (nnimap-request-article): Return the group/article number, so that Gnus
3237         `^' works as expected.
3238         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3240         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3241         comments.
3242         (gnus-methods-sloppily-equal): New function.
3243         (gnus): When using the development version of Gnus, load the gnus-load
3244         file.
3246         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3247         `gnus-open-server' on each method before trying to scan them etc.
3248         This ensures that all the backend parameters are set correctly.
3250         * nnimap.el (nnimap-authenticator): New variable.
3251         (nnimap-open-connection): Allow anonymous login.
3252         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3253         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3255         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3256         patch, found by Knut Anders Hatlen.
3258 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3260         * gnus-agent.el (gnus-agent-batch-confirmation)
3261         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3262         to gnus-message.
3263         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3264         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3265         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3266         * gnus-int.el (gnus-open-server): Likewise.
3267         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3268         (gnus-score-check-syntax): Likewise.
3269         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3270         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3271         Likewise.
3272         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3274 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3276         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3277         calling conventions so that prefetch doesn't bug out.
3279 2010-09-19  Julien Danjou  <julien@danjou.info>
3281         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3282         rather than `subst-char-in-region' in order to be able to replace ASCII
3283         char by UTF-8 ones.
3285         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3286         than curl.
3287         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3288         the right URL and ALT text on images.
3289         (gnus-html-wash-tags): Fix tag case.
3290         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3291         (gnus-article-html): Add -o display_ins_del=2 option.
3292         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3294 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3296         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3297         the extra mail headers, which sometimes seem to happen for unknown
3298         reasons.
3300         * mail-parse.el (mail-header-encode-parameter): Define as
3301         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3302         (or most, perhaps?) mail readers don't understand the latter, but do
3303         understand the former.
3305         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3306         to nil, so that no methods are automatically agentized.  I think this
3307         is probably what most users want.
3309         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3310         from url-retrieve, for instance about invalid URLs.
3312         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3313         groups that have no articles.
3314         (nnimap-request-article): Check that we really got an article when we
3315         requested one.
3317         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3318         doesn't exist.
3320         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3321         nntp buffer so the agent can save it.
3322         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3323         that CRLF doesn't get translated to \n.
3324         (nnimap-open-connection): Don't make 'shell commands only send \n.
3326 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3328         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3329         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3330         Update var name.
3331         (nnml-generate-nov-file): Use dolist.
3332         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3333         Use with-current-buffer.
3335 2010-09-18  Julien Danjou  <julien@danjou.info>
3337         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3338         parallel.
3340 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3342         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3343         the range update right.
3344         (nnimap-request-group): Don't make `M-g' bug out on group with no
3345         marks.
3346         (nnoo): Require, so that other packages can require nnimap.
3347         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3348         command we're looking for.  This helps when the server sends more
3349         responses after we've gotten everything we expected.
3350         (nnimap): Add a `newlinep' field to keep track of end-of-line
3351         conventions.
3352         Don't send CRLF to things that don't want it.
3353         (nnimap-request-accept-article): Ditto.
3355 2010-09-18  Julien Danjou  <julien@danjou.info>
3357         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3358         than curl to retrieve images.
3360 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3362         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3363         the marks.
3364         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3365         (nnimap-wait-for-connection): New function.
3366         (nnimap-open-connection): If we have PREAUTH, don't query for login
3367         credentials.
3368         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3369         when doing a partial update.
3371 2010-09-18  Julien Danjou  <julien@danjou.info>
3373         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3374         tags.
3376 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3378         * nnimap.el (nnimap-credentials): New function.
3379         (nnimap-open-connection): Use the new function to look for credentials
3380         also on the numeric equivalents of "imap" and "imaps".
3382         * gnus-start.el (gnus-activate-group): Send the info to
3383         gnus-request-group.
3385         * nnimap.el (nnimap-request-group): Have the "check" version of the
3386         function parse flags and update the info, so that a `M-g' get a total
3387         resync of all flags from the group.
3389         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3390         to allow backends to alter the info on group selection.  Also alter all
3391         the backend -request-group functions to take the parameter.
3393         * nnimap.el (nnimap-store-info): New function.
3394         (nnimap-update-info): Store the info for later usage.
3395         (nnimap-request-group): Use the stored info for the dont-check case, so
3396         that we don't retrieve all marks when we enter a group.
3398         * nnimap.el: Use deffoo instead of defun for interface functions.
3400         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3401         update the group info.  This makes the nndraft groups, for instance, go
3402         back to their old behaviour.
3404         * gnus-sum.el (gnus-select-newsgroup): Indent.
3406         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3407         in.
3408         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3409         nothing.
3411         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3412         from methods that are denied.
3414         * gnus-int.el (gnus-method-denied-p): New function.
3416         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3417         store the password instead of netrc.
3418         (nnimap-open-connection): Don't error out when we can't make a
3419         connections.
3421         * auth-source.el (auth-source-create): In the password prompt, say what
3422         we're querying for.  Also prompt for user name if that hasn't been
3423         given.
3425         * nnimap.el (nnimap-with-process-buffer): Remove.
3427 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3429         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3430         method when we're reading from the agent.
3432         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3434         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3435         that's probably most useful for users.
3437         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3438         "failed" all the time.
3440         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3441         ...)) with (with-current-buffer ... ).
3443         * nntp.el (nntp-open-server): Return whether the open was successful or
3444         not.
3446         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3447         select an unread unseen article first.
3449         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3450         /etc/services, supply some sensible port defaults.
3452 2010-09-17  Julien Danjou  <julien@danjou.info>
3454         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3456 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3458         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3459         doesn't have any parameters.
3461 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3463         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3464         only upcased checks.
3466         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3468         * nnimap.el (nnimap-open-shell-stream): New function.
3469         (nnimap-open-connection): Use it.
3470         (nnimap-transform-headers): Get the number of lines in each message.
3471         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3472         number of lines.
3473         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3474         problem.
3476         * utf7.el (utf7-encode): Autoload.
3478         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3479         to allow the mail splitting to not return a default group.  This is
3480         useful for nnimap, which will leave unmatched mail in the inbox.
3482         * nnimap.el: Rewritten.
3484         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3485         nnimap usage.
3487         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3488         if the move is internal, so that nnimap can do fast internal moves.
3490         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3491         data.
3492         (gnus-read-active-for-groups): Support finishing the early retrieval of
3493         data.
3495         * gnus-range.el (gnus-range-nconcat): New function.
3497         * gnus-int.el (gnus-finish-retrieve-group-infos)
3498         (gnus-retrieve-group-data-early): New functions.
3500 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3502         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3503         (nnrss-retrieve-groups):
3504         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3505         (pop3-quit): Use with-current-buffer.
3507 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3509         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3510         instead of nnheader-accept-process-output.
3512         * gnus-html.el (gnus-html-schedule-image-fetching)
3513         (gnus-html-prefetch-images): Replace process-kill-without-query by
3514         gnus-set-process-query-on-exit-flag.
3516 2010-09-16  Romain Francoise  <romain@orebokech.com>
3518         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3520 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3522         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3523         parameter to unintern is mandatory-ish in Emacs 24.
3525         * gnus-html.el (gnus-html-schedule-image-fetching)
3526         (gnus-html-prefetch-images): Check for curl before using it.
3528         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3529         depend on curl, which isn't essential.
3531         * imap.el: Revert back to version
3532         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3533         seem problematic.
3535 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3537         * gnus-registry.el (gnus-registry-install-shortcuts):
3538         Explicitly pass `obarray' to `unintern' to avoid a warning.
3540 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3542         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3543         change.
3545         * nnrss.el (nnrss-request-list): Remove this function and related
3546         functions, including the moreover stuff.
3548 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3550         * nnrss.el (nnrss-retrieve-groups): New function.
3552 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3554         * .dir-locals.el: Add no-byte-compile cookie.
3556 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3558         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3559         for back end that doesn't support request-scan.
3561 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3563         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3564         then do request scans from the backends.
3566         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3567         avoid running a hook per line, since this takes a lot of time,
3568         profiling shows.
3569         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3570         directly if gnus-visual-p is true.
3572 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3574         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3575         groups; replace mapcar with dolist which is a bit faster; pass groups
3576         info to gnus-read-active-file-1.
3577         (gnus-read-active-file-1): Scan only specified groups if the new
3578         optional arg `infos' is given.
3580 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3582         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3584         * pop3.el (pop3-movemail): Remove.
3585         (pop3-streaming-movemail): Rename to pop3-movemail.
3587         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3588         don't restrict end-tag searches to the end of the line.
3590 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3592         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3593         articles of every unchecked group to t, which means unknown since the
3594         server has never been opened.
3596 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3598         * gnus-html.el (gnus-html-show-alt-text): New command.
3599         (gnus-html-browse-image): Ditto.
3600         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3601         to browse the image directly.
3602         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3603         better.
3605         * gnus-async.el (gnus-async-article-callback):
3606         Call `gnus-html-prefetch-images' unconditionally.
3608         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3609         before feeding URLs to curl.
3611 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3613         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3614         internal images as deletable by `W D D'.
3616         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3617         (gnus-async-article-callback): Fix typo.
3619 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3621         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3622         current line to work around bugs in the output from w3m.
3624         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3625         for groups that want that.
3627         * nntp.el (nntp-wait-for-string): Supply a timeout for
3628         accept-process-output to ensure progress.
3630         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3631         level to get unread articles from, then use that for foreign groups,
3632         too.
3634         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3635         confuses the rest of the function.
3637         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3638         for the methods that support -retrieve-groups, too.
3640         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3642 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3644         * pop3.el: Require cl when compiling.
3645         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3647 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3649         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3650         that aren't going to be activated.
3651         (gnus-get-unread-articles): Fix up the last commit.
3653         * gnus-html.el (gnus-article-html): Allow calling without specifying
3654         the handle.  In that case, dissect the buffer first.
3656         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3658         * nnimap.el (nnimap-open-connection): Revert the change that would look
3659         into authinfo for imaps instead of imap.
3661         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3662         say that you don't want to call gnus-request-group with don-check, but
3663         do check the reponse.  This is for virtual groups only.
3664         (gnus-get-unread-articles): Count the archive groups as secondary, so
3665         that they're activated the same way as before.
3667         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3668         case-insensitively.
3669         (nnimap-debug): Remove.
3671         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3672         mail from a file, and the file doesn't exist.
3674         * pop3.el (pop3-streaming-movemail): Return t for success.
3676         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3677         .authinfo if we're using ssl connection.
3679         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3680         already have if we're in a main Gnus `g' run.
3682         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3684 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3686         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3688         * nnmh.el (nnmh-request-list-1): Bind `file'.
3690         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3691         alias to set-process-query-on-exit-flag or process-kill-without-query.
3692         (pop3-open-server): Use it.
3694 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3696         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3697         box to the Incoming file.  Fixes mistake in previous checkin.
3699         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3700         request loop (for debugging purposes) removed.
3702         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3703         culprit is more visible.
3704         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3705         (nnml-add-incremental-nov): New functions to do "incremental" nov
3706         updates, where we just append to the end of the existing nov files
3707         without reading/writing them in full.
3709         * mail-source.el (mail-source-delete-crash-box): Really only check the
3710         incoming files once in a while.
3712         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3714         * mail-source.el (mail-source-delete-crash-box): Only check the
3715         incoming files for deletion once per day to save a lot of file
3716         accesses.
3718         * pop3.el (pop3-logon): Fix up unbound variable typo.
3720         * mail-source.el (pop3-streaming-movemail): Autoload.
3722         * pop3.el (pop3-streaming-movemail):
3723         Respect pop3-leave-mail-on-server.
3725         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3726         retrieval.
3728         * pop3.el (pop3-process-filter): Remove unused function.
3729         (pop3-streaming-movemail, pop3-send-streaming-command)
3730         (pop3-wait-for-messages, pop3-write-to-file)
3731         (pop3-number-of-responses): New functions for streaming pop3
3732         retrieval.
3734         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3735         come from no known methods.
3736         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3737         list.
3739         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3740         message sizes.
3741         (pop3-movemail): Use erase-buffer instead of looping and deleting
3742         regions, which seems rather odd.
3744         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3745         file once per `g' run.
3747         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3748         directories.  This makes the draft queue directory work.
3750         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3751         data from the backends, so that we only request the list of groups from
3752         each method once.  This should speed things up considerably.
3754         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3755         detect that it's not implemented.
3757         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3758         we actually do recurse down into the tree, but don't stat all leaf
3759         nodes.
3761         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3762         then say so instead of bugging out.
3764         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3765         files exist before trying to read them.
3767         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3768         around <pre_int>.
3770         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3772         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3774 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3776         * mm-util.el (mm-image-load-path): Just return the image directories,
3777         not all directories in the path in addition to the image directories.
3778         (mm-image-load-path): Maintain a cache of the image directories so that
3779         the `g' command in Gnus doesn't have to stat dozens of directories each
3780         time.
3782         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3783         (gnus-html-wash-tags): Add a new `i' command to insert images.
3784         (gnus-html-insert-image): New command and keystroke.
3785         (gnus-html-redisplay-with-images): New command and keystroke.
3786         (gnus-html-show-images): Rename command.
3787         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3788         spacers.
3789         (gnus-html-wash-tags): Decode entities at the end, so that entities
3790         inside the tags don't mess up the rest of the "parsing".
3792         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3793         so that nnimap methods aren't agentized by default.  There's apparently
3794         many problems related to agent/imap behaviour.
3796         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3798         * gnus-html.el: Doc fix.
3800 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3802         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3803         glyph-width and glyph-height instead of display-graphic-p and
3804         image-size; make avoidance of displaying small images work for XEmacs.
3806         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3807         for XEmacs.
3809         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3810         of symbol that holds plist data.
3811         (gnus-process-plist): Remove plist of process after getting it.
3813 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3815         * message.el (message-generate-hashcash): Change default to
3816         'opportunistic if hashcash is installed.
3818         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3819         (gnus-html-put-image): Only call image-size once, since it's somewhat
3820         time-consuming on remote X servers.
3822 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3824         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3825         decoded contents.
3826         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3828 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3830         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3831         group line format, since it isn't very interesting.
3833         * gnus-agent.el (gnus-agent-short-article),
3834         (gnus-agent-long-article): Increase values for these two variables,
3835         since most people are likely to have more network connection and
3836         storage than before.
3838         * gnus.el (gnus-refer-article-method): Change default to 'current.
3839         When referring an article, the common behaviour is to refer it from the
3840         current select method, not the native select method.  The chances of
3841         the native select method having the message in question is rather slim
3842         these days.
3844         * gnus-sum.el (gnus-auto-select-subject): Change default to
3845         `unseen-or-unread'.  I think it's likely that most people want to
3846         select an unseen article over a previously seen, but unread one.
3848         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3849         means that in the article buffer none of the minor mode elements will
3850         be shown, usually, and this is not desirable in most cases.
3852         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3853         that commands like `d' (and the like) go to the next line in the
3854         buffer, instead of the next unread article.  I think this is the
3855         behaviour that is most natural for most users.
3856         (gnus-single-article-buffer): Change default to nil, so that people can
3857         have as many article buffers open as they have summary buffer.  I think
3858         this is the most natural way for the groups to behave.
3860         * message.el (message-generate-new-buffers): Change default to
3861         `unsent', so that all new message buffers start their names with the
3862         string "*unsent", and it's easier to find the buffers if you move from
3863         them.
3865 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3867         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3868         small.  They're probably tracking images.
3869         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3870         (gnus-html-rescale-image): Yet another try at getting the image sizing
3871         right.
3873         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3874         nntp-marks-file-name is nil.
3876 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3878         * gnus-html.el (gnus-html-wash-tags)
3879         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3880         Better logging.
3882 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3884         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
3886         * gnus-html.el (gnus-html-wash-tags): Check the value of
3887         gnus-blocked-images in the summary buffer.
3889 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3891         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3893 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3895         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3896         like "a", it seems like.
3897         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3898         since it needs to be picked from the correct buffer.
3900         * nnwfm.el: Remove.
3902         * nnlistserv.el: Remove.
3904 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3906         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3907         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3909 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3911         * nnkiboze.el: Remove.
3913         * nndb.el: Remove.
3915         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3916         alt text.
3917         (gnus-html-rescale-image): Try to get the rescaling logic right for
3918         images that are just wide and not tall.
3920         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3921         overshadow variable bindings.
3923 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3925         * gnus-html.el (gnus-html-wash-tags)
3926         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
3927         Add extra logging.
3929 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3931         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3932         (gnus-max-image-proportion): New variable.
3933         (gnus-html-rescale-image): New function.
3934         (gnus-html-put-image): Rescale images.
3936 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3938         Fix up some byte-compiler warnings.
3939         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3940         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3941         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3942         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3943         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3944         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3945         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3947 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3949         * gnus-html.el (gnus-article-html): Decode contents by charset.
3951 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3953         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3954         (gnus-html-frame-width, gnus-blocked-images)
3955         * message.el (message-prune-recipient-rules): Add custom version.
3956         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3958         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3959         functions.
3961         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3962         gnus-process-get.
3964 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3966         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3967         instead of lsub directly.
3969 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3971         * nnwarchive.el: Remove.
3973         * gnus-soup.el: Remove.
3975         * nnsoup.el: Remove.
3977         * nnultimate.el: Remove.
3979         * gnus-html.el (gnus-blocked-images): New variable.
3981         * message.el (message-prune-recipients): New function.
3982         (message-prune-recipient-rules): New variable.
3984         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3985         guess whether a long line is natural text or not.
3987         * gnus-html.el (gnus-html-schedule-image-fetching):
3988         Use gnus-process-plist and friends for compatibility.
3990 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3992         * gnus-html.el: Require packages that define macros used in this file.
3993         (gnus-article-mouse-face): Declare to silence byte-compiler.
3994         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3995         process-get.
3996         (gnus-html-put-image): Use plist-get to avoid getf.
3997         (gnus-html-prefetch-images): Use with-current-buffer.
3999 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4001         * gnus-ems.el: Provide compatibility functions for
4002         gnus-set-process-plist.
4004         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4005         * gnus.el (gnus-valid-select-methods)
4006         * message.el (message-send-mail-partially-limit)
4007         * mm-decode.el (mm-text-html-renderer)
4008         * mml.el (mml-insert-mime-headers-always)
4009         * smiley.el (smiley-regexp-alist): Bump custom version.
4011 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4013         * gnus-html.el: require mm-url.
4014         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4015         with the url to `url'.
4016         (gnus-html-wash-tags): Support cid: URLs/images.
4018 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4020         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4021         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4022         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4024         * gnus-move.el: Remove file, since it doesn't really work.
4026         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4027         UTF-8.  This seems to fix problems with some German web feeds.
4029         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4030         at the top so that the proper colours are applied.
4032         * gnus-art.el (gnus-article-view-part): Doc fix.
4034         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4035         XEmacs-compatible.
4036         (gnus-html-put-image): Don't do images on non-graphic displays.
4038         * nnslashdot.el: Remove this unused backend.
4040         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4041         actions.
4042         (gnus-undo-register-1): Revert last change.
4044         * gnus-group.el (gnus-group-completing-read): Protect against not
4045         having completion-styles bound.
4047         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4048         make broken recipients happier.
4050         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4052         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4053         point parameter.
4055         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4056         completion-styles for group selection.
4058 2009-02-04  Andreas Schwab  <schwab@suse.de>
4060         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4061         headers and regexp-quote the match if necessary.
4063 2009-03-24  Miles Bader  <miles@gnu.org>
4065         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4066         the blinking smiley.
4068 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4070         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4071         blink smiley.
4073 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4075         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4076         where the dribbel file lives exists.
4078         * message.el (message-send-mail-partially-limit): Change the default to
4079         nil, since most people don't want this.
4081         * mm-url.el (mm-url-decode-entities): Also decode entities like
4082         &#x3212.
4084 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4086         * gnus-sum.el (gnus-summary-idna-message):
4087         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4088         Hyperlink urls in docstrings with URL `...'.
4090 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4092         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4093         functions.
4095 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4097         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4098         say what the mouseover text should be.
4100         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4101         version of the mm-w3m-safe-url-regexp variable to only download images
4102         in the groups where we want that to happen.
4104         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4106         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4107         easier debugging.
4108         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4109         big pictures in the article buffer.
4111         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4112         gnus-article-html.
4113         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4114         w3m.
4116         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4118 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4120         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4121         which doesn't exist.
4123         * message.el (message-inhibit-ecomplete): New variable to allow some
4124         function to inhibit ecomplete address storage.
4125         (message-resend): Disable ecomplete message storage when resending
4126         messages.
4128         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4130 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4132         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4133         Save excursion while copying, moving, and deleting articles in order to
4134         prevent the cursor from jumping to unforeseen place.
4136 2010-08-17  Glenn Morris  <rgm@gnu.org>
4138         * gnus-sync.el: Require gnus components whose functions are used.
4140         * gnus-art.el (bookmark-make-record-function):
4141         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4142         Declare for compiler.
4144         * mm-url.el (mml-compute-boundary): Autoload.
4146 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4148         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4150 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4152         Typo fix "hoo4a" -> "hook".
4154         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4156 2010-08-14  Glenn Morris  <rgm@gnu.org>
4158         * gnus-sync.el (gnus-sync): Fix defgroup version.
4160 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4162         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4164         * gnus-sync.el: Fix docs.
4165         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4166         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4168 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4170         Optimizations for gnus-sync.el.
4172         * gnus-sync.el: Add docs about gnus-sync-backend
4173         possibilities.
4174         (gnus-sync-save): Remove unnecessary message.
4175         (gnus-sync-read): Optimize and show what groups were skipped.
4177 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4179         Minor bug fixes for gnus-sync.el.
4181         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4182         Don't read the sync on get-new-news.
4184         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4185         quiet.
4187         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4188         (fix typo).
4190 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4192         Make saving and restoring of hidden threads work with overlays.
4193         Patch applied by Ted Zlatanov.
4195         * gnus-sum.el (gnus-hidden-threads-configuration)
4196         (gnus-restore-hidden-threads-configuration): Update to deal with text
4197         properties, rather than searching for a magic character.
4199 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4201         New gnus-sync.el library for synchronization of marks.
4203         * gnus-sync.el: New library for synchronization of marks.
4205         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4206         renamed from `gnus-registry-grep-in-list'.
4208         * gnus-registry.el (gnus-registry-follow-group-p):
4209         Use `gnus-grep-in-list'.
4211         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4213 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4215         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4216         determining charset of text fails.
4218 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4220         * nnmail.el (nnmail-get-new-mail-1): Revert.
4222         * nnml.el (nnml-active-number): Make sure names of newly created groups
4223         in nnml-group-alist are encoded.
4225 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4227         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4228         containing non-ASCII characters in active file for nnml back end.
4230 2010-07-24  David Engster  <dengste@eml.cc>
4232         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4233         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4235 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4237         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4238         tag (Bug#6654).
4240 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4242         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4243         the article buffer, not the summary buffer.
4245 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4247         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4248         Emacs 23 as well.
4250 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4252         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4253         Patch applied by Karl Fogel.
4255         * gnus-sum.el (gnus-summary-bookmark-make-record):
4256         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4258 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4260         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4261         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4262         C-w still not working correctly from Article buffers; Thierry's
4263         patch to fix that will be applied after this.
4265         * gnus-art.el (bookmark-make-record-function): New local variable.
4267         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4268         article buffer.
4269         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4271 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4273         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4274         on changes in bookmark.el.
4276 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4278         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4279         the *other* type of HTML form submission.
4281 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4283         * auth-source.el (auth-source-pick): If choice does not contain a
4284         questioned keyword, set the check to t.
4286 2010-06-12  Romain Francoise  <romain@orebokech.com>
4288         * gnus-util.el (gnus-date-get-time): Move up before first use.
4290 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4292         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4293         (gnus-article-edit-part): Bind it to make last part that is substituted
4294         or deleted visible.
4295         (gnus-mime-display-single): Buttonize part of which id equals to
4296         gnus-mime-buttonized-part-id.
4298 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4300         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4301         (gnus-dd-mmm): Use gnus-date-get-time.
4302         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4303         simplify logic.
4304         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4305         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4307 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4309         * auth-source.el (top): Autoload `secrets-list-collections',
4310         `secrets-create-item', `secrets-delete-item'.
4311         (auth-sources): Fix tag string.
4312         (auth-get-source, auth-source-retrieve, auth-source-create)
4313         (auth-source-delete): New defuns.
4314         (auth-source-pick): Rewrite in order to avoid 2 passes.
4315         (auth-source-forget-user-or-password): New parameter USERNAME.
4316         (auth-source-user-or-password): New parameters CREATE-MISSING and
4317         DELETE-EXISTING.  Retrieve password interactively, if needed.
4319 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4321         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4322         deleting unused directories when gnus-expert-user is t.
4324 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4326         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4327         for each temp file when gnus-article-browse-delete-temp is ask.
4329 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4331         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4333 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4335         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4336         article unless decoding article to be saved.
4338 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4340         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4341         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4342         generated within the mm-with-unibyte-current-buffer macro.
4344 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4346         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4347         to nil when we're in a mml-preview buffer and no group is selected.
4349 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4351         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4352         when catching the `C-g'.  Reported by "Leo".
4354 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4356         * message.el (message-forward-make-body-plain)
4357         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4358         multibyte-string-p.
4360 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4362         * message.el (message-forward-make-body-mml): Assume original message
4363         is multibyte string; error on unibyte.
4364         (message-forward-make-body-plain): Ditto; don't add excessive newline
4365         in body end.
4367 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4369         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4370         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4372 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4374         * mm-extern.el (mm-extern-url): Don't use
4375         mm-with-unibyte-current-buffer.
4376         (mm-extern-cache-contents): Use with-current-buffer instead of
4377         save-excursion + set-buffer.
4379 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4381         * mm-util.el (mm-emacs-mule): Remove.
4383 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4385         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4386         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4387         change.
4389 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4391         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4392         bind the default value of enable-multibyte-characters to nil.
4394 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4396         * message.el (message-forward-make-body-plain)
4397         (message-forward-make-body-mml):
4398         Don't use mm-with-unibyte-current-buffer.
4400 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4402         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4403         (Bug#5592).
4405 2010-05-07  Julien Danjou  <julien@danjou.info>
4407         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4408         it to mm-pipe-part.
4410         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4411         it is given.
4413 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4415         * nnweb.el (nnweb-gmane-search)
4416         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4417         XEmacs.
4419         * gnus-art.el (gnus-article-browse-html-parts)
4420         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4421         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4422         make-temp-file.
4424         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4425         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4426         compiling.
4428         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4429         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4430         XEmacs when compiling.
4432         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4433         gnus-pick-mode-off-hook for XEmacs when compiling.
4434         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4435         gnus-binary-mode-off-hook for XEmacs when compiling.
4437         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4438         Return nil if char-charset is not available.
4440         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
4441         macro.
4443         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4444         instead of encode-coding-string.
4446         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4447         'xemacs) instead of mm-emacs-mule to switch function definitions.
4448         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4450 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4452         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4454 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4456         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4457         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4459 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4461         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4462         alias `jka-compr-delete-temp-file' no longer exists.
4464 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4466         Use define-minor-mode in Gnus where applicable.
4467         * mml.el (mml-mode): Use define-minor-mode.
4468         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4469         (gnus-undo-mode): Use define-minor-mode.
4470         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4471         (gnus-dead-summary-mode): Use define-minor-mode.
4472         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4473         Initialize in declaration.
4474         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4475         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4476         (gnus-mailing-list-mode): Use define-minor-mode.
4477         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4478         (gnus-draft-mode): Use define-minor-mode.
4479         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4480         (gnus-dired-mode): Use define-minor-mode.
4482 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4484         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4485         handles on recursive mml-to-mime translation and check them for
4486         boundary delimiter collisions.  Reported by Greg Troxel.
4488 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4490         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4492 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4494         * mm-util.el (mm-find-buffer-file-coding-system):
4495         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4497 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4499         * message.el (message-generate-headers): Record insertion of optional
4500         headers as well.  Otherwise the check to prevent repeated insertion of
4501         optional headers is a no-op.
4503 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4505         * smime.el: Don't mention CVS.
4507         * nnrss.el (nnrss-fetch): Don't mention CVS.
4509         * nnir.el: Don't mention CVS.
4511 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4513         * gnus-sum.el (gnus-summary-bookmark-make-record):
4514         Add `location' field.
4516 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4518         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4519         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4520         Use with-current-buffer to silence the byte-compiler.
4521         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4522         bother to require `gnus'.
4523         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4525 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4527         * gnus-sum.el (gnus-summary-bookmark-make-record)
4528         (gnus-summary-bookmark-jump): New functions.
4529         (gnus-summary-mode): Setup bookmark support.
4531 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4533         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4534         if set.
4536 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4538         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4539         gnus-article-browse-html-save-cid-image; make it work recursively for
4540         forwarded messages as well.
4541         (gnus-article-browse-html-parts): Work when prefix arg is given.
4542         (gnus-article-browse-html-article): Doc fix.
4544 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4546         * message.el (message-default-mail-headers):
4547         (message-default-headers): Carry the value mail-default-headers over
4548         into message-default-mail-headers, rather than message-default-headers.
4550 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4552         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4553         charset.
4555         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4556         charset into the <meta> tag when the article is encoded to utf-8.
4558 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4560         * gnus-art.el (gnus-article-browse-delete-temp-files):
4561         Delete directories as well.
4562         (gnus-article-browse-html-parts): Work for images that do not specify
4563         file names; delete temp directory when quitting; insert header at the
4564         right place; use file: scheme for image files.
4566 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4568         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4569         (gnus-article-browse-html-parts): Use it to make temporary cid image
4570         files in addition to html file so that browser may display them.
4572 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4574         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4576 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4578         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4580 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4582         * auth-source.el (auth-sources): Change default to be simpler.
4583         Explain about Secret Service API sources.  Improve Customize options.
4584         (auth-source-pick): Change to accept any number of search parameters.
4585         Implement fallbacks iteratively, not recursively.  Add scoring on the
4586         second pass and sort by score.  Call Secret Service API when needed.
4587         (auth-source-user-or-password): Use it.  Call Secret Service API
4588         directly when needed to get the user name and the password.
4590 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4592         * message.el (message-interactive): Doc fix.
4593         (message-qmail-inject-args): Reflow.
4594         (message-kill-to-signature): Fix typo in docstring.
4596         * smiley.el (smiley-buffer): Fix typo in docstring.
4598 2010-03-24  Glenn Morris  <rgm@gnu.org>
4600         * mail-source.el (gnus-message): Declare.
4601         (mail-source-delete-old-incoming): Require gnus-util.
4603 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4605         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4607         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4609         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4610         password-cache's default if it is not bound.
4611         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4612         password-cache-expiry's default if it is not bound.
4614         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4615         available in Emacs 21.
4617 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4619         * auth-source.el (auth-sources): Fix up definition so extra parameters
4620         are always inline.
4622 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4624         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4625         wasn't updated after mismatch.  Clear cached mailbox info correctly
4626         when uidvalidity changes.
4627         (nnimap-group-prefixed-name): New function to avoid some code
4628         duplication.
4629         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4630         (nnimap-request-group): Use it.
4631         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4632         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4633         with many imap folders.  This is done by caching the group status from
4634         the imap server persistently in a group parameter `imap-status'.  (This
4635         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4636         but not persistently, so every Gnus startup was still very slow.)
4638 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4640         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4641         secrets.el dependency.
4642         (auth-sources): Add optional user name.  Add secrets.el configuration
4643         choice (unused right now).
4645 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4647         * gnus-sum.el (gnus-summary-make-menu-bar):
4648         Let `gnus-registry-install-shortcuts' fill in the functions.
4650         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4651         warnings.
4652         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4653         (gnus-registry-install-shortcuts): Populate and use it in a
4654         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4656 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4658         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4659         In-place substitutions for the group name encoding/decoding.
4660         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4661         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4662         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4663         (nnimap-update-unseen, nnimap-request-list)
4664         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4665         (nnimap-request-set-mark, nnimap-split-to-groups)
4666         (nnimap-split-articles, nnimap-request-newgroups)
4667         (nnimap-request-create-group, nnimap-request-accept-article)
4668         (nnimap-request-delete-group, nnimap-request-rename-group)
4669         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4670         `encoded-mbx' for consistency.
4671         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4672         variable `imap-current-mailbox'.
4674         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4675         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4677 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4679         * pop3.el (pop3-display-message-size-flag): Display message size byte
4680         counts during POP3 download.
4681         (pop3-movemail): Use it.
4682         (pop3-list): Implement listing of available messages.
4684 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4686         * nnir.el (nnir-get-article-nov-override-function): New function to
4687         override the normal NOV retrieval.
4688         (nnir-retrieve-headers): Use it.
4690 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4692         * auth-source.el (netrc-machine-user-or-password): Autoload.
4694 2010-03-19  Glenn Morris  <rgm@gnu.org>
4696         Stop message.el from loading about 40 libraries it doesn't always need.
4697         The general approach is to autoload rather than require, and to
4698         require in the specific functions rather than the file.  (Bug#5642)
4700         * gmm-utils.el: Don't require wid-edit.
4701         (widget-create-child-value, widget-convert, widget-default-get):
4702         Autoload.
4704         * gnus-util.el: Don't require time-date, netrc.
4705         (message-fetch-field, gnus-group-name-decode): Declare rather than
4706         autoloading.
4707         (gnus-fetch-field): Require message.
4708         (gnus-decode-newsgroups): Require gnus-group.
4710         * ietf-drums.el: Don't require time-date.
4712         * message.el: Don't require hashcash, canlock, ecomplete.
4713         Do require mail-utils.  Require nnheader only when compiling.
4714         (smtpmail-default-smtp-server): Remove declaration.
4715         (message-send-mail-function): Check smtpmail-default-smtp-server
4716         is bound rather than requiring smtpmail.
4717         (message-auto-save-directory, message-insert-signature):
4718         Use expand-file-name rather than nnheader-concat.
4719         (nnheader-insert-file-contents): Autoload.
4720         (hashcash-wait-async): Declare.
4721         (message-send-mail): Only call gnus-setup-posting-charset if
4722         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4723         (message-send-mail-with-sendmail): Require sendmail.
4724         (canlock-password, canlock-password-for-verify): Declare.
4725         (message-canlock-password): Require canlock.
4726         (nnheader-get-report): Autoload.
4727         (gnus-setup-posting-charset): Declare.
4728         (message-send-news): Require gnus-msg.
4729         (message-make-references, message-make-in-reply-to): Use mail-header-id
4730         rather than the alias mail-header-message-id.
4731         (ecomplete-add-item, ecomplete-save): Declare.
4732         (message-put-addresses-in-ecomplete): Require ecomplete.
4733         (ecomplete-display-matches): Autoload.
4735         * mm-decode.el: Don't require mailcap, gnus-util.
4736         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4737         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4738         Autoload.
4739         (mailcap-mime-extensions): Declare.
4741         * mm-encode.el: Don't require mailcap.
4742         (mailcap-extension-to-mime): Autoload.
4744         * mml-sec.el: Don't require password-cache.
4746         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4747         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4748         (mml-minibuffer-read-type): Require mailcap.
4749         (mml-preview): Require gnus-msg.
4751         * mml1991.el: Require password-cache.
4752         (password-cache-expiry): Remove declaration.
4754         * mml2015.el: Require password-cache.
4755         (password-cache-expiry): Remove declaration.
4757         * nneething.el (mailcap): Require mailcap.
4759         * nnheader.el (declare-function): Add compatibility stub.
4760         (message-remove-header): Declare rather than autoload.
4761         (nnheader-replace-header): Require message.
4763         * nnimap.el (declare-function): Add compatibility stub.
4764         (netrc-parse, netrc-machine-user-or-password): Declare.
4765         (nnimap-open-connection): Require netrc.
4767         * nntp.el (declare-function): Add compatibility stub.
4768         (netrc-parse, netrc-machine, netrc-get): Declare.
4769         (nntp-send-authinfo): Require netrc.
4771         * rfc2047.el: Don't require qp.
4772         (quoted-printable-encode-region, quoted-printable-decode-string):
4773         Autoload.
4775         * sieve-mode.el: Don't require easymenu.
4776         (easy-menu-add-item): Autoload it.
4778         * spam-stat.el (time-to-number-of-days): Autoload it.
4780 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4782         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4783         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4784         value if any backslash escapes).
4786 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4788         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4789         if it is available.  (bug#5647)
4791 2010-02-26  Glenn Morris  <rgm@gnu.org>
4793         * message.el (message-send-mail-function): Change the default, so that
4794         it inherits from a customized send-mail-function.  (Bug#5643)
4796 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4798         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4799         shell-command-to-string signals an error (bug#5299).
4801 2010-02-24  Glenn Morris  <rgm@gnu.org>
4803         * message.el (message-smtpmail-send-it)
4804         (message-send-mail-with-mailclient): Doc fixes.
4806 2010-02-16  Glenn Morris  <rgm@gnu.org>
4808         * message.el (message-default-mail-headers): Change the default value
4809         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4811 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4813         * message.el (message-mail): Just pass yank-action on to message-setup.
4814         (message-setup): Handle (FUN . ARGS) form of yank-action.
4815         (message-with-reply-buffer, message-widen-reply)
4816         (message-yank-original): Handle non-buffer values of
4817         message-reply-buffer (Bug#4080).
4818         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4820 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4822         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4823         Fix typo in docstring.
4825 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4827         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4828         response.
4830 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4832         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4834         * message.el (message-check-news-header-syntax): Protect against a
4835         string that `rfc822-addresses' returns when parsing fails.
4837 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4839         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4840         (gnus-previous-char-property-change): New functions.
4842         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4844 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4846         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4847         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4849 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4851         * message.el (message-exchange-point-and-mark): Rework last change to
4852         avoid using optional arg of exchange-point-and-mark, for backward
4853         compatibility.
4855 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4857         * message.el (message-exchange-point-and-mark):
4858         Call exchange-point-and-mark with an argument rather than setting
4859         mark-active by hand (Bug#5175).
4861 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4863         * nntp.el (nntp-service-to-port): Work for service expressed with
4864         numeric string; replace [:digit:] with [0-9] for XEmacs.
4866 2009-12-17  Glenn Morris  <rgm@gnu.org>
4868         * gnus-group.el (gnus-bug-group-download-format-alist):
4869         Change emacs entry to debbugs.gnu.org.  Bump :version.
4871 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4873         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4875 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4877         * message.el (message-info): Explain why we use `Info-goto-node'.
4879 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4881         * message.el (message-completion-in-region): New compatibility function.
4882         (message-expand-group): Use it.
4884 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4886         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4887         with no unread article should be listed if the 2nd arg `predicate' is
4888         given.
4890 2009-11-29  Juri Linkov  <juri@jurta.org>
4892         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4893         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4894         on `gnus-recenter'.  (Bug#4698, Bug#4981)
4896 2009-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4898         * message.el (message-from-style, message-interactive)
4899         (message-signature): Always set default values from the corresponding
4900         mail-* variables.
4901         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4902         (message-yank-prefix, message-indentation-spaces)
4903         (message-signature-file, message-default-headers): Use boundp rather
4904         than (featurep 'xemacs) to check if the corresponding mail-* variables
4905         exist.
4907 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
4909         * message.el (message-send-mail-with-sendmail): Revert last change.
4911 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
4913         * message.el (message-from-style, message-interactive)
4914         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4915         (message-yank-prefix, message-indentation-spaces, message-signature)
4916         (message-signature-file, message-default-headers): For GNU Emacs, set
4917         default values from the corresponding mail-* variables.
4918         (message-send-mail-with-sendmail): Use envelope-from only if
4919         mail-specify-envelope-from is non-nil.
4921 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4923         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4924         containing tspecial characters if they have been already quoted.
4926 2009-10-24  Glenn Morris  <rgm@gnu.org>
4928         * gnus-art.el (help-xref-stack-item): Define for compiler.
4930 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4932         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4934 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4936         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4937         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4939 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4941         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4942         (gnus-overlays-in): New alias to overlays-in.
4944         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4945         gnus-overlay-get, and gnus-delete-overlay.
4946         (gnus-summary-show-thread): Make it work as well for systems in which
4947         next-single-char-property-change is not available.
4948         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4950 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4952         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4954 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4956         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4957         and XEmacs that don't have `remove-overlays'.
4959 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4961         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4962         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4963         selective display.  Use overlays instead.
4965 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4967         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4969 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4971         * spam-stat.el (spam-stat-load): Fix typo in message.
4973 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4975         * gnus-art.el (gnus-article-encrypt-body):
4976         * message.el (message-check-recipients):
4977         * mm-util.el (mm-codepage-setup):
4978         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4979         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4981 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4983         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4984         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4985         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4986         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4987         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4989 2009-09-18  Glenn Morris  <rgm@gnu.org>
4991         * gnus-diary.el (gnus-diary-check-message):
4992         * message.el (message-insert-formatted-citation-line):
4993         * nnbabyl.el (top-level):
4994         * nndiary.el (nndiary-schedule):
4995         Fix typos in condition-case handlers.
4997 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4999         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5000         configuration that provides the sole article window in a frame;
5001         position point correctly after deleting a part.
5003 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5005         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5006         (spam-resolve-registrations-routine): Use it to unregister articles
5007         that change status.
5009 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5011         * nnrss.el (nnrss-request-article): Remove binding of
5012         default-enable-multibyte-characters that has gotten needless by
5013         the 2007-07-13 change in rfc2047-encode-message-header.
5015         * mml.el (mml-insert-multipart): Error on the message header.
5016         (mml-insert-part): Error on the message header; position point at
5017         the end of a MIME tag.
5019 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5021         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5022         (gnus-float-time): Alias to float-time if it exists.
5024         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5025         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5026         float-time is available; suppress compile warning for time-to-seconds.
5028 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5030         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5031         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5032         Add the optional argument `encoding' that overrides the default.
5034         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5035         mm-encode-buffer.
5037 2009-09-04  Glenn Morris  <rgm@gnu.org>
5039         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5040         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5041         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5042         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5043         * mm-util.el (mm-with-unibyte-current-buffer)
5044         (mm-find-buffer-file-coding-system):
5045         * yenc.el (yenc-decode-region): Use default-value rather than
5046         default-enable-multibyte-characters.
5048 2009-09-03  Glenn Morris  <rgm@gnu.org>
5050         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5051         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5052         than default-enable-multibyte-characters.
5054 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5056         * gnus-art.el (gnus-article-read-summary-keys):
5057         Fix gnus-buffer-configuration's value temporarily used.
5059 2009-09-02  Glenn Morris  <rgm@gnu.org>
5061         * gnus-util.el (gnus-float-time): New function.
5062         * gnus-delay.el (gnus-delay-article):
5063         * gnus-sum.el (gnus-thread-latest-date):
5064         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5065         * nnspool.el (nnspool-request-newgroups):
5066         Use gnus-float-time rather than time-to-seconds.
5067         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5069         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5070         (gnus-header-subject-face, gnus-header-newsgroups-face)
5071         (gnus-header-name-face, gnus-header-content-face):
5072         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5073         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5074         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5075         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5076         (gnus-cite-face-11):
5077         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5078         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5079         (gnus-server-closed-face, gnus-server-denied-face)
5080         (gnus-server-offline-face):
5081         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5082         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5083         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5084         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5085         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5086         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5087         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5088         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5089         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5090         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5091         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5092         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5093         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5094         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5095         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5096         (gnus-summary-high-undownloaded-face)
5097         (gnus-summary-low-undownloaded-face)
5098         (gnus-summary-normal-undownloaded-face)
5099         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5100         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5101         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5102         (gnus-splash-face):
5103         * message.el (message-header-to-face, message-header-cc-face)
5104         (message-header-subject-face, message-header-newsgroups-face)
5105         (message-header-other-face, message-header-name-face)
5106         (message-header-xheader-face, message-separator-face)
5107         (message-cited-text-face, message-mml-face):
5108         * sieve-mode.el (sieve-control-commands-face)
5109         (sieve-action-commands-face, sieve-test-commands-face)
5110         (sieve-tagged-arguments-face):
5111         * spam.el (spam-face):
5112         Mark face aliases with "-face" in the name as obsolete.
5114 2009-09-01  Glenn Morris  <rgm@gnu.org>
5116         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5117         than goto-line.
5119 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5121         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5122         Don't move point if the command is invoked inside the message header.
5124 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5126         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5127         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5128         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5129         * nnir.el (nnir-swish-e-index-file):
5130         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5131         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5132         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5133         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5134         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5135         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5137 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5139         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5140         Don't save excursion.
5142 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5144         * nnheader.el (nnheader-find-file-noselect):
5145         * mm-util.el (mm-insert-file-contents):
5146         Use (default-value 'major-mode) instead of default-major-mode.
5148 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5150         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5152 2009-08-25  Glenn Morris  <rgm@gnu.org>
5154         * nnir.el (top-level): Don't require cl at run-time.
5155         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5156         Replace cl-function substitute with gnus-replace-in-string.
5157         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5158         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5159         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5160         simplified expansions.
5162 2009-08-22  Glenn Morris  <rgm@gnu.org>
5164         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5165         goto-line.
5167 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5169         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5171         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5172         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5173         (gnus-mm-display-part, gnus-mime-display-single)
5174         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5175         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5177         * gnus-sum.el
5178         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5179         (gnus-summary-move-article): Add expirable mark to articles copied or
5180         moved to group that has auto-expire turned on if the option is non-nil.
5182 2009-07-24  Glenn Morris  <rgm@gnu.org>
5184         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5185         Fix typo.  (Bug#3903)
5187 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5189         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5190         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5191         that should not be used for draft articles.
5192         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5193         that has no concern in minor mode keys.
5194         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5195         Abolish.
5197 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5199         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5200         article without making inquiry to a user for unknown encoding.
5202         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5203         (nnmaildir--scan): Assume i-node and device number that file-attributes
5204         returns might be cons-cell.
5206 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5208         * auth-source.el: Remove docs now in auth.texi.  Don't use
5209         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5210         `auth-source-hide-passwords' and use them.
5212 2009-07-15  Glenn Morris  <rgm@gnu.org>
5214         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5216 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5218         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5219         excessive whitespace from the default values of title and description.
5221 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5223         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5224         mail-fetch-field to fetch Content-Description header in order to
5225         exclude newlines.
5227 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5229         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5230         to deleted part.
5232 2009-05-30  David Engster  <dengste@eml.cc>
5234         * nnmairix.el: Remove old documentation in the commentary block.
5235         (nnmairix-request-group): Do not update active file for nnml back ends.
5236         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5237         end so that overview files are ignored.
5238         (nnmairix-update-groups): Make updating the groups more robust by using
5239         marks.
5240         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5241         with dollar characters in message-id.
5243 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5245         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5246         2008-12-25 in dns.el.
5248 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5250         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5251         could happen if the text is only composed of spaces and/or tabs.
5253 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5255         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5256         when sending a queued message to avoid extra mml tags.
5258 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5260         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5262 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5264         * gnus-dired.el: Remove autoload for gnus-setup-message.
5265         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5266         displaying Gnus logo; always use compose-mail.
5268 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5270         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5272 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5274         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5275         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5276         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5277         available.
5278         (gnus-nocem-epg-verify): New function.
5280 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5282         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5284 2009-02-15  Glenn Morris  <rgm@gnu.org>
5286         * gnus-util.el (rmail-insert-rmail-file-header)
5287         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5288         autoloads.
5289         (rmail-default-rmail-file): Remove unnecessary declaration.
5290         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5292 2009-02-14  Glenn Morris  <rgm@gnu.org>
5294         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5295         variable (only used in gnus-util, which declares it anyway).
5296         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5297         which was only needed by gnus-art (changed to not use it any more).
5298         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5299         only used in gnus-util, which autoloads it itself.
5300         (rmail-update-summary): Fix autoload.
5302         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5303         rather than rmail-output-to-rmail-file.
5305 2009-02-07  Glenn Morris  <rgm@gnu.org>
5307         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5308         autoload of function that no longer exists.
5309         (rmail-toggle-header): Declare.
5310         (message-forward-rmail-make-body): Handle mbox Rmail.
5312 2009-01-31  Glenn Morris  <rgm@gnu.org>
5314         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5315         2009-01-09 change.
5317 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5319         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5320         (auth-source-forget-all-cached): New convenience function.
5321         (auth-source-user-or-password): Accept list of modes or a single mode.
5323         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5324         auth-source modes.
5326         * nnimap.el (nnimap-open-connection): Use list of
5327         auth-source modes.
5329         * nntp.el (nntp-send-authinfo): Use list of
5330         auth-source modes.
5332 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5334         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5335         now.
5337 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5339         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5340         coding system in XEmacs; add a workaround for XEmacs.
5342 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5344         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5345         of current-language-environment.
5347 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5349         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5350         available at runtime.
5352 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5354         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5356 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5358         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5359         the greatest positive fixnum value doesn't work under an XEmacs with
5360         bignum support; use the most-positive-fixnum constant instead,
5361         available since Emacs 21.1 with cl and XEmacs 21.1.
5363 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5365         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5366         XEmacs gets not to work.
5368 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5370         * mm-util.el (mm-coding-system-priorities): Allow the value like
5371         "Japanese (UTF-8)" of current-language-environment.
5373 2009-01-09  Glenn Morris  <rgm@gnu.org>
5375         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5376         with last-command-event.
5378 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5380         * message.el (message-fix-before-sending): Amend comment.
5382 2009-01-07  David Engster  <dengste@eml.cc>
5384         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5385         simplified server definitions by converting it via
5386         gnus-server-to-method.
5388 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5390         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5391         parameter's operands.
5393 2009-01-06  David Engster  <dengste@eml.cc>
5395         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5396         primary select method (for gnus-group-mark-article-as-read).
5398 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5400         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5401         `(gnus)Face', not `(gnus)X-Face'.
5403 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5405         * mm-util.el (mm-ucs-to-char): New function.
5407         * mm-url.el (mm-url-decode-entities): Use it.
5409 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5411         * message.el (message-fix-before-sending): Add `eight-bit' to
5412         illegible-text check.
5414 2009-01-03  Michael Olson  <mwolson@gnu.org>
5416         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5417         `headers' is nil.  This can occur if the IMAP server does not have
5418         permissions to read messages from a folder, but can write new messages
5419         to the folder.
5420         (nnimap-request-article-part): Do not insert `data' if it is nil.
5422 2009-01-01  Dave Love  <fx@gnu.org>
5424         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5426         * nnimap.el: Fix author email.
5427         (nnimap-split-rule): Add FIXME comment.
5428         (nnimap-debug): Fix doc string.
5430 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5432         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5433         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5434         to check if those variables exist (first appeared in Emacs 18.50).
5436 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5438         * mm-util.el (mm-line-number-at-pos): New function.
5440         * spam-report.el (spam-report-process-queue): Use it.
5442 2008-12-24  David Engster  <dengste@eml.cc>
5444         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5445         parameters that haven't existed as variables as buffer-local variables.
5447 2008-12-23  Dave Love  <fx@gnu.org>
5449         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5450         cadar.
5452         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5453         imap-starttls-p.
5454         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5456 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5458         * spam-report.el (spam-report-gmane-max-requests): New constant.
5459         (spam-report-gmane-wait): New variable.
5460         (spam-report-gmane-ham, spam-report-gmane-spam)
5461         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5462         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5463         the server.
5465         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5466         Add explanations.
5468         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5469         nnheader-accept-process-output and nnheader-read-timeout if available.
5470         (pop3-movemail): Use it.
5472         * message.el (message-check-news-body-syntax): Fix signature check if
5473         there's an attachment.
5475 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5477         * mm-util.el: Add comments to the mm- emulating functions.
5479 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5481         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5482         Reported by Stephen Berman <stephen.berman@gmx.net>.
5484 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5486         * mm-util.el (mm-substring-no-properties): New function.
5487         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5488         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5489         (mm-string-to-multibyte): Doc fix.
5491         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5493 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5495         * mml.el (mml-attach-file): Strip text properties from file name.
5496         (Bug#1574)
5498 2008-12-16  Glenn Morris  <rgm@gnu.org>
5500         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5502 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5504         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5505         knows since the charset specified might be a bogus alias that
5506         mm-charset-synonym-alist provides.
5508 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5510         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5511         "ISO_8859-1".
5513         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5515 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5517         * mm-util.el (mm-charset-eval-alist):
5518         Define it before mm-charset-to-coding-system.
5519         (mm-charset-to-coding-system): Add optional argument `silent';
5520         define it before mm-charset-override-alist.
5521         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5522         default value if it can be used in Emacs currently running;
5523         silence mm-charset-to-coding-system.
5525 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5527         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5528         `allow-override' which says whether to use `mm-charset-override-alist'.
5529         (rfc2047-decode-encoded-words): Use it.
5531         * mm-util.el (mm-charset-override-alist): Fix custom type;
5532         add `(gb2312 . gbk)' to choices.
5534 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5536         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5537         fast.
5539         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5541 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5543         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5544         on links.
5546         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5548 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5550         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5551         users' addresses that don't have domain parts.
5552         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5553         rather than message-narrow-to-head since there will be the message
5554         header separator.
5556 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5558         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5559         since the result is inserted in a unibyte buffer anyway.
5560         (nnimap-demule-use-string-to-multibyte): Remove.
5561         (nnimap-demule): Alias it to mm-string-to-multibyte.
5563 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5565         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5566         variable for debugging bug#464 and bug#1174.
5567         (nnimap-demule): Use it.
5569 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5571         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5572         score calculation correctly.
5574 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5576         * message.el (message-send-mail): Just set the buffer to unibyte
5577         rather than use mm-with-unibyte-current-buffer which does a lot more.
5578         (message-send-mail-partially): Don't bother with
5579         mm-with-unibyte-current-buffer since it's already been made unibyte by
5580         message-send-mail.
5582 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5584         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5586 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5588         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5590 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5592         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5593         require itself and to remove `with-no-warnings'.
5595 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5597         * starttls.el (starttls-any-program-available): Get the name of the
5598         available TLS layer program.
5599         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5600         well as the host name in the "opening" message.
5602         * auth-source.el (auth-source-cache, auth-source-do-cache)
5603         (auth-source-user-or-password): Cache passwords and logins by default,
5604         allow override with `auth-source-do-cache'.
5605         (auth-source-forget-user-or-password): Allow users to remove cache
5606         entries if needed.
5608 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5610         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5611         condition-case to only the forward-sexp call.
5613 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5615         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5616         quotes contained.  Make it more robust regardless by an extra
5617         condition-case wrapper.
5619 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5621         * nnml.el (nnml-request-expire-articles): Check if the function set to
5622         `nnmail-expiry-target' returns the symbol `delete'.
5624         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5626         * nnmail.el (nnmail-expiry-target): Fix custom type.
5628 2008-10-02  Glenn Morris  <rgm@gnu.org>
5630         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5631         Silence compiler warning.
5633 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5635         * mml.el (mml-menu): Don't assume mml2015 is bound.
5637 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5639         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5640         exists.
5642 2008-09-27  Glenn Morris  <rgm@gnu.org>
5644         * gnus-util.el (mail-header-remove-comments): Autoload it.
5646 2008-09-27  Andreas Schwab  <schwab@suse.de>
5648         * gnus-util.el (gnus-split-references): Strip comments.
5649         (gnus-parent-id): Likewise.
5651 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5653         * message.el (message-confirm-send): Fix version.
5655 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5657         * message.el (message-idna-to-ascii-rhs-1): Use
5658         mail-extract-address-components rather than mail-header-parse-addresses
5659         that is an alias by default to ietf-drums-parse-addresses that does not
5660         support non-ASCII names in headers' contents.
5662 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5664         * message.el (message-confirm-send): Fix variable documentation to
5665         avoid the "y/n" wording.
5667 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5669         * message.el (message-set-auto-save-file-name): Save to a different
5670         filename so multiple messages (especially drafts) can be recovered.
5672 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5674         * message.el (message-confirm-send): Add appropriate version.
5676 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5678         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5679         defvar.
5681 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5683         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5684         (mm-pkcs7-enveloped-magic): Ditto.
5686 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5688         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5689         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5691 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5693         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5694         default, it's better.
5696 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5698         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5699         summary line gnus-number property and ignore them (with a warning
5700         message).
5702 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5704         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5705         macro caddr in the interactive form since it won't be expanded.
5707 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5709         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5710         `charset'; fix name of function called recursively.
5711         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5713 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5715         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5716         (gnus-mime-set-charset-parameters): New function.
5717         (gnus-mime-view-part-as-charset): Use it to correctly display part
5718         specifying wrong charset.
5720 2008-09-08  David Engster  <dengste@eml.cc>
5722         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5723         in completing-read for back end server.
5725 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5727         * message.el (message-confirm-send): New variable to confirm sending a
5728         message.
5729         (message-send): Use it.
5731 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5733         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5735 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5737         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5739 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5741         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5742         prevent tracking too many groups.
5743         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5744         Use it.
5746 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5748         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5749         moving point to the bottom of the window in order to avoid recentering.
5751 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5753         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5754         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5755         (gnus-article-beginning-of-window): Fix calculation.
5757 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5759         * gnus-msg.el (gnus-summary-supersede-article)
5760         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5761         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5762         message header.
5764 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5766         * message.el:
5767         * gnus-start.el:
5768         * gnus-registry.el: Remove VMS support.
5770 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5772         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5773         macro.
5774         (rfc2104-hash): Use it.
5776 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5778         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5779         (gnus-summary-sort-by-most-recent-date): New commands.
5780         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5781         and menu entries.
5783 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5785         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5786         don't redisplay article for raw contents; remove plural articles stuff.
5788         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5789         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5790         on gnus-summary-save-article; display results properly.
5792 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5794         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5796 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5798         * gnus-art.el (gnus-summary-save-in-pipe):
5799         Consider gnus-save-all-headers.
5801 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5803         * gnus-util.el (ns-focus-frame): Remove declaration.
5804         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5805         like x.
5807 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5809         * rfc2104.el (rfc2104-zero): Delete defconst.
5810         (rfc2104-hex-alist): Likewise.
5811         (rfc2104-hex-to-int): Delete func.
5812         (rfc2104-hexstring-to-bitstring): Likewise.
5813         (rfc2104-nybbles): New defconst.
5814         (rfc2104-hash): Rewrite for speed.
5816 2008-07-16  Glenn Morris  <rgm@gnu.org>
5818         * gnus-util.el (ns-focus-frame): Declare for compiler.
5820 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5822         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5823         set as a group parameter.
5824         (gnus-summary-save-in-pipe): Work when it is called independently.
5825         (gnus-summary-pipe-to-muttprint): Don't modify
5826         gnus-summary-pipe-output-default-command.
5828 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5830         * message.el (message-send-mail-with-sendmail):
5831         Display the error message.
5833 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5835         * gnus-art.el (gnus-default-article-saver):
5836         Add gnus-summary-save-in-pipe to choices.
5837         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5838         gnus-summary-pipe-output-default-command as the default command.
5839         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5840         instead of gnus-last-shell-command.
5842         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5843         New user option.
5844         (gnus-summary-muttprint-program): Mention the value will be changed.
5845         (gnus-summary-save-article): Force showing of all headers.
5846         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5848 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5850         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5852 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5854         * nnimap.el (nnimap-id):
5855         * sieve-manage.el (sieve-manage-open): Doc fixes.
5857 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5859         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5860         if available.
5862 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5864         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5866         * nnkiboze.el (nnkiboze-generate-group):
5867         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5869         * nnmairix.el: Require CL.
5871 2008-06-15  David Engster  <dengste@eml.cc>
5873         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5875 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5877         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5878         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5879         runtime choice under XEmacs.
5881         * gnus-sum.el (gnus-summary-set-display-table):
5882         Use `gnus-put-display-table', `gnus-get-display-table',
5883         `gnus-set-display-table' for the display table, instead of `aset'.
5885 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5887         * nnmairix.el: Add autoloads.
5889 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5891         * nnmairix.el (nnmairix-delete-recreate-group)
5892         (nnmairix-update-and-clear-marks): Fix error messages.
5894 2008-06-14  David Engster  <dengste@eml.cc>
5896         * nnmairix.el: Upgrade to version 0.6.
5897         (nnmairix-group-toggle-propmarks-this-group)
5898         (nnmairix-group-toggle-readmarks-this-group)
5899         (nnmairix-group-delete-recreate-this-group)
5900         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5901         (nnmairix-remove-tick-mark-original-article): New commands.
5902         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5903         (nnmairix-propagate-marks-to-nnmairix-groups)
5904         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5905         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5906         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5907         functions needed for marks propagation and manipulation of read marks.
5908         (nnmairix-update-groups): New function.
5909         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5910         (nnmairix-determine-original-group-from-registry)
5911         (nnmairix-determine-original-group-from-path)
5912         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5913         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5914         New helper functions.
5915         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5916         keystrokes for new commands.
5917         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5918         (nnmairix-request-group): Check allow-fast group parameter.
5919         (nnmairix-request-create-group): Set allow-fast group parameter if
5920         nnmairix-allowfast-default is set.
5921         (nnmairix-close-group): Propagate marks upon closing if needed.
5922         (nnmairix-group-toggle-threads-this-group): Use new.
5923         nnmairix-group-toggle-parameter helper function.
5924         (nnmairix-search): Better check for empty search result.
5925         (nnmairix-goto-original-article): Use new helper functions for
5926         determining original article.
5927         (nnmairix-show-original-article): Make sure message-id is in brackets.
5928         (nnmairix-call-mairix-binary): Change variable name.
5929         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5930         helper function.
5931         (nnmairix-widget-toggle-activate): Fix doc string.
5933 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5935         * nnir.el: Require edmacro when compiling with XEmacs.
5936         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5937         available in Emacs 21.
5939 2008-06-11  Glenn Morris  <rgm@gnu.org>
5941         * gnus-util.el (x-focus-frame):
5942         * gnus.el (image-size):
5943         * mm-decode.el (image-size): Declare.
5945         * gnus-picon.el (declare-function): Add compat definition.
5946         (image-size): Declare.
5948         * gnus-group.el (tool-bar-map):
5949         * gnus-sum.el (tool-bar-map): Define for compiler.
5951         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5953         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5955         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5956         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5957         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5958         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5959         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5960         * sieve-manage.el, spam-report.el, spam.el:
5961         Remove unnecessary eval-and-compile of autoloads.
5963 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5965         * auth-source.el: Precise Tramp doc.
5967 2008-06-07  Glenn Morris  <rgm@gnu.org>
5969         * nnmairix.el: Remove unnecessary eval-when-compile.
5971 2008-06-06  Kai Großjohann  <grossjohann@ls6.cs.uni-dortmund.de>
5973         * nnir.el: New file.
5975 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5977         * gnus-util.el (gnus-read-shell-command): New function.
5978         * mm-decode.el (mm-pipe-part):
5979         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5981 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5983         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5985 2008-06-03  Glenn Morris  <rgm@gnu.org>
5987         * pop3.el (nnheader-accept-process-output): Autoload it.
5989 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5991         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5992         are not 2-digit hexadecimal characters that follow `%'s.
5994 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5996         * message.el (message-bogus-recipient-p): Fix type in doc string.
5997         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5998         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5999         Improve custom options.
6000         (message-bogus-recipient-p): Adjust accordingly.
6002 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6004         * nnmairix.el: Require edmacro when compiling with XEmacs.
6006 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6008         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6009         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6011 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6013         * auth-source.el: Add more docs.
6015 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6017         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6018         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6019         retrieval faster in some cases, but might make CPU usage larger.
6020         If this has any bad side effects, we might revert this change.
6022         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6023         seems to make mail retrieval much, much faster.
6024         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6025         unconditionally.
6027         * gnus-draft.el (gnus-group-send-queue):
6028         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6030 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6032         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6034         * message.el (message-bogus-address-regexp): Fix and improve custom
6035         type.
6036         (message-setup-hook): Add message-check-recipients as custom option.
6038 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6040         * message.el (message-cite-function): Remove bogus autoload which crept
6041         in during merge from v5-10.
6043 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6045         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6047         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6049         * auth-source.el: Preliminary Tramp docs.
6050         (auth-sources): Change the default auth-sources to use
6051         EPA .gpg files.
6053 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6055         * nntp.el: Autoload `auth-source-user-or-password'.
6056         (nntp-send-authinfo): Use it.
6058         * nnimap.el: Autoload `auth-source-user-or-password'.
6059         (nnimap-open-connection): Use it.
6061         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6062         for the gnus-message function.
6063         (auth-source-user-or-password): Use it.
6065 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6067         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6068         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6069         (rfc2104-hash): Use it.
6071 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6073         * gnus-art.el (gnus-article-toggle-truncate-lines):
6074         Don't use `iff' in docstring.
6076 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6078         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6080         * gnus-util.el (gnus-extract-address-component-name)
6081         (gnus-extract-address-component-email): Convenience functions around
6082         `gnus-extract-address-components'.
6084         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6085         Use `gnus-extract-address-component-email' to fix bug of comparing full
6086         sender name to `user-mail-address'.
6088 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6090         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6091         catch/throw to optimize.
6092         (gnus-registry-find-keywords): Just use member to find a keyword.
6094 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6096         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6097         is current before calling gnus-server-prepare.
6098         (gnus-server-setup-buffer, gnus-server-update-server)
6099         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6101 2008-05-04  Juri Linkov  <juri@jurta.org>
6103         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6104         (mailcap-file-default-commands): Use mailcap-replace-in-string
6105         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6106         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6108 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6110         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6112 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6114         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6115         hooks.
6116         (gnus-update-read-articles): Speed up non-marks-using users.
6117         (gnus-use-marks): Define gnus-use-marks.
6118         (gnus-propagate-marks): Rename variable to something more sensible.
6120 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6122         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6123         (gmm-image-load-path-for-library): Fix typos in docstrings.
6124         (gmm-message): Reflow docstring.
6126 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6128         * mail-source.el (mail-source-set-1, mail-source-bind):
6129         Move auth-source code out of the macro to clean it up and fix bugs.
6131 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6133         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6134         by sender if it's equal to user-mail-address, it's likely to be
6135         useless.
6137         * mail-source.el (mail-source-bind): Don't use user or password if they
6138         are not bound.  Unintern them if they are nil.  Don't use server unless
6139         it's bound, and default it to empty string otherwise.
6141 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6143         * mail-source.el: Load auth-source.el.
6144         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6145         get user name or password, if auth-sources is set up.
6147         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6148         strategy of splitting with parent.
6149         (gnus-registry-split-fancy-with-parent)
6150         (gnus-registry-post-process-groups): Use it and fix prior
6151         bug (returning a list as the split result).
6153         * auth-source.el (auth-sources): Remove server parameter.
6154         (auth-source-pick, auth-source-user-or-password)
6155         (auth-source-user-or-password-imap)
6156         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6157         (auth-source-user-or-password-sftp)
6158         (auth-source-user-or-password-smtp): Remove server parameter.
6160 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6162         * smime.el (smime-sign-region, smime-encrypt-region)
6163         (smime-decrypt-region):
6164         Remove redundant calls to `generate-new-buffer-name'.
6166 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6168         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6169         Don't use QP for message/rfc822.
6170         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6172 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6174         * sieve-manage.el (sieve-string-bytes): Remove.
6175         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6176         correct byte-length only if the process's coding-system is the same as
6177         the one used internally by Emacs to represent strings.
6179 2008-04-22  Juri Linkov  <juri@jurta.org>
6181         * mailcap.el (mailcap-file-default-commands): New function.
6183 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6185         * message.el (message-signature-separator, message-cite-function):
6186         Change custom version.
6188 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6190         * mm-decode.el (mm-display-external): Make temp file read-only.
6192 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6194         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6195         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6196         `C-c C-f d'.
6198 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6200         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6202 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6204         * auth-source.el: Add docs.
6205         (auth-sources): Modify format to support server.
6206         (auth-source-pick, auth-source-user-or-password)
6207         (auth-source-user-or-password-imap)
6208         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6209         (auth-source-user-or-password-sftp)
6210         (auth-source-user-or-password-smtp): Add server parameter.
6212 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6214         * gnus-registry.el: Initialize the registry when gnus-registry-install
6215         is t.
6217 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6219         * compface.el (uncompface): Make buffer unibyte.
6221 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6223         * mail-source.el (mail-source-value):
6224         Prefer fboundp to functionp so it works with macros as well.
6226 2008-04-05  Glenn Morris  <rgm@gnu.org>
6228         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6230 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6232         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6233         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6235         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6236         multibyteness after rather than before erasing it.
6238         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6239         mm-with-multibyte.
6240         (gnus-request-article-this-buffer): Make sure the proper decoding is
6241         used if gnus-original-article-buffer happens to be unibyte.
6243         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6244         default-enable-multibyte-characters.
6246         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6247         default-enable-multibyte-characters.
6249         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6251         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6253 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6255         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6256         Fix last change in case the element is not even a symbol.
6258 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6260         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6261         imap-enable-exchange-bug-workaround.
6262         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6264 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6266         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6267         a 100 byte status-checks into a 2-3MB transfer for each group.
6268         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6269         to enable bug workaround or not.
6270         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6272 2008-03-31  Glenn Morris  <rgm@gnu.org>
6274         * message.el (mml2015-use): Declare for compiler.
6275         (message-info): Require mml2015 when appropriate.
6277 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6279         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6280         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6281         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6282         (nntp-service-to-port): New function.
6283         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6284         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6285         (nntp-open-netcat-stream): New function.
6286         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6288 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6290         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6292 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6294         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6296 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6298         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6300 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6302         * message.el (message-signature-separator): Change default.
6303         Improve custom type.
6304         (message-cite-function): Change default to
6305         message-cite-original-without-signature.
6307         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6308         toggle.
6310         * message.el (message-check-news-body-syntax): Fix signature check.
6311         (message-setup-1): Mark buffer as unmodified _after_ running
6312         message-setup-hook and handling message-alternative-emails.
6313         (message-shorten-references): Be more strict when building list of
6314         valid references to comply with GNKSA.
6316         * gnus-group.el (gnus-read-ephemeral-bug-group)
6317         (gnus-read-ephemeral-debian-bug-group)
6318         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6320         * message.el (message-info): Don't use booleanp which isn't supported
6321         in Emacs 21 and XEmacs.
6323 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6325         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6326         gnus-group-gmane-group-download-format.
6327         (gnus-group-read-ephemeral-gmane-group): Rename from
6328         gnus-group-read-ephemeral-gmane-group.
6329         (gnus-read-ephemeral-gmane-group-url): Rename from
6330         gnus-group-read-ephemeral-gmane-group-url.
6331         (gnus-bug-group-download-format-alist): New variable.
6332         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6333         (gnus-read-ephemeral-emacs-bug-group): New commands.
6335 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6337         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6338         (gnus-visible-headers): Improve custom type.
6340 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6342         * mml.el (mml-menu): Add workarounds for XEmacs.
6344         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6345         X-Boundary header.
6347         * message.el (message-simplify-recipients): Fix previous commit.
6349 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6351         * mm-util.el (mm-set-buffer-multibyte): New function.
6352         * mm-decode.el (mm-copy-to-buffer): Use it.
6354         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6355         Prefer fboundp to functionp so it works with macros as well.
6357 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6359         * message.el (message-alter-recipients-discard-bogus-full-name):
6360         New function.
6361         (message-alter-recipients-function): New variable.
6362         (message-get-reply-headers): Use it.
6363         (message-replace-header): New helper function.
6364         (message-recipients-without-full-name): New variable.
6365         (message-simplify-recipients): New command.
6367         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6369         * message.el (message-info): Handle EasyPG manual.
6371         * mml.el (mml-menu): Add entry for EasyPG.
6373 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6375         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6376         parameter.
6378         * message.el (message-disassociate-draft): Specify drafts group name
6379         fully.
6381 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6383         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6384         Eliminate unnecessary duplicates from the match list.
6386 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6388         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6389         args of `how-many' of which the XEmacs version doesn't take; declare
6390         Info-index-next as function.
6392 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6394         * gnus-score.el (gnus-score-headers): Fix handling of
6395         gnus-inhibit-slow-scoring.
6397         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6398         string.
6399         (gnus-button-url-regexp): Improve handling of parenthesis.
6400         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6401         (gnus-button-handle-info-keystrokes): Handle index entries.
6403 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6405         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6406         Incoming* files.
6408 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6410         * auth-source.el (auth-sources): Rename from auth-source-choices.
6411         (auth-source-pick): Use it.
6413 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6415         * auth-source.el (auth-source-protocols)
6416         (auth-source-protocols-customize, auth-source-choices): Add and
6417         modified variable customizations and defaults.
6418         (auth-source-pick, auth-source-user-or-password)
6419         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6420         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6421         (auth-source-user-or-password-sftp)
6422         (auth-source-user-or-password-smtp): Use new variables and provide an
6423         interface to netrc.el.
6425 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6427         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6428         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6429         Make sure the nntp port to specify is a string.
6431 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6433         * nntp.el: Use with-current-buffer.
6434         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6435         dubious mm-with-unibyte-current-buffer.
6436         (nntp-with-open-group-function): New function extracted from
6437         nntp-with-open-group macro.
6438         (nntp-with-open-group): Use the function, so it's easier to debug.
6439         Add indentation and debugging info.
6440         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6441         Recommend the use of the netcat alternatives.
6443         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6444         Avoid mm-string-as-multibyte as well.
6446         * nnweb.el (nnweb-insert-html):
6447         Remove use of nnheader-string-as-multibyte.
6449         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6450         (nnheader-string-as-multibyte): Remove.
6452         * mm-view.el: Use inhibit-read-only.
6453         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6454         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6455         or unibyte-string.
6457         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6458         (mm-uu-yenc-extract): Use with-current-buffer.
6460         * gnus-soup.el (gnus-soup-send-packet): Don't use
6461         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6463         * nnmh.el: Use with-current-buffer.
6464         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6465         mm-string-as-multibyte on the output of mm-encode-coding-string.
6467         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6468         (nnimap-request-move-article): Use with-current-buffer.
6470         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6471         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6472         conversion uses string-make-unibyte rather than string-as-unibyte.
6474         * gnus-msg.el: Use with-current-buffer.
6476         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6478 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6480         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6481         string for caching if it is 'PIN.
6483 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6485         * mail-source.el (mail-source-delete-old-incoming-confirm):
6486         Change default to nil.
6487         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6489 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6491         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6492         (gnus-article-goto-prev-page): Work for articles having ^L's.
6494         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6496         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6498 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6500         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6501         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6502         (gnus-bookmark-jump): Adjust some variable names.
6504 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6506         * auth-source.el: New package.
6507         (auth-source-choices): Add customization entry point variable.
6509         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6510         bug.
6512 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6514         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6515         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6516         (gnus-registry-install-shortcuts): Rename from
6517         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6518         the `gnus-registry-mark-map' keymap dynamically from
6519         `gnus-registry-marks'.  The generated functions update the summary line
6520         when a registry mark is added or deleted, and will call
6521         `gnus-registry-install-p' (see the comments in the code).
6522         (gnus-registry-user-format-function-M): Use concat intelligently.
6524         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6525         the registry mark functions.
6527 2008-03-05  Glenn Morris  <rgm@gnu.org>
6529         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6530         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6531         gnus-art.
6532         (top-level): No need to load own source when compiling.
6534 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6536         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6537         Suggested by <chris.anderton@zetnet.co.uk>.
6539 2008-03-04  Glenn Morris  <rgm@gnu.org>
6541         * gnus-sum.el (top-level): No need to require gnus when compiling,
6542         since unconditionally required near start of file.
6543         (gnus-summary-display-while-building): Move definition before use.
6545 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6547         * gnus-registry.el (gnus-registry-user-format-function-M):
6548         Add formatting function.
6550 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6552         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6553         with plists.
6554         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6555         Use new format.
6557 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6559         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6560         `where-is-internal' that returns a range of key sequences.
6562 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6564         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6566         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6567         (gnus-summary-jump-to-group): Consider windows on other displayed
6568         frames as well.  Similar changes might be needed elsewhere, but that's
6569         the one I've bumped into during my use.
6571         * nndoc.el (nndoc-oe-dbx-type-p):
6572         * gnus-msg.el (gnus-debug):
6573         * gnus-group.el (gnus-update-group-mark-positions):
6574         Use mm-string-to-multibyte.
6576 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6578         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6579         doesn't handle NotDashEscaped.
6581         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6582         (mml-dnd-attach-options): Fix typo in custom choice.
6584         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6585         Change nndoc-article-type to mbox.
6586         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6588         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6589         to nil, instead of html2text.
6591         * imap.el (imap-debug): Add `imap-ping-server'.
6593         * gnus-bookmark.el: Add FIXMEs.
6595         * message.el (message-form-letter-separator)
6596         (message-send-form-letter-delay): New variables.
6597         (message-send-form-letter): Use them.  New command to send form
6598         letters.  Requested by Uwe Siart.
6599         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6601 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6603         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6604         empty author.
6606 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6608         * gnus-registry.el (gnus-registry-marks): Add variable for
6609         customization of marks and their appearance.
6610         (gnus-registry-read-mark): Use it.
6611         (gnus-registry-do-marks): Add utility function to loop through
6612         `gnus-registry-marks'.
6613         (gnus-registry-install-shortcuts-and-menus): Add function to install
6614         shortcuts and menus.
6615         (gnus-registry-initialize): Use it.
6616         (gnus-registry-default-mark): Clarify documentation.
6618 2008-02-29  Glenn Morris  <rgm@gnu.org>
6620         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6621         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6622         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6623         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6624         Change defcustom :version from 23.0 to 23.1.
6626 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6628         * gnus-registry.el (gnus-registry-follow-group-p)
6629         (gnus-registry-post-process-groups): Add functions to aid registry
6630         splitting and improve logging.  Clarify behavior in function
6631         documentation.
6632         (gnus-registry-split-fancy-with-parent): Use them.
6634 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6636         * gnus-art.el: Use with-current-buffer.
6638 2008-02-27  David Engster  <dengste@eml.cc>
6640         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6641         Express real group name in the response.
6643 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6645         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6646         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6647         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6648         autoload gnus-registry-fetch-group when compiling.
6649         (nnmairix-request-group-with-article-number-correction):
6650         Remove unreferenced argument passed to nnmairix-call-backend.
6652 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6654         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6655         (mm-uu-extract): Improve face for low color ttys.
6656         Reported by Sascha Wilde.
6658 2008-02-27  Glenn Morris  <rgm@gnu.org>
6660         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6661         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6662         variables to defconsts.  Convert comments to doc-strings.
6663         (nnmairix-last-server, nnmairix-current-server): Convert from free
6664         variables to defvars.  Convert comments to doc-strings.
6665         (gnus-registry-fetch-group): Autoload.
6666         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6667         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6668         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6669         caddr.
6670         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6671         nnmairix-request-group-with-article-number-correction call.
6672         (nnmairix-fast, nnmairix-group): New, less general names, for free
6673         variables passed from nnmairix-request-group to
6674         nnmairix-request-group-with-article-number-correction.  Declare.
6675         (nnmairix-request-group-with-article-number-correction):
6676         Use nnmairix-fast, nnmairix-group rather than fast, group.
6678 2008-02-26  David Engster  <dengste@eml.cc>
6680         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6681         version 0.5.
6683 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6685         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6686         instead of making an extra function call.  Don't add the current group
6687         to articles only when they have the group.  Use
6688         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6689         Reported by David <de_bb@arcor.de>.
6691 2008-02-24  Miles Bader  <miles@gnu.org>
6693         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
6694         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
6695         (mm-find-mime-charset-region):
6696         * mm-bodies.el (mm-encode-body):
6697         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
6699 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6701         * mail-source.el (mail-source-delete-incoming): Change default.
6702         Supplement doc string.
6704         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6706 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6708         * nnmail.el (nnmail-message-id-cache-file): Derive from
6709         `gnus-home-directory'.
6711 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6713         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6714         Document negative prefix.
6716         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6718 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6720         * message.el (message-unsent-separator): Add the Exim bounce
6721         separator.
6723 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6725         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6726         list.
6727         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6728         recipient/signer list.
6730 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6732         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6733         fbound (Emacs 23 unicode), signal an error.
6735 2008-02-08  Glenn Morris  <rgm@gnu.org>
6737         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6739 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6741         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6742         ports to the calls to `netrc-machine-user-or-password' in addition to
6743         "imap" and "imaps".
6745 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6747         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6748         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6749         <hanche@math.ntnu.no>.
6751 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6753         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6755 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6757         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6759         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6761 2008-02-01  Miles Bader  <miles@gnu.org>
6763         * mml.el (mml-parse-1): Remove apparently vestigial use of
6764         `mm-hack-charsets'.
6765         * mm-bodies.el (mm-encode-body): Likewise.
6767 2008-02-01  Kenichi Handa  <handa@m17n.org>
6769         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6770         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6771         (rfc2104-hash): Convert the result of concat to unibyte string.
6773 2008-02-01  Dave Love  <fx@gnu.org>
6775         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6776         coding-system-for-read.
6777         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6779         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
6780         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
6781         (mm-find-mime-charset-region): Remove hack-charsets stuff.
6783 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6785         * mail-source.el (mail-sources): Add `group' choice.
6787         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6788         parameter `in-group' to control into which group the articles go.
6789         Add treatment of `group' mail-source.
6791 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
6793         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6794         * message.el (message-beginning-of-line): Use featurep instead of bound
6795         tests in order to resolve conditionals at compile time.
6797 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6799         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6801         * mm-decode.el (mm-dissect-buffer): Decode description.
6803         * mml.el (mml-to-mime): Encode message header first.
6805 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6807         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6808         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6810 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6812         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6814 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6816         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6817         prefix keys.
6818         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6819         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6820         gnus-xmas.el.
6822 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6824         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6825         Add new variables for article mark management.
6826         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6827         list of extra data entries which, when present, will indicate that the
6828         article ID should not be trimmed from the registry.
6829         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6830         functions.
6831         (gnus-registry-read-mark): New function to read a mark name from the
6832         user.
6833         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6834         (gnus-registry-set-article-mark-internal): New functions to add and
6835         remove marks.
6836         (gnus-registry-get-article-marks): New function to show the marks for
6837         an article, or retrieve them for further use.
6839 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6841         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6842         keys when no argument is given.
6844 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6846         * gnus-sum.el (gnus-article-sort-by-random)
6847         (gnus-thread-sort-by-random): Fix doc strings.
6848         Reported by jidanni@jidanni.org.
6850 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6852         * gnus-art.el (gnus-article-describe-bindings): New function.
6853         (gnus-article-read-summary-keys): Use it.
6854         (gnus-article-mode-map): Bind `C-h b' to it.
6856 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6858         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6859         XEmacs.
6860         (gnus-article-describe-key, gnus-article-describe-key-briefly):
6861         Protect against non-character events.
6863 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6865         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
6866         New command.
6867         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6868         instead of END.  Change name of the temp file.
6869         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6870         customizable.
6872 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6874         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6875         bind `S W' to gnus-article-wide-reply-with-original; set default
6876         binding to gnus-article-read-summary-send-keys.
6877         (gnus-article-read-summary-keys): Fix the order of keys; display
6878         continuation keys correctly in the echo area; describe bindings
6879         correctly when keys end with `C-h'.
6880         (gnus-article-read-summary-send-keys): New function.
6881         (gnus-article-describe-key, gnus-article-describe-key-briefly):
6882         Work for gnus-article-read-summary-send-keys; display continuation keys
6883         correctly in the echo area.
6884         (gnus-article-reply-with-original): Ignore prefix argument.
6885         (gnus-article-wide-reply-with-original): New function.
6887 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6889         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6890         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6892 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6894         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6895         (gnus-group-read-ephemeral-gmane-group): New command.
6897 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6899         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6901 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6903         * message.el (message-send-mail-function): Increase custom version.
6905         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6906         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6908 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6910         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6911         html parts correctly; support forwarded messages.
6912         (gnus-article-browse-html-article): Remove work buffers.
6914         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6915         compiling.
6916         (netrc-bound-and-true-p): New macro.
6917         (netrc-parse): Use it instead of bound-and-true-p that is not available
6918         in XEmacs 21.4.
6920 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6922         * gnus-registry.el (gnus-registry-mark-article)
6923         (gnus-registry-article-marks): Add functionality to mark articles
6924         through the Gnus registry.
6926         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6927         (netrc-parse): Use encrypt-file-alist to determine if
6928         encrypt-find-model or encrypt-insert-file-contents should be used.
6930 2007-12-19  Glenn Morris  <rgm@gnu.org>
6932         * mml.el (message-options-set, message-narrow-to-head)
6933         (message-in-body-p, message-mail-p, message-encode-message-body):
6934         Autoload.
6935         (message-remove-header, message-narrow-to-headers-or-head)
6936         (message-subscribed-p, message-make-mail-followup-to)
6937         (message-position-on-field, message-news-p)
6938         (message-options-set-recipient, message-generate-headers)
6939         (message-sort-headers): Declare as functions.
6941 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6943         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6944         convention in doc string.
6946 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6948         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6949         title to html parts.
6950         (gnus-article-browse-html-article): Pass message header to it.
6952         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6954 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6956         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6957         or password compatible with XEmacs.
6959 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6961         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6962         format document.
6963         (gnus-mime-delete-part): Don't write description line if empty.
6964         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6966 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
6968         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6969         (gnus-summary-mark-read-and-unread-as-read)
6970         (gnus-summary-mark-current-read-and-unread-as-read)
6971         (gnus-summary-mark-unread-as-ticked): Doc fix.
6972         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6974 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6976         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
6977         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
6979 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6981         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6982         yes-or-no-p.
6984 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6986         * mm-decode.el (mm-add-meta-html-tag): New function.
6987         (mm-save-part-to-file, mm-pipe-part): Use it.
6989         * gnus-art.el (gnus-article-browse-delete-temp-files):
6990         Use gnus-y-or-n-p instead of y-or-n-p.
6991         (gnus-article-browse-html-parts): Work with message/external-body; use
6992         mm-add-meta-html-tag.
6994 2007-12-11  Glenn Morris  <rgm@gnu.org>
6996         * gnus-cache.el: Require gnus-sum not just when compiling.
6998         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7000         * gnus-int.el (gnus-server-opened, gnus-status-message):
7001         Move definitions before use.
7003         * mm-decode.el: Require gnus-util.
7004         (mm-remove-part): Only call delete-annotation on XEmacs.
7006         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7008         * nnmail.el: Require gnus-int.
7010         * spam.el: Move `require's before `eval-when-compile's.
7012         * gnus-ems.el (gnus-alive-p):
7013         * gnus-fun.el (message-goto-eoh):
7014         * gnus-util.el (gnus-group-name-decode):
7015         * mail-source.el (gnus-compress-sequence):
7016         * message.el (Info-goto-node, format-spec):
7017         * mm-bodies.el (message-options-get):
7018         * mm-decode.el (mm-view-pkcs7):
7019         * mm-util.el (gmm-write-region):
7020         * mml-smime.el (mml-compute-boundary)
7021         (gnus-completing-read-with-default):
7022         * mml.el (widget-button-press, gnus-make-hashtable):
7023         * mml1991.el (mm-decode-content-transfer-encoding)
7024         (mm-encode-content-transfer-encoding)
7025         (message-options-get, message-options-set):
7026         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7027         * nnfolder.el (gnus-request-group):
7028         * nnheader.el (ietf-drums-unfold-fws):
7029         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7030         * smime.el (gnus-run-mode-hooks):
7031         * spam-stat.el (gnus-message): Autoload.
7033         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7034         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7035         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7036         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7037         Add declare-function compatibility definition.
7039         * gnus-cache.el (nnvirtual-find-group-art):
7040         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7041         (gnus-add-image, gnus-add-wash-type):
7042         * gnus-group.el (nnkiboze-score-file):
7043         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7044         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7045         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7046         (message-tokenize-header, gnus-get-buffer-create)
7047         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7048         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7049         * gnus.el (gnus-group-decoded-name):
7050         * mail-source.el (imap-capability):
7051         * mm-bodies.el (message-options-set):
7052         * mm-decode.el (gnus-configure-windows):
7053         * mm-extern.el (message-goto-body):
7054         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7055         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7056         (epg-sub-key-validity, message-options-set):
7057         * mml.el (widget-event-point, gnus-configure-windows):
7058         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7059         * mml2015.el (epg-check-configuration, epg-configuration)
7060         (message-options-set):
7061         * nndb.el (nndb-request-article):
7062         * nnfolder.el (gnus-request-create-group):
7063         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7064         * nnmaildir.el (gnus-group-mark-article-read):
7065         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7066         * rfc1843.el (message-fetch-field):
7067         * spam.el (gnus-extract-address-components):
7068         Declare as functions.
7070 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7072         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7074 2007-12-09  Glenn Morris  <rgm@gnu.org>
7076         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7078         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7079         * message.el, mm-view.el, sieve-manage.el, smime.el:
7080         Add declare-function compatibility definition.
7082         * gnus-art.el (w3-region, w3m-region, Info-menu):
7083         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7084         * gnus-sum.el (gnus-get-predicate):
7085         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7086         * message.el (mail-abbrev-in-expansion-header-p):
7087         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7088         (w3m-detect-meta-charset, w3m-region):
7089         * sieve-manage.el (password-read, password-cache-add)
7090         (password-cache-remove):
7091         * smime.el (password-read-and-add): Declare as functions.
7093 2007-12-08  David Kastrup  <dak@gnu.org>
7095         * gnus-sum.el (gnus-summary-simplify-subject-query):
7096         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7097         `message'.
7099 2007-12-07  Glenn Morris  <rgm@gnu.org>
7101         * gnus-art.el (article-make-date-line): Revert previous change.
7103 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7105         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7107 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7109         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7110         Call gnus-add-to-range ranges only once with a prepared article-list.
7112 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7114         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7115         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7116         group names with backslashes.
7117         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7119 2007-12-06  Deepak Goel  <deego3@gmail.com>
7121         * gnus-art.el (article-make-date-line):
7122         * gnus-start.el (gnus-load):
7123         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7125 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7127         * gnus-art.el (gnus-use-idna)
7128         * gnus-start.el (gnus-site-init-file)
7129         * message.el (message-use-idna)
7130         * mm-uu.el (mm-uu-hide-markers)
7131         * smiley.el (smiley-style): Revert changes that suppress warnings.
7133 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7135         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7136         specify charset to html source.
7137         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7139 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7141         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7142         idna-program in order to suppress byte compile warning issued by XEmacs
7143         that came to byte compile the default value section of defcustom forms
7144         recently.
7146         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7147         value of installation-directory.
7149         * message.el (message-use-idna): Don't directly refer to the value of
7150         idna-program.
7152         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7154         * smiley.el (smiley-style): Don't directly call face-attribute.
7156 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7158         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7160         * gnus-dired.el: Reduce Gnus dependencies.
7161         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7162         Don't require.  Use autoloads instead.
7163         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7164         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7165         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7166         (gnus-dired-mode): Adjust doc string.
7167         (gnus-dired-mail-mode): New variable.
7168         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7169         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7170         (gnus-dired-mail-buffers): New function.  Return mail or message
7171         composition buffers.
7172         (gnus-dired-attach): Use it.
7173         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7174         NO-DECODE.
7175         (gnus-dired-print): Use `gnus-print-buffer' depending on
7176         `gnus-dired-mail-mode'.
7178 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7180         * rfc2047.el (rfc2047-encoded-word-regexp)
7181         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7182         explaining what regexp patterns are for.
7184 2007-12-04  Glenn Morris  <rgm@gnu.org>
7186         * password.el: Move to ../password-cache.el.
7188         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7189         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7190         * mml-smime.el (password-read, password-cache-add)
7191         (password-cache-remove):
7192         No need to autoload, since mml-sec requires password.
7194         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7195         * message.el (gnus-extract-address-components):
7196         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7198         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7199         password.
7201 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7203         * mailcap.el: Reduce dependencies.
7204         (mail-header-parse-content-type): Autoload.
7205         (mailcap-delete-duplicates): New alias.
7206         (mailcap-mime-info): Add optional argument NO-DECODE.
7207         (mailcap-mime-types): Use mailcap-delete-duplicates.
7209         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7211 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7213         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7214         function.
7216         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7217         (gnus-uu-yenc-article): New function.
7219         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7221         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7223 2007-12-02  Glenn Morris  <rgm@gnu.org>
7225         * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
7226         Move to ../net.
7228         * binhex.el, uudecode.el: Move to ../mail.
7230         * encrypt.el: Remove file.
7232 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7234         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7235         matches on patches.
7237         * gnus-art.el (gnus-article-browse-html-article):
7238         Mention `mm-text-html-renderer' in the doc string.
7240         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7241         string.  Add comments.
7243         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7244         if rhs is ASCII.
7246 2007-12-01  Glenn Morris  <rgm@gnu.org>
7248         * dig.el, dns.el: Move to ../net.
7249         * format-spec.el, hex-util.el, sha1.el: Move to ../.
7251         * mail-source.el (top-level): Require format-spec before
7252         eval-when-compile.
7254 2007-11-30  Glenn Morris  <rgm@gnu.org>
7256         * encrypt.el: Require password, rather than autoloading password-read.
7258 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7260         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7261         caller can indicate whether the cache should be disregarded for this
7262         call.  This way the result of the call is reproducible at all times and
7263         can be considered a canonical server name for the supplied method.
7264         (gnus-agent-method-p): Canonicalize server names by pushing their
7265         method through `gnus-method-to-server' using the no-cache argument.
7267         * gnus-srvr.el (gnus-server-insert-server-line):
7268         Call `gnus-method-to-server' with `no-cache' argument.
7270         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7271         gnus-agent-possibly-synchronize-flags as this should be called when the
7272         server is actually being opened.
7273         (gnus-agent-possibly-synchronize-flags)
7274         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7275         flags file of an agentized server to the latter function.
7277         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7278         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7279         after a connection has been established successfully.
7281 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7283         * gnus-art.el (article-display-face): Force to display face if called
7284         interactively; check if gnus-article-x-face-too-ugly matches author.
7285         (article-display-x-face): Display face even if From header is missing
7286         as article-display-face does.
7288 2007-11-28  Richard Stallman  <rms@gnu.org>
7290         * md4.el: Move to ../.
7291         * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
7293 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7295         * mail-source.el (mail-sources): Default to fetch from file for
7296         compatibility with default of nnmail-spool-file.
7298 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7300         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7301         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7302         to look for encoded word that should be encoded again.
7303         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7304         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7305         encoding pattern.
7306         (rfc2047-decode-region): Switch strict regexp and loose one according
7307         to rfc2047-allow-irregular-q-encoded-words.
7309 2007-11-26  Simon Josefsson  <simon@josefsson.org>
7311         * imap.el: Move to ../net directory.
7313 2007-11-25  Romain Francoise  <romain@orebokech.com>
7315         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7317 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7319         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7320         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7322         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7323         `nnmail-spool-file'.
7325         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7326         `nnmail-spool-file'.
7328         * gnus-move.el (gnus-change-server): Ditto.
7330         * gnus-kill.el (gnus-batch-score): Ditto.
7332         * gnus-cache.el (gnus-jog-cache): Ditto.
7334         * gnus-msg.el (gnus-summary-reply):
7335         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7337 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7339         * gnus-cache.el (gnus-cache-generate-nov-databases):
7340         Use nnml-generate-nov-databases-directory instead of
7341         nnml-generate-nov-databases-1.
7343 2007-11-24  Glenn Morris  <rgm@gnu.org>
7345         * message.el (message-tool-bar-retro): Update for rename
7346         mail_send.xpm->mail-send.xpm.
7348 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7350         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7351         `smime-ldap-search' for Emacs 22 and up.
7353 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7355         * hashcash.el: Move to ../mail directory.
7357         * smime-ldap.el: Remove.  Not used in Emacs 22 and up.
7359         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7360         `smime-ldap-search' for Emacs 22 and up.
7362 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7364         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7366         * message.el (message-send-mail-function): Fix error convention.
7367         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7368         (message-widen-reply, message-send-mail, message-talkative-question)
7369         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7370         (message-clone-locals, message-send-news): Use with-current-buffer.
7371         (message-insert-or-toggle-importance): Remove unused var `valid'.
7372         (message-make-references): Remove unused var `new-references'.
7373         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7375 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7377         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7378         (spam-split-symbolic-return-positive): Reflow docstring.
7379         (spam-backends, spam-summary-exit-behavior)
7380         (spam-mark-ham-unread-before-move-from-spam-group)
7381         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7382         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7383         (spam-clear-cache, spam-backend-check, spam-install-backend)
7384         (spam-install-statistical-backend, spam-list-of-processors)
7385         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7386         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7387         (spam-check-crm114, spam-initialize, spam-unload-hook):
7388         Fix typos in docstrings.
7390 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7392         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7393         been checked if they have never been read and those group levels are
7394         higher than the one that a user specified.
7396 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7398         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7399         foreign groups unless a group level is specified by a user.
7400         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7402 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7404         * message.el (message-send-mail-function): Require sendmail.
7406 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7408         * message.el (message-send-mail-function): Check for smtpmail too.
7410         * utf7.el (utf7-encode, utf7-decode): Use coding system
7411         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7413         * message.el (message-send-mail-function): New function.
7414         (message-send-mail-function): Set default using
7415         message-send-mail-function.  Adjust doc string.
7416         (message-send-mail-with-mailclient): New function.
7418 2007-11-17  Richard Stallman  <rms@gnu.org>
7420         * assistant.el: Remove file.
7422 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7424         * smime.el (from):
7425         * rfc2047.el (message-posting-charset):
7426         * qp.el (mm-use-ultra-safe-encoding):
7427         * pop3.el (parse-time-months):
7428         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7429         * nnml.el (files):
7430         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7431         (jka-compr-compression-info-list, ange-ftp-path-format)
7432         (efs-path-regexp):
7433         * nndiary.el (files):
7434         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7435         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7436         (epg-digest-algorithm-alist, inhibit-redisplay)
7437         (password-cache-expiry):
7438         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7439         (pgg-output-buffer, password-cache-expiry):
7440         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7441         (efs-path-regexp):
7442         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7443         (inhibit-redisplay):
7444         * mm-uu.el (file-name, start-point, end-point, entry)
7445         (gnus-newsgroup-name, gnus-newsgroup-charset):
7446         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7447         (latin-unity-ucs-list):
7448         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7449         (mm-uu-binhex-decode-function):
7450         * message.el (gnus-message-group-art, gnus-list-identifiers)
7451         (rmail-enable-mime-composing, gnus-local-organization)
7452         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7453         (gnus-read-active-file, facemenu-add-face-function)
7454         (facemenu-remove-face-function, gnus-article-decoded-p)
7455         (tool-bar-mode):
7456         * mail-source.el (display-time-mail-function):
7457         * gnus-util.el (nnmail-pathname-coding-system)
7458         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7459         (gnus-original-article-buffer, gnus-user-agent)
7460         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7461         (xemacs-codename, sxemacs-codename, emacs-program-version):
7462         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7463         * gnus-start.el (gnus-agent-covered-methods)
7464         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7465         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7466         (gnus-newsgroup-headers, gnus-group-list-mode)
7467         (gnus-group-mark-positions, gnus-newsgroup-data)
7468         (gnus-newsgroup-unreads, nnoo-state-alist)
7469         (gnus-current-select-method, mail-sources)
7470         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7471         (nnmail-spool-file, gnus-cache-active-hashtb):
7472         * gnus-mh.el (mh-lib-progs):
7473         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7474         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7475         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7476         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7477         (gnus-group-buffer):
7478         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7479         (font-lock-set-defaults):
7480         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7481         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7482         (gnus-summary-post-menu, total-parts, type, condition, length):
7483         * gnus-agent.el (gnus-agent-read-agentview):
7484         * flow-fill.el (show-trailing-whitespace):
7485         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7486         eval-and-compile wrappers for byte compiler pacifiers.
7488         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7489         (mm-display-inline-fontify): Check for featurep 'xemacs not
7490         extent-list.
7492         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7493         itimer-list.
7494         (mm-create-image-xemacs): Only do something for XEmacs.
7495         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7497         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7499         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7500         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7502 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7504         * nnimap.el (nnimap-split-download-body):
7505         * gnus-demon.el (gnus-demon):
7506         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7508 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7510         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
7511         New macros.
7512         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7513         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7514         copy data from unibyte buffer to multibyte current buffer.
7515         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7516         to copy data from unibyte current buffer to multibyte buffer.
7517         (nntp-make-process-buffer): Make process buffer unibyte.
7519         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7521 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7523         * pop3.el (pop3-open-server): Accept and process data more robustly at
7524         connexion start to avoid spurious "POP SSL connexion failed" errors.
7526 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7528         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7529         read group names.
7531 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7533         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7535 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7537         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7538         (nnmail-save-active): Use a unibyte buffer when saving active file,
7539         which may contain non-ASCII group names.
7541         * nnml.el (nnml-request-group): Decode group names in messages.
7543 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7545         * message.el (message-citation-line-function)
7546         (message-insert-formatted-citation-line): Fix spelling of
7547         `message-insert-formated-citation-line'.
7549 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7551         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7553 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7555         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7556         nnmail-pathname-coding-system.
7558         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7559         that a user enters; decode group names in messages.
7561         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7563 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7565         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7567         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7569         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7570         risky local variable.
7572         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7574 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7576         * encrypt.el: Improve documentation to fix function name typo.
7577         Reported by Daiki Ueno <ueno@unixuser.org>.
7579 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7581         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7582         even if the point is not in the last page of an article.
7583         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7584         back to the previous page.
7586 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7588         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7590 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7592         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7594 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7596         * message.el (message-check-news-body-syntax):
7597         Avoid mm-string-as-multibyte.
7598         (message-hide-headers): Don't assume (point-min)==1.
7600 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7602         * message.el (message-remove-blank-cited-lines): Fix if remove is
7603         given.
7604         (message-bogus-address-regexp): New variable.
7605         (message-bogus-recipient-p): New function.
7606         (message-check-recipients): New command.
7607         (message-syntax-checks): Add `bogus-recipient'.
7608         (message-fix-before-sending): Add `bogus-recipient'.
7610         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7611         (gnus-treat-body-boundary): Don't test window-system.
7613 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7615         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7617 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7619         * gnus.el: Bump version to Gnus v5.13.
7621 2007-10-28  Miles Bader  <miles@gnu.org>
7623         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7624         at compile-time too.
7626 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7628         * gnus-msg.el (gnus-message-setup-hook):
7629         Add `message-remove-blank-cited-lines' to options.
7631 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7633         * message.el (message-remove-blank-cited-lines): New function.
7634         Suggested by Karl Plästerer.
7636 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7638         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7639         mapc.
7641         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7642         (top-level): Use mapc to set functions to be traced for debugging.
7644         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7645         called for effect with while loop.
7647         * message.el (message-talkative-question): Replace mapcar called for
7648         effect with mapc.
7650         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7651         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7652         called for effect with dolist.
7654         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7656         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7657         gnus-extra-headers and nnmail-extra-headers.
7659         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7660         called for effect with dolist.
7661         (top-level): Use mapc to set functions to be traced for debugging.
7663         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7664         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7665         dolist.
7667         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7668         Replace mapcar called for effect with mapc.
7669         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7670         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7671         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7672         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7674         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7675         remove-if that's a cl function.
7677         * webmail.el (webmail-debug): Replace mapcar called for effect with
7678         dolist.
7680 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7682         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7683         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7684         with while loop.
7686         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7687         functions from article-* functions.
7688         (gnus-multi-decode-header): Replace mapcar called for effect with
7689         dolist.
7691         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7692         (gnus-bookmark-show-details): Replace mapcar called for effect with
7693         while loop.
7695         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7696         called for effect with while loop.
7698         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7699         with dolist.
7701         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7702         Replace mapcar called for effect with dolist.
7704         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7706         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7707         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7708         Replace mapcar called for effect with dolist.
7709         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7710         mapc.
7712         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7713         Replace mapcar called for effect with dolist.
7714         (gnus-topic-list): Replace mapcar called for effect with mapc.
7716         * gnus.el: Use mapc instead of mapcar to add autoloads.
7718 2007-10-23  Richard Stallman  <rms@gnu.org>
7720         * gnus-group.el (gnus-group-highlight): Mark as risky.
7722 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7724         * gnus.el (gnus-server-to-method): Return method found first in
7725         gnus-newsrc-alist.
7727         * gnus-art.el (gnus-article-highlight-signature)
7728         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7729         button overlay without the front stickiness.
7731 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7733         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7734         overview buffer needed a catch to receive its throw.
7735         (gnus-agent-flush-cache): Declare as interactive to make this function
7736         easier to use.
7738 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7740         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7741         `next-line'.
7743 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7745         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7746         exclude address matching message-dont-reply-to-names.
7748 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7750         * gnus-util.el (gnus-string<): New function.
7752         * gnus-sum.el (gnus-article-sort-by-author)
7753         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7755 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7757         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7758         the frame-focus tag is set in gnus-buffer-configuration.
7760 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7762         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7763         the front stickiness.
7765 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7767         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7768         url pattern; remove duplicate one.
7769         (gnus-article-extend-url-button): New function.
7770         (gnus-article-add-buttons): Use it.
7771         (gnus-button-push): Use concatenated url that it makes.
7773 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7775         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7776         (sieve-manage-open): Use `mapc' instead of `mapcar'.
7778 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7780         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7781         Don't hardcode point-min==1.
7783 2007-09-30  David Kastrup  <dak@gnu.org>
7785         * gnus-art.el (gnus-article-reply-with-original)
7786         (gnus-article-followup-with-original): When `transient-mark-mode' is
7787         off, refrain from active-region behavior for followups.
7789 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7791         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7792         Fix comment about "iso8859-1".
7794 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7796         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7797         ones returned from the verify-function.
7799         * mm-uu.el (mm-uu-pgp-signed-extract-1):
7800         Call mml2015-extract-cleartext-signature if extraction failed.
7802 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7804         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7805         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7806         failed.
7808 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7810         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7812 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7814         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7815         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7816         thread for both the null and zero (kill/expire thread) universal prefix
7817         cases.
7818         (gnus-summary-expire-thread): Add new function to expire a thread,
7819         using gnus-summary-kill-thread.
7820         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7821         shortcuts for gnus-summary-expire-thread.
7822         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7823         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7825 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7827         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7828         extras value, so an extras entry can be deleted.
7829         (gnus-registry-delete-extra-entry): Use it.
7830         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7831         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7832         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7833         storage through the gnus-registry, and provide an appropriate API for
7834         it.
7836 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7838         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7839         Suggested by Leo <sdl.web@gmail.com>.
7841         * gnus.el: Do.
7843 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7845         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7846         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7848         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7850         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7851         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7853 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7855         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7856         newline.
7857         (nnmbox-request-accept-article): Don't change article in source buffer;
7858         narrow to header to use message-fetch-field rather than
7859         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7860         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7861         as delimiters; make sure article ends with newline.
7862         (nnmbox-delete-mail): Correct last position of article to be deleted;
7863         ignore X-Gnus-Newsgroup header in article body.
7864         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7865         positions; make sure article ends with newline.
7867         * message.el (message-display-abbrev): Don't infloop when a user
7868         inserts SPC in the beginning of header.
7870 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7872         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7873         list of groups not followed by default.  Fix type to be regexp.
7874         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7876 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7878         * hmac-def.el (define-hmac-function): Switch from old-style to
7879         new-style backquotes.
7881         * md4.el (md4-make-step): Likewise.
7883 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7885         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7886         raw-text coding system when saving .newsrc file, which may contain
7887         non-ASCII group names.
7889 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7891         * gnus-cus.el (gnus-score-extra): New widget.
7892         (gnus-score-extra-convert): New function.
7893         (gnus-score-customize): Use it for Extra.
7895 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7897         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7898         (mml2015-mailcrypt-clear-verify): Use it.
7899         (mml2015-gpg-clear-verify): Use it.
7900         (mml2015-pgg-clear-verify): Use it.
7901         (mml2015-epg-clear-verify): Replace the current part with the output
7902         from GnuPG; don't extract the plaintext by itself.
7904         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7905         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7906         mml2015-clear-verify-function; don't touch the armor headers or
7907         dash-escaped text here.
7909 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7911         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7912         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7913         parts, or application/octet-stream as a last resort.
7914         (gnus-mime-view-part-as-type): Don't toggle display.
7915         (gnus-mime-view-part-as-charset): Don't turn off display before
7916         querying charset.
7918         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7919         stuff to undisplayer function in Emacs.
7920         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7922         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7923         text/calendar parts.
7925 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7927         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7928         decoding text/calendar parts.
7930         * message.el (message-forward-make-body-mime): Always mark body as
7931         having no illegible text; remove signed-or-encrypted argument.
7932         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7934         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7935         (mml-generate-mime-1): Don't encode body if it is specified to be in
7936         raw form; don't make buffer be unibyte when inserting multibyte string.
7938 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7940         * sha1.el: Fix up comment style.
7941         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7942         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7944         * hex-util.el: Fix up comment style.
7945         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7947         * gnus-salt.el: Use with-current-buffer.
7948         (gnus-pick-setup-message): Fix long-standing typo.
7950 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7952         * imap.el (imap-logout-timeout): New variable.
7953         (imap-logout, imap-logout-wait): New functions.
7954         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7956         * nnimap.el (nnimap-logout-timeout): New server variable.
7957         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7958         nnimap-logout-timeout.
7960         * gnus-art.el (gnus-article-summary-command-nosave)
7961         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7963 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7965         * gnus.el (gnus-maximum-newsgroup): New variable.
7967         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7968         according to gnus-maximum-newsgroup.
7970         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7971         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7972         Limit the range of articles according to gnus-maximum-newsgroup.
7974 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7976         * gnus-art.el (gnus-sticky-article): Fix problems described in
7977         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7978         Don't perform gnus-configure-windows here; reuse existing sticky
7979         article buffer.
7981         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7982         it doesn't exist in gnus-article-mode.
7984 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7986         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7987         (gnus-agent-decoded-group-name): New function.
7988         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7989         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7991 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7993         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7994         Add binding for gnus-sticky-article.
7995         (gnus-summary-exit): Don't kill sticky article buffers.
7997         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7998         article buffer.
7999         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8000         (gnus-kill-sticky-article-buffers): New commands.
8002 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8004         * nntp.el (nntp-xref-number-is-evil): New server variable.
8005         (nntp-find-group-and-number): If it is non-nil, don't trust article
8006         numbers in the Xref header.
8008 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8010         * gnus-agent.el (gnus-agent-read-group): New function.
8011         (gnus-agent-flush-group, gnus-agent-expire-group)
8012         (gnus-agent-regenerate-group): Use it.
8013         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8014         nnmail-pathname-coding-system.
8016 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8018         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8020         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8021         that are unread as unread, and also as selected so that information of
8022         marks having been changed by a user may be updated when exiting group.
8024 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8026         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8028 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8030         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8031         calculated ignoring signature parts to gnus-treat-article.
8033 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8035         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8036         a point here in order to keep the window start.
8037         (gnus-insert-mime-security-button): Make a button overlay without the
8038         front stickiness.
8039         (gnus-mime-display-security): Goto the end of a button.
8041         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8043 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8045         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8046         group-name-at-point.
8047         (gnus-group-completing-read): New function that offers decoded
8048         non-ASCII group names for completion.
8049         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8050         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8051         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8052         (gnus-group-fetch-control): Use it.
8053         (gnus-fetch-group): Use group-name-at-point for the initial value
8054         rather than the default value; use gnus-alive-p.
8056         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8057         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8058         (gnus-summary-post-news): Use gnus-group-completing-read.
8060         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8061         (gnus-read-move-group-name): Decode group name for completion.
8063 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8065         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8066         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8067         Yamaoka slightly modified the code).
8069 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8071         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8072         (nnmail-split-incoming): Bind it.
8074         * nnml.el (nnml-group-name-charset): New function.
8075         (nnml-decoded-group-name): Use it; don't decode group name if
8076         nnmail-group-names-not-encoded-p is non-nil.
8077         (nnml-encoded-group-name): New function.
8078         (nnml-group-pathname): Inline nnml-decoded-group-name.
8079         (nnml-request-expire-articles): Decode group name in message.
8080         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8081         nnmail-pathname-coding-system.
8082         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8083         not decoded ones according to nnmail-group-names-not-encoded-p.
8084         (nnml-generate-active-info): Use nnml-encoded-group-name.
8086 2007-08-08  Glenn Morris  <rgm@gnu.org>
8088         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8089         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8090         doc-strings and comments.
8092 2007-07-25  Glenn Morris  <rgm@gnu.org>
8094         * Relicense all FSF files to GPLv3 or later.
8096 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8098         * gnus-sum.el (gnus-summary-move-article):
8099         Make gnus-summary-respool-article work.
8101 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8103         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8104         string.
8106 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8108         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8109         that should be ignored when comparing distant RSS articles with local
8110         ones.
8111         (nnrss-make-hash-index): New function.  Create a hash index according
8112         to the ignored fields.
8113         (nnrss-check-group): Use it.
8115 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8117         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8119         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8121         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8122         the new optional argument ENCODED is non-nil.
8123         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8124         coding system for encoding group name.
8125         (gnus-group-make-rss-group): Pass un-encoded group name to
8126         gnus-group-make-group.
8127         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8128         encoded.
8130         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8131         Encode group name to which articles are moved or copied.
8132         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8133         coding system for encoding Newsgroup, Followup-To and Xref headers.
8135         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8136         marks; use nnheader-file-coding-system to write a file.
8137         (nnagent-retrieve-headers): Bind file-name-coding-system to
8138         nnmail-pathname-coding-system.
8140         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8142         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8143         (nnml-request-article, nnml-request-create-group)
8144         (nnml-request-rename-group, nnml-find-id)
8145         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8146         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8147         (nnml-save-marks): Use nnml-group-pathname instead of
8148         nnmail-group-pathname.
8150         (nnml-request-create-group, nnml-request-expire-articles)
8151         (nnml-request-move-article, nnml-request-delete-group)
8152         (nnml-deletable-article-p, nnml-possibly-create-directory)
8153         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8154         (nnml-open-marks): Bind file-name-coding-system to
8155         nnmail-pathname-coding-system.
8157         (nnml-request-article): Pass server argument to nnml-find-group-number.
8158         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8159         Pass server argument to nnml-possibly-create-directory.
8160         (nnml-request-accept-article): Pass server argument to
8161         nnml-active-number and nnml-save-mail.
8162         (nnml-find-group-number): Pass server argument to nnml-find-id.
8163         (nnml-request-update-info): Pass server argument to
8164         nnml-marks-changed-p.
8166         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8167         (nnml-save-mail, nnml-active-number): Add server argument.
8169         (nnml-request-delete-group): Warn if group is missing.
8170         (nnml-get-nov-buffer): Decode group name.
8171         (nnml-generate-active-info): Encode group name.
8172         (nnml-open-marks): Decode group name in messages.
8174 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8176         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8177         if it is not specified.
8178         (gnus-article-pipe-part, gnus-article-save-part)
8179         (gnus-article-interactively-view-part, gnus-article-copy-part)
8180         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8181         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8182         (gnus-article-replace-part, gnus-article-delete-part)
8183         (gnus-article-view-part-as-type): Pass raw prefix argument to
8184         gnus-article-part-wrapper.
8186 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8188         * gnus-agent.el (gnus-agent-save-active):
8189         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8191         * gnus-cache.el (gnus-cache-save-buffers)
8192         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8193         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8194         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8195         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8196         (gnus-cache-generate-active, gnus-cache-rename-group)
8197         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8198         (gnus-cache-update-overview-total-fetched-for):
8199         Bind file-name-coding-system to nnmail-pathname-coding-system.
8200         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8201         New variables.
8202         (gnus-cache-decoded-group-name): New function.
8203         (gnus-cache-file-name): Use it.
8204         (gnus-cache-generate-active): Use non-decoded group name for active.
8206         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8207         right place.
8208         (gnus-write-active-file): Don't break non-ASCII group names.
8210         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8211         nnmail-pathname-coding-system.
8213         * gnus-uu.el (gnus-uu-decode-save): Typo.
8215 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8217         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8219 2007-07-14  David Kastrup  <dak@gnu.org>
8221         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8222         finishing actions if we did not edit the article.
8224 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8226         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8227         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8228         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8229         (gnus-agent-flush-group, gnus-agent-flush-cache)
8230         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8231         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8232         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8233         (gnus-agent-regenerate-group)
8234         (gnus-agent-update-files-total-fetched-for)
8235         (gnus-agent-update-view-total-fetched-for):
8236         Bind file-name-coding-system to nnmail-pathname-coding-system.
8237         (gnus-agent-group-pathname): Don't encode file names by
8238         nnmail-pathname-coding-system.
8239         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8240         coding-system-for-write instead of buffer-file-coding-system to
8241         gnus-agent-file-coding-system.
8243         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8244         Decode group name.
8246         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8248         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8249         (gnus-read-newsrc-el-file): Make group names unibyte.
8251         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8252         nnmail-pathname-coding-system.
8254         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8255         (nnrss-request-delete-group): Bind file-name-coding-system to
8256         nnmail-pathname-coding-system.
8257         (nnrss-read-server-data, nnrss-read-group-data):
8258         Bind file-name-coding-system correctly.
8259         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8261         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8262         (nntp-server-to-method-cache): New variable.
8263         (nntp-group-pathname): New function that decodes non-ASCII group names.
8264         (nntp-possibly-create-directory, nntp-marks-changed-p)
8265         (nntp-save-marks, nntp-open-marks): Use it.
8266         (nntp-possibly-create-directory, nntp-open-marks):
8267         Bind file-name-coding-system to nnmail-pathname-coding-system.
8268         (nntp-open-marks): Decode group names when bootstrapping marks.
8270         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8271         Newsgroups and Folowup-To headers.
8273 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8275         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8276         (gnus-server-closed-face, gnus-server-denied-face)
8277         (gnus-server-offline-face): Remove variable.
8278         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8280         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8281         of modifying message-stack directly for XEmacs.
8283         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8284         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8285         if the coding-system argument is nil for XEmacs.
8287         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8288         mm-charset-override-alist.
8290         * rfc2047.el: Don't require base64; require rfc2045 for the function
8291         rfc2045-encode-string.
8292         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8293         to quote the parameter value.
8295 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8297         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8298         form in gnus-group-name-charset-method-alist.
8300         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8301         overrides the default layout edit-form.
8303         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8305         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8307 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8309         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8310         as unfetched articles.
8312 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8314         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8316 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8318         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8319         original back end that keeps marks in the local system.
8321 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8323         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8324         arg of pop-to-buffer for XEmacs.
8325         (gnus-article-read-summary-keys): Ditto; don't restore window
8326         configuration if summary command ends up with neither article buffer
8327         nor summary buffer; describe bindings if summary keys end with C-h.
8329 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8331         * message.el (message-fix-before-sending): Skip raw message part to be
8332         forwarded while checking illegible text.
8333         (message-forward-make-body-mime, message-forward-make-body):
8334         Mark signed or encrypted raw message as having no illegible text.
8336 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8338         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8339         (gnus-message-with-timestamp-1): New macro.
8340         (gnus-message-with-timestamp): New function.
8341         (gnus-message): Use them.
8343         * nnheader.el (nnheader-message): Use them.
8345 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8347         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8348         .newsrc.eld file.
8350 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8352         * gnus-agent.el (gnus-agent-fetch-headers)
8353         (gnus-agent-retrieve-headers):
8354         Bind gnus-decode-encoded-address-function to identity.
8356         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8357         available also when the server returns simply a dot.
8359         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8361 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8363         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8365 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8367         * gnus-ems.el (gnus-x-splash): Make it work.
8369         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8370         from being used.
8372 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8374         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8375         the front stickiness.
8376         (gnus-article-summary-command-nosave): Correct the order of the
8377         arguments passed to pop-to-buffer.
8378         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8379         summary command ends up with the article buffer.
8381         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8382         the same faces.
8384 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8386         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8388 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8390         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8391         * gnus-sum.el (gnus-summary-highlight):
8392         * mail-source.el (mail-source-delete-old-incoming-confirm):
8393         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8395 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8397         * gnus-art.el (gnus-mime-view-part-externally)
8398         (gnus-mime-view-part-internally): Fix predicate function passed to
8399         completing-read.
8401         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8403         * gnus.el (gnus-update-message-archive-method): Add :version.
8405 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8407         * gnus.el (gnus-update-message-archive-method): New variable.
8409         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8410         according to gnus-message-archive-method if
8411         gnus-update-message-archive-method is non-nil.
8413 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8415         * gnus-sum.el (gnus-summary-limit-to-address): New function.
8416         Suggested by Loic Dachary <loic@dachary.org>.
8417         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8419 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8421         * message.el (message-pop-to-buffer): Add switch-function argument.
8422         (message-mail): Pass switch-function argument to it.
8424 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8426         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8427         Improve doc string.
8429 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8431         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8432         (gnus-header-content)
8433         * gnus-cite.el (gnus-cite-10)
8434         * gnus-srvr.el (gnus-server-closed)
8435         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8436         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8437         (gnus-group-mail-3-empty, gnus-group-mail-low)
8438         (gnus-group-mail-low-empty, gnus-splash)
8439         * message.el (message-header-to, message-header-cc)
8440         (message-header-subject, message-header-other, message-header-name)
8441         (message-header-xheader, message-separator, message-cited-text)
8442         (message-mml): Lighten colors of faces used for dark background.
8444 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8446         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8447         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8449 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8451         * message.el (message-narrow-to-headers-or-head):
8452         Ignore mail-header-separator in the body.
8454 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8456         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8457         same as window size.
8459 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8461         * message.el (message-font-lock-keywords): Use message-header-xheader
8462         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8463         ahead of the anything pattern, to get it recognised.
8465 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8467         * gnus-sum.el (gnus-articles-to-read)
8468         (gnus-summary-insert-old-articles): Don't truncate group name for
8469         `read-string'.
8471         * gnus-util.el (gnus-limit-string): Delete this function.
8473         * gnus-sum.el (gnus-simplify-subject-fully):
8474         Use `truncate-string-to-width' instead.
8476 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8478         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8479         Tell if, on summary exit, the next group has to be selected.
8480         (gnus-summary-exit): Use it.
8482 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8484         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8485         non-break space.
8487 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8489         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8490         Check if group is not a directory.
8491         (nnfolder-request-expire-articles): Don't delete articles if the target
8492         group is not available.
8494         * nnml.el (nnml-request-create-group): Properly check if group is not a
8495         file.
8496         (nnml-request-expire-articles): Don't delete articles if the target
8497         group is not available.
8499         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8500         Don't quote characters that are within parentheses.
8502 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8504         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8505         (gnus-handle-ephemeral-exit): Select article according to it.
8507 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8509         * message.el (message-insert-formated-citation-line): Remove newline.
8510         (message-citation-line-format): Add final \n here so that the user can
8511         avoid a blank line.
8513 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8515         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8516         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8517         Update lanl/arXiv support.
8519 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8521         * gnus.el: Bump version number.
8523 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8525         * gnus.el (gnus-version-number): Bump version.
8527 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8529         * gnus.el: No Gnus v0.6 is released.
8531 2007-04-27  Didier Verna  <didier@xemacs.org>
8533         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
8534         * gmm-utils.el (gmm-regexp-concat): ... here.
8535         * message.el: Don't require 'gnus-util.
8536         (message-dont-reply-to-names): Handle name change above.
8537         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8539 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8541         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8542         since the initial value varies according to the system.
8544 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8546         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8548 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8550         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8552 2007-04-24  Didier Verna  <didier@xemacs.org>
8554         Improve the type of gnus-ignored-from-addresses.
8555         * gnus-util.el (gnus-orify-regexp): New function.
8556         * message.el (gnus-util): Require it.
8557         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8558         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8559         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8561 2007-04-24  Didier Verna  <didier@xemacs.org>
8563         * gnus-sum.el:
8564         * gnus-utils.el: Fix some trailing whitespaces.
8566 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8568         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8569         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8570         article's Message-ID; refer parent article in summary buffer.
8572         * message.el (message-bounce): Call mime-to-mml.
8574 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8576         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8578 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8580         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8581         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8582         displayed of multipart/alternative part if it is invoked from summary
8583         buffer.
8585         * mm-view.el (mm-inline-text-html-render-with-w3m)
8586         (mm-inline-text-html-render-with-w3m-standalone)
8587         (mm-inline-render-with-function): Use mail-parse-charset by default.
8589 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8591         * parse-time.el (parse-time-string-chars): Check if CHAR
8592         is less than the length of parse-time-syntax.
8594 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8596         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8597         from gnus-newsgroup-processable.
8599 2007-04-16  Didier Verna  <didier@xemacs.org>
8601         * gnus-msg.el (gnus-configure-posting-styles):
8602         Handle message-signature-directory properly with :file syntax.
8603         Reported by "Leo".
8605 2007-04-11  Didier Verna  <didier@xemacs.org>
8607         New user option: message-signature-directory.
8608         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8609         * message.el (message-insert-signature): Ditto.
8610         * message.el (message-signature-file): Doc update.
8611         * message.el (message-signature-directory): New.
8613 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8615         * gnus-msg.el (gnus-inews-yank-articles):
8616         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
8618 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8620         * message.el (message-yank-original): Make sure cited text ends with
8621         newline; don't exchange point and mark.
8623 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8625         * tls.el (open-tls-stream): Properly handle case where there
8626         is no associated buffer.
8628 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8630         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8631         message-yank-original, make sure (< mark TEXT point).
8633 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8635         * message.el (message-fill-column): New variable.
8636         (message-mode): Use it.  Add comment on a possible new hook.
8638         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8639         (nnmail-get-new-mail): Reformat.
8641         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8643         * gmm-utils.el: Fix Commentary.
8644         (gmm-tool-bar-from-list): Fix typo in doc string.
8646 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8648         * message.el (message-yank-original): Don't switch point and mark
8649         unnecessarily to put point and mark as documented.
8651 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8653         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8654         from the message heads.
8656 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8658         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8659         article buffer does not have a window.  This may not be the best
8660         solution but is certainly better than setting the start of the null,
8661         that is the current, window.
8663 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8665         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8666         (gnus-draft-setup): Run it.
8668         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8669         gnus-score-fast-scoring.  Allow regexp.
8670         (gnus-score-headers): Use it.
8672         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8673         XEmacs.
8675         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8676         string.
8677         (gnus-button-alist): Also catch `<f1> k ...'.
8678         (gnus-treat-display-x-face): Fix doc string.
8680 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8682         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8683         evaluation of gnus-extended-version to ensure correct generation of the
8684         User-Agent header when message-generate-headers-first is used.
8686 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8688         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8689         hashcash-path is nil.  Don't call callback with incorrect number of
8690         parameters if val is 0.
8692 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8694         * message.el (message-required-news-headers):
8695         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8697 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8699         * message.el (message-generate-new-buffers): Change the meaning of the
8700         nil value; add `standard' to the choices; treat t as `unique'; improve
8701         doc string.
8702         (gnus-select-frame-set-input-focus): Autoload.
8703         (message-buffer-name): Search for the existing message buffer if
8704         message-generate-new-buffers is nil or `standard'; treat the value t of
8705         message-generate-new-buffers as `unique'.
8706         (message-pop-to-buffer): Raise the frame already displaying the message
8707         buffer; clear the echo area after querying.
8708         (message-setup): Pass the `continue' argument to compose-mail.
8709         (message-mail): Prefer `switch-function' if it is given; search for the
8710         existing message buffer if the `continue' argument is non-nil; pass
8711         continue and switch-function arguments to compose-mail by way of
8712         message-setup.
8713         (message-mail-other-window): Adjust argument of message-setup.
8714         (message-mail-other-frame): Ditto.
8716 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8718         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8719         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8720         to turn font-lock on when turning gnus-message-citation-mode on.
8722 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8724         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8725         (mml-smime-function-alist): New variable; add epg as the backend.
8726         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8727         mml-smime- functions instead.
8728         * mm-view.el: Require smime.
8730 2007-03-05  Didier Verna  <didier@xemacs.org>
8732         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8733         instead of just inheritance for posting styles.
8734         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8736 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8738         * tls.el (tls-certtool-program): Fix custom type.
8740 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8742         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8743         and point-at-eol instead of line-(beginning|end)-position.
8745         * assistant.el (assistant-parse-buffer): Ditto.
8747 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8749         * mml2015.el (mml2015-epg-find-usable-key): New function.
8750         (mml2015-epg-sign): Use it.
8751         (mml2015-epg-encrypt): Use it.
8753 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8755         * message.el (message-make-in-reply-to): Quote name containing
8756         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8757         if there are special characters.  Reported by NAKAJI Hiroyuki
8758         <nakaji@jp.freebsd.org>.
8760 2007-02-27  Didier Verna  <didier@xemacs.org>
8762         Include the group parameters as well as the topic ones in the
8763         inheritance filter process.
8764         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8765         argument GROUP-PARAMS-LIST.
8766         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8768 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8770         * nntp.el (nntp-never-echoes-commands)
8771         (nntp-open-connection-functions-never-echo-commands): New variables.
8772         (nntp-send-command): Use them.
8774 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8776         * mml2015.el (mml2015-epg-verify): Simplify.
8778 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8780         * mml.el (mml-content-disposition-alist): New user option.
8781         (mml-content-disposition): New function.
8782         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8783         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8785 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8787         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8788         verification.
8790 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8792         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8793         articles posted in the last 24 hours.
8795 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8797         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8799 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8801         * nntp.el (nntp-send-command): Don't wait for echoes when
8802         nntp-open-ssl-stream is used.
8804 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8806         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8807         (gnus-message-add-citation-keywords)
8808         (gnus-message-remove-citation-keywords): Remove.
8809         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8810         directly, make the variables in font-lock-defaults buffer-local, add
8811         gnus-message-citation-keywords to them and then update the value of
8812         font-lock-keywords.
8814 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8816         * message.el (message-cite-original-1): Don't call
8817         gnus-article-highlight-citation.
8819         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8820         citations; fix line count.
8822 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8824         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8825         (gnus-message-add-citation-keywords)
8826         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8827         versions of font-lock-add-keywords and font-lock-remove-keywords to
8828         work with XEmacs correctly.
8830 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8832         * gnus-cite.el (gnus-cite-face-list): Set the values of
8833         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8834         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8835         (gnus-message-cite-prefix-regexp): New variable.
8836         (gnus-message-search-citation-line): Use it; protect against long
8837         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8838         the 0th match data for Emacs.
8839         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8840         (gnus-message-add-citation-keywords): Append keywords rather than
8841         prepending; emulate font-lock-add-keywords if it is not available.
8842         (gnus-message-remove-citation-keywords):
8843         Emulate font-lock-remove-keywords if it is not available.
8845         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8847         * message.el (message-cite-prefix-regexp): Set the value of
8848         gnus-message-cite-prefix-regexp.
8850 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8852         * nnweb.el (nnweb-google-parse-1): Update parser.
8854 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8856         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8858 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8860         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8861         regexp.
8863 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8865         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8866         string-to-multibyte.
8867         (uudecode-decode-region-internal): Use it.
8869 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8871         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
8872         Fix custom choice.
8874         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8876 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8878         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8880         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8881         `write-region' to respect `mm-inhibit-file-name-handlers'.
8883 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8885         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8886         Use gnus-home-directory instead of "~/" or "$HOME".
8888 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8890         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8891         to mention filename.
8892         Add comments at beginning regarding usage.
8893         (encrypt-write-file-contents): Change interactive so a string is
8894         acceptable.  If the file has no associated model, show an error instead
8895         of a nonsense prompt.
8897 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8899         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8900         Thanks to Yoshihiko Yamada for kind notification of this typo.
8902 2007-01-12  Kenichi Handa  <handa@m17n.org>
8904         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8905         multibyte buffer.
8907 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8909         * gnus-score.el (gnus-score-fast-scoring): New variable.
8910         (gnus-score-headers): Use it.
8912         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8914         * message.el (message-cite-original-1):
8915         Call gnus-article-highlight-citation if requested.
8916         (message-make-from): Allow name and address as optional arguments.
8918         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8920         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8921         bugs to doc string.
8922         (gnus-button-alist): Add mid\\|message-id.
8923         (gnus-button-fetch-group): Extend for use in
8924         `browse-url-browser-function'.
8925         (gnus-button-url-regexp): Try to catch paired parentheses like in
8926         Wikipedia URLs.
8928         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8929         Suggested by Simon Krahnke <overlord@gmx.li>.
8931 2007-01-13  Romain Francoise  <romain@orebokech.com>
8933         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8934         Update copyright.
8936 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8938         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8940 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8942         * gnus-registry.el (gnus-registry-unfollowed-groups)
8943         (gnus-registry-split-fancy-with-parent): Fix documentation.
8945 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8947         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8948         from nnweb groups.
8950 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8952         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8953         Xref urls.  Erase buffer before requesting head.
8955         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8957 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8959         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8960         customizable.
8962 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8964         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8965         no signing key is found.
8966         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8967         no encrypting and/or signing key is found.
8969 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8971         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8973 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8975         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8976         headers read from disk with the ones newly found in the current search.
8977         This should no longer cause problems, because the article numbers in
8978         Gmane's `nov.php' output are ignored since the previous change.
8980 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8982         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8984 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8986         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8988 2007-01-01  Romain Francoise  <romain@orebokech.com>
8990         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8992 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8994         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8995         `define-minor-mode' macro definition expanded properly.
8996         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8997         exclude it there.
8999         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9000         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9001         `fboundp' test.
9002         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9003         This is OK to autoload in (S)XEmacs now.
9005 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9007         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9008         keystroke.
9009         (gnus-summary-limit-to-singletons): Fix typo.
9011         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9012         else fails.
9014 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9016         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9017         docstring.
9019         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9020         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9021         (gnus-summary-insert-dormant-articles): Fix typo in message.
9023 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9025         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9026         nil for XEmacs.
9027         (gnus-message-citation-mode): Don't autoload in XEmacs.
9029         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9031 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9033         * nnimap.el (nnimap-expunge-search-string):
9034         Mention nnimap-search-uids-not-since-is-evil in docstring.
9036 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9038         * spam.el: Revert to make-obsolete-variable because
9039         define-obsolete-variable-alias is not supported in Emacs 21.
9041         * spam.el (spam-ifile-path, spam-ifile-database-path)
9042         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9043         make-obsolete-variable.
9044         (spam-bsfilter-path, spam-bsfilter-program)
9045         (spam-spamassassin-path, spam-spamassassin-program)
9046         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9047         Don't use "path" inappropriately.
9048         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9049         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9050         variable names.
9052 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9054         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9055         summary buffer.
9057         * password.el (password-cache-remove): Use clear-string to burn
9058         password, if available.
9060 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9062         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9064         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9066         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9067         (gnus-message-highlight-citation): Move defcustom here from
9068         gnus-cite.el.
9069         (gnus-message-citation-mode): Autoload.
9071         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9072         checks to make it compile with XEmacs.
9073         (gnus-message-citation-mode): New minor mode.
9074         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9075         (gnus-message-highlight-citation): New variables.
9076         (gnus-message-search-citation-line)
9077         (gnus-message-add-citation-keywords)
9078         (gnus-message-remove-citation-keywords)
9079         (turn-on-gnus-message-citation-mode)
9080         (turn-off-gnus-message-citation-mode): New functions.
9082 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9084         * gnus-cite.el: Enable highlighting of different citation levels in
9085         message-mode.
9087 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9089         * message.el (message-make-fqdn): Fix comment.
9090         (message-bogus-system-names): Add ".local".
9092         * spam.el (spam-ifile-path, spam-ifile-program)
9093         (spam-ifile-database-path, spam-ifile-database)
9094         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9095         Don't use "path" inappropriately.
9096         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9097         strings.
9098         (spam-check-ifile, spam-ifile-register-with-ifile)
9099         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9100         Use new variable names.
9102         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9103         (gnus-treat-display-smileys): Simplify using
9104         gnus-image-type-available-p.
9106         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9107         available.
9109 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9111         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9112         one after turning on the buffer's multibyteness instead of decoding
9113         them directly in the unibyte buffer that causes unexpected conversion
9114         in Emacs 23 (unicode).
9116 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9118         * message.el (message-generate-hashcash): Fix custom type.
9120 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9122         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9124 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9126         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9127         disconnect icons.  Add help text.
9129 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9131         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9132         negated to be consistent with the others we handle.
9134 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9136         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9137         version of gnus-summary-buffer to something, so that we can use two
9138         article buffers at the same time.
9140 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9142         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9143         trigger all the extra headers.
9144         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9145         sorting.
9147 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9149         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9150         solid groups.
9152 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9154         * legacy-gnus-agent.el: Add Copyright notice.
9156 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9158         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9160 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9162         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9164         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9165         to make it work reliably in CVS Emacs.
9166         (gnus-summary-limit-strange-charsets-predicate)
9167         (gnus-summary-limit-to-predicate): New functions.
9169 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9171         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9172         specifying array size.
9173         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9174         array if it is too small.
9175         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9176         (gnus-sort-threads-loop): New function.
9178 2006-12-06  Chris Moore  <dooglus@gmail.com>
9180         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9181         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9183 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9185         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9186         options.
9188 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9190         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9191         DOS-ing the recipient.
9193         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9194         the headers when creating the mapping to avoid mismappings.
9195         (nnweb-gmane-create-mapping): Always nix out old mapping.
9197 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9199         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9200         and mm-verify-option to never.
9202 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9204         * message.el (message-signed-or-encrypted-p): New function.
9205         (message-forward-make-body): Use it.
9207         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9208         Replace encode-coding-string with mm-encode-coding-string.
9210 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9212         * nneething.el (nneething-decode-file-name):
9213         Replace decode-coding-string with mm-decode-coding-string.
9215         * gnus-int.el (gnus-open-server): Say failed server's name.
9217 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9219         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9220         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9222         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9223         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9224         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9225         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9226         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9227         (gnus-subscribe-newsgroup, gnus-1):
9228         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9229         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9230         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9231         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9233 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9235         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9236         keystroke.
9237         (gnus-summary-limit-to-bodies): Implement headersp.
9239 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9241         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9243 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9245         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9247 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9249         * message.el (message-generate-hashcash): Expand range of values to
9250         include `opportunistic'.
9251         (message-send-mail): Use it.
9253 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9255         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9256         and comment it.
9258         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9260 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9262         * gnus-util.el (gnus-extract-address-components): Improve comment.
9264 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9266         * gnus-util.el (gnus-extract-address-components): Work with address in
9267         which the name portion contains @.
9269 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9271         * gnus.el (gnus-start): Move custom group up.
9272         (gnus-select-method): Don't autoload, but make it available for
9273         `customize-variable'.
9274         (gnus-getenv-nntpserver): Don't autoload.
9276 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9278         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9280 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9282         * message.el (message-sendmail-extra-arguments): New variable.
9283         (message-send-mail-with-sendmail): Use it.
9285 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9287         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9288         mm-with-unibyte-current-buffer to make string unibyte.
9290         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9291         mm-string-as-multibyte.
9293 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9295         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9296         Reported by Werner Koch <wk@gnupg.org>.
9298 2006-11-14  Daiki Ueno  <ueno@p360>
9300         * mml2015.el: Autoload epa-select-keys when compiling.
9302 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9304         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9305         message-options.
9306         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9308 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9310         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9311         EasyPG (< 0.0.6).
9312         (mml2015-always-trust): New user option.
9313         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9314         prompt.
9316 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9318         * nntp.el (nntp-authinfo-force): New variable.
9319         (nntp-send-authinfo): Use it.
9321 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9323         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9324         decode encoded words.  Improve prompt.  Add comment about forwarding.
9325         (message-replacement-char): Move up.
9327 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9329         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9330         instead of gnus-intersection because arguments of gnus-sorted-nunion
9331         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9333 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9335         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9336         (message-simplify-subject-functions):
9337         Enable message-strip-subject-encoded-words by default.
9339 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9341         * message.el (message-strip-subject-encoded-words): New function.
9342         (message-simplify-subject-functions): New variable.
9343         (message-simplify-subject): Use it.  Fix typo in doc string.
9344         Support message-strip-subject-encoded-words.
9346 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9348         * gnus-diary.el (gnus-diary-delay-format-function):
9349         * nndiary.el (nndiary-reminders):
9350         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9352 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9354         * gnus-art.el (article-hide-boring-headers): Fetch date from
9355         gnus-original-article-buffer to avoid problems with localized date
9356         strings.
9358 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9360         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9362 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9364         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9365         New variables.
9366         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9367         (mm-charset-synonym-alist): Move some entries to
9368         mm-codepage-iso-8859-list.
9369         (mm-charset-synonym-alist, mm-charset-override-alist):
9370         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9372 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9374         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9376 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9378         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9379         with Emacs 21 and XEmacs.
9381 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9383         * spam.el (spam-parse-address): New function for better parsing,
9384         catching errors, etc.
9385         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9387 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9389         * mm-view.el: Add interactive arg to html2text autoload.
9391 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9393         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9395 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9397         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9398         New variables.
9399         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9400         (mm-charset-synonym-alist): Move some entries to
9401         mm-codepage-iso-8859-list.
9403         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9405 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9407         * message.el (message-citation-line-format)
9408         (message-insert-formated-citation-line): Fix implementation of %E, %N
9409         and %n according to the doc string.
9411 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9413         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9414         Use car-safe to avoid bad parses.
9416 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9418         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9419         names.
9421         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9423 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9425         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9426         header.
9428         * message.el (message-draft-headers): Add Date.
9429         (message-headers-to-generate): Fix typo in docstring.
9431         * nndraft.el (nndraft-required-headers): New variable.
9432         (nndraft-generate-headers): Use it.
9434         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9436 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9438         * gnus-registry.el (gnus-registry-wash-for-keywords)
9439         (gnus-registry-find-keywords): New functions to allow easy searching of
9440         articles that are in the registry.
9442 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9444         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9445         Use ietf-drums-parse-address instead of gnus-extract-address-components.
9446         Reported by Damien Elmes <damien@repose.cx>.
9448 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9450         * gnus.el (gnus-mime): Remove unused custom group.
9452 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9454         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9455         "blank line" when searching for end of armor headers.
9457 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9459         * gmm-utils.el (gmm-write-region): Fix variable name.
9461 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9463         * gmm-utils.el (gmm-write-region): New function based on compatibility
9464         code from `mm-make-temp-file'.
9466         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9468         * nnmaildir.el (nnmaildir--update-nov)
9469         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9470         Use `gmm-write-region'.
9472 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9474         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
9475         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9477         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9479         * message.el (message-replacement-char): New variable.
9480         (message-fix-before-sending): Use it.
9481         (message-simplify-subject): New function to remove duplicate code.
9482         (message-reply, message-followup): Use it.
9484         * gnus-sum.el (gnus-summary-make-menu-bar):
9485         Clarify gnus-summary-limit-to-articles.
9487 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9489         * gnus-util.el (gnus-with-local-quit): New macro.
9491         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9493 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9495         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9496         ignore non-string data.
9498 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9500         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9501         non-string data (needs to be done in the registry too).
9503 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9505         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9506         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9507         (gnus-registry-split-fancy-with-parent)
9508         (gnus-registry-fetch-simplified-message-subject-fast)
9509         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9510         Remove text properties on ingress into the registry and when it's saved.
9511         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9512         registry from entries with no groups.
9514 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9516         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9517         function to remove string properties.
9519 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9521         * gmm-utils.el (gmm): Adjust custom version.
9523         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
9524         Adjust custom version.
9526         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9528 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9530         * gnus-art.el (gnus-insert-prev-page-button)
9531         (gnus-insert-next-page-button): Simplify.  Reformat.
9533 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9535         * gnus-art.el (gnus-insert-prev-page-button)
9536         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9538 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9540         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9542 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9544         * gnus-art.el (gnus-insert-mime-button)
9545         (gnus-insert-mime-security-button):
9546         Apply gnus-article-button-face to MIME and security buttons.
9548 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9550         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9551         readable.
9553 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9555         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9556         `browse-url-of-file' instead of `browse-url'.
9558 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9560         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9561         regexp.  Articles containing quotation were cut prematurely.
9563 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9565         * message.el (message-cite-original-1): Use nobody by default for the
9566         value of From header.
9567         (message-reply): Ditto.
9569 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9571         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9572         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9573         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9575 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9577         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9578         mails in the doc string.  Add some URLs in comment.
9579         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9581 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9583         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9584         backslashes handling and the way to find boundaries of quoted strings.
9586 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9588         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9589         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9590         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9591         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9593 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9595         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9596         doc string.
9597         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9599 2006-09-06  Simon Josefsson  <jas@extundo.com>
9601         * mml2015.el (mml2015-use): Doc fix, mention epg.
9603 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9605         * mml2015.el (mml2015-use): Default to epg, if available.
9607 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9609         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9610         message-sender.
9611         (mml1991-epg-encrypt): Ditto.
9612         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9613         message-sender.
9614         (mml2015-epg-encrypt): Ditto.
9616 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9618         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9619         several common directories.
9621 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9623         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9624         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9626 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9628         * gnus-art.el (article-decode-encoded-words): Make it fast.
9630 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9632         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9634         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9635         in quoted string into `\'.
9637 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9639         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9640         Use standard-syntax-table.
9642 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9644         * gnus-art.el (gnus-decode-address-function): New variable.
9645         (article-decode-encoded-words): Use it to decode headers which are
9646         assumed to contain addresses.
9647         (gnus-mime-delete-part): Remove useless `or'.
9649         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9650         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9651         (gnus-nov-parse-line): Use it to decode From header.
9652         (gnus-get-newsgroup-headers): Ditto.
9653         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9655         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9656         (mail-decode-encoded-address-string): New alias.
9658         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9659         New function.
9660         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9661         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9662         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9663         (rfc2047-decode-string): Ditto.
9664         (rfc2047-decode-address-region): New function.
9665         (rfc2047-decode-address-string): New function.
9667 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9669         * message.el (message-caesar-buffer-body): Allow rotating headers.
9671         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9673         * message.el (message-insert-formated-citation-line): Fix %f.
9674         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9676 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9678         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9679         (gnus-bookmark-mouse-available-p): New macro.
9680         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9681         (gnus-bookmark-bmenu-show-infos): Use it.
9682         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9683         (gnus-bookmark-bmenu-hide-infos): Ditto.
9684         (gnus-bookmark-remove-properties): New function.
9685         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9686         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9687         (gnus-bookmark-write-file): Bind coding-system-for-write.
9688         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9689         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9690         group before selecting it.
9691         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9692         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9693         quit-window if it is not available; use gnus-mouse-2 and bind it to
9694         gnus-bookmark-bmenu-select-by-mouse.
9695         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9696         (gnus-bookmark-bmenu-select-by-mouse): New function.
9698 2006-08-13  Romain Francoise  <romain@orebokech.com>
9700         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9701         space.
9703 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9705         * compface.el (uncompface): Use binary rather than raw-text-unix.
9707 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9709         * compface.el (uncompface): Make sure the eol conversion doesn't take
9710         place when communicating with the external programs.
9711         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9713 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9715         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9717 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9719         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9720         Make it more robust by parsing author and date independently.
9722 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9724         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9726 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9728         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9729         first matching secret key.
9730         (mml2015-epg-encrypt): Ditto.
9732         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9733         first matching secret key.
9734         (mml1991-epg-encrypt): Ditto.
9736         * mml2015.el (mml2015-encrypt-to-self): New user option.
9737         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9738         mml2015-epg-encrypt-to-self is set.
9740         * mml1991.el (mml1991-encrypt-to-self): New variable.
9741         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9742         mml1991-epg-encrypt-to-self is set.
9744         * mml2015.el (mml2015-signers): New user option.
9745         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9746         (mml2015-epg-encrypt): Allow to select signing keys.
9748         * mml1991.el (mml1991-signers): New variable.
9749         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9750         (mml1991-epg-encrypt): Allow to select signing keys.
9752 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9754         * nnheader.el (nnheader-insert-head): Make it work even if the file
9755         uses CRLF for the line-break code.
9757 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9759         * mml2015.el: Require mml-sec instead of password.
9760         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9761         (mml2015-cache-passphrase): Inherit the default value from
9762         mml-secure-cache-passphrase.
9763         (mml2015-passphrase-cache-expiry): Inherit the default value from
9764         mml-secure-passphrase-cache-expiry.
9766         * mml1991.el: Require mml-sec instead of password.
9767         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9768         (mml1991-cache-passphrase): Inherit the default value from
9769         mml-secure-cache-passphrase.
9770         (mml1991-passphrase-cache-expiry): Inherit the default value from
9771         mml-secure-passphrase-cache-expiry.
9773         * mml-sec.el: Require password.
9774         (mml-secure-verbose): New user option.
9775         (mml-secure-cache-passphrase): New user option.
9776         (mml-secure-passphrase-cache-expiry): New user option.
9778 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9780         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9781         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9782         andreas@altroot.de (Andreas Vögele).
9784         FIXME: Use `tiny change'?
9786 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9788         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9789         workaround for the url package included with Emacs.
9791         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9793 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9795         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9796         correctly.  This fixes a bug caused by the 2006-05-12 change.
9798 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9800         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9801         some information about the error when saying that the `bogus' mail
9802         group will be used.
9804 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9806         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9807         string.
9809 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9811         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9813 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9815         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9817 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9819         * mml1991.el (mml1991-function-alist): Add epg.
9820         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9821         (mml1991-epg-encrypt): New functions.
9823 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9825         * mml2015.el (mml2015-verbose): New variable.
9826         (mml2015-cache-passphrase): Ditto.
9827         (mml2015-passphrase-cache-expiry): Ditto.
9828         (mml2015-function-alist): Add epg.
9829         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9830         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9831         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
9832         New functions.
9834 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9836         * message.el (message-cite-original-1): Preserve region when removing
9837         quoted text due to X-No-Archive in order to avoid bogus attribution
9838         when citing multiple messages.
9840 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9842         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
9843         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
9845 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9847         * gnus-diary.el (gnus-user-format-function-d)
9848         (gnus-user-format-function-D): Autoload.
9850         * imap.el (Commentary): Fix typo.
9852         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9853         2006-04-22 contribution.
9855 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9857         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9858         It didn't really fix the bogosity I'm seeing with solid web groups.
9860 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9862         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9863         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9864         created using server names.  If we use the feature without declaring
9865         it, Gnus does not properly manage server and group state.
9867         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9868         bound.
9870 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9872         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9873         looking up the method using GROUP's prefix before inventing a new one.
9874         It is used on killed/unknown groups in various places where returning
9875         an all-new method isn't expected by the caller.
9877         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9878         and match semantics of gnus-group-real-prefix.
9880 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9882         * nnmail.el (nnmail-broken-references-mailers): New variable.
9883         (nnmail-ignore-broken-references): New function generalizing
9884         nnmail-fix-eudora-headers.
9885         (nnmail-fix-eudora-headers): Now obsolete.
9887         * gnus-art.el (gnus-button-handle-custom):
9888         Support `customize-apropos*'.
9890 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9892         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9894         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9895         articles.
9897 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9899         * message.el (message-cite-reply-above): New variable.
9900         (message-yank-original): Use it.
9902 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9904         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9906 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9908         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9909         as read.
9911         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9913 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9915         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9916         (gnus-bookmark-default-file): Use gnus-directory.
9917         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9918         Remove "*" in doc string.
9919         (gnus-bookmark-write-file): Simplify.
9920         (gnus-bookmark-maybe-sort-alist): Use `when'.
9921         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9922         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
9923         Add FIXME about Emacs 21 and XEmacs compatibility.
9924         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9925         compatibility.
9926         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9927         compatibility.
9928         (gnus-bookmark-menu-heading): Fix version.
9930 2006-06-19  Bastien Guerry  <bzg@altern.org>
9932         * gnus-bookmark.el: New file.
9934 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9936         * message.el (message-syntax-checks): Doc fix.
9938 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9940         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9941         unsubscribed groups as if they were killed ones.  It causes duplicate
9942         entries in gnus-newsrc-alist.
9944 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9946         * message.el (message-syntax-checks): Doc fix.
9947         (message-send-mail): Add check for continuation headers.
9948         (message-check-news-header-syntax): Fix regexp used to check for
9949         continuation headers.
9951 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9953         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9955 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9957         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9959 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9961         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9962         default-truncate-lines.
9964 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9966         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9967         to fill the utf-8 entry.
9969 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9971         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9973 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9975         * gnus-agent.el (directory-files-and-attributes): Move all the way
9976         forward (the third and final move).
9977         (gnus-agent-read-agentview): Trap reconstruction errors due to
9978         nonexistent directory.  Handle by returning nil.
9980 2006-05-30  Didier Verna  <didier@xemacs.org>
9982         * message.el (message-dont-reply-to-names): Update the custom type.
9983         * message.el (message-dont-reply-to-names): New defsubst: potentially
9984         convert a list of regexps into a single one.
9985         * message.el (message-get-reply-headers): Use it.
9986         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9988 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9990         * gnus-agent.el (directory-files-and-attributes): Move forward.
9992 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9994         * gnus-ml.el (gnus-mailing-list-subscribe)
9995         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9996         (gnus-mailing-list-message): Fix doc strings.
9998 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10000         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10001         of doing it manually.
10003 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10005         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10006         comment.
10008 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10010         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10011         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10012         (gnus-agent-read-local): All symbols allocated in my-obarray.
10013         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10014         (gnus-agent-regenerate-group): Check numeric names to see if they are
10015         messages or groups.
10016         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10017         better way of do this...)
10019         * gnus-cache.el (gnus-agent-total-fetched-for):
10020         Ignore 'dummy.group' (there should be a better way of do this...)
10022 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10024         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10025         (gnus-saved-headers): Ditto.
10026         (gnus-default-article-saver): Mention functions may have properties.
10027         (gnus-article-save): Override gnus-save-all-headers and
10028         gnus-saved-headers by :headers property which saver function may have.
10029         (gnus-summary-save-in-file): Add :headers property.
10030         (gnus-summary-write-to-file): Ditto.
10032         * gnus-sum.el (gnus-summary-save-article): Bind
10033         gnus-prompt-before-saving to t when saving many articles in a file;
10034         always show all headers.
10036 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10038         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10039         marks.
10041         * message.el (message-indent-citation): Add optional arguments to allow
10042         using it outside of message buffers.
10044         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10045         (gnus-article-treat-unfold-headers): Use it.
10046         (gnus-article-truncate-lines): New variable.
10047         (gnus-article-mode): Use it.
10048         (gnus-article-toggle-truncate-lines): New function.
10050         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10051         Add gnus-article-toggle-truncate-lines.
10053         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10054         coding system in XEmacs, use binary.
10056 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10058         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10059         after-load-alist.
10061         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10062         this function should save decoded articles.
10063         (gnus-summary-write-to-file): Use property to specify this function
10064         should save decoded articles and specify gnus-summary-save-in-file
10065         should be used to save articles other than the first one when saving
10066         many articles.
10067         (gnus-summary-save-body-in-file): Use property to specify this
10068         function should save decoded articles.
10069         (gnus-summary-write-body-to-file): Use property to specify this
10070         function should save decoded articles and specify
10071         gnus-summary-save-body-in-file should be used to save articles other
10072         than the first one when saving many articles.
10074         * gnus-sum.el (gnus-summary-save-article): Simplify.
10076 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10078         * gnus-art.el (gnus-default-article-saver):
10079         Add gnus-summary-write-body-to-file.
10080         (gnus-article-save-coding-system): Don't use coding system object
10081         in XEmacs.
10082         (gnus-read-save-file-name): Add optional `dir-var' argument which
10083         specifies directory in which files are saved; work even if optional
10084         `variable' argument is not specified.
10085         (gnus-summary-write-to-file): Read file name.
10086         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10087         (gnus-summary-write-body-to-file): New function.
10089         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10090         (gnus-summary-local-variables): Add it.
10091         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10092         (gnus-summary-save-article): Remove optional `decode' argument;
10093         determine whether to decode articles by the value of
10094         gnus-default-article-saver; when saving many files using
10095         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10096         it first and use gnus-summary-save-in-file or
10097         gnus-summary-save-body-in-file thereafter unless
10098         gnus-prompt-before-saving is always; move point to article which
10099         will be saved.
10100         (gnus-summary-save-article-file): Revert.
10101         (gnus-summary-write-article-file): Revert.
10102         (gnus-summary-save-article-body-file): Revert.
10103         (gnus-summary-write-article-body-file): New function.
10105 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10107         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10109 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10111         * gnus-art.el (gnus-default-article-saver): Doc fix.
10112         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10113         from gnus-summary-save-article-coding-system, and default to a
10114         certain coding system.
10115         (gnus-output-to-file): Add coding cookie and encode text according
10116         to gnus-article-save-coding-system; don't use mm-append-to-file.
10118         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10119         gnus-art.el and rename to gnus-article-save-coding-system.
10120         (gnus-summary-save-article): Require gnus-art; don't show all
10121         headers if it decodes articles; don't add coding cookie here;
10122         don't bind mm-text-coding-system-for-write.
10123         (gnus-summary-save-article-file): Save decoded articles.
10124         (gnus-summary-write-article-file): When saving many files, use
10125         gnus-summary-write-to-file first and gnus-summary-save-in-file
10126         thereafter unless gnus-prompt-before-saving is always.
10127         (gnus-summary-save-article-body-file): Save decoded articles.
10129 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10131         * nnrss.el (nnrss-check-group): Bind hash-index.
10133 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10135         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10136         its hash index.  Store this hash in `nnrss-group-data'.
10137         (nnrss-read-group-data): Update accordingly.
10139 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10141         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10142         entry.
10144         * gnus-sum.el (gnus-summary-make-menu-bar):
10145         Add gnus-article-browse-html-article.
10147 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10149         * gnus-sum.el (gnus-summary-mime-map):
10150         Add gnus-article-browse-html-article.
10152 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10154         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10155         suitable coding systems in customize.
10157 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10159         * mail-source.el (mail-sources): Fix custom type.
10161 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10163         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10164         (gnus-summary-expire-articles-now): Shorten prompt.
10166         * gmm-utils.el (wid-edit): Require.
10167         (defun-gmm): Rename from `gmm-defun-compat'.
10168         (gmm-image-search-load-path): Use it.
10169         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10171 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10173         * gnus-sum.el (gnus-summary-save-article-coding-system):
10174         New variable.
10175         (gnus-summary-save-article): Add optional `decode' argument.
10176         If it is set and gnus-summary-save-article-coding-system is non-nil,
10177         save decoded article.
10178         (gnus-summary-write-article-file): Save decoded article if
10179         gnus-summary-save-article-coding-system is non-nil.
10181         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10182         type.
10184 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10186         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10188 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10190         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10191         first to test gnus-single-article-buffer which may be buffer-local.
10193         * gnus-sum.el (gnus-summary-setup-buffer):
10194         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10195         group; make gnus-article-buffer, gnus-article-current, and
10196         gnus-original-article-buffer always buffer-local.
10197         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10198         group.
10199         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10201 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10203         * nnml.el (nnml-request-compact-group): Compressed files might not
10204         have .gz extension.
10206 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10208         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10209         (mm-copy-to-buffer): Use with-current-buffer.
10210         (mm-display-part): Simplify.
10211         (mm-inlinable-p): Add optional arg `type'.
10213 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10215         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10216         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10217         Try harder to show the attachment internally or externally using
10218         gnus-mime-view-part-as-type.
10220 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10222         * message.el (message-from-style, message-signature-separator)
10223         (message-user-organization-file, message-send-mail-function)
10224         (message-citation-line-function, message-yank-prefix)
10225         (message-indent-citation-function, message-signature)
10226         (message-signature-file, message-signature-insert-empty-line):
10227         Remove autoloads.
10229         * gnus-art.el (gnus-buttonized-mime-types):
10230         Remove "multipart/signed".  Revert 2006-04-26 change.
10232 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10234         * gnus.el (gnus-version-number): Bump version.
10236 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10238         * gnus.el: No Gnus v0.5 is released.
10240 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10242         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10243         fetching articles by message-id.
10245 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10247         * message.el (hashcash): Require hashcash as normal.
10249         * ecomplete.el (ecomplete-highlight-match-line):
10250         Use point-at-eol.
10251         (ecomplete-highlight-match-line): Use `highlight', because that
10252         face exists in both Emacs and XEmacs.
10254         * message.el (message-display-abbrev): Use point-at-bol.
10256         * mail-source.el: Don't require timer/timer-funcs.
10258         * gnus-async.el: Ditto.
10260         * password.el: Ditto.
10262         * mm-url.el: Ditto.
10264         * mm-util.el: Require timer/timer-funcs.
10266 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10268         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10269         Close.
10271 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10273         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10274         unibyte after clear-decrypt function runs.
10276         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10277         returns as a unibyte string.
10279 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10281         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10282         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10283         (mml1991-pgg-encrypt): Ditto.
10285 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10287         * message.el (message-user-organization-file): Check several
10288         locations of the organization file.
10290         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10291         Add gnus-article-view-part-as-type.
10293         * gnus-art.el (gnus-article-view-part-as-type): New function.
10295         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10296         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10298         * mml.el: Simplify autoload.
10299         (mml-mode): defvar dnd-protocol-alist instead of using
10300         symbol-value.
10301         (mml-default-directory): New variable.
10302         (mml-minibuffer-read-file): Use it.
10303         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10305         * message.el (message-citation-line-format): New variable.
10306         (message-insert-formated-citation-line): New function.
10307         (message-citation-line-function):
10308         Add `message-insert-formated-citation-line' to custom type.
10310         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10311         to doc string.
10313         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10314         depending on mm-verify-option.
10316 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10318         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10319         binding pgg-* variables; reimplement the section which prevents
10320         MIME header from being signed.
10321         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10322         pgg-text-mode; remove a blank line at the top of body.
10324         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10325         lines at the top of body; use gnus-newsgroup-charset if there's no
10326         Charset header.
10328 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10330         * message.el (message-self-insert-commands): Doc fix.
10332         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10333         (mm-uu-pgp-encrypted-test): Ditto.
10334         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10335         between header and body; return application/pgp-encrypted handle
10336         if decryption failed; decode decrypted body by charset.
10338         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10339         element match to application/pgp-*.
10341 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10343         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10344         HTML.
10346 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10348         * mail-source.el (mail-source-call-script): Message the error
10349         string.
10351 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10353         * gnus-util.el (gnus-byte-compile): Use it.
10355 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10357         * gnus-util.el (kill-empty-logs): New function.
10359 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10361         * message.el (message-mail-alias-type): Doc fix.
10362         (message-mail-alias-type-p): New function.
10363         (message-send): Use it.
10364         (message-mode): Ditto.
10365         (message-strip-forbidden-properties): Ditto.
10367         * ecomplete.el (ecomplete-database-file-coding-system):
10368         New variable.
10369         (ecomplete-save): Use it.
10370         (ecomplete-setup): Use it.
10372 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10374         * message.el (message-self-insert-commands): New variable.
10375         (message-strip-forbidden-properties): Use it.
10377 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10379         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10380         that doesn't make XEmacs choke.
10382 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10384         * gnus-util.el (gnus-replace-in-string):
10385         Prefer replace-regexp-in-string over of replace-in-string.
10387 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10389         * gnus-util.el (gnus-select-frame-set-input-focus):
10390         Use select-frame-set-input-focus if it is available in XEmacs; use
10391         definition defined in Emacs 22 for old Emacsen.
10393 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10395         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10397 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10399         * gnus-registry.el (gnus-registry-cache-save): Remove text
10400         properties when saving via the temp buffer.
10402 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10404         * message.el (message-generate-hashcash): Honor custom type.
10406 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10408         * message.el (message-generate-hashcash): Default to non-nil when
10409         hashcash is found.
10411         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10412         (gnus-refer-thread-limit): Increase default to 500.
10414         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10416         * flow-fill.el (fill-flowed): Allow delete-space.
10418 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10420         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10421         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10422         Remove autoloads.
10424 2006-04-18  Simon Josefsson  <jas@extundo.com>
10426         * message.el (message-generate-hashcash): Default to.
10428 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10430         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10431         concatenating segments rather than before concatenating them.
10433 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10435         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10437         * imap.el (imap-quote-specials): New function.
10438         (imap-login-auth): Quote specials.
10440 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10442         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10444         * message.el (message-forward-make-body-plain):
10445         Allow message-forward-ignored-headers to be a list.
10446         (message-remove-ignored-headers): Factor out into function.
10447         (message-forward-make-body-mml): Use it.
10448         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10449         (rfc2231-parse-string): Allow concatanation of parameters that
10450         aren't contiguous.  The test case is
10451           (mail-header-parse-content-type "message/external-body;
10452             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10453             access-type=LOCAL-FILE;
10454             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10456 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10458         * nntp.el (nntp-accept-process-output): Return the value of
10459         `nnheader-accept-process-output'.
10461 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10463         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10464         (gnus-button-alist): Recognize more diff formats.
10465         (gnus-button-patch): Strip directory.
10467 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10469         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10470         Emacs 22 when setting focus.
10472 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10474         * gnus-art.el (gnus-article-treat-types): Do treatment of
10475         text/x-verbatim parts.
10476         (gnus-button-patch): New command.
10478         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10479         addresses that contain invalid characters.
10481 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10483         * message.el (message-put-addresses-in-ecomplete):
10484         Use gnus-replace-in-string.
10485         (message-is-yours-p): Use the more correct
10486         mail-header-parse-address instead of
10487         mail-extract-address-components.
10488         (message-put-addresses-in-ecomplete): Fix typo.
10490         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10491         keystroke.
10493         * gnus-art.el (gnus-treatment-function-alist): Change order of
10494         newsgroups/generic header folding to avoid double-folding.
10496         * message.el (message-hidden-headers): Add X-Draft-From.
10498         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
10499         New command.
10500         (gnus-summary-repeat-search-article-backward): New command.
10502         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10503         groups in the parent topic.
10505 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10507         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10508         (spam-extra-header-to-number): Return the CRM114 number as a
10509         number instead of a string.
10511 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10513         * gnus-art.el (gnus-face-properties-alist): Move here from
10514         gnus-fun.
10516         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10518 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10520         * message.el (message-strip-forbidden-properties): Only display on
10521         self-insert-command.
10523         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10524         reindent.
10525         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10527 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10529         * smiley.el (smiley-style): Fix typo.
10531 2006-03-23  Kenichi Handa  <handa@m17n.org>
10533         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
10534         instead of set-buffer-multibyte.
10536 2006-03-23  Kenichi Handa  <handa@m17n.org>
10538         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10539         buffer and then decode the buffer text if necessary.
10540         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10541         first, and after mm-encode-body, change the buffer to unibyte.
10543 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10545         * hashcash.el (hashcash-insert-payment-async-2):
10546         Use message-goto-eoh instead of doing it manually.
10547         (mail-add-payment): Use message-narrow-to-header instead of trying
10548         to do the same itself.
10550         * message.el (message-hidden-headers): Add Face.
10552         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10553         reparenting code.
10554         (gnus-summary-reparent-children): Refactored out code.
10555         (gnus-summary-thread-map): New keystroke.
10556         (gnus-summary-reparent-children): Make into command.
10558         * smiley.el (smiley-style): Default to `medium' if using a large
10559         font.
10561         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10562         does it itself.
10564         * message.el (message-point-in-header-p): Simplify definition.
10566 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10568         * nnagent.el (nnagent-request-set-mark): Silence log file
10569         writing.
10570         (nnagent-request-set-mark): Use write-region instead of
10571         append-to-file.
10573         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10574         strange select method.
10576         * ecomplete.el (ecomplete-display-matches): Get highlightling
10577         right.
10578         (ecomplete-display-matches): Use literals.
10579         (ecomplete-display-matches): Disable message logging.
10581         * message.el (message-display-abbrev): Small optimization.
10583         * ecomplete.el (ecomplete-display-matches): Allow automatic
10584         display.
10586         * message.el (message-strip-forbidden-properties):
10587         Display abbrevs.
10588         (message-display-abbrev): Get automatic display right.
10590         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10591         keystrokes.
10593 2006-04-13  Romain Francoise  <romain@orebokech.com>
10595         TODO: Backport to v5-10!
10597         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10598         Move here (and rename) from gnus-registry.el.
10600         * gnus-registry.el: Require gnus-util.
10601         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10603 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10605         * gnus-group.el (gnus-group-catchup-current):
10606         Change if-then-else-if-then-else into cond.
10607         (gnus-group-catchup): Indent.
10608         (group-name-at-point): New function.
10609         (gnus-fetch-group): Provide default from thing at point.
10611 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10613         * message.el (message-display-abbrev): Fix regexp.
10615         * ecomplete.el (ecomplete-highlight-match-line):
10616         Reimplement choosing.
10617         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10618         dead variables.
10620         * message.el (message-newline-and-indent): Remove debugging.
10621         (message-display-abbrev): Use new implementation.
10623 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10625         * gnus-art.el (gnus-article-mode):
10626         Set cursor-in-non-selected-windows to nil.
10628         * smiley.el: Revert previous change.
10629         (smiley-data-directory): defvar it before using it in the
10630         defcustom of `smiley-style'.
10632 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10634         * message.el (message-newline-and-indent): New function.
10636         * ecomplete.el: Implement more bits.
10638         * message.el (message-put-addresses-in-ecomplete): Clean up the
10639         string.
10641         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10643         * gnus-sum.el (gnus-summary-save-parts):
10644         Bind gnus-summary-save-parts-counter and use it to make unique file
10645         names.
10647         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10649         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10650         parameter to say whether to actually parse the individual
10651         addresses.
10653         * message.el (message-put-addresses-in-ecomplete): New function.
10654         (ecomplete): Require.
10655         (message-mail-alias-type): Add ecomplete as an option.
10657 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10659         * flow-fill.el (fill-flowed): Remove trailing space from blank
10660         quoted lines.
10662 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10664         * smiley.el (smiley-style): Move definition later to avoid a
10665         compilation warning.
10667 2006-04-12  Kenichi Handa  <handa@m17n.org>
10669         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10670         buffer and then decode the buffer text if necessary.
10671         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10672         first, and after mm-encode-body, change the buffer to unibyte.
10673         Use mm-disable-multibyte instead of set-buffer-multibyte.
10675 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10677         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10678         Content-Type header instead of Content-Disposition header.
10679         (gnus-mime-inline-part): Ditto.
10680         (gnus-mime-view-part-as-charset): Ignore charset that the part
10681         specifies.
10683         * mm-decode.el (mm-display-part): Work with external parts and
10684         usual parts similarly.
10686         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10687         instead of gnus-display-mime.
10689         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10690         instead of with-temp-buffer.
10692         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10693         tag to summarized topics part in order to encode non-ASCII text.
10695 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10697         * smiley.el (smiley-style): New variable.
10698         (smiley-directory): New function.
10699         (smiley-data-directory): Derive from `smiley-style' using
10700         `smiley-directory'.
10701         (smiley-regexp-alist): Add new entries.
10703         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10704         (gnus-article-browse-delete-temp): Add :version.
10706 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10708         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10709         the sieve region.
10711 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10713         * gnus.el (gnus-version-number): Bump version.
10715 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10717         * gnus.el: No Gnus v0.4 is released.
10719 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10721         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10722         layout.
10724         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10725         unknown charset.
10727         * message.el (message-header-synonyms): Add Original-To to the
10728         default.
10730         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10731         optional parameter.
10733 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10735         * gnus-fun.el (gnus): Require it for gnus-directory.
10737 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10739         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10741 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10743         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10745 2006-04-05  Simon Josefsson  <jas@extundo.com>
10747         * password.el (password-reset): New function.
10749 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10751         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
10752         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10754 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10756         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10757         Some whitespace was matched into the url, which broke browsing hits
10758         > 100 when mm-url-use-external was nil.
10760 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10762         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
10763         Check gnus-extra-headers for 'Newsgroups.
10765         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10766         bound.
10768 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10770         * pgg-gpg.el: Clean up process buffers every time gpg processes
10771         complete.
10773 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10775         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10776         doc string.
10778 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10780         * pgg-gpg.el (pgg-gpg-process-filter)
10781         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10783         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10784         lines, temporary fix.
10786 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10788         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10790 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10792         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10793         default-enable-multibyte-characters.  This reverts the change from
10794         revision 6.17 which is no longer necessary because the passphrase
10795         is sent separately now.  GnuPG messages are unreadable under
10796         multibyte locales with default-enable-multibyte-characters set to
10797         nil.
10799 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10801         * message.el (message-tool-bar-gnome): Move "spell".
10803 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10805         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10806         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10807         instead.
10809 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10811         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
10812         Improve newsgroups handling for NNTP overviews which don't include
10813         Newsgroups.
10815 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10817         * message.el (message-resend): Bind message-generate-hashcash to nil.
10819 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10821         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10822         when searching for already-paid recipients.
10824 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10826         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10827         passphrases when it is not needed.
10828         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10829         passphrase stuff from gpg, should only be necessary when you use
10830         gpg with a smartcard.
10832 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10834         * mml.el (mml-insert-mime): Ignore cached contents of
10835         message/external-body part.
10837         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10838         (mm-insert-part): Ditto.
10840 2006-03-23  Simon Josefsson  <jas@extundo.com>
10842         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10843         Reiner.
10844         (pgg-gpg-use-agent-p): Use it again.
10846 2006-03-23  Simon Josefsson  <jas@extundo.com>
10848         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10849         older emacsen.
10850         (pgg-gpg-use-agent-p): Don't use it.
10852 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10854         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10855         if we can.
10857 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10859         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10860         (pgg-gpg-update-agent): New function.
10861         (pgg-gpg-use-agent-p): New function.
10862         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10863         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10864         (pgg-gpg-sign-region): Use it.
10866 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10868         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10869         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10871 2006-03-21  Simon Josefsson  <jas@extundo.com>
10873         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10874         <wilde@sha-bang.de>.
10875         (pgg-gpg-use-agent): New variable.
10876         (pgg-gpg-process-region): Use it.
10877         (pgg-gpg-encrypt-region): Likewise.
10878         (pgg-gpg-encrypt-symmetric-region): Likewise.
10879         (pgg-gpg-decrypt-region): Likewise.
10880         (pgg-gpg-sign-region): Likewise.
10881         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10883 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10885         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10887         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10888         Add comment on version.
10890 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10892         * smiley.el: Add missing test smiley.
10894 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10896         * mm-decode.el (mm-with-part): New macro.
10897         (mm-get-part): Use it; work with message/external-body as well.
10898         (mm-save-part): Treat name and filename equally.
10900         * mm-extern.el (mm-extern-cache-contents): New function.
10901         (mm-inline-external-body): Use it; force the part to be displayed;
10902         move undisplayer added to the cached handle to the parent.
10904         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10905         (gnus-mime-view-part-as-type): Work with message/external-body.
10907         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10909 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10911         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10912         images in image-load-path.  [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
10913         Emacs.]
10915 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10917         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10918         path rather than symbol.  Always return list of directories.
10919         Guarantee that image directory comes first.  [Sync with image.el,
10920         , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
10922         * message.el (message-make-tool-bar): Adjust to new API of
10923         `gmm-image-load-path-for-library'.
10925         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10927         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10929 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10931         * gnus-art.el (gnus-article-only-boring-p):
10932         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10933         intangible text.
10934         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10936 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10938         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
10939         Use `defun' instead of `gmm-defun-compat'.
10941 2006-03-14  Simon Josefsson  <jas@extundo.com>
10943         * message.el (message-unique-id): Don't use message-number-base36
10944         if (user-uid) is a float.
10945         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10947 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10949         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10951         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10952         empty line between a part and a message part.
10954 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10956         * smiley.el: Add more test smileys.
10957         (smiley-data-directory, smiley-regexp-alist)
10958         (gnus-smiley-file-types): Fix doc strings.
10959         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10960         adding new elements.
10961         (smiley-mouse-map): Unused code.  Make it a comment.
10963 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10965         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10966         scan latest NoCeM messages instead of old ones.
10967         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10968         delimiters that are recently used.
10969         (gnus-nocem-load-cache): Add autoload cookie.
10971         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10973         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10974         level which is larger than gnus-use-nocem is specified.
10976         * gnus-group.el (gnus-group-get-new-news): Ditto.
10978 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10980         * gnus-util.el (gnus-tool-bar-update): New function.
10982         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10983         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10985         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10987         * gnus-group.el (gnus-group-redraw-when-idle)
10988         (gnus-group-redraw-check): Remove.
10989         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10991 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10993         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10994         if optional last element is specified in splits (FIELD VALUE...).
10996 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10998         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10999         to gmm-image-load-path-for-library.  Call with no-error argument.
11000         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11002         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11004         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11006         * gmm-utils.el (gmm-image-load-path): Remove alias.
11008 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11010         * gmm-utils.el (gmm-image-load-path): Add alias.
11012         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11013         nnml-generate-nov-databases-1.
11014         (nnml-generate-nov-databases): Use it.
11015         (nnml-generate-nov-databases-directory): Document no-active
11016         argument.
11018         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11019         directory if path is t.  Add no-error.
11021         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11022         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11024         * gnus-art.el (gnus-article-browse-delete-temp-files):
11025         Simplify resetting gnus-article-browse-html-temp-list.
11027         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11028         mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs.  Rename `gmm-image-load-path'.
11029         Add example to docstring.  Rename local variables.  Move error
11030         checks to default case in cond and simplify.
11032 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11034         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11035         handle is multipart when calling it recursively.
11036         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11038 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11040         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11041         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11043 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11045         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11046         is loaded.
11048         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11049         loaded.
11051 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11053         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11054         to "Emacs 23 (unicode)" in doc string.
11056         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11057         "Emacs 23 (unicode)" in comment.
11059 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11061         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11063         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11064         characters 160 through 255 in Emacs 23.
11066 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11068         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11069         gnus-article-browse-html-temp.
11070         (gnus-article-browse-delete-temp): Make it customizable.
11071         Add `file'.  Adjust doc string.
11072         (gnus-article-browse-delete-temp-files): Add argument.
11073         Allow query for each file.  Adjust doc string.
11074         (gnus-article-browse-html-parts):
11075         Add `gnus-article-browse-delete-temp-files' to
11076         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11078 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11080         * gnus-art.el (gnus-article-browse-html-temp)
11081         (gnus-article-browse-delete-temp): New variables.
11082         (gnus-article-browse-delete-temp-files): New function.
11083         (gnus-article-browse-html-parts): Use it.
11085 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11087         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11089         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11090         string.
11092         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11093         gnus-summary-insert-new-articles when unplugged.
11094         Remove gnus-summary-search-article-forward.
11096         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11097         display-visual-class instead of display-color-cells.
11099 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11101         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11102         message/* containing non-ASCII text properly.
11104 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11106         * message.el: Require gmm-utils, remove autoloads.
11107         (message-tool-bar): Set default based on
11108         gmm-tool-bar-style.
11109         (message-tool-bar-gnome): Add gmm-customize-mode.
11111         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11112         gmm-tool-bar-style.
11113         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11115         * gnus-group.el (gnus-group-tool-bar): Set default based on
11116         gmm-tool-bar-style.
11117         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11119         * gmm-utils.el (gmm-image-directory): Rename variable from
11120         gmm-image-load-path.
11121         (gmm-image-load-path): Use gmm-image-directory.
11122         (gmm-customize-mode): New function.
11123         (gmm-tool-bar-style): New variable.
11125         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11126         gnus-group-redraw-line-number.
11127         (gnus-group-redraw-check): Simplify.
11128         (gnus-group-tool-bar-update): Remove redraw check.
11129         (gnus-group-make-tool-bar): Add redraw check.
11131 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11133         * gnus-art.el (gnus-button): Add missing parentheses.
11135 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11137         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11139 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11141         * gnus-art.el (gnus-button): New face.
11142         (gnus-article-button-face): Use it.
11144         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11145         Add gnus-summary-next-page.  Re-order.
11147         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11148         next-node are now included.
11149         (gnus-group-redraw-line-number): New internal variable.
11150         (gnus-group-redraw-check): Helper function for updating the tool
11151         bar.
11152         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11154         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11156         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11157         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11158         Use it to match format of Spamassassin 3.0 and later.
11159         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11160         (spam-check-bogofilter)
11161         (spam-bogofilter-register-with-bogofilter): Fix args of
11162         `gnus-error' calls.
11164 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11166         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11167         unnecessary interaction when sending queued mails.
11168         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11170 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11172         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11173         first or last are nil.
11175 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11177         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11179 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11181         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11183 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11185         * dns.el (query-dns): Protect more against buggy tcp output.
11187 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11189         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11190         nov.php.
11192 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11194         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11195         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11196         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11197         output on the server side.
11198         (nnweb-google-create-mapping): Update regexps and add some
11199         progress indication.
11201 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11203         * gnus-group.el (gnus-group-tool-bar-gnome):
11204         Fix gnus-agent-toggle-plugged.  Re-order icons.
11205         (gnus-group-tool-bar-gnome):
11206         Add gnus-group-{prev,next}-unread-group.
11207         (gnus-group-tool-bar-gnome): Re-order icons.
11209         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11210         Move gnus-summary-insert-new-articles.
11212         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11213         Fix comments.
11215         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11216         also available in Emacs 21.3.
11218         * message.el (message-fix-before-sending): Change "Emacs 22" to
11219         "Emacs 23 (unicode)" in comment.
11221         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11222         "Emacs 23 (unicode)" in comment.
11224         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11225         comment.
11226         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11228         * mm-view.el (mm-fill-flowed): Add :version.
11230 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11232         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11233         and load-path.
11235 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11237         * message.el: Autoload gmm-image-load-path.
11238         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11239         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11240         consitency.
11242         * gmm-utils.el (gmm-image-load-path): Also search in
11243         "../etc/images".  Don't set gmm-image-load-path if we don't find
11244         the image.
11246 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11248         * gmm-utils.el (gmm-image-load-path): Don't make
11249         `gmm-image-load-path' include subdirectories which the second arg
11250         `image' might specify.
11252         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11253         subdirectory to icon file names.
11255         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11257 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11259         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11260         gmm-image-load-path calls.
11262         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11264         * message.el (message-make-tool-bar): Ditto.
11266         * mml.el (mml-preview): Add comment concerning tool bar icons.
11268         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11269         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11271         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11272         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11274         * message.el (message-tool-bar-gnome): Use new icon names.
11275         (message-make-tool-bar): Use `gmm-image-load-path'.
11277         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11278         New functions from MH-E.
11279         (gmm-image-load-path): New variable from MH-E.
11280         (gmm-image-load-path): New function from MH-E.  Add arguments
11281         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11282         *-image-load-path-called-flag.
11284 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11286         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11288 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11290         * nnimap.el (nnimap-request-move-article): Change folder back to
11291         source group before deleting.
11293 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11295         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11297         * gnus-art.el (mm-url-insert-file-contents-external):
11298         Autoload mm-url.
11300         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11302 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11304         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11305         coding system which mm-charset-to-coding-system returns for a
11306         given charset is valid.
11308 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11310         * html2text.el (html2text-remove-tag-list):
11311         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11313 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11315         * gnus-cus.el: Revert 2005-10-17 change.
11317 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11319         * gnus-art.el (article-strip-banner):
11320         Call article-really-strip-banner only when the regexp match is made.
11322 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11324         * gnus-art.el (article-strip-banner):
11325         Use gnus-extract-address-components instead of
11326         mail-header-parse-addresses to make it work with non-ASCII text;
11327         remove mail-encode-encoded-word-string.
11329         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11330         values which are surrounded with \"...\"; make it never cause a
11331         Lisp error; give up parsing of parameters if it failed in
11332         extracting type.
11334 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11336         * smime.el (smime-cert-by-ldap-1): Fix bug where
11337         `smime-ldap-search' returns results without userCertificates.
11339 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11341         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11343 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11345         * spam.el (spam-check-spamassassin-headers): Adapt format for
11346         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11347         <ari@mbf.ocn.ne.jp>.
11348         (spam-list-of-processors): Add spam-use-gmane.
11350 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11352         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11353         make-temp-file; make it work with XEmacs as well.
11355         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11356         mm-make-temp-file.
11358         * mm-decode.el (mm-display-external): Use the 3rd arg of
11359         mm-make-temp-file.
11360         (mm-create-image-xemacs): Ditto.
11362 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11364         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11365         with message-narrow-to-headers.
11366         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11367         (gnus-draft-check-draft-articles): New function.
11368         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11370 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11372         * gnus-art.el (gnus-article-browse-html-parts):
11373         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11374         Don't use suffix argument for mm-make-temp-file for Emacs 21
11375         compatibility.  Remove useless `format'.
11377 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11379         * nnweb.el (nnweb-google-wash-article): Update regexps.
11380         (nnweb-group-alist): Use defvoo instead of defvar.
11382 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11384         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11385         re-loading nn* modules.
11387 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11389         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11390         for `tool-bar-mode' and don't check it's default-value.
11392         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11394         * message.el (message-make-tool-bar): Ditto.
11396         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11397         `substring'.  Shorten tmp-file name.
11399         * gnus.el: Remove bogus comment.
11401 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11403         * gnus-art.el (gnus-article-browse-html-parts): New function.
11404         (gnus-article-browse-html-article): New function for viewing html
11405         articles with a browser.
11407 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11409         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11410         (mml2015-pgg-encrypt): Ditto.
11412         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11413         (mml1991-pgg-encrypt): Ditto.
11415 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11417         * nnfolder.el (nnfolder-insert-newsgroup-line):
11418         Use message-make-date instead of current-time-string.
11420         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11421         to gnus-decoded which mm-uu might set.
11423 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11425         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11426         don't decode quoted parameters; remove misimported Emacs code.
11427         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11428         (rfc2231-decode-encoded-string): Don't use split-string which
11429         behaves differently according to Emacs version; use
11430         mm-decode-coding-region to convert charset to coding-system.
11431         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11432         (rfc2231-encode-string): Remove misimported Emacs code.
11434 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11436         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11437         when calling mail-header-parse-content-type.
11438         (article-de-quoted-unreadable): Ditto.
11439         (article-de-base64-unreadable): Ditto.
11440         (article-wash-html): Ditto.
11442         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11443         calling mail-header-parse-content-type and
11444         mail-header-parse-content-disposition.
11445         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11446         mail-header-parse-content-type.
11448         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11449         insert charset and format parameters; encode description after
11450         inserting it to buffer.
11451         (mml-insert-parameter): Fold lines properly even if a parameter is
11452         segmented into two or more lines; change the max column to 76.
11454         * rfc1843.el (rfc1843-decode-article-body): Don't use
11455         ignore-errors when calling mail-header-parse-content-type.
11457         * rfc2231.el (rfc2231-parse-string): Return at least type if
11458         possible; don't cause an error even if it fails in parsing of
11459         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11460         (rfc2231-encode-string): Don't break lines at the beginning, leave
11461         it to mml-insert-parameter.
11463         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11464         calling mail-header-parse-content-type.
11466 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11468         * spam-report.el (spam-report-gmane-use-article-number):
11469         Improve doc string.
11470         (spam-report-gmane-internal): Check if a suitable header was found
11471         in the article.
11473 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11475         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11476         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11478 2006-02-05  Romain Francoise  <romain@orebokech.com>
11480         Update copyright notices of all files in the gnus directory.
11482 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11484         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11486 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11488         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11489         segmented lines of parameter value to cope with Thunderbird 1.5
11490         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11491         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11492         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11494 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11496         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11497         parts.
11499 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11501         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11502         there's only one active file for all servers.
11503         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11504         solid groups.  Gnus might have used a FAST request to select the group.
11505         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11506         and nnweb-search redundantly in the active file.
11507         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11508         (nnweb-request-create-group): Don't use ARGS.
11509         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11510         initialisations.  Let nnoo do the work.
11512 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11514         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11515         Say the part has been decoded.
11517         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11519 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11521         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11522         mailcap-viewer-test-cache when there's no 'test clause, since that
11523         will invert the meaning of a "nil" test previously determined by
11524         mailcap-mailcap-entry-passes-test.
11526 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11528         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11529         compiling.
11531         * gnus-sum.el: Ditto.
11533         * message.el: Don't bind tool-bar-map when compiling.
11535 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11537         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11539 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11541         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11542         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11543         current Google Groups.
11545 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11547         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11548         and tool-bar-mode.
11550         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11551         and tool-bar-mode.
11553         * message.el (message-tool-bar-update): Simplify.
11554         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11556         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11557         gnus-summary-buffer.
11558         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11559         gnus-summary-reply.
11561         * gmm-utils.el (gmm): Add :version.
11563 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11565         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
11566         Don't autoload.
11568 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11570         * gmm-utils.el (gmm-verbose): Add :group.
11572 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11574         * message.el: Change some comments WRT tool-bars.
11576         * gnus-sum.el (gnus-summary-tool-bar)
11577         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11578         (gnus-summary-tool-bar-zap-list): New variables.
11579         (gnus-summary-make-tool-bar): Complete rewrite using
11580         `gmm-tool-bar-from-list'.
11582         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11583         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
11584         New variables.
11585         (gnus-group-make-tool-bar): Complete rewrite using
11586         `gmm-tool-bar-from-list'.
11587         (gnus-group-tool-bar-update): New function.
11589         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11591 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11593         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11594         is dissected into a single part of which the type is the same as
11595         the given one; decode charset.
11597 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11599         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11600         into alists as symbol not string, since that's what
11601         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11602         look for.
11604 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11606         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11607         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11609         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11611 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11613         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11614         (gnus-mime-security-button-menu): New definition.
11615         (gnus-mime-security-button-map): Use them.
11616         (gnus-mime-security-button-menu): New function.
11617         (gnus-insert-mime-security-button): Addition to help echo.
11618         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11619         (gnus-mime-security-pipe-part): New functions.
11621         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11622         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11624         * mm-decode.el (mm-handle-set-disposition): Remove.
11625         (mm-handle-set-description): Remove.
11627 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11629         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11630         (mm-w3m-standalone-supports-m17n-p): New function.
11631         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11632         w3m usage.
11634         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
11635         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11637 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11639         * message.el (message-tool-bar-zap-list):
11640         Use gmm-tool-bar-zap-list as custom type.
11641         (message-tool-bar-update): New function.
11642         (message-tool-bar, message-tool-bar-gnome)
11643         (message-tool-bar-retro): Add message-tool-bar-update.
11644         (message-tool-bar-gnome): Add flyspell-buffer.
11646         * gnus-util.el (gnus-error): Describe `args'.
11648         * gmm-utils.el (gmm-error): Describe `args'.
11649         (gmm-tool-bar-zap-list): New widget.
11650         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11652 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11654         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11655         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11656         the number of recursive calls.
11658         * mm-decode.el (mm-handle-set-disposition): New macro.
11659         (mm-handle-set-description): New macro.
11661 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11663         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11664         encoding.
11666 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11668         * message.el (message-tool-bar-zap-list, message-tool-bar)
11669         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11670         (message-tool-bar-local-item-from-menu): Remove.
11671         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11672         (message-make-tool-bar): New function.
11673         (message-mode): Use `message-make-tool-bar'.
11675         * gmm-utils.el: New file.
11676         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11677         (gmm-lazy): New widget copied from `nnmail.el'.
11678         (gmm-tool-bar-from-list): New function for creating customizable
11679         tool bars.
11680         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11681         output.
11682         (gmm): Add :prefix to defgroup.
11684 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11686         * gmm-utils.el (gmm-widget-p): New function.
11688 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11690         * mml.el (mml-attach-file): Describe `description' in doc string.
11691         (mml-menu): Add Emacs MIME manual and PGG manual.
11693 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11695         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11697 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11699         * nntp.el (nntp-end-of-line): Doc fix.
11701 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11703         * imap.el (imap-open): Handle case where buffer is a buffer
11704         object.
11706 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11708         * gnus-delay.el (gnus-delay): Don't autoload.
11709         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11710         to be re-loaded when customizing the `gnus-delay' group.
11712 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11714         * message.el (message-insert-citation-line): Use newlines.
11716 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11718         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11720         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11722 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11724         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11726 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11728         * mm-decode.el (mm-inlined-types): Add application/pgp.
11729         (mm-automatic-display): Ditto.
11731         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11732         part as text.
11734 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11736         * nnrss.el: Update copyright.
11737         (nnrss-opml-import): Query whether to subscribe to each entry.
11739         * gnus-art.el:
11740         * gnus-sum.el:
11741         * mm-uu.el:
11742         * mm-view.el: Update copyright.
11744 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11746         * message.el (message-info): New function.
11747         (message-mode-menu): Add it.
11748         Update copyright.
11750         * ChangeLog: Fix and update copyright.
11752 2006-01-13  Romain Francoise  <romain@orebokech.com>
11754         * message.el (message-forward-subject-name-subject): Prefer the
11755         address to 'nowhere' if the sender has no name.
11756         Fix typo.  Update copyright year.
11758 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11760         * gnus-art.el (article-wash-html):
11761         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
11762         (gnus-article-wash-html-with-w3m-standalone): New function.
11764         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11765         mm-inline-text-html-render-with-w3m-standalone.
11766         (mm-text-html-washer-alist): Map w3m-standalone to
11767         gnus-article-wash-html-with-w3m-standalone.
11768         (mm-inline-text-html-render-with-w3m-standalone): New function.
11770 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11772         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11773         Improve LaTeX.
11775 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11777         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11778         (nnrss-request-article): Render text/plain parts as HTML.
11780         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11781         the buffer.
11783 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11785         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11786         custom definition of `gnus-posting-styles'.
11788         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
11789         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11791 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11793         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11794         Use nntp for bug archive.
11796 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11798         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11799         parts.
11800         (nnrss-normalize-date): New function converts ISO 8601 date into
11801         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11802         (nnrss-check-group): Use it.
11804 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11806         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11808         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11809         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11810         (nnrss-insert-w3): Ditto.
11812 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11814         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11815         the articles to be forwarded including the case where neither a
11816         number of articles nor a region is specified.
11818 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11820         * nnrss.el (nnrss-request-article): Fix last change; fill
11821         text/plain parts.
11823 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11825         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11826         in text/plain part.
11827         (nnrss-check-group): Don't add excessive newline to dc:subject.
11829 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11831         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11832         article.
11834 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11836         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11837         (nnml-use-compressed-files, nnml-save-mail): Support other
11838         comression programs such as bzip2.
11840 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11842         * dns.el (query-dns): Make sure we check the buffer size before
11843         removing tcp headers.
11845 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11847         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11848         remove MIME buttons associated with multipart/alternative parts.
11849         (gnus-mime-display-alternative): Tag buttons using `article-type'
11850         text property.
11852         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11853         associated with multipart/alternative parts.
11855         * gnus-art.el (gnus-signature-separator): Fix custom type.
11857         * mm-decode.el (mm-inlined-types): Fix custom type.
11858         (mm-keep-viewer-alive-types): Ditto.
11859         (mm-automatic-display): Ditto.
11860         (mm-attachment-override-types): Ditto.
11861         (mm-inline-override-types): Ditto.
11862         (mm-automatic-external-display): Ditto.
11864 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11866         * spam-report.el (spam-report-user-mail-address)
11867         (spam-report-user-agent): New variables.
11868         (spam-report-url-ping-plain): Use spam-report-user-agent.
11870 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11872         * gnus-art.el (gnus-button-handle-custom): Do not just use
11873         `customize-apropos' for any "M-x customize-*" button but the
11874         function called for.  Accept both the function name and its
11875         argument in order to achieve this.
11876         (gnus-button-alist): Remove support for "custom:" URL's.
11877         Pass function name to `gnus-button-handle-custom' in case of "M-x
11878         customize-*" buttons.
11880 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11882         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11883         multipart/alternative and add xref to mm-discouraged-alternatives
11884         in doc string.
11886         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11887         gnus-buttonized-mime-types in doc string.
11889 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11891         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11892         Suggest image/.* in the doc string.
11894 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11896         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11897         message-marks (Debian bug #342521).
11899 2005-12-12  Simon Josefsson  <jas@extundo.com>
11901         * password.el (password-read-from-cache): Add.
11902         (password-read): Use it.
11904 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11906         * rfc2047.el (rfc2047-charset-to-coding-system):
11907         Recognize us-ascii as a MIME charset.
11909         * mm-bodies.el (mm-decode-content-transfer-encoding):
11910         Protect against the case where the 2nd arg TYPE is nil.
11912 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11914         * pop3.el (pop3-stream-type): Fix custom version.
11916         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11918 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11920         * mm-decode.el (mm-display-external): Add missing cdr.
11922 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11924         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11925         RFC1524) if it is in mailcap or add a suffix according to
11926         mailcap-mime-extensions when generating a temp filename; postpone
11927         deleting a temp file for 2 seconds for some wrappers, shell
11928         scripts, and so on, which might exit right after having started a
11929         viewer command as a background job.
11931 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11933         * nntp.el (nntp-marks-directory): Fix custom group.
11935         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11936         steps when < 10.
11938         * gnus-start.el (gnus-no-server-1):
11939         Mention `gnus-level-default-subscribed' in doc string.
11941 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11943         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11944         parens.
11946 2005-11-26  Dave Love  <fx@gnu.org>
11948         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11949         (tls-program, tls-success): Provide openssl alternative.
11951         * starttls.el: Doc fixes.
11952         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11953         SERVICE to PORT.
11955         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11956         port null or service name.
11957         (starttls-negotiate): Autoload.
11959 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11961         * message.el (message-kill-to-signature): Fix interactive spec.
11963 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11965         * pop3.el (pop3-open-server): Recognize a string as a service name.
11967 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11969         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11971 2005-11-23  Dave Love  <fx@gnu.org>
11973         Add pop3s, pop3/starttls.
11975         * pop3.el (pop3-authentication-scheme): Clarify doc.
11976         (open-tls-stream, starttls-open-stream): Autoload.
11977         (pop3-stream-type): New.
11978         (pop3-open-server): Use it.
11980         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11981         for POP.
11982         (mail-source-keyword-map): Add :stream for POP.
11983         (mail-source-fetch-pop): Use pop3-stream-type.
11985 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11987         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11988         of current-time-string.
11990 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11992         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11993         date header.
11995 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11997         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11998         it can seriously impact performance as it bypasses the agent's
11999         local caches.
12001 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12003         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12004         must be explicitly online rather than "not explicitly offline" for
12005         its flags to be synchronized.
12007         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12008         that gnus-uu-unmark-thread will function correctly.
12010         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12011         1024K is instead displayed as 1M.
12013 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12015         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12017 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12019         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12021 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12023         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12024         error message to display actual error condition.
12025         (gnus-agent-save-local): Avoid saving symbols that are bound to
12026         nil as they simply result in a warning message in
12027         gnus-agent-read-local.
12029 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12031         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12032         rather than make-variable-buffer-local for file-precious-flag.
12034 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12036         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12037         for duplicates which are removed.  The invalid sort check then
12038         triggers a rescan after the sort as sorting may have moved
12039         duplicate entries such that they can be cheaply detected.
12041 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12043         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12045 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12047         * gnus-agent.el (gnus-agent-article-alist-save-format):
12048         Change internal variable to a custom variable.  Change default value
12049         from compressed(2) to uncompressed(1).
12050         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12051         support for uncompressed agentview files.  Taken together, reading
12052         the agentview file should now be 6-7 times faster.
12054 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12056         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12057         as a buffer-local variable.  This avoids creating truncated
12058         dribble files as a result of a hang up, eg.
12060 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12062         * gnus-start.el (gnus-start-draft-setup):
12063         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12065         * gnus.el (gnus-splash): Change custom group.
12066         (gnus-group-get-parameter, gnus-group-parameter-value):
12067         Describe allow-list argument.
12069         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12070         string.
12072 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12074         * gnus-art.el (gnus-default-article-saver): Add user-defined
12075         `function' to custom type.
12077 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12079         * imap.el (imap-open): Handle case where buffer is a buffer
12080         object.
12082 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12084         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12085         long lines.
12086         (gnus-cache-delete-group): Wrap doc strings.
12088         * gnus-agent.el (gnus-agent-rename-group)
12089         (gnus-agent-delete-group): Wrap doc strings.
12091 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12093         * gnus-start.el (gnus-1): Add "native" to
12094         gnus-predefined-server-alist.
12096         * gnus.el (gnus-method-to-server): Don't add "native" to the
12097         lists here, because that leads to problems when
12098         gnus-select-method is bound.
12100 2005-11-09  Simon Josefsson  <jas@extundo.com>
12102         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12103         use (not sort-by-date) instead.
12105 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12107         * gnus-delay.el (gnus-delay-group): Don't autoload.
12108         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12109         to be re-loaded when customizing the `gnus-delay' group.
12111 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12113         * message.el: Revert last changes.
12114         (message-insert-citation-line): Use newlines.
12116 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12118         * message.el (message-courtesy-message)
12119         (message-mark-insert-begin, message-mark-insert-end)
12120         (message-elide-ellipsis, message-cancel-message)
12121         (message-add-header, message-change-subject)
12122         (message-cross-post-followup-to-header)
12123         (message-cross-post-insert-note, message-reduce-to-to-cc)
12124         (message-widen-reply, message-delete-not-region)
12125         (message-kill-to-signature, message-insert-signature)
12126         (message-insert-importance-high, message-insert-importance-low)
12127         (message-insert-or-toggle-importance)
12128         (message-insert-disposition-notification-to)
12129         (message-indent-citation, message-yank-original)
12130         (message-cite-original-without-signature, message-cite-original)
12131         (message-insert-citation-line, message-position-on-field)
12132         (message-fix-before-sending, message-send-mail-partially)
12133         (message-send-mail, message-send-mail-with-sendmail)
12134         (message-send-mail-with-qmail, message-send-news)
12135         (message-check-news-header-syntax, message-generate-headers)
12136         (message-insert-courtesy-copy, message-fill-address)
12137         (message-fill-header, message-shorten-references)
12138         (message-setup-1, message-cancel-news)
12139         (message-forward-make-body-plain, message-forward-make-body-mime)
12140         (message-forward-make-body-mml, message-encode-message-body)
12141         (message-forward-make-body-digest-plain)
12142         (message-forward-make-body-digest-mime)
12143         (message-use-alternative-email-as-from): Insert `hard-newline'
12144         instead of ordinary newlines.
12146 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12148         * message.el (message-generate-headers): Downcase the argument
12149         given to message-check-element.
12151 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12153         * nntp.el (nntp-authinfo-rejected): New error condition.
12154         (nntp-wait-for): Use new error condition to signal authentication
12155         error.
12156         (nntp-retrieve-data): Rethrow new error condition to break out of
12157         recursive call to nntp-send-authinfo.
12159 2005-11-08  Romain Francoise  <romain@orebokech.com>
12161         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12162         (gnus-summary-exit-map): Bind to `Z p'.
12163         (gnus-summary-make-menu-bar): Add menu item.
12165 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12167         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12168         (gnus-treat-*): Add `first' in all doc strings.
12170         * gnus-group.el (gnus-group-compact-group): Fix typo.
12172 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12174         * gnus.el (gnus-parameters-case-fold-search): New variable.
12175         (gnus-parameters-get-parameter): Use it.
12177         * gnus-score.el (gnus-home-score-file): Doc fix.
12179 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12181         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12183 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12185         * mm-util.el (mm-special-display-p): New function.
12187         * mml.el (mml-preview): Use it; doc fix.
12189 2005-10-29  Romain Francoise  <romain@orebokech.com>
12191         * message.el (message-fix-before-sending): Fix comment.
12193 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12195         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12197 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12199         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12200         Used in gnus-score.el.
12202 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12204         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12206 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12208         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12209         whitespace removed in revision 7.8.  Use concatenated string to
12210         protect trailing whitespace.
12212 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12214         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12215         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12216         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12217         Courier IMAP ("some version from 2004").  Mostly based on similar
12218         code in the same function.
12220 2005-10-26  Didier Verna  <didier@xemacs.org>
12222         * gnus-group.el (gnus-group-compact-group): Invalidate original
12223         article buffer.
12224         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12225         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12226         NOV database and in article itself.
12227         Invalidate article backlog.
12229 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12231         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12233 2005-10-26  Simon Josefsson  <jas@extundo.com>
12235         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12236         part of 2004-07-25 change.
12238 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12240         * message.el (message-display-completion-list): New function.
12241         (message-expand-group): Use it; make sure the Completions buffer
12242         is modifiable.
12244 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12246         * imap.el (imap-open): Handle case where buffer is a buffer object.
12248 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
12250         * pgg-def.el:
12251         * pgg-gpg.el:
12252         * pgg-parse.el:
12253         * pgg-pgp.el:
12254         * pgg-pgp5.el:
12255         * pgg.el: Move to the parent lisp directory.
12257 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12259         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12260         user-mail-name is an empty string.
12262 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12264         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12265         depending on gnus-score-decay-constant.
12267         * encrypt.el (encrypt-insert-file-contents)
12268         (encrypt-write-file-contents): Don't use `gnus-message'.
12270         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12271         arguments.
12272         (mm-uu-type-alist): Add message-marks and insert-marks.
12273         Pass arguments to mm-uu-verbatim-marks-extract.
12274         (mm-uu-hide-markers): New variable.
12275         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12277         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12278         (gnus-convert-image-to-face-command): Use "convert" by default to
12279         allow other input image formats.
12280         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12281         accordingly.
12283 2005-10-23  Simon Josefsson  <jas@extundo.com>
12285         * imap.el (imap-gssapi-program): Align command line parameters
12286         with latest GNU SASL.
12287         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12289 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12291         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12292         HTML.
12293         (nnslashdot-request-article): Ditto.
12295 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12297         * mail-source.el (mail-source-fetch-pop): Require pop3.
12298         (mail-source-check-pop): Ditto.
12300 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12302         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12303         errors.
12305 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12307         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12308         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12310         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12312         * mm-bodies.el (mm-decode-string):
12313         Call `mm-charset-to-coding-system' with allow-override argument.
12315 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12317         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12318         (rfc2047-charset-to-coding-system): New function.
12319         (rfc2047-decode-encoded-words): New function.
12320         (rfc2047-decode-region): Use them.
12321         (rfc2047-decode-cte): Remove.
12322         (rfc2047-parse-and-decode): Remove.
12323         (rfc2047-decode): Remove.
12325 2005-10-15  Kenichi Handa  <handa@m17n.org>
12327         * rfc2047.el (rfc2047-decode-cte): New function.
12328         (rfc2047-decode-region): Change the way to decode successive
12329         encoded-words: decode B- or Q-encoding in each encoded-word,
12330         concatenate them, and decode it as charset.
12332 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12334         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12335         widget-move-and-invoke.
12336         (gnus-custom-mode): Use gnus-custom-map.
12338 2005-10-15  Bill Wohler  <wohler@newt.com>
12340         * message.el (message-tool-bar-map): Rename image file from
12341         mail_send to mail/send.
12343 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12345         * message.el (message-expand-group): Pass the common
12346         prefix substring of completion to `display-completion-list'.
12348 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12350         * mml-sec.el (mml-secure-method): New internal variable.
12351         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12352         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
12353         New functions using mml-secure-method.
12355         * mml.el (mml-mode-map): Add key bindings for those functions.
12356         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12357         Harder <harder@myrealbox.com>.
12358         (mml-attach-file, mml-attach-buffer, mml-attach-external):
12359         Goto end of message if point is the headers of the message.
12361         * message.el (message-in-body-p): New function.
12363         * assistant.el: Autoload gnus-util and netrc.
12365         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12366         Use `mm-charset-override-alist' only when decoding.
12368         * mm-bodies.el (mm-decode-body):
12369         Call `mm-charset-to-coding-system' with allow-override argument.
12371         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12372         `filename' from Content-Disposition if Content-Type doesn't
12373         provide `name'.
12374         (gnus-mime-view-part-as-type): Set default instead of
12375         initial-input.
12377 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12379         * format-spec.el (format-spec): Propagate text properties of % spec.
12381 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12383         * gnus-art.el (gnus-treat-predicate): Add `first'.
12385 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12387         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12388         (mm-charset-override-alist): New variable.
12389         (mm-charset-to-coding-system): Use it.
12390         (mm-codepage-setup): New helper function.
12391         (mm-charset-eval-alist): New variable.
12392         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
12393         Warn about unknown charsets.
12395 2005-10-04  David Hansen  <david.hansen@gmx.net>
12397         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12398         (nnrss-check-group): Ditto.
12400 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12402         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12403         Rename x-gnus-verbatim to x-verbatim.
12404         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12406         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12407         x-verbatim.
12409         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12411         * gnus-util.el (gnus-remove-duplicates): Remove.
12413         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12414         instead of gnus-remove-duplicates.
12416         * message.el (message-remove-duplicates): Remove.
12417         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12418         message-remove-duplicates.
12420         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12421         available, else use implementation from `delete-dups'.
12423         * message.el (message-insert-expires): New function.
12424         (message-mode-map): Add key binding.
12425         (message-mode-field-menu): Add menu entry.
12426         (message-mode): Document it.
12427         (message-make-expires-date): Use `message-make-date'.
12429 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12431         * message.el (message-make-expires-date): New function.
12433 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12435         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12437 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12439         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12440         function rather than the diff-mode.el package.
12441         (mm-display-external): Use with-current-buffer.
12442         (mm-viewer-completion-map, mm-viewer-completion-map):
12443         Move initialization inside declaration.
12445 2005-09-29  Simon Josefsson  <jas@extundo.com>
12447         * spam.el: Load hashcash when compiling, to avoid warnings.
12448         Don't autoload mail-check-payment.
12449         (spam-check-hashcash): Define unconditionally, since hashcash.el
12450         is part of Gnus now.  Ignore errors from payment checking.
12452 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12454         * message.el (message-bold-region, message-unbold-region):
12455         Rename from `bold-region' and `unbold-region'.
12457         * message.el: Remove useless autoloads.
12459 2005-09-28  Simon Josefsson  <jas@extundo.com>
12461         * message.el (message-use-idna): Default to t.
12462         (message-use-idna): Test whether encoding works too.  Doc fix.
12464 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12466         * nntp.el (nntp-warn-about-losing-connection): Remove.
12468 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12470         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12471         customizable.  Change default value.
12472         (mm-uu-diff-groups-regexp): Change default value.
12473         (mm-uu-type-alist): Add doc string.
12474         (mm-uu-configure): Add doc string.  Make it interactive.
12475         (mm-uu-tex-groups-regexp): New variable.
12476         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12477         (mm-uu-type-alist): Add LaTeX documents.
12478         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12479         of "text/verbatim".
12480         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12482         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12483         instead of "text/verbatim".
12485         * message.el (message-mark-inserted-region)
12486         (message-mark-insert-file): Use slrn style marks when called with
12487         prefix argument.
12489 2005-09-27  Simon Josefsson  <jas@extundo.com>
12491         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12493 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12495         * message.el (message-remove-duplicates): New function.
12496         Implementation borrowed from `gnus-remove-duplicates'.
12497         (message-idna-to-ascii-rhs): Also encode idna addresses in
12498         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12499         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12500         only ask about the same idna domain once per header and also tell
12501         in what header to replace the idna domain.
12503         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12504         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12505         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12506         a header is decoded and not just the last one.
12508 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12510         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12511         has been decoded.
12513         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12514         (mm-insert-part): Don't modify text if it has been decoded.
12516         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12517         decoded.
12519         * mm-view.el (mm-inline-text): Don't strip text props unless
12520         decoding enriched or richtext parts.
12522 2005-09-25  Romain Francoise  <romain@orebokech.com>
12524         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12525         * gnus-start.el (gnus-subscribe-interactively):
12526         * gnus-uu.el (gnus-uu-grab-articles):
12527         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12528         space.
12530 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12532         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12533         * mm-view.el (mm-view-pkcs7-decrypt):
12534         * gnus-sum.el (gnus-summary-limit-to-extra)
12535         (gnus-summary-respool-article, gnus-read-move-group-name):
12536         * gnus-score.el (gnus-summary-increase-score):
12537         * gnus-util.el (gnus-completing-read-with-default):
12538         * gnus-art.el (gnus-read-save-file-name)
12539         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12540         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12541         * message.el (message-check-news-header-syntax):
12542         Follow convention for reading with the minibuffer.
12544 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12546         * spam-report.el (spam-report-url-ping-plain):
12547         Use gnus-extended-version as User-Agent.
12549         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12550         default value is nil.
12552         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
12553         (mm-uu-verbatim-marks-extract): New function.
12554         (mm-uu-extract): New face.
12555         (mm-uu-copy-to-buffer): Use it.
12557         * spam-report.el (spam-report-gmane-ham): Rename from
12558         `spam-report-gmane-unspam'.
12559         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
12560         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12562         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12563         Autoload.
12564         (spam-report-gmane-unregister-routine):
12565         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12567 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12569         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12570         (spam-report-gmane-unregister-routine): Add support for gmane
12571         unregistration.
12573         * spam-report.el (spam-report-gmane-unspam)
12574         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12575         (spam-report-gmane): Change to take a single article and do unspam
12576         registration.
12578 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12580         * mm-url.el (mm-url-decode-entities): Fix regexp.
12582 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12584         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12585         default to nil, to be able to use Gnus at all.  If the default
12586         switches to something else, then the function should be fixed not
12587         be exceedingly slow.
12589 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12591         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12592         fail hard.
12594         * spam-report.el: Add better Keywords line.
12596         * spam.el: Add Maintainer and better Keywords line.
12598 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12600         * gnus-art.el (gnus-article-replace-part)
12601         (gnus-mime-replace-part): New functions.
12602         (gnus-mime-action-alist, gnus-mime-button-commands)
12603         (gnus-mime-save-part-and-strip): Add file argument.
12604         (gnus-article-part-wrapper): Add interactive argument.
12606         * gnus-sum.el (gnus-summary-mime-map):
12607         Add `gnus-article-replace-part'.
12609 2005-09-19  Didier Verna  <didier@xemacs.org>
12611         The nnml compaction feature:
12612         * nnml.el (nnml-request-compact-group): New function.
12613         * nnml.el (nnml-request-compact): New function.
12614         * gnus-int.el (gnus-request-compact-group): New function.
12615         * gnus-int.el (gnus-request-compact): New function.
12616         * gnus-group.el (gnus-group-compact-group): New function.
12617         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12618         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12619         * gnus-srvr.el (gnus-server-compact-server): New function.
12620         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12621         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12623 2005-09-18  Deepak Goel  <deego@gnufans.org>
12625         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12626         format spec.
12628 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12630         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12632 2005-09-15  Romain Francoise  <romain@orebokech.com>
12634         * message.el (message-fill-paragraph): Clarify docstring.
12636 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12638         * gnus-art.el (gnus-mime-display-part): Protect against broken
12639         MIME messages.
12641 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12643         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12644         before parsing header.
12646 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12648         * html2text.el (html2text-replace-list): Add new entities.
12650 2005-09-11  Romain Francoise  <romain@orebokech.com>
12652         * message.el (message-alternative-emails): Improve docstring.
12653         (message-setup-1): Call `message-use-alternative-email-as-from'
12654         after `message-setup-hook' to give it precedence over posting
12655         styles, etc.
12656         (message-use-alternative-email-as-from): Add docstring.
12657         Remove the original From header if present.
12659         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12660         (nnml-save-mail): Use it.
12662         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12663         articles.  Add new argument `silent'.
12664         (gnus-uu-mark-all): Report the total number of marked articles.
12666 2005-09-10  Romain Francoise  <romain@orebokech.com>
12668         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12669         (gnus-uu-mark-series): Likewise.
12671 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12673         * spam-report.el (spam-report-gmane): Fix generation of spam
12674         report URL.
12676 2005-09-10  Simon Josefsson  <jas@extundo.com>
12678         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12679         t, based on discussion on the ding list with Robert Epprecht
12680         <epprecht@solnet.ch>.
12682 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12684         * spam-report.el (spam-report-gmane): Make it work without
12685         X-Report-Spam header.  Gmane now only provides Archived-At.
12686         This is only used if `spam-report-gmane-use-article-number' is nil.
12687         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12689         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12690         make `gnus-summary-sort-by-recipient' work with threading.
12692         * nnweb.el (nnweb-google-wash-article): Print a message if article
12693         is not available.
12695 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12697         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12698         change.  Decode text/* parts content before displaying.
12700 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12702         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12704 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12706         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12708 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12710         * message.el (message-tab-body-function): Fix mismatched custom type.
12712         * gnus.el (gnus-group-change-level-function): Ditto.
12714         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12716         * gnus-art.el (gnus-signature-limit)
12717         (gnus-article-mime-part-function): Ditto.
12719 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12721         * mml.el (mml-mode): Silence the byte compiler.
12723         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12724         using `(sit-for 0)' before moving the point to the specified part;
12725         skip unbuttonized parts.
12726         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12727         return to the summary window if gnus-auto-select-part is non-nil.
12729 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12731         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
12732         New variables.
12733         (mml-dnd-attach-file, mml-mode): Use them.
12735         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12736         Make fetching article by MID work again for Google Groups.
12737         Add FIXME concerning gnus-group-make-web-group.
12739         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12740         Don't depend on Gnus by using mail-extract-address-components if
12741         gnus-extract-address-components is not bound.
12743 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12745         * gnus-art.el (gnus-mime-display-security): Don't display the
12746         signature, but only the signed part.
12748 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12750         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12752         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12753         list, not listp.
12755 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12757         * mm-encode.el (mm-encode-content-transfer-encoding):
12758         Likewise when encoding.
12760         * mm-bodies.el (mm-decode-content-transfer-encoding):
12761         De-canonicalize CRLF for all text content types, not just
12762         text/plain.
12764 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12766         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12767         valid article; point arrow and cursor at the MIME button.
12769 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12771         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12772         Suggested by Dan Christensen <jdc@uwo.ca>.
12774         * mm-decode.el (mm-save-part): Enable change of prompt.
12776 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12778         * gnus-msg.el (gnus-inews-add-send-actions):
12779         Make `message-post-method' lambda parameter ARG `&optional'.
12781 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12783         * gnus-sum.el (gnus-summary-mime-map):
12784         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
12785         gnus-article-jump-to-part.
12787         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
12788         (gnus-article-edit-part): Use it.
12789         (gnus-article-part-wrapper): Add no-handle argument.
12790         (gnus-article-save-part-and-strip, gnus-article-delete-part):
12791         New functions.
12793 2005-08-29  Romain Francoise  <romain@orebokech.com>
12795         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12796         docstring.
12797         (gnus-face-from-file): Likewise.
12799 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12801         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12802         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12803         non-nil.
12804         (gnus-auto-select-part): New variable.
12805         (gnus-article-jump-to-part): New function.
12806         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12807         (gnus-mime-delete-part): Allow selecting specified part after
12808         deleting or stripping parts.
12809         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12810         part if argument is bogus.
12812 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12814         * gnus-art.el (w3m-minor-mode-map):
12815         * gnus-spec.el (gnus-newsrc-file-version):
12816         * gnus-util.el (nnmail-active-file-coding-system)
12817         (gnus-original-article-buffer, gnus-user-agent):
12818         * gnus.el (gnus-ham-process-destinations)
12819         (gnus-parameter-ham-marks-alist)
12820         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12821         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12822         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12823         * mm-decode.el (gnus-current-window-configuration):
12824         * mm-extern.el (gnus-article-mime-handles):
12825         * mm-url.el (url-current-object, url-package-name)
12826         (url-package-version):
12827         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12828         (smime-keys, w3m-cid-retrieve-function-alist)
12829         (w3m-current-buffer, w3m-display-inline-images)
12830         (w3m-minor-mode-map):
12831         * mml-smime.el (gnus-extract-address-components):
12832         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12833         (gnus-newsrc-hashtb, message-default-charset)
12834         (message-deletable-headers, message-options)
12835         (message-posting-charset, message-required-mail-headers)
12836         (message-required-news-headers):
12837         * mml1991.el (mc-pgp-always-sign):
12838         * mml2015.el (mc-pgp-always-sign):
12839         * nnheader.el (nnmail-extra-headers):
12840         * rfc1843.el (gnus-decode-encoded-word-function)
12841         (gnus-decode-header-function, gnus-newsgroup-name):
12842         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12844 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12846         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12847         the end of the date treatments.
12849 2005-08-15  Simon Josefsson  <jas@extundo.com>
12851         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12852         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12853         Capello and Romain Francoise.
12854         (pgg-fetch-key-function): Remove, not used?
12855         (pgg-insert-url-with-w3): Require url, to get
12856         url-insert-file-contents regardless of where it is defined.
12858 2005-08-13  Romain Francoise  <romain@orebokech.com>
12860         * message.el (message-cite-original-1): New function.
12861         (message-cite-original): Use it.
12862         (message-cite-original-without-signature): Ditto.
12864 2005-08-08  Romain Francoise  <romain@orebokech.com>
12866         * message.el (message-yank-empty-prefix): New variable.
12867         (message-indent-citation): Use it.
12868         (message-cite-original-without-signature): Respect X-No-Archive.
12870 2005-08-08  Simon Josefsson  <jas@extundo.com>
12872         * pgg.el: Autoload url-insert-file-contents instead of loading
12873         w3/url.
12874         (pgg-insert-url-with-w3): Don't load url here.
12876 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12878         * message.el (message-kill-to-signature): Don't insert newline at
12879         bol.
12880         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12882 2005-08-06  Romain Francoise  <romain@orebokech.com>
12884         * message.el (message-user-fqdn): Fix typo in docstring.
12886 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12888         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12890         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12892 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12894         * mm-bodies.el (mm-encode-body): Use coding system rather than
12895         charset to encode text.
12897         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12898         number of charsets if utf-8 is available (XEmacs).
12900 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12902         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12903         taken from `gnus-button-mid-or-mail-regexp'.
12904         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12905         (gnus-button-alist): Improve regexp for domain part of the MIDs
12906         for news:localpart@domain buttons.
12907         (gnus-button-ctan-directory-regexp): Update.
12909 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12911         * sieve-manage.el (sieve-manage-interactive-login):
12912         Use make-local-variable rather than make-variable-buffer-local.
12913         (sieve-manage-open): Ditto.
12914         (sieve-manage-authenticate): Ditto.
12916         * mml.el (mml-generate-mime-1): Make the content type default to
12917         text/plain if the filename is not specified.
12919 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12921         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12922         instead of insert-buffer.
12924         * message.el (message-yank-original): Ditto; set the mark at the
12925         end of the yanked message.
12927 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12929         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12930         lines to scroll rather than to stop it.
12932         * mml.el (mml-generate-default-type): Add doc string.
12933         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12934         default to application/octet-stream when determining the content
12935         type if it is not specified for the part or the mml contents; add
12936         a comment about mml-generate-default-type.
12938 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12940         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12941         make it default to application/octet-stream when determining the
12942         content type if it is not specified for the external contents.
12944 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12946         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12947         segmented parameter but also other parameters might be there.
12949 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12951         * mm-decode.el (mm-display-external): Delete temp file, directory
12952         and buffer immediately if the external process is exited.
12954 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12956         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12957         fewer lines than that of scroll-margin.
12958         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12960 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12962         * gnus-art.el (gnus-article-next-page): Revert.
12963         (gnus-article-beginning-of-window): New macro.
12964         (gnus-article-next-page-1): Use it.
12965         (gnus-article-prev-page): Ditto.
12966         (gnus-article-edit-part): Use insert-buffer-substring instead of
12967         insert-buffer.
12968         (gnus-article-edit-exit): Ditto.
12970         * gnus-util.el (gnus-beginning-of-window): Remove.
12971         (gnus-end-of-window): Remove.
12973 2005-07-25  Simon Josefsson  <jas@extundo.com>
12975         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12976         to have the url package without w3.  Reported by Daiki Ueno
12977         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12979 2005-07-20  Didier Verna  <didier@xemacs.org>
12981         * gnus-diary.el: Remove the description comment (nndiary is now
12982         properly documented in the Gnus manual).
12983         Fix the spelling of "Back End".
12984         * nndiary.el: Ditto.
12985         Fix the copyright notice.
12987 2005-07-18  Romain Francoise  <romain@orebokech.com>
12989         * gnus-sum.el (gnus-summary-to-prefix)
12990         (gnus-summary-newsgroup-prefix): New variables.
12991         (gnus-summary-from-or-to-or-newsgroups): Use them.
12993 2005-07-17  Romain Francoise  <romain@orebokech.com>
12995         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12996         space as it's generally not especially interesting to the user.
12998 2005-07-16  Romain Francoise  <romain@orebokech.com>
13000         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13001         nil to avoid prompting and file modification if one of the
13002         messages at the top of the nnfolder file contains a copyright
13003         notice.
13004         Update copyright notice.
13006         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13007         instead of `current-time-string' as the latter creates a time
13008         string that is not RFC 2822 compliant (it lacks the zone).
13009         Update copyright notice.
13011 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13013         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13014         for text/rtf.  Display default in prompt.  Pass default for M-n.
13016         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13018 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13020         * gnus-msg.el (gnus-button-mailto):
13021         Remove save-selected-window-window hackery because it relies on
13022         save-selected-window internals.
13024 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13026         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13027         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13028         (gnus-article-prev-page): Ditto.
13030         * gnus-util.el (gnus-beginning-of-window): New function.
13031         (gnus-end-of-window): New function.
13033 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13035         * gnus-score.el (gnus-score-edit-all-score):
13036         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13037         gnus-message.
13039 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13041         * gnus-msg.el (gnus-button-mailto):
13042         Remove save-selected-window-window hackery because it relies on
13043         save-selected-window internals.
13045 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13047         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13048         add-minor-mode.
13049         (gnus-binary-mode): Ditto.
13051         * gnus-topic.el (gnus-topic-mode): Ditto.
13053 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13055         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13056         (gnus-article-prev-page): Take scroll-margin into consideration.
13058 2005-07-04  Lute Kamstra  <lute@gnu.org>
13060         Update FSF's address in GPL notices.
13062 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13064         * gnus.el (gnus-exit):
13065         * gnus-group.el (gnus-group-icons):
13066         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13068         * gnus-nocem.el (gnus-nocem):
13069         * message.el (message-various, message-buffers, message-sending)
13070         (message-interface, message-forwarding, message-insertion)
13071         (message-headers, message-news, message-mail):
13072         * pgg-gpg.el (pgg-gpg):
13073         * pgg-parse.el (pgg-parse):
13074         * pgg-pgp.el (pgg-pgp):
13075         * pgg-pgp5.el (pgg-pgp5):
13076         * pop3.el (pop3): Finish `defgroup' description with period.
13078 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13080         * gnus-art.el (article-display-face): Improve the efficiency.
13081         (article-display-x-face): Ditto; remove grey x-face stuff.
13083 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13085         * gnus-art.el (article-display-face): Correct the position in
13086         which Faces are inserted.
13088 2005-06-29  Didier Verna  <didier@xemacs.org>
13090         * gnus-art.el (article-display-face): Display faces in correct
13091         order.
13093 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13095         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13096         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13097         (gnus-nocem-check-article): Fetch the Type header.
13098         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13099         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13100         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13101         make sure gnus-nocem-hashtb is initialized.
13102         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13103         (gnus-nocem-unwanted-article-p): Ditto.
13105         * pgg.el (pgg-verify): Return the verification result.
13107 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13109         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13110         is ascii.
13112 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13114         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13115         `show-nonbreak-escape'.
13117 2005-06-23  Lute Kamstra  <lute@gnu.org>
13119         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13121         * dig.el (dig-mode):
13122         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13124 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13126         * nnimap.el (nnimap-split-download-body): Fix spellings.
13128 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13130         * gnus-art.el (gnus-article-encrypt-body):
13131         * gnus-cus.el (gnus-score-customize):
13132         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13133         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13135 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13137         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13138         header by looking for magic "MII" at the beginnig.
13140 2005-06-16  Miles Bader  <miles@gnu.org>
13142         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13143         (assistant-field-face): New backward-compatibility alias for renamed
13144         face.
13145         (assistant-render-text): Use renamed assistant-field face.
13147         * spam.el (spam): Remove "-face" suffix from face name.
13148         (spam-face): New backward-compatibility alias for renamed face.
13149         (spam-face, spam-initialize): Use renamed spam face.
13151         * message.el (message-header-to, message-header-cc)
13152         (message-header-subject, message-header-newsgroups)
13153         (message-header-other, message-header-name)
13154         (message-header-xheader, message-separator, message-cited-text)
13155         (message-mml): Remove "-face" suffix from face names.
13156         (message-header-to-face, message-header-cc-face)
13157         (message-header-subject-face, message-header-newsgroups-face)
13158         (message-header-other-face, message-header-name-face)
13159         (message-header-xheader-face, message-separator-face)
13160         (message-cited-text-face, message-mml-face):
13161         New backward-compatibility aliases for renamed faces.
13162         (message-font-lock-keywords): Use renamed message faces.
13164         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13165         (sieve-test-commands, sieve-tagged-arguments):
13166         Remove "-face" suffix from face names.
13167         (sieve-control-commands-face, sieve-action-commands-face)
13168         (sieve-test-commands-face, sieve-tagged-arguments-face):
13169         New backward-compatibility aliases for renamed faces.
13170         (sieve-control-commands-face, sieve-action-commands-face)
13171         (sieve-test-commands-face, sieve-tagged-arguments-face):
13172         Use renamed sieve faces.
13174         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13175         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13176         (gnus-group-news-3-empty, gnus-group-news-4)
13177         (gnus-group-news-4-empty, gnus-group-news-5)
13178         (gnus-group-news-5-empty, gnus-group-news-6)
13179         (gnus-group-news-6-empty, gnus-group-news-low)
13180         (gnus-group-news-low-empty, gnus-group-mail-1)
13181         (gnus-group-mail-1-empty, gnus-group-mail-2)
13182         (gnus-group-mail-2-empty, gnus-group-mail-3)
13183         (gnus-group-mail-3-empty, gnus-group-mail-low)
13184         (gnus-group-mail-low-empty, gnus-summary-selected)
13185         (gnus-summary-cancelled, gnus-summary-high-ticked)
13186         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13187         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13188         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13189         (gnus-summary-low-undownloaded)
13190         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13191         (gnus-summary-low-unread, gnus-summary-normal-unread)
13192         (gnus-summary-high-read, gnus-summary-low-read)
13193         (gnus-summary-normal-read, gnus-splash):
13194         Remove "-face" suffix from face names.
13195         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13196         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13197         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13198         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13199         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13200         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13201         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13202         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13203         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13204         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13205         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13206         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13207         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13208         (gnus-summary-normal-ticked-face)
13209         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13210         (gnus-summary-normal-ancient-face)
13211         (gnus-summary-high-undownloaded-face)
13212         (gnus-summary-low-undownloaded-face)
13213         (gnus-summary-normal-undownloaded-face)
13214         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13215         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13216         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13217         (gnus-splash-face):
13218         New backward-compatibility aliases for renamed faces.
13219         (gnus-group-startup-message): Use renamed gnus faces.
13221         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13222         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13223         (gnus-server-agent): Remove "-face" suffix from face names.
13224         (gnus-server-agent-face, gnus-server-opened-face)
13225         (gnus-server-closed-face, gnus-server-denied-face)
13226         (gnus-server-offline-face):
13227         New backward-compatibility aliases for renamed faces.
13228         (gnus-server-agent-face, gnus-server-opened-face)
13229         (gnus-server-closed-face, gnus-server-denied-face)
13230         (gnus-server-offline-face): Use renamed gnus faces.
13232         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13233         Remove "-face" suffix from face names.
13234         (gnus-picon-xbm-face, gnus-picon-face):
13235         New backward-compatibility aliases for renamed faces.
13237         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13238         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13239         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13240         (gnus-cite-11): Remove "-face" suffix from face names.
13241         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13242         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13243         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13244         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13245         New backward-compatibility aliases for renamed faces.
13246         (gnus-cite-attribution-face, gnus-cite-face-list)
13247         (gnus-article-boring-faces): Use renamed gnus faces.
13249         * gnus-art.el (gnus-signature, gnus-header-from)
13250         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13251         (gnus-header-content): Remove "-face" suffix from face names.
13252         (gnus-signature-face, gnus-header-from-face)
13253         (gnus-header-subject-face, gnus-header-newsgroups-face)
13254         (gnus-header-name-face, gnus-header-content-face):
13255         New backward-compatibility aliases for renamed faces.
13256         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13258         * gnus-sum.el (gnus-summary-selected-face)
13259         (gnus-summary-highlight): Use renamed gnus faces.
13260         * gnus-group.el (gnus-group-highlight): Likewise.
13262 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13264         * gnus-sieve.el (gnus-sieve-article-add-rule):
13265         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13266         * spam-stat.el (spam-stat-buffer-change-to-spam)
13267         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13269         * message.el (message-is-yours-p):
13270         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13272 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13274         * mm-view.el (mm-inline-text): Withdraw the last change.
13276 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13278         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13279         executing enriched-decode.
13281 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13283         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13284         charset of tar files.
13286 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13288         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13290 2005-06-04  Lute Kamstra  <lute@gnu.org>
13292         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13293         information is never recorded.
13295 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13297         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13299 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13301         * pop3.el (pop3-apop): Run md5 in the binary mode.
13303         * starttls.el (starttls-set-process-query-on-exit-flag):
13304         Use eval-and-compile.
13306 2005-05-31  Simon Josefsson  <jas@extundo.com>
13308         * smime.el (smime-replace-in-string): Define.
13309         (smime-cert-by-ldap-1): Use it.
13311 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13313         * gnus-art.el (article-display-x-face): Replace
13314         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13316         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13317         set-process-query-on-exit-flag or process-kill-without-query.
13319         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13320         loop instead of replace-regexp.
13322         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13323         instead of process-kill-without-query if it is available.
13325         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13326         instead of find-file-hooks if it is available.
13328         * mml1991.el: Bind pgg-default-user-id when compiling.
13330         * mml2015.el: Bind pgg-default-user-id when compiling.
13332         * nndraft.el (nndraft-request-associate-buffer):
13333         Use write-contents-functions instead of write-contents-hooks if it is
13334         available.
13336         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13337         instead of find-file-hooks if it is available.
13339         * nntp.el (nntp-open-connection): Replace
13340         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13341         (nntp-open-ssl-stream): Ditto.
13342         (nntp-open-tls-stream): Ditto.
13344         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13345         set-process-query-on-exit-flag or process-kill-without-query.
13346         (starttls-open-stream-gnutls): Use it instead of
13347         process-kill-without-query.
13348         (starttls-open-stream): Ditto.
13350 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13352         * smime.el (smime-cert-by-ldap-1): Don't use
13353         replace-regexp-in-string.
13355 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13357         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13359         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13360         in PEM format.  Adjust to the XEmacs compability.
13362 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13364         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13365         by `string-to-number'.
13366         * gnus-agent.el (gnus-agent-regenerate-group)
13367         (gnus-agent-fetch-articles): Ditto.
13368         * gnus-art.el (gnus-button-fetch-group): Ditto.
13369         * gnus-cache.el (gnus-cache-generate-active)
13370         (gnus-cache-articles-in-group): Ditto.
13371         * gnus-group.el (gnus-group-set-current-level)
13372         (gnus-group-insert-group-line): Ditto.
13373         * gnus-score.el (gnus-score-set-expunge-below)
13374         (gnus-score-set-mark-below, gnus-summary-score-effect)
13375         (gnus-summary-score-entry): Ditto.
13376         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13377         (gnus-soup-pack): Ditto.
13378         * gnus-spec.el (gnus-xmas-format): Ditto.
13379         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13380         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13381         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13382         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13383         * nndb.el (nndb-get-remote-expire-response): Ditto.
13384         * nndiary.el (nndiary-parse-schedule-value)
13385         (nndiary-string-to-number, nndiary-request-replace-article)
13386         (nndiary-request-article): Ditto.
13387         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13388         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13389         * nneething.el (nneething-make-head): Ditto.
13390         * nnfolder.el (nnfolder-request-article)
13391         (nnfolder-retrieve-headers): Ditto.
13392         * nnheader.el (nnheader-file-to-number): Ditto.
13393         * nnkiboze.el (nnkiboze-request-article): Ditto.
13394         * nnmail.el (nnmail-process-unix-mail-format)
13395         (nnmail-process-babyl-mail-format): Ditto.
13396         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13397         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13398         (nnmh-request-create-group, nnmh-request-list-1)
13399         (nnmh-request-group, nnmh-request-article): Ditto.
13400         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13401         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13402         * nnsoup.el (nnsoup-make-active): Ditto.
13403         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13404         * nntp.el (nntp-find-group-and-number)
13405         (nntp-retrieve-headers-with-xover): Ditto.
13406         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13407         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13408         (pgg-format-key-identifier): Ditto.
13409         * pop3.el (pop3-last, pop3-stat): Ditto.
13410         * qp.el (quoted-printable-decode-region): Ditto.
13412         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13413         of concat.
13415 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13417         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13419         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13421         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13423         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13425         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13427         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13429         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13430         (gnus-carpal-mode): Ditto.
13432         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13433         (gnus-browse-mode): Ditto.
13435         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13437         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13439 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13441         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13443 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13445         * gnus-util.el (gnus-run-mode-hooks): New function.
13447         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13449 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13451         * gnus-agent.el (gnus-agent-make-mode-line-string):
13452         Use mode-line-highlight as mouse-face.
13454 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13456         * canlock.el (canlock): Change the parent group to news.
13458         * deuglify.el (gnus-outlook-deuglify): Add :group.
13460         * dig.el (dig): Add :group.
13462         * dns-mode.el (dns-mode): Add :group.
13464         * encrypt.el (encrypt): Add :group.
13466         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13467         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13468         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13469         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13470         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13472         * gnus-diary.el (gnus-diary): Add :group.
13474         * gnus.el (gnus-group-news-1-face): Add :group.
13475         (gnus-group-news-1-empty-face): Ditto.
13476         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13477         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13478         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13479         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13480         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13481         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13482         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13483         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13484         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13485         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13486         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13487         (gnus-summary-high-ticked-face): Ditto.
13488         (gnus-summary-low-ticked-face): Ditto.
13489         (gnus-summary-normal-ticked-face): Ditto.
13490         (gnus-summary-high-ancient-face): Ditto.
13491         (gnus-summary-low-ancient-face): Ditto.
13492         (gnus-summary-normal-ancient-face): Ditto.
13493         (gnus-summary-high-undownloaded-face): Ditto.
13494         (gnus-summary-low-undownloaded-face): Ditto.
13495         (gnus-summary-normal-undownloaded-face): Ditto.
13496         (gnus-summary-high-unread-face): Ditto.
13497         (gnus-summary-low-unread-face): Ditto.
13498         (gnus-summary-normal-unread-face): Ditto.
13499         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13500         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13502         * hashcash.el (hashcash): New custom group.
13503         (hashcash-default-payment): Add :group.
13504         (hashcash-payment-alist): Ditto.
13505         (hashcash-default-accept-payment): Ditto.
13506         (hashcash-accept-resources): Ditto.
13507         (hashcash-path): Ditto.
13508         (hashcash-extra-generate-parameters): Ditto.
13509         (hashcash-double-spend-database): Ditto.
13510         (hashcash-in-news): Ditto.
13512         * message.el (message-minibuffer-local-map): Add :group.
13514         * netrc.el (netrc): Add :group.
13516         * sieve-manage.el (sieve-manage-log): Add :group.
13517         (sieve-manage-default-user): Diito.
13518         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13519         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13520         (sieve-manage-authenticators): Ditto.
13521         (sieve-manage-authenticator-alist): Ditto.
13522         (sieve-manage-default-port): Ditto.
13524         * sieve-mode.el (sieve-control-commands-face): Add :group.
13525         (sieve-action-commands-face): Ditto.
13526         (sieve-test-commands-face): Ditto.
13527         (sieve-tagged-arguments-face): Ditto.
13529         * smime.el (smime): Add :group.
13531         * spam-report.el (spam-report): Add :group.
13533         * spam.el (spam, spam-face): Add :group.
13535 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13537         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13538         return \n.\n.\n at the end of articles.  Protect against that.
13539         (nntp-with-open-group): Allow debugging.
13541         * nnheader.el (mail-header-set-extra): Make into a function
13542         because I just could't understand how to quote the list properly.
13544         * dns.el (query-dns-cached): New function.
13546 2005-05-26  Lute Kamstra  <lute@gnu.org>
13548         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13550 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13552         * gnus-art.el: Don't autoload mail-extract-address-components.
13554         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13555         eval-and-compile to evaluate it.
13557         * hashcash.el: Don't autoload executable-find.
13559         * nndb.el: Don't declare the nndb back end two or more times; don't
13560         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13562         * nntp.el: Autoload format-spec instead of format; use
13563         eval-and-compile to evaluate autoload forms.
13565 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13567         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13569 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13571         * gnus.el (gnus-version-number): Bump version.
13573 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13575         * gnus.el: No Gnus v0.3 is released.
13577 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13579         * gnus-art.el (gnus-article-edit-part): Disable undo.
13581 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13583         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13584         gnus-article-date-lapsed-new-header is t if date timer is active;
13585         skip headers in which the original date value is empty.
13586         (gnus-article-save-original-date): Redefine it as a macro.
13587         (gnus-display-mime): Use it.
13589 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13591         * gnus-art.el (article-date-ut): Support converting date in
13592         forwarded parts as well.
13593         (gnus-article-save-original-date): New function.
13594         (gnus-display-mime): Use it.
13596 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13598         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13599         enclosure element of <item>.
13601 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13603         * message.el (message-kill-buffer-query): Rename from
13604         `message-kill-buffer-query-if-modified'.  Add :version.
13606 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13608         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13609         window layout.
13611 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13613         * mml.el: Autoload dnd when compiling.
13615 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13617         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13618         x-dnd-*.
13620 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13622         * qp.el (quoted-printable-encode-region): Save excursion.
13624 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13626         * message.el (message-kill-buffer-query-if-modified): Add new variable
13627         so the user can kill a modified message buffer quickly.
13628         (message-kill-buffer): Use it.
13630 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13632         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
13633         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13635 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13637         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13638         contained in text because xml.el decodes entities) with LFs.
13640 2005-04-11  Lute Kamstra  <lute@gnu.org>
13642         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13643         differently.
13645 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13647         * mm-util.el (mm-detect-coding-region): Typo.
13649 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13651         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13653 2005-04-06  Deepak Goel  <deego@gnufans.org>
13655         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13656         user-function allow user modifications of the scores.
13657         (spam-stat-score-buffer-user): New function, to allow
13658         user-computed modifications to the score.
13659         (spam-stat-score-buffer-user-functions): List of additional
13660         scoring functions.
13661         (spam-stat-error-holder): Global temporary error holder.
13662         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13663         variable.
13665 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13667         * gnus-registry.el (gnus-registry-clean-empty-function)
13668         (gnus-registry-trim, gnus-registry-fetch-groups)
13669         (gnus-registry-delete-group): Groups that match
13670         `gnus-registry-ignored-groups' are removed from the registry
13671         entries, not just ignored for splitting.  This helps clean up the
13672         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13673         to get all the groups a message ID is in.
13675         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13676         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13677         (spam-stat-score-buffer-user-functions): Add :number custom type.
13679 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13681         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13682         argument in XEmacs.
13684         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13685         (nnrss-request-group): Decode group name first.
13686         (nnrss-request-article): Make a text/plain article if mml-to-mime
13687         failed.
13688         (nnrss-get-encoding): Return a compatible encoding according to
13689         nnrss-compatible-encoding-alist.
13690         (nnrss-find-el): Use consp instead of listp.
13691         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13693 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13695         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13696         which Emacs 20 doesn't support.
13697         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13699 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13701         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13702         silence the byte compiler inside the defun.
13704         * gnus-demon.el (parse-time-string): Add autoload.
13706         * gnus-delay.el (parse-time-string): Add autoload.
13708         * gnus-art.el (parse-time-string): Add autoload.
13710         * nnultimate.el (parse-time): Require for `parse-time-string'.
13712 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13714         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13716         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13718         * smime.el (smime-ldap-host-list): Add :version.
13720 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13722         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13723         pass it to `gnus-browse-read-group'.
13724         (gnus-browse-read-group): Add NUMBER argument and pass it to
13725         `gnus-group-read-ephemeral-group'.
13727         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13728         argument and pass it to `gnus-group-read-group'.
13730 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13732         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13733         mm-xemacs-find-mime-charset-1 if we have the mule feature
13734         available at runtime.
13736 2005-03-25  Werner Lemberg  <wl@gnu.org>
13738         * nnmaildir.el: Replace `illegal' with `invalid'.
13740 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13742         * gnus-start.el (gnus-display-time-event-handler):
13743         Check display-time-timer at runtime rather than only at load time
13744         in case display-time-mode is turned off in the mean time.
13746 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13748         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13749         used.
13751         * nneething.el (nneething-map-file-directory): Derive from
13752         `gnus-directory'.
13754         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13755         the To/Cc button.
13757 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13759         * nnmaildir.el (nnmaildir-request-accept-article):
13760         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13762 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13764         * gnus-async.el: Require timer-funcs at compile time when in
13765         XEmacs for `run-with-idle-timer'.
13767 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13769         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13770         autoloaded function.
13772 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13774         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13776 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13778         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13780 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13782         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
13783         Add gnus-expert-user to default.
13785 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13787         * nnimap.el (nnimap-open-server): Ditto.
13789         * imap.el (imap-authenticate): Fix typo.
13791 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13793         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13794         buffer (since IMAP server might return FETCH response out of
13795         order, and the nntp buffer must be sorted).
13797 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13799         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
13800         comparison on string.
13802         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13803         (gnus-agent-score): Rename category keywords to match gnus-cus.
13804         (gnus-agent-summary-fetch-series): Modify to protect against
13805         gnus-agent-summary-fetch-group clearing processable flags.
13806         (gnus-agent-synchronize-group-flags): Update live group buffer as
13807         synchronization may occur due to the user toggle the plugged
13808         status.
13809         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13810         successfully downloaded.
13811         (gnus-agent-expire-group-1): Avoid using markers when the overview
13812         is in ascending order; greatly improves performance.
13813         (gnus-agent-regenerate-group):
13814         Use gnus-agent-synchronize-group-flags to reset read status in both
13815         gnus and server.
13816         (gnus-agent-update-files-total-fetched-for): Fix initial size.
13818 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13820         * message.el: Don't autoload former message-utils variables.
13821         (message-strip-subject-trailing-was): Change doc string.
13823         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13824         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13825         (nnweb-google-search): Add "hl=en" here.
13826         (nnweb-google-parse-1, nnweb-google-create-mapping):
13827         Don't hardcode URL.
13829 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13831         * message.el (message-get-reply-headers, message-followup):
13832         Mention related variables `message-use-followup-to' and
13833         `message-use-mail-followup-to', in the information buffer.
13835         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13836         of broken groups(-beta).google.com.
13838 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13840         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13841         parameter to invoked gnus-request-move-article; remove the
13842         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13843         all at once instead of once per article.
13844         (gnus-summary-remove-process-mark): Accept a list of articles as
13845         well as a single article for processing.
13847         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13848         parameter.
13850         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13852         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13854         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13855         parameter.
13857         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13858         parameter.
13860         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13861         parameter and remove the gnus-sum-hint-move-is-internal variable.
13863         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13864         parameter.
13866         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13867         parameter.
13869         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13870         parameter.
13872         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13874         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13875         parameter.
13877         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13878         parameter.
13880 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13882         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13883         a more conservative way.
13885 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13887         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13888         buffer, so it moves the window's cursor.
13890 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13892         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13893         `mm-dissect-multipart' and receive the from field as an (optional)
13894         argument from `mm-dissect-multipart'.
13895         (mm-dissect-multipart): Receive the from field as an argument and
13896         pass it on when we call `mm-dissect-buffer' on MIME parts.
13897         Fixes verification/decryption of signed/encrypted MIME parts.
13899 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13901         * gnus-sum.el (gnus-summary-move-article):
13902         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
13903         whatever it calls (right now, only nnimap-request-move article
13904         respects it).
13906         * nnimap.el (nnimap-request-move-article):
13907         When gnus-sum-hint-move-is-internal is set, don't do the extra
13908         nnimap-request-article.
13910 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13912         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13914         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13915         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13917         * gnus-sum.el (gnus-summary-caesar-message):
13918         Apply `gnus-treat-article' after rotation.
13920         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13921         doc string.
13923 2005-02-22  Simon Josefsson  <jas@extundo.com>
13925         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13926         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13927         <arne@arnested.dk>.
13928         (encrypt): Add password-cache and password-cache-expiry as group
13929         members.
13931 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13933         * smime.el (smime-ldap-host-list): Doc fix.
13934         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13935         cache) password.
13936         (smime-sign-region): Use it.
13937         (smime-decrypt-region): Use it.
13938         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13939         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13940         fails.
13941         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13942         certificate from DER to PEM format rather than calling openssl.
13944         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13946         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13947         for signing/encryption.
13949         * mml.el (mml-parse-1): Use them.
13951 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13953         * nnrss.el (nnrss-verbose): Remove.
13954         (nnrss-request-group): Use `nnheader-message' instead.
13956 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13958         * nnrss.el (nnrss-verbose): New variable.
13959         (nnrss-request-group): Make it say nnrss is requesting a group.
13961 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13963         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13964         Handle news URL with given port correctly.
13966 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13968         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13969         containing special characters.
13971         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13973         * mml.el (mime-to-mml): Ditto.
13975         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13976         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13977         (rfc2047-decode-region): Quote decoded words containing special
13978         characters when rfc2047-quote-decoded-words-containing-tspecials
13979         is non-nil.
13981 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13983         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13985         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13987 2005-02-15  Simon Josefsson  <jas@extundo.com>
13989         * nnimap.el (nnimap-debug): Doc fix.
13991         * imap.el (imap-debug): Doc fix.
13993 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13995         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13997 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13999         * gnus.el (spam-contents): Improve docs for spam-contents
14000         parameter in its variable incarnation.
14002 2005-02-14  Simon Josefsson  <jas@extundo.com>
14004         * smime-ldap.el: Use require instead of load-library for ldap.
14005         (smime-ldap-search): Indent.
14006         (smime-ldap-search-internal): Shorten line.
14008         * smime.el (smime-cert-by-dns): Add doc-string.
14009         (smime-cert-by-ldap-1): Indent.
14011         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14012         mml-smime-get-dns-ldap.
14013         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14015 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14017         * smime.el: Require smime-ldap.
14018         (smime-ldap-host-list): New variable.
14019         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14021         * mml-smime.el (mml-smime-encrypt-query): New function.
14022         (mml-smime-encrypt-query): Use it.
14024         * smime-ldap.el: New file.
14026 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14028         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14030 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14032         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14033         argument in doc string.  Make query for type more clear.
14035 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14037         * gnus.el (gnus-group-startup-message): Search for gnus images in
14038         etc/images/gnus.
14039         * mm-util.el (mm-image-load-path): Likewise.
14040         * smiley.el (smiley-data-directory): Search for smilies in
14041         etc/images/smilies.
14043 2005-02-09  Kim F. Storm  <storm@cua.dk>
14045         Change Emacs release version from 21.4 to 22.1 throughout.
14046         Change Emacs development version from 21.3.50 to 22.0.50.
14048 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14050         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14052         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14053         non-Mule XEmacs as well.
14054         (mm-decompress-buffer): Signal an error intentionally if it does
14055         not decompress compressed data because auto-compression-mode is
14056         disabled.
14058 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14060         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14061         an ID in the registry even if it has no groups.
14063 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14065         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14066         merge it into mm-decompress-buffer.
14067         (gnus-mime-copy-part): Use the MIME part charset, the value which
14068         a user specified or gnus-newsgroup-charset for decoding, like
14069         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14070         save-buffer what was used.  Suggested by Kevin Ryde
14071         <user42@zip.com.au>.
14072         (gnus-mime-inline-part): Allow the name parameter as well as the
14073         filename parameter; force decompressing of compressed data; always
14074         display contents being not decoded as unibyte.
14076         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14077         as well as the filename parameter.
14079         * mm-util.el (mm-decompress-buffer):
14080         Merge gnus-mime-jka-compr-maybe-uncompress.
14081         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14082         of compressed data.
14084 2005-02-08  Simon Josefsson  <jas@extundo.com>
14086         * imap.el (imap-log): Doc fix.
14088 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14090         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14091         the coding cookies; decompress compressed parts.
14093         * mml.el (mml-generate-mime-1): Add the charset parameter according
14094         to the value which a user specified manually or the coding cookie.
14096         * mm-util.el (mm-string-to-multibyte): New function.
14097         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14098         (mm-coding-system-to-mime-charset): New function.
14099         (mm-decompress-buffer): New function.
14100         (mm-find-buffer-file-coding-system): New function.
14102         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14103         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14104         parts.
14106 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14108         * mm-view.el (mm-display-inline-fontify): Decode a part according
14109         to the charset parameter.
14111 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14113         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14114         prefix arg is neither nil nor a number, as info specifies.
14116 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14118         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14119         timestamps.
14121 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14123         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14124         groups error checking and notify user.
14126 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14128         * message.el (message-send-mail-function): Check existence of
14129         sendmail-program first before using default value
14130         `message-send-mail-with-sendmail'.  Otherwise use more generic
14131         `smtpmail-send-it'.
14133 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14135         * nntp.el (nntp-request-update-info): Always return nil.
14137 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14139         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14141 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14143         * message.el (message-beginning-of-line): Change the behavior when
14144         invoked between BOL and : so that it first moves backward.
14146 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14148         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14149         article buffer when editing of the article is discarded.
14150         (gnus-article-prepare): Revert.
14152 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14154         * gnus-art.el (gnus-article-prepare):
14155         Remove message-strip-forbidden-properties from the local hook.
14157 2005-01-27  Simon Josefsson  <jas@extundo.com>
14159         * password.el (password-cache-add): Only start one timer per key.
14160         Reported by Derek Atkins <warlord@MIT.EDU>.
14162 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14164         * run-at-time.el: Remove.  It is no longer needed as
14165         timer-funcs.el in the xemacs-base package has a working version of
14166         `run-at-time'.
14168         * password.el: Require timer-funcs instead of run-at-time in
14169         XEmacs.
14170         Remove `password-run-at-time' macro.
14171         (password-cache-add): Use `run-at-time' instead of
14172         `password-run-at-time'.
14174         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14175         for `run-with-idle-timer'.
14177         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14178         for `run-at-time'.
14180         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14181         for `with-timeout'.
14183 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14185         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14186         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14188 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14190         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14191         sensitively.
14193 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14195         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14197 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14199         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14200         which will be inserted according to the multibyteness of a buffer
14201         rather than the type of contents.  Suggested by ARISAWA Akihiro
14202         <ari@mbf.ocn.ne.jp>.
14204         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14205         of string which old xml.el may return rather than a string.
14207 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14209         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14211 2005-01-16  Simon Josefsson  <jas@extundo.com>
14213         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14214         idn/idna.el isn't available.
14215         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14216         <michael@waxrat.com>.
14218         * hashcash.el: Remove non-FSF copyright header.
14220         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14221         (hashcash-generate-payment): Use it.
14222         (hashcash-generate-payment-async): Use it.
14224 2005-01-15  Simon Josefsson  <jas@extundo.com>
14226         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14227         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14229         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14230         gnus-summary-idna-message.
14231         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14232         (gnus-summary-idna-message): New function.
14234 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14236         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14237         gnus-novice-user.
14239 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14241         * nnrss.el (nnrss-request-delete-group): Delete entries in
14242         nnrss-group-alist as well.
14243         (nnrss-save-server-data): Insert newline.
14245 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14247         * gnus.el (gnus-user-agent): Use list of symbols instead of
14248         symbols.  Display full version number for (S)XEmacs.
14249         Optionally display (S)XEmacs codename.
14251         * gnus-util.el (gnus-emacs-version): Update for new
14252         `gnus-user-agent'.
14254         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14255         Gnus version.
14257 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14259         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14260         which is unreadable in some setups.
14262 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14264         * gnus-spec.el (gnus-update-format-specifications): Flush the
14265         group format spec cache if it doesn't support decoded group names.
14267 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14269         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14270         Allow to apply decay on score files matching a regexp.
14272 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14274         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14275         compatibility in %g and %c.
14277 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14279         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14280         name for only %g and %c.
14281         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14282         of gnus-tmp-group to decoded group name.
14283         (gnus-group-make-rss-group): Exclude `/'s from group names.
14285 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14287         * nnrss.el (nnrss-get-encoding): Fix regexp.
14289 2004-12-27  Simon Josefsson  <jas@extundo.com>
14291         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14292         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14293         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14295 2004-12-17  Kim F. Storm  <storm@cua.dk>
14297         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14299         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14301 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14303         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14305 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14307         * nnrss.el: Require rfc2047 and mml.
14308         (nnrss-file-coding-system): New variable.
14309         (nnrss-format-string): Redefine it as an inline function.
14310         (nnrss-decode-group-name): New function.
14311         (nnrss-string-as-multibyte): Remove.
14312         (nnrss-retrieve-headers): Decode group name; don't use
14313         nnrss-format-string.
14314         (nnrss-request-group): Decode group name.
14315         (nnrss-request-article): Decode group name; allow a Message-ID as
14316         well as an article number; don't use nnrss-format-string; encode a
14317         Message-ID string which may contain non-ASCII characters; use
14318         mml-to-mime to compose a MIME article.
14319         (nnrss-request-expire-articles): Decode group name.
14320         (nnrss-request-delete-group): Decode group name.
14321         (nnrss-fetch): Clarify error message.
14322         (nnrss-read-server-data): Use insert-file-contents instead of load;
14323         bind file-name-coding-system; use multibyte buffer.
14324         (nnrss-save-server-data): Bind coding-system-for-write to the
14325         value of nnrss-file-coding-system; bind file-name-coding-system;
14326         add coding cookie.
14327         (nnrss-read-group-data): Use insert-file-contents instead of load;
14328         bind file-name-coding-system; use multibyte buffer.
14329         (nnrss-save-group-data): Bind coding-system-for-write to the
14330         value of nnrss-file-coding-system; bind file-name-coding-system.
14331         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14332         make it work with non-ASCII text.
14333         (nnrss-find-el): Make it work with old xml.el as well.
14335 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14337         * nnrss.el (nnrss-get-encoding): New function.
14338         (nnrss-fetch): Use unibyte buffer initially; bind
14339         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14340         decode contents according to the encoding attribute.
14341         (nnrss-save-group-data): Add coding cookie.
14342         (nnrss-mime-encode-string): New function.
14343         (nnrss-check-group): Use it to encode subject and author.
14345 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14347         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14348         imaginary variable.
14350 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14352         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14353         correctly even if there are wide characters.
14355 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14357         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14358         downcased symbol names; make a new cache instead of reusing
14359         bbdb-hashtable.
14361 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14363         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14364         concatenating segments rather than before concatenating them.
14365         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14367         * message.el (message-get-reply-headers): Bind `extra'.
14369 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14371         * message.el (message-extra-wide-headers): New variable.
14372         (message-get-reply-headers): Use it.
14374 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14376         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14377         (gnus-agent-group-pathname): Ditto.
14379         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14381         * gnus-group.el (gnus-group-make-group): Decode group name.
14382         (gnus-group-make-rss-group): Register the group data after opening
14383         the nnrss group.
14385 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14387         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14388         by expiry now get marked as read.
14390 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14392         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14394 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14396         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14397         unify Latin characters in XEmacs.
14398         (mm-find-mime-charset-region): Use it.
14400 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14402         * gnus-util.el (gnus-delete-directory): New function.
14404         * gnus-agent.el (gnus-agent-delete-group): Use it.
14406         * gnus-cache.el (gnus-cache-delete-group): Use it.
14408 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14410         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14411         names.
14413 2004-12-16  Simon Josefsson  <jas@extundo.com>
14415         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14417 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14419         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14421         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14422         (gnus-group-set-current-level): Decode group name.
14424 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14426         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14427         failed.
14429 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14431         * gnus-group.el (gnus-group-delete-group): Decode group name.
14432         (gnus-group-make-rss-group): Encode group name.
14433         (gnus-group-catchup-current): Decode group name.
14434         (gnus-group-kill-group): Decode group name.
14436 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14438         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14440 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14442         * gnus-group.el (gnus-group-make-rss-group):
14443         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14445         * gnus-start.el (gnus-setup-news): Honor user's setting to
14446         gnus-message-archive-method.  Suggested by Lute Kamstra
14447         <lute@gnu.org>.
14449 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14451         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14452         global counterparts of the buffer-local variables.
14454 2004-11-16  Romain Francoise  <romain@orebokech.com>
14456         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14457         counterparts of the buffer-local variables.
14459 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14461         * message.el (message-forbidden-properties): Fix typo in doc
14462         string.
14464 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14466         * gnus-util.el (gnus-replace-in-string): Add doc string.
14468         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14469         to avoid problems when splitting mails with many recipients.
14471 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14473         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14474         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14476 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14478         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14479         if there is no hashtable in memory or file modification time is
14480         newer than cached timestamp.
14482 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14484         * gnus-sum.el (gnus-summary-limit-to-recipient):
14485         Implement not-matching option.
14487 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14489         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14490         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14491         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14492         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14493         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14494         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14496 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14498         * message.el (message-forward-make-body-mml): Remove headers
14499         according to message-forward-ignored-headers if a message is decoded.
14501 2004-12-02  Romain Francoise  <romain@orebokech.com>
14503         * message.el (message-forward-make-body-plain): Always remove
14504         headers according to message-forward-ignored-headers.
14506 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14508         * spam.el (spam-summary-prepare-exit): Remove the
14509         gnus-summary-limit pop for now, it has problems with ham marks for
14510         me.
14512 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14514         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14515         correctly.
14517 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14519         * format-spec.el (format-spec): Message the char.
14521 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14523         * gnus-art.el (gnus-split-methods): Reformat comments.
14525         * spam.el (spam-summary-prepare-exit): Remove article limits
14526         before exiting the summary buffer.
14528 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14530         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14531         order to silence the byte compiler.
14533         * spam.el: Fix the way to silence the byte compiler, which
14534         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14535         bbdb-search-simple, spam-BBDB-register-routine,
14536         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14537         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14538         spam-stat-buffer-is-spam, spam-stat-load,
14539         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14540         spam-stat-save and spam-stat-split-fancy.
14542 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14544         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14545         which may confuse users.
14546         (canlock-password-for-verify): Ditto.
14548         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14550         * gnus-art.el (gnus-emphasis-alist): Ditto.
14552         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14554         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14556         * gnus-start.el (gnus-save-killed-list): Ditto.
14558         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14559         (gnus-sum-thread-tree-root): Ditto.
14560         (gnus-sum-thread-tree-false-root): Ditto.
14561         (gnus-sum-thread-tree-single-indent): Ditto.
14563         * message.el (message-courtesy-message): Ditto.
14564         (message-archive-note): Ditto.
14565         (message-subscribed-address-file): Ditto.
14566         (message-user-fqdn): Ditto.
14568         * spam-report.el (spam-report-gmane-regex): Ditto.
14570         * spam.el (spam-blackhole-good-server-regex): Ditto.
14572 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14574         * mml.el (mml-preview): Widen the message buffer before copying
14575         the contents to the preview buffer; sort headers before previewing.
14577         * message.el (message-hidden-headers): Fix the way to avoid a bug
14578         in the `repeat' widget in Emacs 21.3 or earlier.
14580 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14582         * message.el (message-hidden-headers): Default to "^References:".
14583         Improve customization type.  Suggested by Reiner Steib
14584         <Reiner.Steib@gmx.de>.
14586 2004-11-25  Romain Francoise  <romain@orebokech.com>
14588         * message.el (message-strip-forbidden-properties): Remove check for
14589         obsolete `message-hidden' text property, hidden headers are not
14590         accessible in the buffer anymore.
14592 2004-11-22  Romain Francoise  <romain@orebokech.com>
14594         * message.el (message-header-format-alist): Add `From' in list
14595         so that it can be sorted.
14596         (message-fix-before-sending): Widen and sort headers before
14597         sending.
14598         (message-hide-headers): Use narrowing to hide headers by moving
14599         them to the top of the buffer and narrowing to the region
14600         underneath.
14602 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14604         * message.el (message-strip-forbidden-properties):
14605         Bind buffer-read-only (etc) to nil.
14607 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14609         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14610         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14612 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14614         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14616 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14618         * dns.el (query-dns): Use sit-for to time instead of
14619         accept-process-output, since that doesn't seem to work on udp
14620         sockets.
14622 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14624         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14626 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14628         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14629         doc string.  Improve doc string.
14631 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14633         * nntp.el (nntp-request-update-info): Return nil if
14634         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14635         may not call gnus-activate-group which uselessly issues the GROUP
14636         commands for all nntp groups and wastes time.  Reported by Romain
14637         Francoise <romain@orebokech.com>.
14639         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14641 2004-11-15  Simon Josefsson  <jas@extundo.com>
14643         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14644         headers separately.
14645         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14646         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14648 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14650         * gnus-start.el (gnus-convert-old-newsrc):
14651         Assign legacy-gnus-agent to 5.10.7.
14653 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14655         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14656         start of the lines.
14658 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14660         * hashcash.el (hashcash-default-payment): Change default to 20.
14661         (hashcash-default-accept-payment): Change default to 20.
14662         (hashcash-process-alist): New variable.
14663         (hashcash-generate-payment-async): Add.
14664         (hashcash-already-paid-p): Add.
14665         (hashcash-insert-payment): Don't generate payments twice.
14666         (hashcash-insert-payment-async): Add.
14667         (hashcash-insert-payment-async-2): Add.
14668         (hashcash-cancel-async): Add.
14669         (hashcash-wait-async): Add.
14670         (hashcash-processes-running-p): Add.
14671         (hashcash-wait-or-cancel): Add.
14672         (mail-add-payment): New optional argument.  Conditionally start
14673         asynchronous calculation.
14674         (mail-add-payment-async): Add.
14676         * message.el (message-send-mail): Wait for asynchronous hashcash
14677         results.  Don't clobber existing X-Hashcash headers.
14678         (message-setup-1): Call mail-add-payment-async when
14679         message-generate-hashcash is non-nil.
14681 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14683         * message.el (message-use-alternative-email-as-from): Examine the
14684         From header as well; use message-make-from in order to include a
14685         user's full name.
14687 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14689         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14690         default; improve customization type.
14691         (gnus-emphasis-custom-with-format): New macro.
14692         (gnus-emphasis-custom-value-to-external): New function.
14693         (gnus-emphasis-custom-value-to-internal): New function.
14695 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14697         * dns.el (query-dns): Resolve reverse addresses.
14699 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14701         * gnus-group.el (gnus-group-get-new-news): Use it.
14703         * gnus-start.el (gnus-check-reasonable-setup): New function.
14705 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14707         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14708         "Args out of range" error.  Reported by Arnaud Giersch
14709         <arnaud.giersch@free.fr>.
14711 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14713         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14715 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14717         * spam.el (spam group): Add :version.
14719         * pgg-def.el (pgg group): Add :version.
14721 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14723         * gnus-art.el (gnus-article-edit-article): Don't associate the
14724         article buffer with a draft file.  This is a temporary measure
14725         against the 2004-08-22 change to gnus-article-edit-mode.
14727 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14729         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14730         (html2text-format-tags): Remove unused variable `attr'.
14732 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14734         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14736         * spam-stat.el (spam-stat): Add :version.
14738         * sieve.el (sieve): Add :version.
14740         * sha1.el (sha1): Add :version.
14741         (sha1-use-external): Remove redundant version.
14743         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14744         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14745         (nnmail-split-fancy-match-partial-words)
14746         (nnmail-split-lowercase-expanded): Add :version.
14748         * nndiary.el (nndiary): Add :version.
14750         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14752         * mml-sec.el (mml-default-sign-method)
14753         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14754         Add :version.
14756         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14758         * mm-url.el (mm-url-use-external, mm-url-program)
14759         (mm-url-arguments): Add :version.
14761         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14762         (mm-attachment-file-modes, mm-decrypt-option)
14763         (mm-w3m-safe-url-regexp): Add :version.
14765         * message.el (message-cite-prefix-regexp)
14766         (message-sendmail-envelope-from, message-minibuffer-local-map)
14767         (message-user-fqdn, message-completion-alist): Add :version.
14769         * gnus-win.el (gnus-configure-windows-hook)
14770         (gnus-use-frames-on-any-display): Add :version.
14772         * gnus-art.el (gnus-article-address-banner-alist)
14773         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14774         (gnus-treat-from-picon, gnus-treat-mail-picon)
14775         (gnus-treat-x-pgp-sig): Add :version.
14777         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14778         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14779         (gnus-summary-article-delete-hook)
14780         (gnus-summary-display-while-building): Add :version.
14782         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14783         (gnus-get-top-new-news-hook): Add :version.
14785         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14786         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14788         * gnus-registry.el (gnus-registry): Add :version.
14790         * gnus-spec.el (gnus-use-correct-string-widths)
14791         (gnus-make-format-preserve-properties): Add :version.
14793         * gnus.el (gnus-group-charter-alist)
14794         (gnus-group-fetch-control-use-browse-url)
14795         (gnus-install-group-spam-parameters): Add :version.
14797         * gnus-diary.el (gnus-diary): Add :version.
14799         * gnus-delay.el (gnus-delay): Add :version.
14801         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14802         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14803         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14804         Add :version.
14806         * gnus-agent.el (gnus-agent-max-fetch-size)
14807         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14808         (gnus-agent-prompt-send-queue): Add :version.
14810         * deuglify.el (gnus-outlook-deuglify): Add :version.
14812         * html2text.el: Beautify code.  Improve doc strings.
14813         Some checkdoc cleanup.
14814         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14816 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14818         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14820 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14822         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14823         when package is loaded.
14825         * spam.el (spam-summary-score-preferred-header): Add global preference
14826         for people who want to override the default SpamAssassin over
14827         Bogofilter preference (when both are set).
14828         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14829         (spam-user-format-function-S):
14830         Check spam-summary-score-preferred-header.
14831         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14832         (spam-user-format-function-S): Format the score correctly.
14834 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14836         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14837         signature file.  Suggested by Manoj Srivastava
14838         <srivasta@golden-gryphon.com>.
14840         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14841         iso-2022-jp even in the Japanese language environment.
14842         Suggested by Jason Rumney <jasonr@gnu.org>.
14844 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14846         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14847         use the same characters as the dummy marks; make it free from
14848         getting affected by the language environment.
14849         (gnus-summary-read-group-1): Update mark positions only when the
14850         format spec is updated.
14852         * gnus-spec.el (gnus-update-format-specifications): Return a list
14853         of updated types.
14855 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14857         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14858         of boundp to check if display-warning is available.
14860 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14862         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14864 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14866         * nnspool.el (nnspool-spool-directory): Use news-path if the
14867         news-directory variable is not bound.
14869         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14870         function instead of display-warning if it is not available.
14872 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14874         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14875         v5-10: Use `point-at-bol'.
14877 2004-10-26  Simon Josefsson  <jas@extundo.com>
14879         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14880         <chenggao@gmail.com>.
14882 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14884         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14885         instead.
14887 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14889         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14890         to remove a server from the nnimap-server-buffer-alist.
14891         (nnimap-open-connection, nnimap-close-server): Use it.
14893         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14895 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14897         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14898         running the major-mode function.
14900 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14902         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14903         dummy marks in the right way.
14905 2004-10-18  David Edmondson  <dme@dme.org>
14907         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14908         excessively.
14910 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14912         * gnus-util.el (gnus-split-references): Accept a nil references
14913         string and go on blissfully.
14915         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14916         cases where the references string is non-nil but has no references.
14918         * encrypt.el: Add autoload tags.
14920         * spam.el (spam-resolve-registrations-routine): Remove article
14921         from unregistration list too.  Reported by David Hanak
14922         <dhanak@isis.vanderbilt.edu>
14924 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14926         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14927         nil.  Change custom type.
14929 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14931         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14933         * gnus-sum.el (gnus-summary-move-article): Use it.
14935 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14937         * encrypt.el: Add autoload cookies.
14939         * spam.el (spam-backend-article-list-property)
14940         (spam-backend-get-article-todo-list)
14941         (spam-backend-put-article-todo-list)
14942         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14943         Resolve registrations separately.
14944         (spam-register-routine): Format comments.
14945         (spam-unregister-routine, spam-register-routine): Always call with
14946         specific-articles, no default list.
14947         (spam-summary-prepare-exit): Use the spam-classifications function.
14949         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14950         gnus-encrypt.el.
14952         * encrypt.el: Copied from gnus-encrypt.el.
14954         * gnus-encrypt.el: Commented that it's obsolete.
14956 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14958         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14959         (gnus-score-save): Use it.
14961         * message.el (message-bury): Use `window-dedicated-p'.
14963 2004-10-15  Simon Josefsson  <jas@extundo.com>
14965         * pop3.el (top-level): Don't require nnheader.
14966         (pop3-read-timeout): Add.
14967         (pop3-accept-process-output): Add.
14968         (pop3-read-response, pop3-retr): Use it.
14970 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14972         * spam.el (spam-register-routine): Move comment.
14973         (spam-verify-bogofilter): Use 'unknown for the initial
14974         spam-bogofilter-valid state, not 'never.
14976         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14977         for netrc-machine.
14979         * nnimap.el (nnimap-open-connection):
14980         Use netrc-machine-user-or-password.
14982 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14984         * gnus-registry.el (gnus-registry-unload-hook):
14985         Set as a variable with add-hook.
14987         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14988         of news-path.
14990         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14992         * spam.el: Delete duplicate `provide'.
14993         (spam-unload-hook): Set as a variable with add-hook.
14995 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14997         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14998         in the doc string.
15000         * message.el (message-ignored-news-headers)
15001         (message-ignored-supersedes-headers)
15002         (message-ignored-resent-headers)
15003         (message-forward-ignored-headers): Improve custom type.
15005 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15007         * message.el (message-tokenize-header): Fix 2004-09-06 change
15008         which used point-min in the wrong place.
15010 2004-10-12  Simon Josefsson  <jas@extundo.com>
15012         * tls.el (tls-certtool-program): New variable.
15013         (tls-certificate-information): New function, based on
15014         ssl-certificate-information.
15016 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15018         * compface.el: Move the version of ELisp-based uncompface program
15019         to the contrib directory because of the copyright problem.
15021 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15023         * message.el (message-kill-buffer): Raise the current frame.
15025 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15027         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15029         * gnus.el (message-y-or-n-p): Autoload.
15031         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15032         (pop3-password-required, pop3-authentication-scheme)
15033         (pop3-leave-mail-on-server): Make customizable.
15034         (pop3): New custom group.
15035         (pop3-retr): Remove `sleep-for' statements.
15036         Suggested by Dave Love <fx@gnu.org>.
15038         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15039         Windows/DOS.
15041         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15042         (imap-parse-body): Fix incorrect use of `assert'.
15043         Suggested by Dave Love <fx@gnu.org>.
15045         * mml.el (mml-minibuffer-read-disposition): Require match.
15046         Suggested by Dave Love <fx@gnu.org>.
15048 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15050         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15051         doc string.
15053 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15055         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15057 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15059         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15060         instead of calling `mm-insert-inline', to decode text/* parts
15061         before displaying them.
15063 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15065         * mm-uu.el (mm-uu-text-plain-type): New variable.
15066         (mm-uu-pgp-signed-extract-1): Use it.
15067         (mm-uu-pgp-encrypted-extract-1): Use it.
15068         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15069         bind mm-uu-text-plain-type with that value.
15070         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15071         mm-uu-dissect.
15073 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15075         * gnus-group.el (gnus-update-group-mark-positions):
15076         * gnus-sum.el (gnus-update-summary-mark-positions):
15077         * message.el (message-check-news-body-syntax):
15078         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15079         of string-as-multibyte.
15081 2004-10-05  Juri Linkov  <juri@jurta.org>
15083         * gnus-group.el (gnus-update-group-mark-positions):
15084         * gnus-sum.el (gnus-update-summary-mark-positions):
15085         * message.el (message-check-news-body-syntax):
15086         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15087         8-bit unibyte values to a multibyte string for search functions.
15089 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15091         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15092         (mm-uu-dissect-text-parts): New function.
15094         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15095         dissect text parts.
15097         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15098         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15100         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15102         * gnus-topic.el (gnus-topic-hierarchical-parameters):
15103         Use gnus-current-topics instead of gnus-current-topic.
15105 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15107         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15109 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15111         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15112         where approriate.
15114         * nnml.el (nnml-generate-active-info): do.
15116         * nndiary.el (nndiary-generate-active-info): do.
15118         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15119         (gnus-topic-move): do.
15121         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15122         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15124         * gnus-srvr.el (gnus-server-prepare)
15125         (gnus-server-open-all-servers): do.
15127         * gnus-msg.el (gnus-summary-cancel-article)
15128         (gnus-summary-resend-message)
15129         (gnus-summary-mail-crosspost-complaint): do.
15131         * gnus-move.el (gnus-change-server): do.
15133         * gnus-group.el (gnus-group-unmark-all-groups)
15134         (gnus-group-set-current-level): do.
15136 2004-10-04  Simon Josefsson  <jas@extundo.com>
15138         * message.el (message-generate-hashcash): Doc fix.
15140 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15142         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15143         avoid infinite recursion via gnus-get-function.
15145 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15147         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15149         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15151         * nnmail.el (nnmail-split-history): do.
15153         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15154         (nnml-request-delete-group): do.
15156         * nnslashdot.el (nnslashdot-read-groups): do.
15158         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15159         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15161         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15162         (nnspool-sift-nov-with-sed): Use last.
15163         (nnspool-retrieve-headers-with-nov): Use mapc.
15164         (nnspool-request-newgroups): Use dolist.
15165         (nnspool-request-group): Use last.
15167         * nntp.el (nntp-read-server-type): Use dolist.
15169         * nnvirtual.el (nnvirtual-create-mapping)
15170         (nnvirtual-update-read-and-marked): Use dolist.
15171         (nnvirtual-convert-headers): Simplify.
15173 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15175         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15176         Add support for sync'ing tick marks.
15178 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15180         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15181         there's no visible header.
15183 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15185         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15186         When necessary, pass full group name to gnus-request-set-marks.
15188 2004-10-01  Simon Josefsson  <jas@extundo.com>
15190         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15191         acroread.
15193 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15195         * spam-report.el (spam-report-gmane): Fix interactive.
15197         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15199         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15200         when writing file.
15201         (gnus-agent-synchronize-flags): Don't default to being
15202         interactive.
15204 2004-09-30  Simon Josefsson  <jas@extundo.com>
15206         * message.el (message-generate-hashcash): Add.
15207         (message-send-mail): Use it, call mail-add-payment.
15209 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15211         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15213 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15215         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
15216         gnus-requst-update-info with explicit code to sync the in-memory
15217         info read flags with the marks being sync'd to the backend.
15219         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
15221 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15223         * spam.el (spam-verify-bogofilter): Add new function.
15224         (spam-check-bogofilter)
15225         (spam-bogofilter-register-with-bogofilter): Use it.
15226         (spam-verify-bogofilter): Add small fixes.
15228 2004-09-28  Simon Josefsson  <jas@extundo.com>
15230         * hashcash.el (hashcash-generate-payment): Revert.
15232 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15234         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15235         Use gnus-extract-references instead of gnus-split-references.
15237         * gnus-util.el (gnus-extract-references): Add new function, analogous
15238         to gnus-split-references but extracts only the message-ID without
15239         anything extra.
15241         * hashcash.el (hashcash-generate-payment)
15242         (hashcash-check-payment): Do the right thing if hashcash-path is
15243         nil (because the hashcash program could not be found).
15245         * spam.el (spam-use-hashcash): Remove comment.
15247 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15249         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15250         (gnus-cache-enter-article, gnus-cache-remove-article)
15251         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15253         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15255         * gnus-art.el (article-hide-boring-headers)
15256         (article-translate-strings, article-display-face)
15257         (gnus-article-mime-match-handle-first)
15258         (gnus-article-highlight-headers)
15259         (gnus-article-add-buttons-to-head): do.
15261 2004-09-27  Simon Josefsson  <jas@extundo.com>
15263         * hashcash.el: New version, from
15264         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15265         ../contrib/.
15267 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15269         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15271 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15273         * gnus-dup.el (gnus-dup-open): Use mapc.
15274         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15276         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15277         Reported by Stefan Wiens <s.wi@gmx.net>.
15279         * gnus.el (gnus-shutdown): Use dolist.
15281         * gnus-undo.el (gnus-undo): Use mapc.
15283         * nnrss.el (nnrss-generate-active): do.
15285         * message.el (message-cite-original-without-signature)
15286         (message-cite-original): Use mapc.
15287         (message-do-actions, message-make-forward-subject): Use dolist.
15289 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15291         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
15292         deletion to remove entire duplicate line.  Fixes merged article
15293         number bug.
15295 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15297         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15298         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15299         first ask if you want to open a server and then, even when you
15300         responded with no, asking if you want to synchronize the server's
15301         flags.
15302         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15303         multi-line expressions.
15304         (gnus-agent-synchronize-group-flags): New internal function.
15305         Updates marks in memory (in the info structure) AND in the
15306         backend.
15308         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
15310         * nnagent.el (nnagent-request-set-mark):
15311         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
15312         method, to ensure that synchronization updates marks in the
15313         backend and in the info (in memory) structure.
15315 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15317         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15318         convention fully; don't miss the root article of a thread; make
15319         the X-Draft-From header with correct article numbers.
15321 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15323         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15324         unless plugged.  Disable the agent so that an open failure causes
15325         an error.
15327         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15328         Revert 2004-09-21 change.  The backend must be opened while
15329         synchronizing flags even when the backend stores the flags
15330         locally.
15332 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15334         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15335         in `header' match.  Reported by Svend Tollak Munkejord.
15337         * message.el (message-cite-original): Fix use of
15338         `message-cite-articles-with-x-no-archive'.
15340 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15342         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15343         (gnus-window-to-buffer): Ditto.
15345         * mml.el (mml-preview-buffer): New variable.
15346         (mml-preview): Manage window layout with gnus-buffer-configuration.
15348         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15349         X-Draft-From header even if those articles aren't quoted.
15351 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15353         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15354         (gnus-request-set-mark, gnus-request-update-mark): Use new
15355         g-s-t-u-l-m to decide to use backend even when unplugged.
15357 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15359         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15360         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15362 2004-09-20  Simon Josefsson  <jas@extundo.com>
15364         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15365         "utf-16-le".
15367 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15369         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15371 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15373         * uudecode.el (uudecode-use-external): Add :version.
15375         * smime.el (smime-CA-file, smime-encrypt-cipher)
15376         (smime-dns-server): Add :version.
15378         * smiley.el (gnus-smiley-file-types): Add :version.
15380         * sha1.el (sha1-use-external): Add :version.
15382         * pgg-def.el (pgg-query-keyserver): Add :version.
15384         * nnmail.el (nnmail-fancy-expiry-targets)
15385         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15386         Add :version.
15388         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15389         (nnimap-retrieve-groups-asynchronous): Add :version.
15390         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
15392         * mml.el (mml-content-disposition-parameters)
15393         (mml-insert-mime-headers-always): Add :version.
15395         * mm-util.el (mm-coding-system-priorities): Add :version.
15397         * mm-decode.el (mm-inline-text-html-with-images)
15398         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15399         (mm-verify-option): Add :version.
15400         (mm-text-html-renderer): Change :version.
15402         * message.el (message-fcc-externalize-attachments)
15403         (message-required-headers, message-draft-headers)
15404         (message-subject-trailing-was-query)
15405         (message-subject-trailing-was-ask-regexp)
15406         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15407         (message-mark-insert-end, message-archive-header)
15408         (message-archive-note, message-cross-post-default)
15409         (message-cross-post-note, message-followup-to-note)
15410         (message-cross-post-note-function, message-use-mail-followup-to)
15411         (message-subscribed-address-functions)
15412         (message-subscribed-address-file, message-subscribed-addresses)
15413         (message-subscribed-regexps, message-allow-no-recipients)
15414         (message-yank-cited-prefix, message-signature-insert-empty-line)
15415         (message-hidden-headers, message-hierarchical-addresses)
15416         (message-mail-user-agent, message-use-idna)
15417         (message-valid-fqdn-regexp)
15418         (message-strip-special-text-properties, message-header-synonyms)
15419         (message-beginning-of-line, message-tab-body-function): Add :version.
15420         (message-insert-canlock, message-wide-reply-confirm-recipients):
15421         Change :version.
15423         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15424         and :version.
15425         (mail-source-delete-old-incoming-confirm)
15426         (mail-source-movemail-program): Add :version.
15428         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15429         (gnus-agent-cache, gnus-agent): Change :version.
15431         * gnus-util.el (gnus-use-byte-compile): Change :version.
15433         * gnus-sum.el (gnus-summary-make-false-root-always)
15434         (gnus-summary-default-high-score)
15435         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15436         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15437         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15438         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15439         (gnus-sum-thread-tree-single-indent)
15440         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15441         (gnus-sum-thread-tree-leaf-with-other)
15442         (gnus-sum-thread-tree-single-leaf): Add :version.
15443         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15444         (gnus-article-loose-mime): Change :version.
15446         * gnus-start.el (gnus-backup-startup-file)
15447         (gnus-save-startup-file-via-temp-buffer): Add :version.
15449         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15450         (gnus-server-offline-face): Add :version.
15452         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15454         * gnus-msg.el (gnus-gcc-externalize-attachments)
15455         (gnus-debug-files, gnus-debug-exclude-variables)
15456         (gnus-discouraged-post-methods): Change :version.
15457         (gnus-confirm-mail-reply-to-news)
15458         (gnus-confirm-treat-mail-like-news): Add :version.
15460         * gnus-int.el (gnus-server-unopen-status): Add :version.
15462         * gnus-group.el (gnus-group-jump-to-group-prompt)
15463         (gnus-large-ephemeral-newsgroup)
15464         (gnus-fetch-old-ephemeral-headers): Add :version.
15466         * gnus-fun.el (gnus-x-face-directory)
15467         (gnus-convert-pbm-to-x-face-command)
15468         (gnus-convert-image-to-x-face-command)
15469         (gnus-convert-image-to-face-command): Add :version.
15471         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15473         * gnus-cite.el (gnus-cite-blank-line-after-header)
15474         (gnus-article-boring-faces): Add :version.
15476         * gnus-art.el (gnus-buttonized-mime-types)
15477         (gnus-inhibit-mime-unbuttonizing)
15478         (gnus-treat-display-face)
15479         (gnus-treat-body-boundary): Change :version.
15480         (gnus-body-boundary-delimiter, gnus-picon-databases)
15481         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15482         (gnus-treat-date-english, gnus-treat-fold-headers)
15483         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15484         (gnus-treat-mail-picon, gnus-treat-wash-html)
15485         (gnus-article-encrypt-protocol)
15486         (gnus-use-idna, gnus-article-over-scroll)
15487         (gnus-mime-display-multipart-alternative-as-mixed)
15488         (gnus-mime-display-multipart-related-as-mixed)
15489         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15490         (gnus-ctan-url, gnus-button-ctan-handler)
15491         (gnus-button-handle-ctan-bogus-regexp)
15492         (gnus-button-ctan-directory-regexp)
15493         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15494         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15495         (gnus-button-man-level, gnus-button-emacs-level)
15496         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15498         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15499         (gnus-agent-go-online): Change :version.
15500         (gnus-agent-expire-unagentized-dirs)
15501         (gnus-agent-auto-agentize-methods): Add :version.
15503         * flow-fill.el (fill-flowed-display-column)
15504         (fill-flowed-encode-column): Add :version.
15506         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15507         (gnus-outlook-deuglify-unwrap-max)
15508         (gnus-outlook-deuglify-cite-marks)
15509         (gnus-outlook-deuglify-unwrap-stop-chars)
15510         (gnus-outlook-deuglify-no-wrap-chars)
15511         (gnus-outlook-deuglify-attrib-cut-regexp)
15512         (gnus-outlook-deuglify-attrib-verb-regexp)
15513         (gnus-outlook-deuglify-attrib-end-regexp)
15514         (gnus-outlook-display-hook): Add :version.
15516         * binhex.el (binhex-use-external): Add :version.
15518 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15520         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15521         and `invisible'.
15523 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15525         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15526         in gnus-registry-trim.
15528 2004-09-13  Simon Josefsson  <jas@extundo.com>
15530         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15532         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15534         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15535         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15536         <yamaoka@jpl.org>.
15537         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15538         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15539         <yamaoka@jpl.org>.
15541         * sieve.el (sieve-manage-mode): Ditto.
15543 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15545         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15547 2004-09-11  Simon Josefsson  <jas@extundo.com>
15549         * dns-mode.el: Add.
15551         * mm-view.el (mm-display-dns-inline): Add.
15553         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15554         (mm-automatic-display): Ditto.
15556         * mailcap.el (mailcap-mime-data): Add text/dns.
15557         (mailcap-mime-extensions): Map .soa to text/dns.
15559 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15561         * gnus-art.el (article-decode-mime-words, article-babel)
15562         (gnus-article-highlight-signature, gnus-article-add-buttons)
15563         (gnus-signature-toggle): Remove unnecessary bindings of
15564         `inhibit-read-only' inherited from v5.10 merge.
15566 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15568         * nntp.el (nntp): New customization group.
15569         (nntp-authinfo-file): Add customization group.
15571         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15573         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15575         * gnus.el (to-address, to-list, subscribed)
15576         (large-newsgroup-initial): Ditto.
15578         * flow-fill.el (fill-flowed-display-column)
15579         (fill-flowed-encode-column): Ditto.
15581 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15583         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15584         Use point-min rather than 1.
15585         (message-send-mail): Use buffer-size rather than point-max.
15587         * gnus-sum.el (gnus-summary-search-article-forward):
15588         Signal a specific `search-failed' rather than a generic `error'.
15590         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15591         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15592         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15594 2004-09-10  Simon Josefsson  <jas@extundo.com>
15596         * nndb.el (require): Remove tcp and duplicate cl.
15598 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15600         * gnus-agent.el (directory-files-and-attributes): Move forward.
15602 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15604         * gnus-agent.el (directory-files-and-attributes):
15605         Optionally defined to support XEmacs.
15607 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15609         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15610         to avoid run-time CL dependencies.
15611         (gnus-agent-unfetch-articles): New function.
15612         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15613         article numbers even when local .overview file is missing.
15614         (gnus-agent-read-article-number): New function.  Only accepts
15615         27-bit article numbers.
15616         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
15617         Use gnus-agent-read-article-number.
15618         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15619         from backend while recognizing that article numbers in .overview
15620         must be valid.
15621         (gnus-agent-update-files-total-fetched-for):
15622         Use directory-files-and-attributes to improve performance.
15623         * gnus-int.el (gnus-request-move-article):
15624         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
15625         improve performance.
15627         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
15628         some users confused by references to .newsrc when they only have a
15629         .newsrc.eld file.
15630         (gnus-convert-mark-converter-prompt)
15631         (gnus-convert-converter-needs-prompt): Fix use of property list.
15632         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15633         New function.  Used internally to only display 'gnus converting
15634         files' message when actually necessary.
15636         * gnus-sum.el (): Remove (require 'gnus-agent) as required
15637         methods now autoloaded.
15639 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15641         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15642         identifiers.
15644 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15646         * gnus-picon.el: Fix indentation and closing parenthesis.
15648 2004-09-01  Simon Josefsson  <jas@extundo.com>
15650         * message.el (message-canlock-generate): Require sha1, not
15651         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15652         to require within a function.  Sadly, if sha1.el isn't loaded, the
15653         let binding in m-c-g will hide the defcustom definition, which is
15654         bad.)
15656         * canlock.el: Require sha1, not sha1-el.
15658         * message.el: Don't autoload sha1 (there is a autoload cookie in
15659         sha1.el).
15661         * sha1-el.el: Rename to sha1.el.
15663 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15665         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15667 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15669         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15671 2004-08-30  Kim F. Storm  <storm@cua.dk>
15673         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15675         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15676         Add :group 'nnimap.
15678 2004-08-30  Andreas Schwab  <schwab@suse.de>
15680         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15681         ?* and ?\;.
15683         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15684         and ?\' to symbol instead of whitespace.
15686 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15688         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15690         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15691         instead of re-search-forward.
15693         * gnus-uu.el (gnus-uu-save-article): Ditto.
15694         (gnus-uu-post-encode-uuencode): Ditto.
15696         * html2text.el (html2text-clean-list-items): Ditto.
15697         (html2text-clean-dtdd): Ditto.
15698         (html2text-format-tags): Ditto.
15700         * message.el (message-send-mail-with-sendmail): Fix regexp.
15701         (message-fill-field-general): Use search-forward instead of
15702         re-search-forward.
15703         (unbold-region): Ditto.
15705         * nnrss.el (nnrss-request-article): Ditto.
15707         * nnslashdot.el (nnslashdot-request-article): Ditto.
15709         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15711         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15712         "Unrecognized menu descriptor" error in XEmacs.
15714 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15716         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15717         parent article of a sparse article in the thread hashtb.
15719 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15721         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15722         (nnmail-expand-newtext): Lowercase expanded entries if
15723         nnmail-split-lowercase-expanded is non-nil.
15725 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15727         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15729         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15730         of gnus-tmp-news-method into string under XEmacs.  It will be
15731         passed to gnus-correct-length which takes only a string argument.
15733 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15735         * gnus-util.el (gnus-bind-print-variables): New macro.
15736         (gnus-prin1): Use it.
15737         (gnus-prin1-to-string): Use it.
15738         (gnus-pp): New function.
15739         (gnus-pp-to-string): New function.
15741         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15742         Replace pp-to-string with gnus-pp-to-string.
15743         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15744         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15745         * gnus-msg.el (gnus-debug): Ditto.
15746         * gnus-score.el (gnus-score-save): Ditto.
15747         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15748         gnus-pp-to-string.
15749         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15750         with gnus-pp.
15751         * score-mode.el (gnus-score-pretty-print): Ditto.
15752         * webmail.el (webmail-debug): Ditto.
15754 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15756         * gnus-art.el (article-display-face, article-display-x-face):
15757         Use buffer-read-only.
15759 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15761         * gnus-art.el (article-hide-list-identifiers):
15762         Bind inhibit-read-only as t.
15764 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15766         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15768 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15770         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15771         (gnus-narrow-to-page): Don't assume point-min == 1.
15772         (gnus-article-edit-mode): Derive from message-mode.
15774         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15775         point-min == 1.
15777         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15778         Disable incorrect use of `assert'.
15780         * message.el (message-mode): Set comment-start-skip.
15782 2004-08-22  Sam Steingold  <sds@gnu.org>
15784         * pop3.el (pop3-leave-mail-on-server): New user variable.
15785         (pop3-movemail): Delete mail only when it is nil.
15787 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15789         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15791         * mml.el (mml-preview): Use `pop-to-buffer'.
15793         * message.el (message-goto-mail-followup-to): Insert after "To".
15794         (message-carefully-insert-headers): Add comment.
15796         * gnus.el: Remove unused variable `gnus-article-check-size'.
15798         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15800         * gnus-art.el (gnus-button-alist):
15801         Improve `gnus-button-handle-library' entry.
15803 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15805         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
15806         Use downcase, since XEmacs capitalizes error messages differently.
15808 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15810         * nntp.el: Add (require 'gnus) due to reference to
15811         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15813 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15815         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
15816         Bind `mm-fill-flowed'.
15818         * mm-decode.el (mm-dissect-singlepart): Check it.
15820 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15822         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15823         'imap' for netrc parsing.
15825 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15827         * mailcap.el (mailcap-mime-data): Mark as risky.
15829 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15831         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15832         may be included in the encoded word.
15833         (rfc2047-encode): Don't append a space if the encoded word
15834         includes close parenthesis.
15836 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15838         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15839         of text within parentheses.
15841 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15843         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15844         (gnus-encrypt-write-file-contents): Make the password key the file
15845         name PLUS the cipher, not just the cipher.  Also remove failed
15846         passwords from the cache.
15848 2004-08-06  Simon Josefsson  <jas@extundo.com>
15850         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
15851         Doc fix.
15853 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15855         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15856         LWSP.
15858 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15860         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15861         Try to append in-reply-to: data to the references: header.
15863         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15864         (netrc-parse): Use gnus-encrypt.el functions.
15866         * gnus-encrypt.el: Add new file for encryption support; currently
15867         does only a few GPG ciphers and an internal XOR cipher.
15869         * password.el: Add comments on using password-read-and-add.
15870         (password-read-and-add): Add function to read and add the
15871         password to the cache at once.
15873 2004-07-28  Simon Josefsson  <jas@extundo.com>
15875         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15876         parameter (but don't use it, for now).
15878         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15879         instead of hard coding to nil.
15881 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15883         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15884         as mm-inline-image-xemacs does.
15886 2004-07-26  Simon Josefsson  <jas@extundo.com>
15888         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15889         Revert part of 2004-07-17 change below.
15891 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15893         * rfc2047.el (rfc2047-encode-region): Don't infloop.
15894         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15896 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15898         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15899         quotes that actually start with ">" at the beginning of the
15900         lines.
15902 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15904         * rfc2047.el (rfc2047-encode-region): Fix last change.
15905         (rfc2047-encode-parameter): Remove useless concat.
15907 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15909         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15910         encode special characters; fix some kind of misconfigured headers;
15911         signal a real error if debug-on-quit or debug-on-error is non-nil.
15912         (rfc2047-encode-max-chars): New variable.
15913         (rfc2047-encode-1): Use it.
15914         (rfc2047-encode-parameter): New function.
15916         * mml.el (mml-insert-parameter): Remove an excessive space.
15918 2004-07-17  Simon Josefsson  <jas@extundo.com>
15920         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15921         Kai Grossjohann <kai@emptydomain.de>.
15922         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15923         (gnus-group-make-menu-bar): Ditto.
15925         * gnus-util.el (gnus-group-server): Add.
15927 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15929         * message.el (message-clone-locals): Clone sendmail and smtp
15930         variables.
15932 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15934         * rfc2047.el (rfc2047-encode-region): Fix last change.
15936 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15938         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15939         characters as non-special.
15941 2004-07-09  Simon Josefsson  <jas@extundo.com>
15943         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15944         Users will lose all flag changes made while unplugged with
15945         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15946         good default.  See numerous reports on ding mailing list.
15948 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15950         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15951         add generate-head-function and generate-article-function to the
15952         rfc822-forward entry.
15953         (nndoc-rfc822-forward-generate-article): New function.
15954         (nndoc-rfc822-forward-generate-head): New function.
15956         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15958 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15960         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15961         respect display group parameter and gnus-summary-expunge-below.
15962         (gnus-articles-to-read): Remove unused reference to display group
15963         parameter.
15965 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15967         * nnheader.el (nnheader-uniquify-message-id): New experimental
15968         variable.
15969         (nnheader-nov-read-message-id): Use it.
15971         * spam-report.el (spam-report-gmane): Add interactive.
15973 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15975         * mm-encode.el (mm-content-transfer-encoding-defaults):
15976         Use qp-or-base64 for the application/* types.
15978 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15980         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15982 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15984         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15985         trim value.
15987 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15989         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15990         New macro and function.
15991         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15993 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15995         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15996         after-load-alist.
15998 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16000         * gnus-group.el (gnus-group-get-new-news-this-group):
16001         Don't update info that isn't there.
16003 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
16005         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16006         entry.
16008 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16010         * mm-view.el (mm-inline-render-with-function): Use multibyte
16011         buffer; decode html source by charset.
16013         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16015         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16016         Mule-UCS is loaded under XEmacs.
16017         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16019 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16021         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16023 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16025         * mm-util.el (mm-coding-system-p): Return a coding-system.
16026         (mm-mime-mule-charset-alist): Use shift_jis instead of
16027         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16028         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16029         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16030         instead of japanese-shift-jis and iso-latin-1 respectively in
16031         order to share the default value with both Emacs and XEmacs-mule.
16032         (mm-mule-charset-to-mime-charset):
16033         Make mm-coding-system-priorities effective.
16034         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16035         while predicating of candidates upon the priorities.
16037 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16039         * gnus-sum.el (gnus-summary-make-menu-bar):
16040         Add gnus-uu-invert-processable.
16042         * gnus.el: Autoload gnus-uu-invert-processable.
16044 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16046         * mm-util.el (mm-with-multibyte-buffer): New macro.
16048         * rfc2047.el (rfc2047-encode-string): Use it.
16049         (rfc2047-encode-region): Move point to the end of the region after
16050         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16052 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16054         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16055         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16057 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16059         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16060         (gnus-cite-parse): Ignore quoted envelope From_.
16061         Suggested by Karl Chen <quarl@nospam.quarl.org>.
16063 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16065         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16066         invalid addresses.
16068 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16070         * spam.el: Change section markers, revise TODO list.
16071         (spam-backends): Make new master list of all installed backends.
16072         (spam-summary-exit-behavior): Add new variable to determine how
16073         messages moves are done at summary exit.
16074         (spam-move-spam-nonspam-groups-only)
16075         (spam-process-ham-in-nonham-groups)
16076         (spam-process-ham-in-spam-groups): Remove variables, the
16077         spam-summary-exit-behavior variable should be used to manage this
16078         behavior.
16079         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16080         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16081         and spam-old-spam-articles.
16082         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16083         Add empty variables, placeholders for the backends they represent.
16084         (spam-set-difference): Move, unchanged.
16085         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16086         unless the user has a processor variable.
16087         (spam-classifications, spam-classification-valid-p)
16088         (spam-backend-properties, spam-backend-property-valid-p)
16089         (spam-backend-function-type-valid-p)
16090         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16091         (spam-report-articles-gmane, spam-report-articles-resend):
16092         Remove functions, they are not needed.
16093         (spam-install-backend-super, spam-backend-list)
16094         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16095         (spam-backend-function, spam-backend-ham-registration-function)
16096         (spam-backend-spam-registration-function)
16097         (spam-backend-ham-unregistration-function)
16098         (spam-backend-spam-unregistration-function)
16099         (spam-backend-statistical-p, spam-backend-mover-p)
16100         (spam-install-backend-alias, spam-install-checkonly-backend)
16101         (spam-install-mover-backend, spam-install-nocheck-backend)
16102         (spam-install-backend, spam-install-statistical-backend)
16103         (spam-install-statistical-checkonly-backend): Add backend installation
16104         support.
16105         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16106         (spam-group-processor-p): Use the new backend code and respect the
16107         summary exit behavior.
16108         (spam-mark-spam-as-expired-and-move-routine): Remove.
16109         (spam-summary-prepare): Change to use the new spam-old-articles
16110         variable.
16111         (spam-copy-or-move-routine, spam-copy-spam-routine)
16112         (spam-move-spam-routine, spam-copy-ham-routine)
16113         (spam-move-ham-routine): Add code to copy/move ham or spam.
16114         (spam-fetch-field-fast): Improve doc and code, plus allow the
16115         'number request.
16116         (spam-list-of-checks, spam-list-of-statistical-checks):
16117         Remove variables.
16118         (spam-split, spam-find-spam): Use the new backend code.
16119         (spam-registration-functions): Remove variable.
16120         (spam-unregister-routine): Add convenience wrapper.
16121         (spam-log-undo-registration, spam-register-routine)
16122         (spam-log-processing-to-registry)
16123         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16124         where possible.
16125         (spam-check-gmane-xref, spam-check-regex-headers)
16126         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16127         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16128         (spam-check-bogofilter-headers, spam-check-spamoracle)
16129         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16130         (spam-check-crm114-headers): Use the spam-split-group that
16131         spam-split prepares, no need to determine it every time.
16133         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16134         to the nnheader-parse-naked-head call.
16136         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16138         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16139         the nnheader-nov-read-message-id call.
16141 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16143         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16144         gnus-activate-group twice.  Suggested by Markus Peter
16145         <warp@spin.de>.
16147 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16149         * gnus-art.el (gnus-article-time-format): Exchange the order of
16150         day and month in the default value; fix customization type.
16151         (article-date-ut): Use add-text-properties.
16152         (article-make-date-line): Use message-make-date instead of
16153         current-time-string.
16155         * message.el (message-fetch-field): Don't use set-text-properties.
16156         (message-make-date): Simplify.
16158 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16160         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16161         (rfc2047-encode-region): Treat text within parentheses as special;
16162         show the original text when error has occurred.
16164         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16165         already-computed method to gnus-activate-group.
16167         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16168         same select-methods identical Lisp objects.
16170         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16171         object when modifying the info.
16173 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16175         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16176         gnus-opened-servers since it has never been opened with the new
16177         configuration yet.
16179 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16181         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16182         arg to nnheader-generate-fake-message-id.
16184 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16186         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16187         number and build a fake message ID localized to a group and
16188         article number (so it's repeatable from that point on).
16189         (nnheader-fake-message-id-p): Change regex to accommodate new fake
16190         ID format.
16192         * gnus-sum.el (gnus-get-newsgroup-headers):
16193         Call nnheader-generate-fake-message-id with the article number.
16195 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16197         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16198         end-of-buffer.
16200 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16202         * message.el (message-ignored-supersedes-headers): Add Approved.
16204 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16206         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16207         goto-char.
16208         (rfc2047-encode): Fold the line before encoding.
16210 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16212         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16213         folding -- not all headers can be folded, and this should be done
16214         by the message composition mode.  Probably.  I think.
16216 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16218         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16219         fast.
16221         * gnus-ems.el (gnus-remove-image): Don't use
16222         message-text-with-property; remove only the image found first.
16224 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16226         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16228 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16230         * message.el (message-text-with-property): Make it fast and accept
16231         optional arguments.
16232         (message-strip-forbidden-properties): Use it.
16233         (message-fix-before-sending): Follow the m-t-w-p change.
16235         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16237 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16239         * gnus-art.el (article-hide-headers): Don't change the buffer
16240         mistakenly when performing mml-preview even if
16241         gnus-single-article-buffer is nil.
16243 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16245         * message.el (message-expand-name-databases): New user option.
16246         (message-expand-name): Use it.
16248 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16250         * spam.el (spam-report-articles-resend)
16251         (spam-report-resend-register-routine): Allow ham reporting.
16252         (spam-report-resend-register-ham-routine): Add wrapper.
16253         (spam-registration-functions): Add ham resending functions.
16254         (spam-list-of-processors): Add ham resend processor.
16256         * gnus.el (ham-resend-to): Add new group parameter.
16257         (spam-process): Add ham resend option.
16259         * spam-report.el (spam-report-resend): Allow reporting ham.
16260         (spam-report-resend-ham): Add wrapper.
16262 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16264         * message.el (message-cite-articles-with-x-no-archive):
16265         New variable.
16266         (message-cite-original): Use it.
16268 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16270         * message.el (message-cite-original): Respect X-No-Archive.
16272 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16274         * gnus-art.el (article-hide-headers): Refer to the values for
16275         gnus-ignored-headers and gnus-visible-headers in the summary
16276         buffer since a user may have set them as group parameters.
16278 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16280         * assistant.el (assistant-node-name): Add convenience function.
16281         (assistant-render-text, assistant-render-node): Add error handling,
16282         plus handle multiple next nodes.
16283         (assistant-find-next-node): Comment out for now.
16284         (assistant-find-next-nodes): Add function, returns list of next
16285         nodes.
16287 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16289         * mail-source.el (mail-source-directory): Fix doc-string.
16291 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16293         * assistant.el (assistant-render-text, assistant-eval): Add :set
16294         widget type, which is different because it takes and returns a
16295         list.  Much hilarity ensues.
16297 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16299         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
16301         * gnus-group.el (gnus-group-get-new-news-this-group):
16302         Add doc-string.
16304         * gnus-start.el (gnus-activate-group): Add doc-string.
16306 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16308         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16310 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16312         * assistant.el (assistant-render-text): Try to add a :set
16313         widget, more to come.
16315         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16316         strings.
16317         (spam-report-articles-resend)
16318         (spam-register-routine): Do registration iff any articles warrant
16319         it.
16320         (spam-summary-prepare-exit): Change log message for nil group
16321         destinations.
16323 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16325         * spam.el (spam-report-resend-register-routine):
16326         Allow spam-report-resend-to to be a group parameter or a global value.
16328 2004-05-26  Simon Josefsson  <jas@extundo.com>
16330         * starttls.el: Merge with my GNUTLS based starttls.el.
16331         (starttls-gnutls-program, starttls-use-gnutls)
16332         (starttls-extra-arguments, starttls-process-connection-type)
16333         (starttls-connect, starttls-failure, starttls-success):
16334         New variables.
16335         (starttls-program, starttls-extra-args): Doc fix.
16336         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
16337         New functions.
16338         (starttls-negotiate, starttls-open-stream):
16339         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
16340         function if it is set.
16342 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16344         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16345         structured fields.
16347 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16349         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16351 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16353         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16354         Add variable.
16355         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16356         assigning the spam-mark to new messages.
16358 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16360         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16362 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16364         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16365         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16366         default.
16368 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16370         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16371         correct data.
16373 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16375         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16376         (spam-group-processor-p): Fix function.
16377         (spam-group-processor-multiple-p)
16378         (spam-group-spam-processor-report-gmane-p)
16379         (spam-group-spam-processor-report-resend-p)
16380         (spam-group-spam-processor-bogofilter-p)
16381         (spam-group-spam-processor-blacklist-p)
16382         (spam-group-spam-processor-ifile-p)
16383         (spam-group-ham-processor-ifile-p)
16384         (spam-group-spam-processor-spamoracle-p)
16385         (spam-group-spam-processor-crm114-p)
16386         (spam-group-ham-processor-bogofilter-p)
16387         (spam-group-spam-processor-stat-p)
16388         (spam-group-ham-processor-stat-p)
16389         (spam-group-ham-processor-whitelist-p)
16390         (spam-group-ham-processor-BBDB-p)
16391         (spam-group-ham-processor-spamoracle-p)
16392         (spam-group-ham-processor-copy-p): Remove functions with some
16393         prejudice against unneeded code.
16394         (spam-report-articles-resend)
16395         (spam-report-resend-register-routine): Allow the group/topic
16396         spam-resend-to value to override spam-report-resend-to.
16397         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16398         properly now.
16400         * gnus.el (spam-resend-to): Add group/topic parameter.
16401         (spam-process): Move the OBSOLETE processors to the end of the
16402         choices.
16404 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16406         * spam-report.el (spam-report-resend-to, spam-report-resend):
16407         Start with resend-to set to nil, and then ask the user if necessary.
16408         (spam-report-resend): spam-report-resend takes a list of articles, not
16409         separate article numbers.
16411 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16413         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16414         addition to emacs-w3m.
16416 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16418         * assistant.el (assistant-authinfo-data): New function.
16419         (assistant-eval): Eval for entire assistant.
16421         * netrc.el (netrc-services-file): New variable.
16422         (netrc-parse-services): New function.
16423         (netrc-find-service-name): New function.
16424         (netrc-find-service-number): New function.
16425         (netrc-port-equal): New function.
16426         (netrc-machine): Use it.
16428         * nnimap.el (nnimap-open-connection): Use netrc.
16430         * gnus-util.el (gnus-netrc-get): Remove aliases.
16432         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16434         * assistant.el (wid-edit): Fix compilation.
16436         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16438 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16440         * gnus-util.el (gnus-set-file-modes): New function.  (small
16441         patch).
16443 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16445         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16447         * assistant.el (assistant-render-node): Fix up rendering and
16448         read-only text.
16449         (assistant-render-node): Reset.
16450         (assistant-make-read-only): Not sticky.
16452 2004-05-20  Danny Siu  <dsiu@adobe.com>
16454         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16455         centered even when gnus-auto-center-summary is t
16457 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16459         * dns.el (dns-get-txt-answer): New function.
16460         (dns-read-txt): Ditto.
16461         (query-dns): Use it.
16463 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16465         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16466         active for foreign groups even if the group level is higher than
16467         the specified value.
16469 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16471         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16472         non-active groups.
16474         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16476 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16478         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16480 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16482         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16483         (spam-crm114-header, spam-crm114-spam-switch)
16484         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16485         (spam-crm114-positive-spam-header)
16486         (spam-crm114-database-directory, spam-list-of-processors)
16487         (spam-group-spam-processor-crm114-p)
16488         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16489         (spam-generic-score, spam-list-of-checks)
16490         (spam-list-of-statistical-checks, spam-registration-functions)
16491         (spam-check-crm114-headers, spam-crm114-score)
16492         (spam-check-crm114, spam-crm114-register-with-crm114)
16493         (spam-crm114-register-spam-routine)
16494         (spam-crm114-unregister-spam-routine)
16495         (spam-crm114-register-ham-routine)
16496         (spam-crm114-unregister-ham-routine): Add CRM114 support.
16497         From asjo@koldfront.dk (Adam Sjøgren).
16499         * gnus.el: Add spam-use-crm114.
16501         * spam.el (spam-list-of-processors, spam-registration-functions):
16502         Add spam-use-resend.
16503         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16504         (spam-report-articles-gmane): Add doc fix.
16505         (spam-report-articles-resend, spam-report-resend-register-routine):
16506         Add wrappers around spam-report-resend-to.
16508         * spam-report.el (spam-report-resend-to, spam-report-resend):
16509         Add support for resending spam.
16510         (spam-report-gmane): Fix line length >80.
16512         * gnus.el (spam-process): Add spam-use-resend.
16514 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16516         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16517         number of processed spam messages.
16518         (spam-ham-copy-or-move-routine): Return the number of processed
16519         ham messages.
16520         (spam-summary-prepare-exit): Use the above values to decide
16521         whether status messages shouled be displayed.
16523 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16525         * rfc2047.el (rfc2047-encode-function-alist): Rename from
16526         `rfc2047-encoding-function-alist' in order to avoid conflicting
16527         with the old version.
16528         (rfc2047-encode-region): Concatenate words containing non-ASCII
16529         characters in structured fields; don't encode space-delimited
16530         ASCII words even in unstructured fields; don't break words at
16531         char-category boundaries.
16532         (rfc2047-encode-1): New function.
16533         (rfc2047-encode): Use it; encode text so that it occupies the
16534         maximum width within 76-column; work correctly on Q encoding for
16535         iso-2022-* charsets.
16536         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16537         sure not to break a line just after the header name.
16538         (rfc2047-b-encode-region): Remove.
16539         (rfc2047-b-encode-string): New function.
16540         (rfc2047-q-encode-region): Remove.
16541         (rfc2047-q-encode-string): New function.
16543         * mm-util.el (mm-replace-in-string): New function.
16545 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16547         * gnus-msg.el (gnus-inews-make-draft-meta-information):
16548         Really get it right.
16549         (gnus-inews-make-draft): Really.
16551 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16553         * nnmh.el (nnmh-request-list-1): Don't check the link count
16554         before descending.  (small patch)
16556 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16558         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16559         stuff.
16561         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
16562         Match on real group name.
16564         * gnus-art.el (gnus-signature-limit): Doc fix.
16566         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16568 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16570         * gnus-draft.el (gnus-draft-send):
16571         Bind rfc2047-encode-encoded-words.
16573         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16574         (rfc2047-encodable-p): Say that =? needs encoding.
16575         (rfc2047-encode-encoded-words): New variable.
16577         * gnus-group.el (gnus-group-select-group): Doc fix.
16579         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16581         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16582         to nil.
16584         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16586         * nnheader.el (nnheader-get-lines-and-char): New function.
16588 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16590         * gnus-msg.el (gnus-summary-followup-with-original):
16591         Document yanking of region when active.
16593 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16595         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16596         groups if the group level is higher than the specified value.
16598 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16600         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16601         (gnus-group-jump-to-group): Add prefix argument using
16602         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16603         non-active group.
16605         * compface.el (uncompface): Be verbose when changing
16606         `uncompface-use-external'.
16608         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16609         handle manual section.
16611 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16613         * gnus-art.el (gnus-button-alist): Revert previous change.
16615 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16617         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16619 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16621         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16622         whether backend can accept message.
16624         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16626 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16628         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16629         Avoid creating directory when nntp-marks-is-evil is true.
16630         Reported by Reiner Steib.
16632 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16634         * gnus-picon.el (gnus-picon-style): New variable.
16635         (gnus-picon-insert-glyph): Add optional `nostring' argument.
16636         (gnus-picon-transform-address): Support `gnus-picon-style'.
16637         From Jesper Harder <harder@ifa.au.dk>.
16639 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16641         * message.el (message-fill-field): Return point.
16642         (message-generate-headers): Go to end of field.
16644         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16645         stuff for non-living groups.
16647 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16649         * gnus-art.el (gnus-article-followup-with-original)
16650         (gnus-article-reply-with-original): gnus-mark-active-p ->
16651         gnus-region-active-p.
16653 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16655         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16656         only when there is spam or ham to be processed.
16658 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16660         * mail-source.el (mail-source-delete-crash-box): Refactor.
16661         (mail-source-fetch): Use it.
16662         (mail-source-fetch-file): Ditto.
16663         (mail-source-fetch-directory): Run postscript in loop.
16664         (mail-source-fetch-pop): Delete.
16665         (mail-source-fetch-maildir): Ditto.
16666         (mail-source-fetch-imap): Ditto.
16668         * imap.el (imap-authenticators): Comment out sasl.
16670         * message.el (message-skip-to-next-address): New function.
16671         (message-fill-header-address): Refactor.
16672         (message-fill-address): Use it.
16673         (message-delete-address): Use it.
16674         (message-fill-header-general): Refactor.
16675         (message-fill-field-address): Rename.
16676         (message-narrow-to-field): Find the start of the header.
16677         (message-header-format-alist): Don't pre-fill.
16678         (message-fill-header): Remove.
16679         (message-insert-header): New function.
16680         (message-shorten-references): Use it.
16682         * rfc2047.el (rfc2047-field-value): Strip props.
16684         * mail-parse.el (mail-header-make-address): New alias.
16686         * ietf-drums.el (ietf-drums-make-address): New function.
16688         * imap.el: Add compiler directives.
16690         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16692         * gnus-art.el (article-decode-idna-rhs): Don't use
16693         message-idna-inside-rhs-p.
16695 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16697         * message.el (message-idna-inside-rhs-p): Remove.
16698         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16700         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
16701         false positives.
16703 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16705         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16707 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16709         * nneething.el (nneething-file-name): Don't create spurious
16710         files.
16712         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16713         (gnus-inews-do-gcc): Remove sleep.
16715         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16716         part under point.
16718         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16719         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16721 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16723         * spam.el (spam-summary-prepare-exit): Fix (length).
16725 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16727         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16728         as expired without moving it" message when there are spam
16729         messages left.
16731 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16733         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16734         header is not nil.
16736 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16738         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16739         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
16740         (nntp-marks-changed-p): New arg SERVER.
16741         (nntp-request-update-info): Adjust caller.
16743 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16745         * nntp.el (nntp-save-marks): Pass missing arg.
16747 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16749         * nntp.el: Support marks.
16750         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16751         (nntp-marks-modtime, nntp-marks-directory): New variables.
16752         (nntp-request-set-mark, nntp-request-update-info)
16753         (nntp-possibly-create-directory, nntp-marks-changed-p)
16754         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
16755         New functions.
16757 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16759         * gnus-score.el (gnus-score-insert-help):
16760         Use gnus-select-lowest-window.
16762         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16763         appt-select-lowest-window and rename to gnus-select-lowest-window.
16765         * gnus.el: do.
16767 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16769         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16770         encodings of MIME-encoded words, in order to improve
16771         interoperability with several broken MUAs.
16773 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16775         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16776         tags, only when charsets are not specified in headers.
16777         (mm-inline-text-html-render-with-w3m): Ditto.
16779 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16781         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16782         instead of MIME-decoded from fields when checking
16783         `gnus-article-address-banner-alist'.
16785 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16787         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16788         description rather than subject.
16790 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16792         * gnus.el (gnus-version-number): Bump.
16794 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16796         * gnus.el: No Gnus v0.2 is released.
16798 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16800         * gnus-agent.el (gnus-agent-read-agentview):
16801         Inline gnus-uncompress-range.
16803 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16805         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16806         `exec-installed-p'.
16808 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16810         * gnus.el (spam-process, spam-autodetect-methods):
16811         Add bsfilter and bsfilter-headers.
16813         * spam.el (spam-bsfilter): New customize group.
16814         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16815         (spam-bsfilter-header, spam-bsfilter-probability-header)
16816         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16817         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16818         (spam-bsfilter-database-directory): New options.
16819         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16820         (spam-list-of-statistical-checks, spam-registration-functions):
16821         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16822         (spam-bsfilter-score): New command.
16823         (spam-check-bsfilter-headers, spam-check-bsfilter)
16824         (spam-bsfilter-register-with-bsfilter)
16825         (spam-bsfilter-register-spam-routine)
16826         (spam-bsfilter-unregister-spam-routine)
16827         (spam-bsfilter-register-ham-routine)
16828         (spam-bsfilter-unregister-ham-routine): New functions.
16829         (spam-generic-score): Support bsfilter; Accept an optional argument
16830         to recalcurate spam score even if scoring header has already been
16831         added.
16832         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16833         optional argument to recalcurate spam score even if scoring header
16834         has already been added.
16836 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16838         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16839         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16840         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16841         link is missing.
16843 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16845         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16846         (html2text-get-attr): Rewrite.
16848         * message.el (message-setup-1): Remove redundant put-text-property
16849         on mail-header-separator.
16851 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16853         * gnus-registry.el (gnus-registry-cache-whitespace)
16854         (gnus-registry-action, gnus-registry-spool-action)
16855         (gnus-registry-split-fancy-with-parent): Change message levels
16856         from 5 to 3 or 7, as needed.
16858         * spam.el (spam-summary-prepare-exit)
16859         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16860         (spam-split, spam-find-spam, spam-log-undo-registration)
16861         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
16862         level from 5 to 6.
16864 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16866         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16867         2004-03-04 change).
16869 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16871         * sieve-manage.el (sieve-manage-open):
16872         * nnweb.el (nnweb-insert-html):
16873         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16874         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16875         * nnspool.el (nnspool-request-group):
16876         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16877         * nnml.el (nnml-request-update-info):
16878         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16879         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16880         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16881         (nnimap-request-set-mark):
16882         * nnfolder.el (nnfolder-request-update-info):
16883         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16884         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16885         * gnus-uu.el (gnus-uu-find-articles-matching):
16886         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16887         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16888         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16889         * gnus-nocem.el (gnus-nocem-scan-groups):
16890         * gnus-int.el (gnus-start-news-server):
16891         * gnus-group.el (gnus-group-make-kiboze-group)
16892         (gnus-group-browse-foreign-server):
16893         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16894         Use mapc when appropriate.
16896 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16898         FIXME: Make separate entries for each person.
16900         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16901         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16902         <shields@msrl.com>:
16904         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16905         may need for spam sorting and scoring.
16906         (spam-user-format-function-S): Add user format function suitable for
16907         general use.
16908         (spam-article-sort-by-spam-status): Add sorting function for summary
16909         sorting.
16910         (spam-extra-header-to-number): Add function to get a score from a
16911         header.
16912         (spam-summary-score): Add function to  get a numeric score from the
16913         headers.
16914         (spam-generic-score): Fix function doc, was in wrong place.
16915         (spam-initialize): Take symbols when it's run, and install the
16916         extra headers that spam-necessary-extra-headers thinks we need.
16918 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16920         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16921         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
16923 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16925         * gnus-sum.el (gnus-set-global-variables)
16926         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16927         (gnus-article-get-xrefs, gnus-summary-best-group)
16928         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16929         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16930         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16931         Use with-current-buffer.
16933 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16935         * spam.el (spam-summary-prepare-exit): Simplify logic.
16936         (spam-fetch-article-header): Read the article header if it's not
16937         available.
16938         (spam-list-articles): Simplify logic.
16939         (spam-filelist-register-routine): Fix bug with unregister-list.
16941         * gnus-registry.el: Fix comments at beginning.
16943 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16945         * message.el (message-cater-to-broken-inn): Remove.
16946         (message-shorten-references): Make sure the total folded length of
16947         References is shorter than 998 characters to cater to a bug in INN
16948         2.3.  Also, don't pretend that references aren't folded -- this
16949         hasn't worked for a while.
16951 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16953         * gnus-agent.el (gnus-agentize):
16954         gnus-agent-send-mail-real-function no longer set to current value
16955         of message-send-mail-function but rather a lambda that calls
16956         message-send-mail-function.  The change makes the agent real-time
16957         responsive to user changes to message-send-mail-function.
16959 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16961         * legacy-gnus-agent.el
16962         (gnus-agent-convert-to-compressed-agentview): Fix typos with
16963         help from Florian Weimer <fw@deneb.enyo.de>
16965 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16967         * nnmail.el (nnmail-cache-insert): Revert last change.
16969 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16971         * nnmail.el (nnmail-cache-insert): Always check whether
16972         nnmail-cache-ignore-groups matches a group name.
16974 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16976         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16977         (spam-find-spam, spam-log-processing-to-registry)
16978         (spam-log-registered-p, spam-log-unregistration-needed-p)
16979         (spam-log-undo-registration): Use gnus-message instead of
16980         gnus-error, none of these errors are fatal.
16982         * gnus-registry.el (gnus-registry-clean-empty-function)
16983         (gnus-registry-clean-empty): Remove only empty entries without
16984         extra data.
16986 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16988         * spam-stat.el (spam-stat-buffer-change-to-spam)
16989         (spam-stat-buffer-change-to-non-spam): Change (error) to
16990         (gnus-message 8) invocation.
16992 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16994         * nntp.el (nntp-via-netcat-command): New variable.
16995         (nntp-via-netcat-switches): New variable.
16996         (nntp-open-via-rlogin-and-netcat): New function.
16997         (nntp-open-connection-function): Doc fix.
16998         (nntp-telnet-command): Doc fix.
16999         (nntp-end-of-line): Doc fix.
17000         (nntp-via-rlogin-command): Doc fix.
17001         (nntp-via-user-name): Doc fix.
17002         (nntp-via-address): Doc fix.
17004 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17006         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17007         error in Emacs 21.1.
17009 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17011         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17013 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17015         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17016         (gnus-agent-with-refreshed-group): New macro.
17017         (gnus-agent-rename-group): New function.
17018         (gnus-agent-delete-group): New function.
17019         (gnus-agent-save-group-info): Use gnus-command-method when
17020         `method' parameter is nil.  Don't write nil entries into the
17021         active file.
17022         (gnus-agent-get-group-info): New function.
17023         (gnus-agent-fetch-articles):
17024         Use gnus-agent-update-files-total-fetched-for to increment disk space
17025         used.
17026         (gnus-agent-fetch-headers, gnus-agent-save-alist):
17027         Use gnus-agent-update-view-total-fetched-for to increment disk space
17028         used.
17029         (gnus-agent-get-local): Add optional parameters to avoid calling
17030         gnus-group-real-name and gnus-find-method-for-group.
17031         (gnus-agent-set-local): Delete stored entry if either min, or max,
17032         are nil.
17033         (gnus-agent-fetch-session): Reworded error/quit messages.
17034         On quit, use gnus-agent-regenerate-group to record existence of any
17035         articles fetched to disk before the quit occurred.
17036         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17037         gnus-agent-update-view-total-fetched-for, and
17038         gnus-agent-update-files-total-fetched-for to decrement disk space
17039         used.
17040         (gnus-agent-retrieve-headers):
17041         Use gnus-agent-update-view-total-fetched-for to increment disk space
17042         used.
17043         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17044         with gnus-agent-update-files-total-fetched-for to decrement disk
17045         space and fresh group buffer.
17046         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17047         (gnus-agent-need-update-total-fetched-for): New variable.
17048         (gnus-agent-update-files-total-fetched-for): New function.
17049         (gnus-agent-update-view-total-fetched-for): New function.
17050         (gnus-agent-total-fetched-for): New function.
17052         * gnus-cache.el (gnus-cache-save-buffers):
17053         Use gnus-cache-update-overview-total-fetched-for to change disk space
17054         used by this group.
17055         (gnus-cache-possibly-enter-article):
17056         Use gnus-cache-update-file-total-fetched-for to increment disk space
17057         used by this group.
17058         (gnus-cache-possibly-remove-article):
17059         Use gnus-cache-update-file-total-fetched-for to decrement disk space
17060         used by this group.
17061         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17062         (gnus-cache-rename-group): New function.
17063         (gnus-cache-delete-group): New function.
17064         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17065         (gnus-cache-need-update-total-fetched-for): New variable.
17066         (gnus-cache-with-refreshed-group): New macro.
17067         (gnus-cache-update-file-total-fetched-for): New function.
17068         (gnus-cache-update-overview-total-fetched-for): New function.
17069         (gnus-cache-rename-group-total-fetched-for): New function.
17070         (gnus-cache-delete-group-total-fetched-for): New function.
17071         (gnus-cache-total-fetched-for): New function.
17073         * gnus-group.el: Require gnus-sum and autoload functions to
17074         resolve warnings when gnus-group.el compiled alone.
17075         (gnus-group-line-format): Documented new %F.
17076         (size of Fetched data) group line format; identifies disk space
17077         used by agent and cache.
17078         (gnus-group-line-format-alist): Defined new F format.
17079         (gnus-total-fetched-for): New function.
17080         (gnus-group-delete-group): No longer update
17081         gnus-cache-active-altered as gnus-request-delete-group now keeps
17082         the cache in sync.
17083         (gnus-group-list-active): Let the agent store a server's active
17084         list if currently plugged.
17086         * gnus-int.el (gnus-request-delete-group):
17087         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17088         local disk in sync with the server.
17089         (gnus-request-rename-group):
17090         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17091         local disk in sync with the server.
17093         * gnus-start.el (gnus-get-unread-articles):
17094         Cosmetic simplification to logic.
17096         * gnus-util.el (gnus-rename-file): New function.
17098 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17100         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17102 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17104         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17105         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17107 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17109         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17110         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17112 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17114         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17116 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17118         * spam.el (spam-set-difference): Add function to replace
17119         gnus-set-difference in spam.el.
17120         (spam-summary-prepare-exit): Use spam-set-difference.
17122 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17124         * gnus-registry.el (gnus-registry-cache-file): Update to use
17125         gnus-dribble-directory OR gnus-home-directory OR ~.
17126         (gnus-registry-split-fancy-with-parent): Fix doc.
17128 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17130         * message.el (message-exchange-point-and-mark):
17131         Use message-mark-active-p.  Suggested by Jesper Harder
17132         <harder@ifa.au.dk>.
17134 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17136         * message.el (message-exchange-point-and-mark): Don't activate
17137         region if it was inactive.  Suggested by Hiroshi Fujishima
17138         <pooh@nature.tsukuba.ac.jp>.
17140 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17142         * gnus-art.el (article-display-face): Display Faces in the same
17143         order as X-Faces.
17145 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17147         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17149 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17151         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17152         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17153         (gnus-article-mime-hierarchy): Remove.
17154         (gnus-article-mime-hierarchy-next): Remove.
17155         (gnus-article-mode): Revert 2004-03-19 change.
17156         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17157         (gnus-insert-mime-button): Revert 2004-03-19 change.
17158         (gnus-mime-accumulate-hierarchy): Remove.
17159         (gnus-mime-enter-multipart): Remove.
17160         (gnus-mime-leave-multipart): Remove.
17161         (gnus-mime-display-part): Revert 2004-03-19 change.
17162         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17164         * mml.el (mml-preview): Revert 2004-03-19 change.
17166 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17168         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17170 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17172         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17173         t while entering a file name using the mm-with-multibyte macro.
17174         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17176         * mm-util.el (mm-with-multibyte): New macro.
17178 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17180         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
17181         New user option.
17182         (gnus-mime-multipart-functions): Doc and customization fix.
17183         (gnus-article-mime-hierarchy): New variable.
17184         (gnus-article-mime-hierarchy-next): New variable.
17185         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17186         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17187         gnus-article-mime-hierarchy-next to nil.
17188         (gnus-insert-mime-button): Show hierarchy numbers.
17189         (gnus-mime-accumulate-hierarchy): New function.
17190         (gnus-mime-enter-multipart): New function.
17191         (gnus-mime-leave-multipart): New function.
17192         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17193         (gnus-mime-display-alternative): Show hierarchy numbers.
17195         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17196         gnus-article-mime-hierarchy-next to nil.
17198 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17200         * dns.el: Don't require gnus-xmas.
17202 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17204         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17205         inline PGP.
17206         (mml-menu): Disable mml-quote-region if mark is inactive.
17208 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17210         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17211         when the group's active is not available.
17213 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17215         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17216         error.
17218 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17220         * imap.el (imap-store-password): New variable.
17221         (imap-interactive-login): Use it.
17222         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17224 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17226         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17227         window-start and hscroll to summary window.
17229 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17231         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17232         conversion message to newsrc-dribble when an actual conversion is
17233         performed.
17235 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17237         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17239 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17241         * mm-decode.el (mm-complicated-handles): New function reviving
17242         former definition of mm-multiple-handles.
17244         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17245         (gnus-mime-delete-part): Use it.
17247 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17249         * gnus-agent.el (gnus-agent-read-local):
17250         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
17251         avoid the implicit assumption that they will always be equal.
17252         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17253         coding-system-for-write, as the with-temp-file macro first prints
17254         to a buffer then saves the buffer.
17256 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17258         * gnus-art.el (gnus-article-edit-part): New function.
17259         (gnus-mime-save-part-and-strip): Use it; do query instead of
17260         signaling an error; don't use mm-multiple-handles.
17261         (gnus-mime-delete-part): Ditto.
17263 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17265         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
17266         old file versions.
17267         (gnus-group-prepare-hook): Remove function that converted list
17268         form of gnus-agent-expire-days to group properties.
17270         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17271         (gnus-request-accept-article): Re-indented.
17273         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17274         converters to handle old agent file formats.  Add logic for a
17275         "backup before upgrading warning".
17276         (gnus-convert-mark-converter-prompt): Developers can mark
17277         functions as needing (default), or not needing,
17278         gnus-convert-old-newsrc's "backup before upgrading warning".
17279         (gnus-convert-converter-needs-prompt): Tests whether the user
17280         should be protected from potentially irreversable changes by the
17281         function.
17283         * legacy-gnus-agent.el: New.  Provides converters that are only
17284         loaded when gnus-convert-old-newsrc needs to call them.
17286 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17288         * mail-source.el (mail-source-touch-pop): Doc fix.
17290         * message.el (message-smtpmail-send-it): Doc fix.
17292 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17294         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17296         * nnmail.el (nnmail-split-fancy): do.
17298         * gnus-kill.el (gnus-kill, gnus-execute): do.
17300 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17302         * gnus-sum.el (gnus-widget-reversible-match)
17303         (gnus-widget-reversible-to-internal)
17304         (gnus-widget-reversible-to-external): New functions.
17305         (gnus-widget-reversible): New widget.
17306         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17308 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17310         * gnus-sum.el (gnus-thread-sort-functions)
17311         (gnus-article-sort-functions): Document `(not F)' items.
17313 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17315         * spam.el (spam-use-gmane-xref): Add new backend.
17316         (spam-gmane-xref-spam-group): Add variable to control the name of the
17317         Gmane spam group.
17318         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17319         (spam-regex-headers-spam, spam-regex-headers-ham)
17320         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17321         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17322         backends and checks.
17323         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17325         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17326         an autodetect method.
17328 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17330         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17331         articles are being added to a group.
17332         (gnus-request-replace-article): Inform the agent that articles
17333         need to be uncached as the cached contents are no longer valid.
17335 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17337         * binhex.el: Don't autoload executable-find.
17339         * canlock.el: Don't autoload mail-fetch-field.
17341         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17343         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17344         rmail-dont-reply-to and rmail-output.
17346         * gnus-score.el: Don't autoload ffap-string-at-point.
17348         * gnus-setup.el: Don't autoload sc-cite-original.
17350         * imap.el: Don't autoload base64-decode-string,
17351         base64-encode-string and md5.
17353         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17354         and rmail-msg-restore-non-pruned-header.
17356         * mm-decode.el: Don't autoload executable-find.
17358         * mm-url.el: Don't autoload executable-find.
17360         * mm-view.el: Don't autoload diff-mode.
17362         * nndb.el: Don't autoload news-reply-mode, news-setup,
17363         cancel-timer and telnet.
17365         * password.el: Don't autoload run-at-time for Emacs.
17367         * sha1-el.el: Don't autoload executable-find.
17369         * sieve-mode.el: Don't autoload c-mode.
17371         * uudecode.el: Don't autoload executable-find.
17373 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17375         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
17376         (gnus-agent-possibly-alter-active): Avoid null in numeric
17377         comparison.
17378         (gnus-agent-set-local): Refuse to save null in local object table.
17379         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17380         list of articles that will be marked as unread.
17382 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17384         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17386 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17388         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17389         language tags.
17391 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17393         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17394         Don't bind "obarray".
17396         * gnus-sum.el (gnus-thread-sort-functions):
17397         Add `gnus-thread-sort-by-most-recent-number' and
17398         `gnus-thread-sort-by-most-recent-date'.
17399         Reported by Kai Grossjohann <kai@emptydomain.de>.
17401 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17403         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17405 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17407         * gnus-cus.el (gnus-agent-customize-category):
17408         Remove ignore-errors macro reference that required cl to be loaded at
17409         run-time.
17411         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17412         single-interval range of the form (min . max).  Previously the
17413         range had to look like ((min . max)).  Likewise, return
17414         (min . max) rather than ((min . max)).
17415         (gnus-range-map): Use gnus-range-normalize to accept
17416         single-interval range.
17418         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17419         the cache, but not the agent, now appear with their usual face.
17421 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17423         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17424         w3m-safe-url-regexp variable buffer-local.
17426         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17428 2004-02-27  Simon Josefsson  <jas@extundo.com>
17430         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17431         gnus-group-real-prefix.
17432         (gnus-summary-move-article): Use it, instead of
17433         gnus-group-real-prefix.
17435 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17437         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17438         w3m-safe-url-regexp variable buffer-local and set it as the value
17439         of mm-w3m-safe-url-regexp.
17441         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17443         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17444         parsing gnus-posting-styles when the message is not for replying.
17446         * nnrss.el (nnrss-opml-export):
17447         Use mm-set-buffer-file-coding-system instead of
17448         set-buffer-file-coding-system.
17450 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17452         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17453         of checkdoc.el).
17454         * nnrss.el: do.
17455         * gnus-mlspl.el: do.
17456         * gnus-ml.el: do.
17457         * gnus-srvr.el: do.
17459         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17461 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17463         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17464         Corrections to custom-manual links.
17466         * gnus-art.el (gnus-article): Ditto.
17468         * mm-decode.el (mime-display, mime-security): Ditto.
17470 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17472         * flow-fill.el: Typo.
17474 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17476         * spam-wash.el: New file.
17478 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17480         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17482 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17484         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17485         to be run with new-articles as LIST1, not LIST2.
17486         (spam-registration-functions): Add spam-use-ham-copy as a nil
17487         registration backend.
17489 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17491         * spam-stat.el (spam-stat-washing-hook): New option.
17492         (spam-stat-buffer-words): Use it.
17493         (spam-stat-process-directory, spam-stat-test-directory):
17494         Use insert-file-contents-literally.
17495         (spam-stat-coding-system): New variable.
17496         (spam-stat-load, spam-stat-save): Use it.
17498 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17500         * spam-report.el (spam-report-plug-agent):
17501         Quote spam-report-url-to-file and spam-report-url-ping-plain.
17503 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17505         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
17506         Allow / in mailto URLs.
17508 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17510         * spam-report.el (spam-report-process-queue): Fix interactive use.
17511         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17512         (spam-report-unplug-agent): Doc fixes.
17513         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17514         (spam-report-agentize, spam-report-deagentize):
17515         Autoload 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17517         * message.el (message-setup-fill-variables): Add mml tags to
17518         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17519         <ajk@iu.edu>.
17520         (message-mode): Don't modify paragraph-separate there.
17522 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17524         * compface.el (uncompface-use-external): Default to undecided.
17525         (uncompface-use-external-threshold): New variable.
17526         (uncompface-float-time): New macro.
17527         (uncompface): Determine whether to use the external decoder if
17528         uncompface-use-external is undecided.
17530 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17532         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17533         after images.
17535         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17537 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17539         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17541         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17543         * gnus-sum.el (gnus-summary-limit-to-age)
17544         (gnus-summary-limit-children): do.
17546         * gnus-int.el (gnus-request-scan): do.
17548         * gnus-group.el (gnus-group-suspend): do.
17550         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17552         * gnus-cite.el (gnus-cite-parse-attributions): do.
17554         * gnus-agent.el (gnus-summary-set-agent-mark)
17555         (gnus-agent-regenerate-group): do.
17557         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17559         * binhex.el (binhex-decode-region-internal): do.
17561 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17563         * gnus-fun.el (gnus-face-properties-alist): New user option.
17564         (gnus-display-x-face-in-from): Use it.
17566         * gnus-art.el (article-display-face): Ditto.
17568         * compface.el (uncompface-use-external): Default to nil.
17570 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17572         * nntp.el (nntp-erase-buffer): New function.
17573         (nntp-retrieve-data, nntp-send-command)
17574         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17575         (nntp-possibly-change-group): Use it.
17577         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
17578         Use with-current-buffer.
17580 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17582         * compface.el: Merge the ELisp-based uncompface program.
17583         (compface): New customization group.
17584         (uncompface-use-external): New user option.
17585         (uncompface): Call uncompface-internal if uncompface-use-external
17586         is nil.
17587         (uncompface-internal): New function.  Note that there are also
17588         some other functions and variables added for this function.
17590 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17592         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17593         if necessary.
17595 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17597         * spam-report.el (spam-report-unplug-agent)
17598         (spam-report-plug-agent, spam-report-deagentize)
17599         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17600         Add support for the Agent in spam-report: when unplugged, report to a
17601         file; when plugged, submit all the requests.
17603         * spam.el (spam-register-routine): Fix message about
17604         registration.
17606 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17608         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17609         dependencies.
17610         (rfc2047-encode): Use it.
17612         * gnus-art.el (gnus-button-marker-list): Move before first
17613         reference.
17615         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17616         (imap-parse-body): Fix format string mismatch.
17618         * gnus-score.el (gnus-summary-increase-score): do.
17620         * nnrss.el (nnrss-close): New function.
17622 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17624         * nnrss.el (nnrss-make-filename): New function.
17625         (nnrss-request-delete-group, nnrss-read-server-data)
17626         (nnrss-save-server-data, nnrss-read-group-data)
17627         (nnrss-save-group-data): Use it.
17628         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17629         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17630         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17632 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17634         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17636 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17638         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17639         files.
17641         * message.el (message-generate-headers-first): Don't quote nil
17642         and t in docstrings.
17644         * imap.el (imap-id): do.
17646         * gnus-agent.el (gnus-agent-consider-all-articles)
17647         (gnus-agent-queue-mail): do.
17649 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17651         * spam-report.el (spam-report-process-queue): New function.
17652         Process requests from `spam-report-requests-file'.
17653         (spam-report-process-queue): Doc fix.
17655 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17657         * spam.el (spam-register-routine)
17658         (spam-log-processing-to-registry, spam-log-registered-p)
17659         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17660         Change "check" to "spam-check" for semi-clarity.
17662 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17664         * pop3.el: Require nnheader.
17666         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17668         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17670         * gnus-picon.el: Require cl.
17672         * gnus-fun.el: Require gnus-ems and gnus-util.
17674         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17676         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17678         * gnus-art.el (gnus-article-edit-mode): Define before first
17679         reference.
17681 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17683         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17684         (gnus-uu-post-encoded): Use point-at-bol.
17686         * gnus-topic.el (gnus-group-active-topic-p): do.
17688         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17690         * gnus-group.el (gnus-group-kill-region): do.
17692         * gnus-art.el (article-date-ut): do.
17694         * message.el (message-fetch-field): Remove redundant
17695         case-fold-search binding.
17696         (message-narrow-to-field): Simplify.
17698 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17700         * spam.el (spam-directory): Derive from `gnus-directory'.
17702         * spam-report.el (spam-report-url-to-file)
17703         (spam-report-requests-file): New function and variable for offline
17704         reporting.
17705         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17706         and user defined function.
17707         (spam-report-url-ping-mm-url): Remove doubled slash.
17709 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17711         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17713 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17715         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
17716         Fix format string mismatch.
17718         * sieve.el (sieve-deactivate-all): do.
17720         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17722         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17724         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17726         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17728 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17730         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17731         the list of checks.
17733 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17735         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17736         padding.
17738 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17740         * mm-view.el (mm-fill-flowed): New variable.
17741         (mm-inline-text): Use it.
17743 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17745         * spam.el (spam-spamassassin-register-ham-routine)
17746         (spam-spamassassin-register-spam-routine): Fix function names.
17748 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17750         * gnus.el (gnus-tmp-grouplens): Remove.
17751         (gnus-summary-line-format): Remove grouplens.
17753         * gnus-group.el (gnus-group-line-format): Ditto.
17755         * gnus-spec.el (gnus-format-specs): Ditto.
17756         (gnus-update-format-specifications): Flush the group format spec
17757         cache if there's the grouplens stuff.
17758         (gnus-parse-simple-format): Replace %l with the empty string.
17760 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17762         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17763         omission.
17765 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17767         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17768         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17770 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17772         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17773         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17774         New macros and functions.
17775         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17776         Handle > NLINK_MAX messages.
17777         * nnmaildir.el (nnmaildir-request-set-mark):
17778         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
17780 2004-01-25  Alex Schroeder  <alex@gnu.org>
17782         * spam-stat.el (spam-stat-process-directory-age): New option.
17783         (spam-stat-process-directory): Use it.
17785 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17787         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17788         (spam-stat-save): Accept prefix argument.
17790 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17792         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17793         links" error.
17795 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17797         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17798         compatibility with old .newsrc.eld files.
17800         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17802         * gnus-start.el (gnus-1): do.
17804         * gnus-group.el (gnus-group-line-format-alist): do.
17806         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17808         * gnus-gl.el: Remove.
17810 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17812         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17813         marks consisting of a single range {for example, (3 . 5)} rather
17814         than a list of a single range { ((3 . 5)) }.
17816 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17818         * spam-stat.el (spam-stat-store-gnus-article-buffer):
17819         Use with-current-buffer.
17820         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17821         avoid consing a string.
17823         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17824         Remove obsolete entries for big5 and gb2312.
17826 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17828         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17829         uncompressed list.
17831 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17833         * spam-stat.el (spam-stat-strip-xref): New function.
17834         (spam-stat-process-directory): Use it.
17836         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17837         here -- it's done in message-fetch-field.
17839 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17841         * gnus-agent.el (gnus-agent-queue-mail)
17842         (gnus-agent-prompt-send-queue): New variables.
17843         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17844         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17845         "nndraft:queue" along to gnus-draft-send.
17846         Use gnus-agent-prompt-send-queue.
17847         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17848         is "nndraft:queue".  Suggested by Gaute Strokkenes
17849         <gs234@srcf.ucam.org>
17851         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
17852         (agent-enable-undownloaded-faces): Add.
17853         (gnus-agent-cat-groups): Use eval-and-compile, not
17854         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17855         method of gnus-agent-cat-groups even when the buffer has been
17856         evaled.
17857         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
17858         delete gnus-agent-save-active-1.
17859         (gnus-agent-save-groups): Delete.  Identical to
17860         gnus-agent-save-active.
17861         (gnus-agent-write-active): No longer adjust agent's copy of active
17862         file as agent's adjustments are now stored in their own
17863         file.  Remove optional parameter.
17864         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17865         servers.  Add use of min/max range limits from server's local
17866         file.
17867         (gnus-agent-save-alist): Remove unused optional argument.
17868         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17869         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17870         (gnus-agent-set-local): A per-server file that keeps min/max range
17871         limits for articles known to the agent.  Provides a fast mechanism
17872         for altering many active ranges.
17873         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17874         active file (local makes it unnecessary).
17875         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
17877         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
17878         (agent-enable-undownloaded-faces): Add.
17880         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17881         disable it when sending to "nndraft:queue".
17882         (gnus-group-send-queue): Add safety check to avoid sending queue
17883         when unplugged.
17885         * gnus-group.el (gnus-group-catchup): Use new
17886         gnus-sequence-of-unread-articles, not
17887         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17888         numbers of articles.  Use gnus-range-map to avoid having to
17889         uncompress the unread list.
17890         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17891         Fix invalid ange-ftp reference.
17893         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17894         (gnus-sorted-range-intersection): Intersection of two ranges
17895         without requiring that they first be uncompressed.
17897         * gnus-start.el (gnus-activate-group): Unless blocked by the
17898         caller, possibly expand the active range to include both cached
17899         and agentized articles.
17900         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17901         multiple version-dependent converters.
17902         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
17903         gnus-agent-save-active.
17904         (gnus-save-newsrc-file): Save dirty agent range limits.
17906         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
17907         gnus-agent-possibly-alter-active.
17908         (gnus-adjust-marked-articles): Faster handling of simple lists
17910 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17912         * spam-stat.el (spam-stat-test-directory): New optional argument
17913         displays a list of files detected.  Suggested by Andrew Cohen
17914         <cohen@andy.bu.edu>.
17915         (spam-stat-buffer-words-with-scores): Don't narrow and change
17916         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17918 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17920         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17921         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17922         (spam-spamassassin-arguments)
17923         (spam-spamassassin-spam-flag-header)
17924         (spam-spamassassin-positive-spam-flag-header)
17925         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17926         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17927         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17928         (spam-list-of-processors, spam-list-of-checks)
17929         (spam-list-of-statistical-checks, spam-registration-functions)
17930         (spam-check-spamassassin-headers, spam-check-spamassassin)
17931         (spam-spamassassin-score)
17932         (spam-spamassassin-register-with-sa-learn)
17933         (spam-spamassassin-register-spam-routine)
17934         (spam-spamassassin-register-ham-routine)
17935         (spam-assassin-register-spam-routine)
17936         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17937         (spam-bogofilter-score): Fix to show article before scoring.
17939 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17941         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17942         default scoring function.
17943         (spam-generic-score): Call spam-spamassassin-score if
17944         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17945         spam-bogofilter-score otherwise.
17947         * gnus.el (spam-process, spam-autodetect-methods):
17948         Add spamassassin and spamassassin-headers.
17950 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17952         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17953         Suppress unnecessary messages.
17955 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17957         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17958         make-hash-table.
17960 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17962         * canlock.el (base64-encode-string): Don't autoload it.
17964 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17966         * run-at-time.el: Remove useless (require 'itimer),
17967         eval-and-compile and (featurep 'xemacs).
17969 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17971         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17972         GROUP is a virtual group.
17974 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17976         * gnus.el: Autoload `message-y-or-n-p'.
17978 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17980         * pgg-parse.el: Remove unnecessary (require 'custom).
17982         * pgg-def.el: do.
17984         * nnmail.el: do.
17986         * gnus-undo.el: do.
17988         * gnus-picon.el: do.
17990         * gnus-util.el: do.
17992 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17994         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17996 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17998         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17999         handle, as well as a list.
18001         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18002         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18003         (mm-w3m-cid-retrieve): Simplify.
18005 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18007         * message.el (message-kill-to-signature): Allow prefix arg to
18008         specify number of lines to keep before signature.
18010 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18012         * message.el (message-kill-to-signature): Change docstring.
18014 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18016         * canlock.el: Always require sha1-el.
18017         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18019         * message.el: Autoload sha1 only when compiling.
18021 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18023         * message.el (message-canlock-generate): Require sha1-el.
18025 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18027         * message.el (message-expand-name): Silence the byte compiler.
18029 2004-01-13  Simon Josefsson  <jas@extundo.com>
18031         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18032         Invoke gnus-score-mode.
18033         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
18035         * gnus-range.el (gnus-compress-sequence): Doc fix.
18036         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18038 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18040         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18042 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18044         * spam.el (spam-get-article-as-string): Update to use
18045         gnus-request-article-this-buffer, much simpler.
18046         (spam-get-article-as-buffer): Remove.
18048 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18050         * message.el (message-expand-name): Use EUDC if the user uses that.
18052 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18054         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18055         character for the encoding to avoid consing a string.
18057         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18058         unnecessarily.
18060         * mm-util.el (mm-replace-chars-in-string): Remove.
18062         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18063         of mm-replace-chars-in-string.
18065 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18067         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18069         * mm-util.el (mm-subst-char-in-string): Support inplace.
18071         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18072         a new string in every iteration.  Use shy groups.
18074 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18076         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18077         * gnus-soup.el (gnus-soup-group-brew):
18078         * gnus-msg.el (gnus-put-message):
18079         * gnus-move.el (gnus-group-move-group-to-server):
18080         * gnus-kill.el (gnus-batch-score):
18081         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18082         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18083         (gnus-group-update-group, gnus-group-read-group)
18084         (gnus-group-make-group, gnus-group-make-help-group)
18085         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18086         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18087         (gnus-group-sort-by-unread, gnus-group-catchup)
18088         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18089         (gnus-group-yank-group, gnus-group-set-info)
18090         (gnus-group-list-groups):
18091         * gnus.el (gnus-generate-new-group-name):
18092         * gnus-delay.el (gnus-delay-send-queue):
18093         * nnvirtual.el (nnvirtual-catchup-group):
18094         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18095         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18096         (gnus-group-prepare-topics, gnus-topic-check-topology):
18097         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18098         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18099         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18100         (gnus-group-make-articles-read):
18101         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18102         (gnus-group-change-level, gnus-kill-newsgroup)
18103         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18104         (gnus-get-unread-articles, gnus-make-articles-unread)
18105         (gnus-make-ascending-articles-unread): Use accessor
18106         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18107         to get group information for improved readability.
18109 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18111         * gnus-art.el (article-decode-mime-words, article-babel)
18112         (gnus-article-highlight-signature, gnus-article-add-buttons)
18113         (gnus-signature-toggle): Use gnus-with-article-buffer.
18115         * gnus-art.el (gnus-article-highlight-headers)
18116         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18118         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18119         (gnus-article-set-globals, gnus-request-article-this-buffer)
18120         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18121         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18122         (gnus-mime-display-alternative): Use with-current-buffer.
18124 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18126         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18127         also under 80 char limit, and call gnus-error if needed.
18128         (spam-fetch-article-header): Fix - it was a
18129         buffer-local variable (gnus-newsgroup-data).
18130         (spam-find-spam): Use spam-generate-fake-headers, forget about
18131         spam-insert-fake-headers.
18132         (spam-insert-fake-headers): Remove.
18134 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18136         * deuglify.el (gnus-article-outlook-unwrap-lines)
18137         (gnus-outlook-rearrange-article)
18138         (gnus-outlook-repair-attribution-outlook)
18139         (gnus-outlook-repair-attribution-block)
18140         (gnus-outlook-repair-attribution-other): Remove redundant
18141         save-excursion.
18143 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18145         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18146         (spam-fetch-field-subject-fast)
18147         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18148         (spam-fetch-article-header): Add functions to deal with Gnus
18149         internals for fast retrieval of article header data.
18150         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18152 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18154         * pop3.el (pop3-md5): Remove.
18155         (pop3-apop): Replace pop3-md5 with md5.
18157         * mm-bodies.el: base64 is always built-in.
18159         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18160         Use with-current-buffer.
18162 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18164         * canlock.el (canlock-insert-header): Remove excessive grouping in
18165         regexp.
18167         * gnus-sum.el (gnus-summary-read-document): Ditto.
18169         * gnus-uu.el (gnus-uu-part-number): Ditto.
18171         * html2text.el (html2text-remove-tags): Ditto.
18172         (html2text-format-tags): Ditto.
18173         (html2text-format-single-elements): Ditto.
18175         * mml.el (mml-parse-1): Ditto.
18177 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18179         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18181         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18183         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18185         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18187 2003-11-15  Simon Josefsson  <jas@extundo.com>
18189         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18190         (pgg-gpg-lookup-key): Use regexp match instead of
18191         split-string (split-string is different between emacs 21.2 and
18192         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18194 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18196         * gnus-art.el (gnus-mime-view-all-parts)
18197         (gnus-article-part-wrapper, gnus-article-view-part):
18198         Use with-current-buffer.
18200 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18202         * spam.el (spam-disable-spam-split-during-ham-respool)
18203         (spam-spamoracle-database, spam-cache-lookups)
18204         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18205         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18206         (spam-group-ham-marks, spam-group-spam-marks)
18207         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18208         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18209         also add spam-use-blackholes to the statistical checks.
18210         (spam-fetch-field-fast): Add interface to fetching fields, may
18211         become a macro.
18212         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18213         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18214         (spam-insert-fake-headers): Fake an article when needed.
18215         (spam-find-spam): Fake article when possible.
18216         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18217         (spam-check-bogofilter-headers): Use message-fetch-field instead
18218         of nnmail-fetch-field.
18220 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18222         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18224 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18226         * spam.el (spam-split): Do not require spam-use-CHECK to be
18227         enabled if that check is passed to spam-split explicitly; also
18228         fix so 'spam doesn't get converted to spam-split-group when
18229         spam-split-symbolic-return is t.
18230         (spam-find-spam): Find registrations of the article and use those
18231         instead of re-running spam-split to find the spam/ham
18232         classification of the article.
18233         (spam-log-processing-to-registry, spam-log-registered-p)
18234         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18235         Use gnus-error instead of gnus-message.
18236         (spam-log-registration-type): Add function to determine the
18237         classification of a message based on registry entries; will
18238         return nil if both 'spam and 'ham are found.
18239         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18240         a reasonably fast local cache without the loading errors.
18241         (spam-cache-lookups): Set to t by default.
18242         (spam-find-spam): Don't try to guess spam-cache-lookups.
18243         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18244         spam-caches entry.
18245         (spam-filelist-build-cache, spam-filelist-check-cache):
18246         Fix caching of whitelist/blacklist entries.
18247         (spam-check-whitelist, spam-check-blacklist):
18248         Invoke spam-from-listed-p with a type, not a cache variable.
18249         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18251 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18253         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18255         * nnmail.el (nnmail-split-fancy): do.
18257         * mml.el (mml-parse): do.
18259         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18260         (gnus-score-adaptive): do.
18262 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18264         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18265         (gnus-mime-button-map): Don't set keymap parent.
18266         (gnus-button-ctan-directory-regexp): Use shy grouping.
18267         (gnus-prev-page-map): Don't set keymap parent.
18268         (gnus-prev-page-map): Remove duplicated one.
18269         (gnus-next-page-map): Don't set keymap parent.
18270         (gnus-mime-security-button-map): Ditto.
18272         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18273         version number.
18275         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18277 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18279         * canlock.el (canlock-sha1-function): Remove.
18280         (canlock-sha1-function-for-verify): Remove.
18281         (canlock-openssl-program): Remove.
18282         (canlock-openssl-args): Remove.
18283         (canlock-ignore-errors): Remove.
18284         (canlock-sha1-with-openssl): Remove.
18285         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18286         (canlock-verify): Don't use canlock-ignore-errors.
18288         * sha1-el.el (sha1-string-external): Make it can return a string
18289         in binary form.
18290         (sha1-region-external): Ditto.
18291         (sha1-string-internal): Ditto.
18292         (sha1-region-internal): Ditto.
18293         (sha1-region): Ditto.
18294         (sha1-string): Ditto.
18295         (sha1): Ditto.
18297 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18299         * spam.el (spam-report-articles-gmane): New command.
18301 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18303         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18305         * run-at-time.el (run-at-time-saved): Remove.
18306         (run-at-time): Doc fix.
18308 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18310         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18311         (gnus-summary-limit-map): Add it.
18312         (gnus-summary-make-menu-bar): do.
18314 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18316         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18317         Make attempt at some caching support (done for BBDB only now).
18318         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18319         addresses to be checked.
18320         (spam-clear-cache-BBDB): Add function, to be invoked by
18321         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18322         (spam-check-BBDB): Check and use the caches, if
18323         spam-cache-lookups is on, remove superfluous (provide).
18325 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18327         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
18329 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18331         * run-at-time.el (run-at-time-saved): Move to after the definition
18332         of `run-at-time'.
18334 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18336         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18337         mm-w3m-local-map-property.
18339         * mm-view.el (mm-w3m-mode-map): Remove.
18340         (mm-w3m-local-map-property): Remove.
18341         (mm-inline-text-html-render-with-w3m): Don't use
18342         mm-w3m-local-map-property.
18344 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18346         * run-at-time.el: New file.
18348         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18349         of gnus-set-text-properties.
18351         * gnus-uu.el (gnus-uu-save-article): Ditto.
18353         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18355         * gnus-cite.el (gnus-cite-parse): Ditto.
18357         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18358         of gnus-.
18360         * gnus.el: Change calls to nnheader-run-at-time and
18361         password-run-at-time throughout to use run-at-time directly.
18363         * password.el: Remove definition of run-at-time.
18365 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18367         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18368         in prompt.
18370 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18372         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18373         XEmacs version.
18375         * dns.el (dns-make-network-process): Use `open-network-stream'
18376         instead of `gnus-xmas-open-network-stream'.
18378         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18380 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18382         * gnus-art.el (gnus-mime-display-alternative)
18383         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18384         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18385         Don't use gnus-local-map-property.
18387         * gnus-util.el (gnus-local-map-property): Remove.
18389         * mm-view.el (mm-view-pkcs7-decrypt):
18390         Replace gnus-completing-read-maybe-default with completing-read.
18392         * gnus-util.el (gnus-completing-read): do.
18393         (gnus-completing-read-maybe-default): Remove.
18395 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18397         * password.el: Only autoload `run-at-time' if not XEmacs.
18398         Only autoload the itimer functions if XEmacs.
18400 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18402         * gnus-art.el (gnus-read-string): Remove.
18403         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18404         read-string.
18406 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18408         * netrc.el: Autoload password-read.
18409         (netrc): Add configuration group.
18410         (netrc-encoding-method, netrc-openssl-path):
18411         Add variables for encoding and decoding of files with symmetric
18412         ciphers.
18413         (netrc-encode): Add assistant function to encode a file with
18414         netrc-encoding-method.
18415         (netrc-parse): Add interactive parameter, added optional
18416         decoding if netrc-encoding-method is non-nil but otherwise
18417         behavior is standard.
18418         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18419         Do s/encode/encrypt/ everywhere.
18421         * spam.el: Remove executable-find autoload.
18423 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18425         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18427         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18429 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18431         * gnus-art.el (gnus-treat-ansi-sequences)
18432         (article-treat-ansi-sequences): New variable and function.
18433         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18435         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18436         Use it.
18438 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18440         * mm-util.el (mm-quote-arg): Remove.
18442         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18443         shell-quote-argument.
18445         * gnus-uu.el (gnus-uu-command): do.
18447         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18449         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18450         with make-char.
18452         * mm-util.el (mm-make-char): Remove.
18454         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18455         add-minor-mode.
18457         * gnus-undo.el (gnus-undo-mode): do.
18459         * gnus-topic.el (gnus-topic-mode): do.
18461         * gnus-sum.el (gnus-dead-summary-mode): do.
18463         * gnus-start.el (gnus-slave-mode): do.
18465         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18467         * gnus-ml.el (gnus-mailing-list-mode): do.
18469         * gnus-gl.el (gnus-grouplens-mode): do.
18471         * gnus-draft.el (gnus-draft-mode): do.
18473         * gnus-dired.el (gnus-dired-mode): do.
18475         * gnus-ems.el (gnus-add-minor-mode): Remove.
18477         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18478         Replace gnus-char-width with char-width.
18480         * gnus-ems.el (gnus-char-width): Remove.
18482         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18483         Replace gnus-char-width with char-width.
18485         * gnus-ems.el (gnus-char-width): Remove.
18487         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18488         definition.
18489         Remove Emacs 20 hash table compatibility code.
18491         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18492         20 compatibility code.
18494         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18496         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18498         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
18499         Replace with point-at-{eol,bol}.
18501         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18503         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18505         * flow-fill.el (fill-flowed-point-at-bol)
18506         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18508         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18509         Replace with point-at-{eol,bol} throughout all files.
18511 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18513         * ntlm.el (ntlm-string-as-unibyte): New macro.
18514         (ntlm-build-auth-response): Use it.
18516         Remove Emacs 20 stuff:
18517         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18518         of delq and copy-sequence.
18519         * gnus-art.el (popup-menu): Remove the compiler macro.
18520         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18521         Emacs 20.
18523 2004-01-05  Simon Josefsson  <jas@extundo.com>
18525         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18526         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18527         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18528         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18529         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18530         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18531         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18532         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18533         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18534         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18535         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18536         string-xor into ntlm-string-xor.
18537         Suggested by Jesper Harder <harder@myrealbox.com>.
18539         * ntlm.el: Don't include poem.
18541         * md4.el (print-int32, print-string-hexa): Remove.
18542         Suggested by Jesper Harder <harder@myrealbox.com>.
18544         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18546         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18547         probably breaks emacs with DL patch, but do we care? Is anyone
18548         still using the DL stuff?)
18550         * sieve-manage.el: Use the password package.
18551         (sieve-manage-read-passwd): Remove.
18552         (sieve-manage-interactive-login): Use password.  Re-add
18553         condition-case around loop.
18555         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18556         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
18557         Use the password package.
18559 2003-02-19  Simon Josefsson  <jas@extundo.com>
18561         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18562         token.
18564 2002-08-07  Simon Josefsson  <jas@extundo.com>
18566         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18567         (sieve-manage-authenticators):
18568         (sieve-manage-authenticator-alist): Add some SASL mechs.
18569         (sieve-sasl-auth): New function.
18570         (sieve-manage-cram-md5-auth):
18571         (sieve-manage-plain-auth): Rewrite using SASL library.
18572         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18573         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18574         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18575         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18577 2004-01-05  Simon Josefsson  <jas@extundo.com>
18579         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18580         New files.
18582 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18584         * gnus-group.el (gnus-no-groups-message): Update.
18586         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18588 2003-11-09  Simon Josefsson  <jas@extundo.com>
18590         * imap.el: Support for ID IMAP extension (RFC 2971).
18591         (imap-local-variables): Add imap-id.
18592         (imap-id): New variable.
18593         (imap-id): New function.
18594         (imap-parse-response): Parse untagged ID response.
18595         * nnimap.el (nnimap-id): New variable.
18596         (nnimap-open-connection): Use it.
18598 2003-12-28  Simon Josefsson  <jas@extundo.com>
18600         * gnus-score.el (gnus-score-edit-all-score): New.
18601         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18603 2004-01-04  Simon Josefsson  <jas@extundo.com>
18605         * password.el: Add.
18607 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18609         * dns.el (dns-query-types): Fix typo.
18610         (dns-query-types): New function.
18611         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18612         PTR and SOA replies, see RFC 1035.
18614 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18616         * gnus.el (gnus-logo-color-style): Change colors to `no'.
18618         * Move to Changelog.2.
18620 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18622         * gnus.el (gnus-version-number): Bump version.
18624 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18626         * gnus.el: No Gnus v0.1 is released.
18628 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18630         * gnus.el: No Gnus v0.0 is released.
18632 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18634         * gnus.el (gnus-version-number): Bump.
18635         (gnus-version): No.
18637 See ChangeLog.2 for earlier changes.
18639   Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18640     Free Software Foundation, Inc.
18642   This file is part of GNU Emacs.
18644   GNU Emacs is free software: you can redistribute it and/or modify
18645   it under the terms of the GNU General Public License as published by
18646   the Free Software Foundation, either version 3 of the License, or
18647   (at your option) any later version.
18649   GNU Emacs is distributed in the hope that it will be useful,
18650   but WITHOUT ANY WARRANTY; without even the implied warranty of
18651   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18652   GNU General Public License for more details.
18654   You should have received a copy of the GNU General Public License
18655   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18657 ;; Local Variables:
18658 ;; coding: utf-8
18659 ;; fill-column: 79
18660 ;; add-log-time-zone-rule: t
18661 ;; End: