(shr-tag-font): Get the background color right.
[gnus.git] / lisp / ChangeLog
blob7a30fca0736534ae168203c1fc86265c63f986bc
1 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3         * shr.el (shr-tag-font): Colorize the region.
4         (shr-tag-body): Ditto.
5         (shr-tag-font): Actually let the styles be inherited instead of
6         overwriting them.
7         (shr-tag-font): Get the background color right.
9         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
10         a Message-ID to avoid having nnimap depend on gnus-sum.
12         * shr.el (shr-descend): Only colorize something if we have a node that
13         sets colors.
15 2010-12-06  Julien Danjou  <julien@danjou.info>
17         * shr.el (shr-render-td): Render td content with shr-descend, so style
18         will be applied to <td> too.
19         (shr-colorize-region): Colorize region even if we only have a background.
20         (shr-tag-body): Fix color and background color inheritance.
21         Do not recolorize after shr-generic.
22         (shr-tag-font): Let shr-generic colorize via inheritance.
24 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
28 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
30         * nnir.el (nnir-request-move-article): Remove obsolete code.
32 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
34         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
36 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
38         * gnus-sum.el (gnus-summary-respool-article): The completion function
39         expects a list instead of an alist.
41         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
42         string as the parameter.
44         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
46         * shr.el (shr-stylesheet): New dynamic variable for cascading the
47         styles.
48         (shr-colorize-region): New function.
49         (shr-insert-background-overlay): Remove.
50         (shr-render-td): Background setting should be taken care of on a higher
51         level.
52         (shr-tag-body): Use post-hoc colorizations.
53         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
54         (shr-put-color-1): Don't overwrite old colors.
55         (shr-colorize-region): When the background color isn't explicit, use
56         a fixed background.
58         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
59         nnmail variables.
61 2010-12-05  Bjørn Mork  <bjorn@mork.no>
63         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
64         unless necessary.
66 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
68         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
69         server.
71 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
73         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
74         so that TAB works.
76         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
77         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
79         * shr.el (shr-urlify): Show the URL before the title to avoid
80         misleading URLs.
82 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
84         * shr.el (shr-urlify): Display the title in <a> tags.
86 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
88         * nnir.el (nnir-categorize): Replace mapcar with mapc.
90 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
92         * nnir.el: Rearrange code to allow macros to be autoloaded by
93         gnus-sum.el.
94         (nnir-retrieve-headers-override-function): Make this variable
95         customizable.
96         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
98         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
99         from nnir.el.
101 2010-12-03  Julien Danjou  <julien@danjou.info>
103         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
105 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
107         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
108         allow optional argument `environment'.
110 2010-12-03  Glenn Morris  <rgm@gnu.org>
112         * mm-extern.el (message-goto-body): Update declaration.
114 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
116         * gnus-util.el (gnus-macroexpand-all): New function.
118         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
119         instead of macroexpand-all that is unavailable in XEmacs.
121 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
123         * nnir.el (nnir-summary-line-format): New variable.
124         (nnir-mode): Use it.
125         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
126         (nnir-article-ids): Reimplement as defsubst.
127         (nnir-retrieve-headers): Don't mangle the subject header.
128         (nnir-run-imap): Use 100 as RSV score.
129         (nnir-run-find-grep): Fix for full server searching.
130         (nnir-run-gmane): Better restriction to gmane groups.
132         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
133         summary buffers.
135 2010-12-02  Julien Danjou  <julien@danjou.info>
137         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
139         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
141         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
142         support.
144 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
146         * nnir.el: Update to handle the registry better.
147         (autoload): Silence byte-compiler.
148         (nnir-open-server): Add a hook for nnir groups.
149         (nnir-request-move-article): Don't mangle the header. Better to use
150         formating variables (which will be added in the future).
151         (nnir-registry-action): Update the registry using the original article
152         group name.
153         (nnir-mode): Install nnir-specific hooks for updating the registry.
155         * gnus-sum.el
156         (gnus-article-original-subject,gnus-newsgroup-original-name): Remove
157         obsolete variables.
158         (gnus-summary-move-article): Remove use of obsolete variables.
159         (gnus-summary-local-variables): Make move and delete hooks local to
160         summary buffers.
162 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
164         * rtree.el: New file.
166 2010-12-01  Julien Danjou  <julien@danjou.info>
168         * message.el (message-user-organization): Do not use
169         gnus-local-organization.
171         * gnus.el: Remove gnus-local-organization.
173         * gnus-msg.el: Remove nastygram thing.
175 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
177         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
178         funcall.
180 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
182         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
183         names.
185         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
186         characters.
188         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
189         to t of inhibit-read-only since it is inside gnus-with-article-headers.
190         Suggested by Štěpán Němec <stepnem@gmail.com>.
191         (gnus-gravatar-transform-address): Use mail-extract-address-components
192         that supports non-ASCII names rather than mail-header-parse-addresses.
194 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
196         * proto-stream.el (open-protocol-stream): All starttls connections are
197         handled by the network handler.
199 2010-11-30  Julien Danjou  <julien@danjou.info>
201         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
202         (nnimap-open-connection-1): Fix PREAUTH.
204         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
206 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
208         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
209         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
210         (shr-insert): Use them.
211         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
213 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
215         * nnir.el (nnir-request-move-article): Bail out if original group
216         doesn't support article moves.
217         (nnir-get-active): Improve active list retrieval.
219 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
221         * shr.el (shr-find-fill-point): Don't break before apostrophes.
223 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
225         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
226         seem to accept strings-with-numbers as port numbers,
228 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
230         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
231         change the registry.
233 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
235         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
236         delete-dups that is not available in XEmacs 21.4.
238         * mm-util.el (mm-delete-duplicates): Add comment.
240 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
242         * nnir.el (nnir-ignored-newsgroups): New variable.
243         (nnir-get-active): Use it.
245 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
247         * proto-stream.el (proto-stream-open-network): Add some comments.
249         * nntp.el (nntp-open-connection): Provide a :success condition.
251         * nnimap.el (nnimap-open-connection-1): Ditto.
253         * proto-stream.el (proto-stream-open-network): See what the response to
254         the STARTTLS command is.
256         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
257         backwards compatibility).
258         (nnimap-open-connection-1): Really respect nnimap-server-port.
260         * proto-stream.el (proto-stream-open-network): When doing opportunistic
261         TLS upgrades we don't really care about the identity of the peer.
262         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
263         that what we've checked for.
264         (proto-stream-always-use-starttls): Only default to t if
265         open-gnutls-stream exists.
266         (proto-stream-open-network): If STARTTLS failed, then just open a
267         normal connection.
268         (proto-stream-open-network): Wait until the greeting before doing
269         STARTTLS.
271         * nntp.el (nntp-open-connection): Report what the connection error is.
273         * proto-stream.el (open-protocol-stream): Renamed from
274         open-proto-stream.
276 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
278         * nnimap.el (nnimap-stream): Change default to `undecided'.
279         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
280         first, and then network.
281         (nnimap-open-connection-1): Respect nnimap-server-port.
282         (nnimap-open-connection): Be more backwards-compatible.
284         * proto-stream.el (proto-stream-always-use-starttls): New variable.
285         (proto-stream-open-starttls): De-duplicate the starttls code.
286         (proto-stream-open-starttls): Folded back into the main function.
287         (proto-stream-open-network): Fix typo in the gnutls path.
288         (proto-stream-command): Refactor out.
290         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
292         * proto-stream.el (proto-stream-open-starttls): Actually implement the
293         starttls.el STARTTLS.
295         * color.el (color-lab->srgb): Fix function call name.
297         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
298         if we're using tls.el.
299         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
300         built in, then don't try to establish a STARTTLS connection.
302         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
303         servers.
305         * proto-stream.el (open-proto-stream): Use network, not stream.
306         (open-proto-stream): Add a way to specify what the end of a command is.
308         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
309         connections types.
310         (nntp-open-network-stream): Remove.
311         (nntp-open-ssl-stream): Remove.
312         (nntp-open-tls-stream): Remove.
313         (nntp-ssl-program): Remove.
315         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
317 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
319         * nnir.el: Fix typos.
320         (nnir-retrieve-headers-override-function): Rename variable to reflect
321         new semantics.
322         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
323         macros.
324         (nnir-request-article, nnir-request-move-article): Use them.
325         (nnir-categorize): New function.
326         (nnir-run-query): Use it.
327         (nnir-retrieve-headers): Rewrite to batch header retrieval.
328         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
329         sorted.
330         (nnir-group-full-name): Use gnus-group-full-name instead.
331         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
332         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
334 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
336         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
338         * proto-stream.el: New library to provide protocol-specific
339         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
340         protocols.
341         (open-proto-stream): Complete the documentation.
342         (proto-stream-open-network): Fix some typos.
344         * nnimap.el (nnimap-open-connection): Use it.
346 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
348         * pop3.el (pop3-open-server): Read server greeting before starting TLS
349         negotiation.
351 2010-11-26  Julien Danjou  <julien@danjou.info>
353         * color.el: Rename various rgb functions to srgb.
355 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
357         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
358         names.
360 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
362         * shr.el (shr-insert): Revert last change.
363         (shr-find-fill-point): Never leave point being at bol;
364         relax the kinsoku limitation when rendering tables.
366 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
368         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
369         results from -accept-article.
371         * shr-color.el: Require cl when compiling.
373         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
374         checkin.
376         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
378         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
380         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
381         'add and 'delete to set backend marks.
383         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
385         * nnheader.el (nnheader-update-marks-actions): Refactor out.
387         * nntp.el (nntp-request-set-mark): Use it.
389         * nnfolder.el (nnfolder-request-set-mark): Ditto.
391         * nnml.el (nnml-request-set-mark): Ditto.
393         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
394         introduces regressions in article selection.
395         (nnimap-find-uid-response): New function.
396         (nnimap-request-accept-article): Use the UID returned, if any.
397         (nnimap-request-move-article): Use the UID returned, if any.
398         (nnimap-get-groups): Reimplement to work with folded lines.
399         (nnimap-find-uid-response): The UID is the last element in the list.
400         (nnimap-request-set-mark): Extend syntax with 'set.
402         * nnml.el (nnml-request-set-mark): Ditto.
404         * nnfolder.el (nnfolder-request-set-mark): Ditto.
406         * nntp.el (nntp-request-set-mark): Ditto.
408 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
410         * message.el (message-called-interactively-p): A temporary macro.
411         (message-goto-body): Use it temporarily.
413 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
415         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
416         (nnimap-last-response-string): Unfold quoted lines, if they exist.
417         (nnimap-last-response-string): Fix last unfolding fix.
419 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
421         * shr.el (shr-insert): Fix the way to fold lines.
423 2010-11-25  Julien Danjou  <julien@danjou.info>
425         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
427         * color.el: Rename from color-lab.el
428         (color-rgb->hex): Add.
429         (color-complement): Add.
430         (color-complement-hex): Add.
432         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
434 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
436         * shr-color.el (shr-color-visible): Don't bug out if the colour names
437         don't exist.
439 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
441         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
442         assuming that article displaying or another mml-preview may be
443         interrupted for an error or for the like.
445         * shr.el (shr-get-background): Fix argument name.
447 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
449         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
451         * gnus-sum.el (gnus-summary-include-articles): New function.
453         * message.el (message-goto-body): called-interactively-p needs a
454         parameter, so use `any'.
456         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
457         clear marks before moving, since they're synced from the Gnus side
458         first.
460         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
461         (gnus-summary-move-article): Copy over all marks before moving, so that
462         IMAP doesn't think a new article has arrived.
464 2010-11-24  Julien Danjou  <julien@danjou.info>
466         * shr.el (shr-insert-background-overlay): Fix typo.
467         (shr-render-td): Copy the background before rendering.
469         * shr-color.el (shr-color-visible): Fix docstring.
471         * shr.el (shr-tag-table): Add bgcolor support.
472         (shr-render-td): Add bgcolor support.
473         (shr-get-background): Add.
474         (shr-insert-foreground-overlay): Use shr-get-background.
476         * message.el (message-goto-body): Use called-interactively-p.
477         (message-in-body-p): message-goto-body returns point.
479 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
481         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
482         Fixes something or other in Emacs 23, and is backwards compatible.
484         * message.el (message-goto-body): Remove the <#secure special-casing,
485         which is too special.
487         * shr.el (shr-parse-style): Drop !important from styles.
489 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
491         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
492         this function to return incorrect results when calling it with an
493         explicit article argument different from
494         (gnus-summary-article-number).
496 2010-11-24  Julien Danjou  <julien@danjou.info>
498         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
499         (shr-tag-body): Add background support.
500         (shr-descend): Add background support.
501         (shr-tag-title): Add.
503         * shr-color.el (shr-color-visible): Really return original background
504         if fixed.
506 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
508         * shr.el (shr-color-check): Protect against non-existant colour names.
510 2010-11-24  Julien Danjou  <julien@danjou.info>
512         * color-lab.el: Require 'cl when compiling.
514         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
516         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
517         matched part.
519         * color-lab.el: Fix all expt calls to use float type.
521 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
523         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
524         expression to shr-color-check as is.
526         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
528         * color-lab.el: Add coding cookie.
529         (float-pi): Use eval-and-compile.
531         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
532         compiled for Emacsen having no `libxml-parse-html-region' support.
534 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
536         * shr.el (shr-insert-color-overlay): Split stuff like
537         "#444444 !important" to find the real colour.
538         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
539         parse <font color="red"> entries.
541 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
543         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
544         point when parsing headers.
546         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
547         is positioned properly when parsing headers.
549 2010-11-23  Julien Danjou  <julien@danjou.info>
551         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
553         * shr-color.el (shr-color->hexadecimal): Add support for color names.
555         * shr.el (shr-parse-style): Replace \n with space in style parsing.
557         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
558         shr-color-hue-to-rgb.
559         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
561 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
563         * shr.el (shr-color->hexadecimal): Autoload.
564         (shr-descend): Add color to all tags.
566 2010-11-22  Julien Danjou  <julien@danjou.info>
568         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
569         shr-color->hexadecimal.
571         * shr-color.el (shr-color->hexadecimal): Add converting functions for
572         RGB() or HSL() color representation.
574         * shr.el (shr-tag-font): Add.
575         (shr-tag-color-check): New function to get better colors.
576         (shr-tag-insert-color-overlay): Factorize code between tag-font and
577         tag-span.
579         * shr-color.el: New file.
581         * color-lab.el: New file.
583         * gnus-art.el (gnus-url-mailto): Do not downcase args.
585 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
587         * nnir.el: Fix typo in comments.
588         (nnir-run-imap): Simplify code. No need to reverse artlist.
589         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
591 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
593         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
595         * nnimap.el (nnimap-get-capabilities): Refactor out.
596         (nnimap-open-connection): Re-request capabilities after STARTTLS.
598 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
600         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
601         appearing when `mm-uu-hide-markers' is nil.
603 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
605         * nnimap.el (nnimap-unselect-group): Make into its own function.
606         (nnimap-request-rename-group): Unselect group before renaming.
607         This had gotten lost somewhere.
608         (nnimap-request-accept-article): Keep track of examined groups, and
609         unselect the group before APPENDing to read-only groups.
610         (nnimap-request-move-article): Clear flags before moving so that they
611         can be re-set later.
613 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
615         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
616         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
618 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
620         * gnus-art.el (gnus-mime-display-single)
621         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
622         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
623         parameter.
625 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
627         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
628         (shr-table-vertical-line): New variable.
629         (shr-insert-table): Use it.
631 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
633         * gnus-html.el (gnus-html-wash-images): Don't display images if
634         gnus-inhibit-images is non-nil; register displayer for cid images.
635         (gnus-html-display-image): Work for cid image.
636         (gnus-html-insert-image): Allow arguments.
637         (gnus-html-put-image): Inhibit read-only.
638         (gnus-html-prefetch-images): Don't prefetch images if
639         gnus-inhibit-images is non-nil.
641 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
643         * shr.el (shr-put-image): Break lines when inserting big pictures.
645 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
647         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
648         sender, thanks Katsumi Yamaoka.
650 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
652         * nnir.el (nnir-run-imap): Reverse the article list for each group
653         rather than the whole list.
655 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
657         * shr.el (shr-image-displayer): Protect function against non-existent
658         image source.
660         * gnus-art.el (gnus-inhibit-images): New user option.
661         (gnus-mime-display-single): Don't display image if it is non-nil.
663         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
664         gnus-inhibit-images.
666         * shr.el (shr-image-displayer): New function.
667         (shr-tag-img): Use it.
669 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
671         * mml2015.el (mml2015-epg-sign): Use From header.
673 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
675         * gnus-html.el (gnus-html-wash-images): Register a displayer.
677         * gnus-util.el (gnus-find-text-property-region): Return markers.
679         * shr.el (shr-tag-img): Put a displayer in the text property.
681         * gnus-util.el (gnus-find-text-property-region): New utility function.
683         * gnus-html.el (gnus-html-display-image): Make the alt optional.
684         (gnus-html-show-images): Remove.
686         * gnus-art.el (gnus-article-show-images): New, more general function.
688         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
689         image url text properties.
691         * shr.el: Ditto.
693         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
694         gnus-agent-auto-agentize-methods is set.  Which it isn't.
696 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
698         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
699         work for two or more articles.
701 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
703         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
704         divide an image that's in an html article to two or more when washing
705         non-ASCII characters in alt text of it.
707 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
709         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
710         smime-decrypt-region using function argument.
711         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
713         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
715         * smime.el (smime-decrypt-region): Catch it.
717 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
719         * smime.el (smime-mode-map): Move initialization into declaration.
720         (gnus-run-mode-hooks): Don't autoload.
721         (smime-mode): Use define-derived-mode.
723 2010-11-11  Glenn Morris  <rgm@gnu.org>
725         * smime.el (from): Restrict declaration to XEmacs.
727         * nnir.el (gnus-group-topic-name): Autoload.
729 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
731         * shr.el (shr-insert): Don't break long line if it is because of
732         kinsoku-bol characters in the line end.
734 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
736         * nnir.el (nnir-request-move-article): Fix to provide original group
737         and subject.
738         (nnir-warp-to-article): Don't fail on articles whose headers haven't
739         been retrieved.
741         * gnus-sum.el (gnus-summary-move-article): Use original group and
742         subject for virtual articles such as those in an nnir summary buffer.
744 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
746         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
747         least 21.5).
749         * smime.el (from): Declare it again for XEmacs.
751 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
753         * message.el (message-resend): Don't disable encoding unless it's
754         already encoded.
756         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
757         low-numbered articles.
759 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
761         * rfc2047.el (rfc2047-syntax-table): Simplify.
763         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
765         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
766         set-char-table-range for XEmacs.
768 2010-11-10  Glenn Morris  <rgm@gnu.org>
770         * time-date.el (time-to-seconds): Always an alias on Emacs,
771         never a real function.
772         (with-no-warnings): Remove compat stub, now unused.
773         (time-less-p): Doc fix.
774         (time-to-number-of-days): Simplify.
776         * smime.el (from): Remove unused declaration.
778         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
779         (gnus-float-time): On Emacs, always an alias.
781         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
782         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
784 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
786         * dgnushack.el: Don't use ignore-errors in the top level form since it
787         is unavailable in XEmacs even if cl is loaded.
789         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
791 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
793         * shr.el (browse-url-mailto): Autoload.
795         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
797         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
798         regexp doesn't need quoting.
800 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
802         * message.el (message-subject-trailing-was-ask-regexp)
803         (message-subject-trailing-was-regexp): Match was: in addition to was.
805 2010-11-09  Glenn Morris  <rgm@gnu.org>
807         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
808         (nnbabyl-check-mbox): Use point-at-bol.
810 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
812         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
814         * message.el (message-mailto): New function.
815         (message-mailto): Should accept other parameters.
816         (message-mailto): Remove since it duplicates browse-url-mailto
817         functionality.
819 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
821         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
822         methods.
823         (gnus-read-active-file): Ditto.
825         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
826         ": " from the prompt.
827         (gnus-group-make-group): Ditto.
829 2010-11-07  Glenn Morris  <rgm@gnu.org>
831         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
832         (gnus-bookmark-kill-line): Use point-at-eol.
834 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
836         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
837         asterisks in From header.
839 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
841         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
842         string to avoid making the From headers syntactically invalid.
844         * message.el (message-send-mail): Don't insert courtesy messages if the
845         message already has List-Post and List-ID messages.
847 2010-11-06  Glenn Morris  <rgm@gnu.org>
849         * gnus-art.el (gnus-treat-article): Give dynamic local variables
850         `condition', `type', `length' a prefix.
851         (gnus-treat-predicate): Update for above name changes.
853 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
855         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
856         binding.  Handled by `gnus-summary-refer-thread' instead.
857         (nnir-warp-to-article): New backend function.
859         * nnimap.el (nnimap-request-thread): Force dependency updating.
861         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
862         (gnus-summary-refer-thread): Rework to improve thread-referral.
864         * gnus-int.el (gnus-warp-to-article): New function.
866         * gnus-sum.el (gnus-summary-article-map): Bind it.
868 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
870         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
871         gnus-summary-refer-thread.
873         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
874         headers.
875         (gnus-summary-limit-include-thread): Prevent articles in thread from
876         being cut in gnus-cut-threads.
877         (gnus-summary-refer-thread): Limit retrieved headers to those in
878         thread.
880 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
882         * message.el (message-send-mail): Use the value of
883         message-courtesy-message from the message buffer.
885         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
887         * shr.el (shr-browse-url): Implement mailto: URLs.
889         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
890         "raw".
892         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
893         if it's already selected.
895         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
897 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
899         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
900         to measure the length and truncate alt text.
902 2010-11-03  Glenn Morris  <rgm@gnu.org>
904         * nndiary.el (nndiary-generate-nov-databases-1)
905         (nndiary-generate-active-info): Rename dynamic variable `files' to
906         something less generic.
908 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
910         * nnir.el (nnir-request-move-article): Call the underlying backend to
911         move articles from nnir.
913 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
915         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
917 2010-11-02  Julien Danjou  <julien@danjou.info>
919         * nnir.el: Remove wais support.
921 2010-11-02  Glenn Morris  <rgm@gnu.org>
923         * gnus-html.el: Reorder requirements to quieten compiler.
925 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
927         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
928         properly for XEmacs as well.
929         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
930         (gnus-article-natural-long-line-p): Use window-width rather than
931         frame-width.
933 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
935         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
936         (nnir-read-parms): Don't modify query.
937         (nnir-run-query): Add ability to search topic on current line.
938         (nnir-get-active): Clean up.
940 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
942         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
943         degenerate articles.
945         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
946         (gnus-print-buffer): Just print the buffer as is, without any copying
947         to a buffer and then re-highlighting.
949         * nnimap.el (nnimap-request-group): Store the new updated info.
950         (nnimap-request-group): Select the group when we don't know whether it
951         exists or not.
953         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
954         groups.
956         * gnus-group.el (gnus-group-find-new-groups): Display all the new
957         groups.
959         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
960         groups.
962         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
963         long-lines case by only filling the long lines.
965         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
966         (bug #7311).
968 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
970         * shr.el: No need to declare `declare-function' since shr.el is for
971         only Emacsen that provide `libxml-parse-html-region'.
973         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
974         effective only in a file it is referred to.
976 2010-11-01  Glenn Morris  <rgm@gnu.org>
978         * mm-util.el (gnus-completing-read): Autoload.
979         (mm-read-coding-system): Simplify Emacs definition.
981         * nnmail.el (gnus-activate-group):
982         * nnimap.el (gnutls-negotiate):
983         * nntp.el (netrc-parse): Fix declarations.
985 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
987         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
988         string-match-p in Emacs >=23.
990         * gnus-msg.el (gnus-configure-posting-styles)
991         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
993 2010-11-01  Glenn Morris  <rgm@gnu.org>
995         * nnir.el (declare-function): Add compat stub.
996         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
997         (nnir-run-gmane): Require 'mm-url.
999         * mm-util.el (mm-string-to-multibyte): Simplify.
1001         * shr.el (declare-function): Add compat stub.
1002         (url-cache-create-filename): Declare.
1003         (mm-disable-multibyte, widget-convert-button): Autoload.
1005         * smime.el (ldap-search): Declare.
1006         (smime-cert-by-ldap-1): Require ldap on Emacs.
1008         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1009         (nnimap-keepalive): Use gnus-float-time.
1011         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1012         (mail-source-delete-crash-box): Use gnus-float-time.
1014         * gnus-dired.el (gnus-completing-read): Autoload.
1016         * mm-view.el (gnus-rescale-image): Autoload.
1018         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1020         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1022         * sieve-manage.el: Require 'cl when compiling.
1024         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1025         (gnus-iswitchb-completing-read): Require iswitchb.
1026         (gnus-select-frame-set-input-focus): Silence compiler.
1028 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1030         * message.el (message-subject-trailing-was-query): Change default to t,
1031         since I think that's what most people want.
1033         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1034         appending for easier debugging.
1035         (nnimap-wait-for-connection): Take a regexp.
1036         (nnimap-request-accept-article): Wait for the continuation line before
1037         sending anything unless we're streaming.
1039         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1040         leave the header washing to take place.
1042 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1044         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1045         regular expression match and replace in posting styles.
1047 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1049         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1050         an entire server.
1051         (nnir-get-active): New function.
1052         (nnir-run-imap): Use it.
1053         (nnir-run-gmane): Who knew, gmane search returns an article score!
1055         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1056         server on the current line with nnir.
1058 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1060         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1061         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1062         left edge.
1063         (gnus-article-foldable-buffer): Skip past the prefix when determining
1064         raggedness.
1066         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1067         the raw article, and change `C-u g' to show the article without doing
1068         treatments.
1070         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1071         on to `gnus-treat-article'.
1072         (gnus-inhibit-article-treatments): New variable.
1074         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1076         * gnus-art.el (gnus-treatment-function-alist): Have
1077         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1078         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1079         sections.
1081         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1082         parameter.
1083         (gnus-article-fill-cited-long-lines): New function.
1084         (gnus-article-fill-cited-article): Allow filling only long sections.
1086         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1087         and non-punctuation (like after the apostrophe in "'We").
1089         * gnus-sum.el (gnus-summary-select-article): Make sure
1090         gnus-original-article-buffer is alive.
1092         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1093         reflect the order they're in in the digest.
1095         * gnus.el (gnus-group-startup-message): Move point to the start of the
1096         buffer.
1098         * nnimap.el (nnimap-capability): New function.
1099         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1100         is set.
1102 2010-10-31  David Engster  <dengste@eml.cc>
1104         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1105         conform with changes to gnus-completing-read.
1107 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1109         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1111 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1113         * nnir.el: Move defvar, defcustom around to keep file organized
1114         and keep byte-compiler quiet.
1115         (nnir-read-parms): Accept search-engine as arg.
1116         (nnir-run-query): Pass search-engine as arg.
1117         (nnir-search-engine): Remove.
1119 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1121         * shr.el (shr-generic): The text nodes should be text, not :text.
1123         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1124         later in the file.
1126 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1128         * nnir.el: General clean up.  Allow searching with multiple engines.
1129         Allow separate extra-parameters for each engine.
1130         Batch queries when possible.
1131         (nnir-imap-default-search-key,nnir-method-default-engines):
1132         Add customize interface.
1133         (nnir-run-gmane): New engine.
1134         (nnir-engines): Use it.  Qualify all prompts with engine name.
1135         (nnir-search-engine): Remove global variable.
1136         (nnir-run-hyrex): Restore for now.
1137         (nnir-extra-parms,nnir-search-history): New variables.
1138         (gnus-group-make-nnir-group): Use them.
1139         (nnir-group-server): Remove in favor of gnus-group-server.
1140         (nnir-request-group): Avoid searching twice.
1141         (nnir-sort-groups-by-server): New function.
1143 2010-10-30  Julien Danjou  <julien@danjou.info>
1145         * gnus-group.el: Remove gnus-group-fetch-control.
1147         * gnus-start.el (gnus-find-new-newsgroups):
1148         Remove gnus-check-first-time-used.
1150         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1152 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1154         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1155         set on groups that don't have \* permanentflags.
1157 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1159         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1160         control the background color.
1161         (shr-tag-img): Ignore very small web bug type images.
1162         (shr-put-image): Add help-echo alt texts to the images.
1163         (shr-tag-video): Show the video poster image.
1165 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1167         * shr.el (shr-table-depth): New variable.
1168         (shr-tag-table-1): Only insert the images after the top-level table.
1170         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1172         * gnus-util.el (gnus-list-memq-of-list): New function.
1174         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1175         selected.
1176         (nnimap-unsplittable-articles): New slot.
1177         (nnimap-new-articles): Use it.
1179 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1181         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1182         move to the previous line on `M-g'.
1184 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1186         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1187         *-request-group, which seems unnecessary.
1189         * nnimap.el (nnimap-quote-specials): Function copied over from
1190         imap.el.
1191         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1192         they support that.  Suggested by Tom Regner.
1194 2010-10-29  Julien Danjou  <julien@danjou.info>
1196         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1197         defalias.
1198         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1200         * gnus.el: Remove `gnus-nntp-service' variable.
1201         (gnus-secondary-servers): Make obsolete.
1202         (gnus-nntp-server): Make obsolete.
1204         * gnus-start.el (gnus-1): Remove x-splash calls.
1206         * gnus-ems.el (gnus-x-splash): Remove.
1208         * gnus.el (gnus-group-startup-message): Simplify/update code.
1210         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1211         definition.
1213         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1214         capability before doing anything.
1215         (gnus-group-insert-group-line): Remove useless
1216         gnus-group-remove-excess-properties.
1218 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1220         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1222 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1224         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1225         config after reselecting.
1227 2010-10-28  Julien Danjou  <julien@danjou.info>
1229         * shr.el (shr-put-image): Use point even if only inserting text.
1230         (shr-put-image): Save excursion when inserting alt text on non-graphic
1231         display, so the behaviour is the same when we are on a graphic display.
1233         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1235 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1237         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1238         (gnus-mime-copy-part): Check coding system, not charset.
1239         (gnus-mime-view-part-externally): Never remove part.
1240         (gnus-mime-view-part-internally): Don't remove part here.
1241         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1242         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1243         multipart/alternative.
1245         * mm-decode.el (mm-display-part): Take optional arg `force'.
1247 2010-10-26  Julien Danjou  <julien@danjou.info>
1249         * gnus-group.el (gnus-group-default-list-level): Add this function to
1250         compute the default list level.
1251         (gnus-group-default-list-level): Add possibility to use a function.
1253 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1255         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1257         * gnus-group.el (gnus-group-completing-read)
1258         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1259         gnus-replace-in-string.
1261 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1263         * shr.el (shr-tag-div): Add.
1265         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1267 2010-10-25  Julien Danjou  <julien@danjou.info>
1269         * gnus-util.el: Remove `gnus-with-local-quit'.
1271         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1273 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1275         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1276         the original article buffer.
1278 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1280         * nnimap.el (nnimap-request-head): New function.
1281         (nnimap-request-move-article): Try to be slighly faster by not
1282         requesting the entire message when moving.
1283         (nnimap-transform-headers): Don't bug out on bodiless articles.
1284         (nnimap-send-command): Have no outstanding messages if the IMAP server
1285         doesn't support streaming.
1286         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1288 2010-10-24  Julien Danjou  <julien@danjou.info>
1290         * message.el (message-default-headers): Fix type.
1292 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1294         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1295         prefetching images.
1297         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1298         backend for unknown groups.  This is mainly useful for nnimap groups.
1300         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1301         group isn't covered by the agent.
1303 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1305         * nnir.el (nnir-method-default-engines): New variable.
1306         (nnir-run-query): Use it.
1307         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1308         (gnus-summary-nnir-goto-thread): Change group if needed.
1310         * gnus-group.el (gnus-group-group-map): Add key binding for
1311         gnus-group-make-nnir-group.
1313 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1315         * shr.el (shr-tag-object): Add.
1317         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1318         original article buffer live.
1319         (gnus-summary-select-article-buffer):
1320         Mention gnus-widen-article-buffer.
1322 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1324         * shr.el (shr-tag-strong): Add.
1326 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1328         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1329         group names.  They mess up the group buffer badly.
1331         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1333         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1334         instead of the summary one.
1336 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1338         * mml.el (mml-preview): Work properly when editing article.
1340         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1341         gnus-have-read-active-file if it's already been in.
1343 2010-10-22  Tom Tromey  <tromey@redhat.com>
1345         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1346         gnus-group-completing-read.
1348 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1350         * message.el (message-mode-map): Don't bind M-; to comment region, to
1351         allow the global comment-dwim to work.
1353 2010-10-21  Julien Danjou  <julien@danjou.info>
1355         * message.el (message-setup-1): Allow message-default-headers to be a
1356         function.
1358 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1360         * shr.el (shr-tag-table): Simplify.
1362 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1364         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1365         to avoid trying to snarf invalid stuff.
1367         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1369         * gnus.el (gnus-message-archive-group): Quote value.
1370         (gnus-message-archive-group): Mark as changed.
1372         * shr.el (shr-add-font): Don't put the font properties on the newline
1373         or the indentation.
1375         * message.el (message-fix-before-sending): Change options when sending
1376         non-printable characters.
1378         * gnus.el (gnus-message-archive-method): Change the default to
1379         monthly outgoing groups.
1381         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1382         that have gotten new numbers.
1384         * nnimap.el (nnimap-request-replace-article): New function.
1386 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1388         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1389         (nnrss-request-article): Don't use special html washing code.
1391 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1393         * shr.el (shr-tag-table): Remove useless nconc.
1395 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1397         * gnus-art.el (article-wash-html): Simplify and remove the charset
1398         stuff.  Use the normal html rendering code instead of the special html
1399         washing code.
1401         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1402         `gnus-w3m' symbols.
1403         (mm-text-html-washer-alist): Remove.
1405         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1406         (mm-inline-media-tests): Remove use.
1407         (mm-text-html-renderer): Change default to the `shr' symbol.
1409         * mm-view.el (mm-inline-text-html): Remove use.
1411         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1412         `gnus-blocked-images' to be a function.
1413         (gnus-article-wash-function): Remove.
1415 2010-10-20  Julien Danjou  <julien@danjou.info>
1417         * spam.el (spam-list-of-processors): Mark as obsolete.
1419         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1420         (nnimap-insert-partial-structure): Fix boundary detection.
1422 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1424         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1425         run file-truename on remote files.  This can be expensive and even
1426         prevent one from editing drafts if some unrelated buffer has a stale
1427         connection.
1429 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1431         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1432         kinsoku-eol regardless of shr-kinsoku-shorten.
1433         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1434         (shr-tag-table): Support caption, thead, and tfoot.
1436 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1438         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1439         lines.
1440         (shr-save-contents): New command and keystroke.
1442         * nndoc.el (nndoc-type-alist): Add git support.
1443         (nndoc-git-type-p): New function.
1444         (nndoc-transform-git-article): Ditto.
1445         (nndoc-transform-git-headers): Ditto.
1446         (nndoc-transform-git-headers): Generate Subject headers.
1448         * shr.el (shr-parse-style): New function.
1449         (shr-tag-span): Ditto.
1451         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1452         to `G G' to avoid collisions.
1454 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1456         * shr.el: Load kinsoku if necessary.
1457         (shr-kinsoku-shorten): New internal variable.
1458         (shr-find-fill-point): Make kinsoku shorten text line if
1459         shr-kinsoku-shorten is bound to non-nil.
1460         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1461         shr-indentation too when testing if table is wider than frame width.
1462         (shr-insert-table): Use `string-width' instead of `length' to measure
1463         text width.
1464         (shr-insert-table-ruler): Make sure indentation is done at bol.
1466 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1468         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1469         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1470         undecoded network data.
1472 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1474         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1475         name in the mode line spec so that the mode line menu works
1476         (bug #2431).
1478         * message.el (message-get-reply-headers): If we're fed `to-address',
1479         then always use that.
1481         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1482         aren't so wide as to need to switch off the edit menu.
1484         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1485         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1487         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1488         `M-g'.
1489         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1490         the permanent marks.
1492 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1494         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1495         Splitting according to references/in-reply-to obeys the ignore-groups
1496         variable, while splitting by sender and subject do not.
1498 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1500         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1501         alist, so that we can look for non-Unicode chars.
1502         (article-translate-strings): Allow both character and string maps.
1504 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1506         * shr.el (shr-insert): Don't insert space behind a wide character
1507         categorized as kinsoku-bol, or between characters both categorized as
1508         nospace.
1510 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1512         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1513         headers to gnus-newsgroup-headers.
1515 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1517         * shr.el (shr-tag-img): Don't align images -- since we're not
1518         rescaling, this often leads to ugly displays.
1520 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1522         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1523         duplicates.
1525 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1527         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1528         call.
1530 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1532         * gnus.el: Autoload gnus-html-show-images.
1534         * nnimap.el: Use nnheader-message throughout.
1536         * shr.el (shr-tag-img): Ignore images with no data.
1538 2010-10-15  Julien Danjou  <julien@danjou.info>
1540         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1541         a possibility to disable format=flow encoding when using hard newlines.
1543 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1545         * shr.el (shr-insert): Remove space inserted before or after a
1546         breakable character or at the beginning or the end of a line.
1547         (shr-find-fill-point): Do kinsoku; find the second best point or give
1548         it up if there's no breakable point.
1550 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1552         * nnimap.el (nnimap-open-connection): Message when opening connection
1553         for debugging purposes.
1555         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1556         on every setup buffer call to allow this to change from article to
1557         article.
1559         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1560         buffers where we have a wide table.
1562 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1564         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1565         uses *-request-thread.
1567 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1569         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1570         incantation, which is no longer valid.
1572 2010-10-14  Julien Danjou  <julien@danjou.info>
1574         * shr.el: Fix defcustom type (char -> character).
1576 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1578         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1579         programs.
1581 2010-10-14  Julien Danjou  <julien@danjou.info>
1583         * shr.el (shr-tag-a): Use url-link as widget type.
1585         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1586         `gnus-group-get-icon'.
1588 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1590         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1591         This should make server editing work better.
1593         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1595         * tls.el (tls-program): Remove spurious %s from openssl.
1597         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1598         (nnimap-parse-flags): Fix regexp.
1600         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1601         probably work for CJVK text, too.
1603         * nnimap.el (nnimap-extend-tls-programs): Remove.
1604         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1606         * tls.el (tls-starttls-switches): Remove starttls hack.
1607         (open-tls-stream): Ditto.
1608         (tls-find-starttls-argument): Ditto.
1610 2010-10-13  Julien Danjou  <julien@danjou.info>
1612         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1613         responses.
1615 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1617         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1619         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1620         anything in Emacs.
1622         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1624 2010-10-13  Julien Danjou  <julien@danjou.info>
1626         * shr.el (shr-width): Make shr-width a defcustom with default to
1627         fill-column.
1628         (shr-tag-img): Use shr-width rather than fill-column.
1630 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1632         * dgnushack.el (byte-optimize-apply)
1633         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1635         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1636         position when (X-)Faces exist.
1637         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1638         avatars when called interactively.
1640 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1642         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1643         gnus-article-x-face-too-ugly is bound.
1645 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1647         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1649         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1650         mailbox that doesn't exist.
1652 2010-10-12  Julien Danjou  <julien@danjou.info>
1654         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1655         (shr-get-image-data): Encode URL properly when fetching from cache.
1656         (shr-tag-img): Use aligned-to spaces to align correctly images.
1658         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1659         before inserting the Gravatar.
1661         * shr.el (shr-tag-img): Add align attribute support for <img>.
1663 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1665         * gnus-gravatar.el (gnus-art): Require.
1667         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1668         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1669         Remove long obsoleted functions.
1671 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1673         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1675         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1677         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1678         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1679         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1680         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1681         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1682         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1683         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1685 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1687         * nnimap.el (nnimap-request-rename-group): Select group read-only
1688         before renaming it.
1690         * shr.el (shr-insert): Fix up the white space only regexp.
1692         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1693         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1695         * shr.el (shr-current-column): New function.
1696         (shr-find-fill-point): New function.
1698 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1700         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1701         numbers.
1703 2010-10-11  Julien Danjou  <julien@danjou.info>
1705         * shr.el (shr-hr-line): Add.
1706         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1707         display hr lines.
1708         (shr-max-columns): Do not change state to nil if we just inserting
1709         spaces.
1711 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1713         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1714         select the last group.
1716 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1718         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1720 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1722         * dig.el (dig-mode-map): Declare and define in one step.
1724 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1726         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1727         for Gnus.
1728         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1729         (nnimap-update-qresync-info): Mark \Seen articles as read.
1731         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1732         non-variable, too.
1734         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1735         available.
1736         (nnimap-update-info): Rely more on the current active than the param
1737         active to avoid marking articles as read too much.
1739         * auth-source.el (auth-source-create): Use (user-login-name) for the
1740         user name default.
1742         * nnimap.el (nnimap-update-info): If the server doesn't return any
1743         useful info, just use the previous info.
1744         (nnimap-update-info): Prefer old info over start-article.
1745         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1747 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1749         * nnir.el (autoload): Clean up autoloads.
1750         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1751         Use key rather than value.
1752         (nnir-imap-search-other): New variable.
1753         (nnir-read-parm): Use it.
1754         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1755         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1757 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1759         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1760         the process, too.
1762 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1764         * spam.el (gnus-summary-mode-map): Bind to "$".
1765         Suggested by Russ Allbery.
1767         * shr.el: Rework the way things are indented by <li> slightly.
1769         * gnus.el (gnus-group-set-parameter): Fix typo.
1771         * nnimap.el: Start implementing QRESYNC support.
1773 2010-10-09  Julien Danjou  <julien@danjou.info>
1775         * nnir.el (nnir-engines): Fix too many arguments.
1777 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1779         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1780         group is the "last", so that the backends like nnfolder actually save
1781         their folders.
1783         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1784         try to use that for the tls stream.
1785         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1786         UIDVALIDITY and find out which groups are read-only and not.
1787         (nnimap-get-flags): Use the same marks parsing code as the rest of
1788         nnimap.
1790 2010-10-09  Julien Danjou  <julien@danjou.info>
1792         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1794         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1795         retrieving gravatars.
1797         * shr.el (shr-table-corner): Add.
1798         (shr-table-line): Add.
1799         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1801 2010-10-08  Julien Danjou  <julien@danjou.info>
1803         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1805 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1807         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1809         * gnus-sum.el (gnus-mark-article-as-unread)
1810         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1811         (gnus-summary-set-bookmark): Use it.
1813         * gnus-msg.el (gnus-setup-message): Use it.
1815         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1817         * gnus.el (gnus-group-remove-parameter): Use it.
1819         * gnus-group.el (gnus-group-make-web-group): Use it.
1821         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1823         * nnregistry.el: Update docs to mention manual.
1825         * gnus-registry.el: Update docs to mention nnregistry.el.
1826         (gnus-registry-initialize): Don't install nnregistry refer method
1827         automatically.
1828         (gnus-registry-install-nnregistry): Remove it.
1830 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1832         * shr.el (shr-insert): Don't insert double spaces.
1834 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1836         * gnus-gravatar.el (gnus-treat-from-gravatar)
1837         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1838         called interactively.
1840         * gnus-art.el (gnus-mime-view-part-externally)
1841         (gnus-mime-view-part-internally): Make predicate function passed to
1842         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1843         of a mime type.
1845         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1847 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1849         * shr.el (require): Require cl when compiling.
1850         (shr-tag-hr): New function.
1852         * nnimap.el (nnimap-update-info): Remove double setting of high.
1853         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1854         This makes nnimap work properly on Courier again.
1856         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1857         the variable for backwards compatability.
1859         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1860         the file name before using to avoid setting mm-default-directory to
1861         nil.
1863         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1864         bidning gnus-agent variables.
1866         * shr.el (shr-render-td): Use a cache for the table rendering function
1867         to avoid getting an exponential rendering behaviour in nested tables.
1868         (shr-insert): Rework the line-breaking algorithm.
1869         (shr-insert): Don't leave trailing spaces.
1870         (shr-insert-table): Also insert empty TDs.
1871         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1873 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1875         * gnus-sum.el (gnus-number): Rename from `number'.
1876         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1877         (gnus-summary-limit-children): Update uses correspondingly.
1879 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1881         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1882         (gnus-gravatar-transform-address): Don't show avatars of people of
1883         which mail addresses match gnus-gravatar-too-ugly.
1885 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1887         * shr.el (shr-table-widths): Expand TD elements to fill available
1888         space.
1890 2010-10-07  Julien Danjou  <julien@danjou.info>
1892         * nnimap.el (nnimap-request-rename-group): Add this method.
1894 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1896         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1897         name from XEmacs' function-arglist.
1899         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1900         gravatar under XEmacs.
1902 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1904         * auth-source.el: Update docs with TODO items.
1906         * gnus-sync.el: Update docs to explain state and plans.
1908         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1909         Hooks for mark updates.
1910         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1912         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1913         hooks with arguments, which is needed for mark update hooks.
1915 2010-10-06  Julien Danjou  <julien@danjou.info>
1917         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1918         was matched.
1920         * sieve-manage.el: Update example in `Commentary'.
1922         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1924         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1925         not 2000.
1926         (sieve-manage-authenticate): Re-add function.
1928 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1930         * shr.el (shr-insert): Get 'space transition right.
1931         (shr-render-td): Only delete space at the end of the TD.
1933         * nnimap.el (nnimap-open-connection): Prepare to support
1934         open-gnutls-stream.
1936         * shr.el: Rearrange function order to be more logical.
1938 2010-10-06  Julien Danjou  <julien@danjou.info>
1940         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1941         (nnrss-discover-feed): Remove 404 URL in docstring.
1943         * nnir.el: Fix Swish-E URL.
1944         Fix Namazu URL.
1946         * message.el (message-change-subject): Remove 404 URL in a comment.
1948 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1950         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1951         called interactively.
1953         * gnus-util.el (gnus-remove-if): Allow hash table.
1954         (gnus-remove-if-not): New function.
1956         * gnus-art.el (gnus-mime-view-part-as-type)
1957         * gnus-score.el (gnus-summary-score-effect)
1958         * gnus-sum.el (gnus-read-move-group-name):
1959         Replace remove-if-not with gnus-remove-if-not.
1961         * gnus-group.el (gnus-group-completing-read):
1962         Regard collection as a hash table if it is not a list.
1964 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1966         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1968         * shr.el: Document the table-rendering algorithm.
1970 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1972         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1973         for Emacsen having no `libxml-parse-html-region' support.
1975 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1977         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1978         invalid URLs.
1980         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1981         line-broken.
1982         (shr-tag-img): Ignore image fetching errors.
1983         (shr-overlays-in-region): Compute overlay positions correctly.
1985         * mm-decode.el (mm-shr): Require shr.
1987         * gnus-art.el (gnus-blocked-images): Move variable here.
1989         * shr.el (shr-insert-table): Bind free variable.
1991         * mm-decode.el (mm-shr): Bind shr-content-function.
1993         * shr.el (shr-content-function): New variable.
1995         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1996         added for symmetry.
1998         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2000         * gnus-group.el (gnus-group-make-group): Doc fix.
2002         * nnimap.el (nnimap-request-newgroups): Return success.
2004         * shr.el (shr-find-elements): New function.
2005         (shr-tag-table): Put all the images after the table.
2006         (shr-tag-table): Really inhibit images inside the table.
2007         (shr-collect-overlays): Copy over overlays from the TD elements to the
2008         main document.
2010         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2011         gnus-blocked-images.
2013 2010-10-05  Julien Danjou  <julien@danjou.info>
2015         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2017         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2018         (gnus-html-maximum-image-size): Add this function.
2019         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2021         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2022         server-value of the capability is nil.
2024 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2026         * shr.el (shr-tag-em): Add <EM> tag.
2028 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2030         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2031         customizable.
2033         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2034         handing broken links to browse-url.
2036 2010-10-05  Julien Danjou  <julien@danjou.info>
2038         * gnus-util.el (gnus-emacs-completing-read)
2039         (gnus-iswitchb-completing-read): Use autoload rather than require.
2041 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2043         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2044         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2045         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2046         iswitchb-temp-buflist for XEmacs.
2048         * gnus-util.el (gnus-completing-read-function): Exclude
2049         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2050         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2051         XEmacs.
2053         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2054         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2056         * gnus-html.el: Don't require help-fns under XEmacs.
2057         (gnus-html-schedule-image-fetching): Work for XEmacs.
2059         * mm-decode.el (mm-shr): Decode contents by charset.
2061 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2063         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2064         unknown.
2066         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2067         (shr-get-image-data): Ensure against the cache file missing.
2069         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2070         for data.
2072         * spam-report.el (spam-report-url-ping-plain): Don't query about
2073         killing the process.
2075         * shr.el (shr-render-td): Protect against too-wide text.
2077 2010-10-04  Julien Danjou  <julien@danjou.info>
2079         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2080         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2082         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2083         retrieved.
2085 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2087         * shr.el (browse-url): Require.
2088         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2089         lines.
2090         (shr-show-alt-text, shr-browse-image): New commands.
2091         (shr-browse-url, shr-copy-url): New commands.
2093         * gnus-sum.el (gnus-widen-article-window): New variable.
2094         (gnus-summary-select-article-buffer): Use it.
2096         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2097         without @ signs.
2099 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2101         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2103 2010-10-04  Julien Danjou  <julien@danjou.info>
2105         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2106         for XEmacs.
2108 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2110         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2112         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2113         (nnimap-close-server): Implement.
2115         * dgnushack.el (iswitchb): Require to shut up the compiler.
2117         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2118         (shr-insert): Tweak line breaking.
2119         (shr-insert): Handle <pre> better.
2120         (shr-tag-li): Get <li> indentation right.
2121         (shr-tag-li): Get <li> indentation even righter.
2122         (shr-tag-blockquote): Ensure paragraph start.
2123         (shr-make-table): Tweak table generation.
2124         (shr-make-table): Fix typo.
2126         * shr.el: Implement table rendering.
2128 2010-10-04  Julien Danjou  <julien@danjou.info>
2130         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2132 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2134         * shr.el (shr-insert): Use string anchors instead of line anchors.
2136 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2138         * shr.el: Add headings.
2139         (shr-ensure-paragraph): Actually work.
2140         (shr-tag-li): Make <ul> prettier.
2141         (shr-insert): Get white space at the beginning/end of elements right.
2142         (shr-tag-p): Collapse subsequent <p>s.
2143         (shr-ensure-paragraph): Don't insert double line feeds after blank
2144         lines.
2145         (shr-insert): \t is also space.
2146         (shr-tag-s): Fix "s" tag name function.
2147         (shr-tag-s): Fix face prop name.
2149 2010-10-03  Julien Danjou  <julien@danjou.info>
2151         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2153         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2154         gnus-window-inside-pixel-edges.
2156         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2157         gnus-ems.
2159         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2161         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2162         function.
2164         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2165         resize choice.
2167 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2169         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2170         beginning of the buffer.
2172         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2173         article buffer again.
2175         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2177         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2178         when it's at the start of the buffer.
2180         * shr.el (shr-tag-blockquote): Convert name.
2181         (shr-rescale-image): Use the right image-size variant.
2183         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2184         buffer isn't shown, then select the current article first instead of
2185         bugging out.
2186         (gnus-summary-select-article-buffer): Show both the article and summary
2187         buffers again.
2189         * shr.el (shr-fontize-cont): Protect against regions with no text.
2190         Rename tag functions to shr-tag-* for enhanced security.
2191         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2193 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2195         * shr.el (shr-insert):
2196         * pop3.el (pop3-movemail):
2197         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2198         loaded.
2200 2010-10-03  Glenn Morris  <rgm@gnu.org>
2202         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2204         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2206         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2208         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2210         * gnus-util.el (gnus-make-local-hook): Simplify.
2212 2010-10-02  Julien Danjou  <julien@danjou.info>
2214         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2215         (gnus-ido-completing-read): New function.
2216         (gnus-emacs-completing-read): New function.
2217         (gnus-completing-read): Use gnus-completing-read-function.
2218         Add gnus-completing-read-function.
2220 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2222         * shr.el (shr-insert-document): Autoload.
2223         (shr-img): Be silent.
2224         (shr-insert): Add a newline after every picture before text.
2225         (shr-add-font): Use overlays for combining faces.
2226         (shr-insert): Pass upwards the text start point.
2228         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2229         possible.
2230         (mm-shr): New function.
2232 2010-10-02  Julien Danjou  <julien@danjou.info>
2234         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2235         should go backward.
2237 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2239         * shr.el (shr): Fix typo in provide call.
2241 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2243         * shr.el: New file.
2245         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2247         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2248         completing read.
2250 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2252         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2253         we're being queried about.  Suggested by Dan Jacobson.
2255         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2256         Suggested by Jason Eisner.
2258         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2259         table, too.  Suggested by Stefan Wiens.
2260         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2261         the table unnecessary.  Suggested by Stefan Wiens.
2263         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2264         longer needed, and probably doesn't work either, as pointed out by
2265         Stefan Wiens.
2266         (gnus-summary-exit): Remove call to the clearing function.
2267         (gnus-summary-exit-no-update): Ditto.
2269         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2270         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2271         Reported by Stefan Monnier.
2272         (gnus-summary-save-in-rmail): Ditto.
2274         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2275         article buffer, instead of both the article buffer and the summary
2276         buffer.  Sort of suggested by Dan Jacobson.
2278         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2280         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2281         Suggested by Dan Jacobson.
2283         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2284         documentation clearer.
2286         * message.el (message-shorten-references): Comment on the number "21".
2287         Suggested by Stefan Monnier.
2289         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2290         Suggested by Dan Jacobson.
2292         * gnus.el (gnus-large-newsgroup):
2293         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2295         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2296         externalize attachments.  Bug reported by Steve Wen.
2298         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2299         really message anything to the user.
2301         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2302         directly.
2304         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2305         messages in empty groups.
2307 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2309         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2310         non-UIDNEXT group.
2312 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2314         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2315         not the value from the collection.
2317         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2318         values.  This sometimes happens on some groups that have no info.
2319         (nnimap-request-newgroups): New function.
2321 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2323         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2324         check into `gnus-registry-initialize'.
2325         (gnus-registry-initialize): Ditto.
2326         Fix and extend header docs.
2328 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2330         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2331         regexp backtrace overflows.
2333         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2334         for starttls that tls.el implements; i.e. openssl.
2336         * tls.el (tls-starttls-switches): Give up on using starttls with
2337         gnutls-cli.
2338         (tls-program): Add --insecure to be consistent with the defaults from
2339         openssl s_client.  Now all three commands are insecure.
2341 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2343         * lpath.el: Bind completion-styles-alist for XEmacs.
2345         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2346         (gravatar-create-image): New function that's an alias to
2347         gnus-xmas-create-image, gnus-create-image, or create-image.
2348         (gravatar-data->image): Use it.
2350 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2352         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2353         install the nnregistry refer method.
2354         (gnus-registry-install-hooks): Use it.
2355         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2356         unfollowed groups.
2358 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2360         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2361         expanding threads.
2363 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2365         * nnir.el: Use the server names without suffixes (bug #7009).
2367         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2368         unencrypted to STARTTLS, if possible.
2370 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2372         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2373         headers before superseding.
2375 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2377         * nnrss.el (nnrss-use-local): Add documentation.
2379         * nnimap.el (nnimap-extend-tls-programs): New function.
2380         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2381         (nnimap-wait-for-connection): Accept the greeting from the stupid
2382         output from openssl s_client -starttls, too.
2384         * tls.el (tls-starttls-switches): New variable.
2385         (tls-find-starttls-argument): Use it.
2386         (open-tls-stream): Ditto.
2388         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2389         (netrc-machine): Ditto.
2391         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2392         article number.
2393         (nnimap-split-fancy): New variable.
2394         (nnimap-split-incoming-mail): Use it.
2396         * nntp.el (nntp-server-list-active-group): Document.
2398         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2399         SELECT to get the message-id.
2401         * mail-source.el (mail-sources): Remove webmail support.
2402         (defvar): Ditto.
2403         (mail-source-fetcher-alist): Ditto.
2404         (mail-source-fetch-webmail): Remove.
2406         * webmail.el: Remove -- doesn't seem relevant any more.
2408         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2410         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2411         the \r.
2413 2010-09-30  Julien Danjou  <julien@danjou.info>
2415         * gnus-agent.el (gnus-agent-add-group): Fix call to
2416         gnus-completing-read.
2418 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2420         * nndoc.el (nndoc-retrieve-groups): New function.
2422         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2423         `default', use nnmail-split-methods.
2424         (nnimap-request-article): Downcase the NILs so that they are nil.
2426         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2427         symbol.
2429         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2430         code, since if the user has requested network, that's what they ought
2431         to get.
2432         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2433         (nnimap-split-rule): Mark as obsolete.
2435         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2436         New variable.
2438         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2439         correct slot, too.
2441 2010-09-29  Julien Danjou  <julien@danjou.info>
2443         * gnus.el (gnus-local-domain): Declare variable obsolete.
2445         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2446         Fix history computing.
2447         (gnus-ido-completing-read): Require ido.
2449 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2451         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2452         build Gnus.
2454         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2455         when interpreting the structures.
2456         (nnimap-request-accept-article): Add \r\n to the lines to make this
2457         work with Cyrus.
2459         * nndraft.el (nndraft-request-expire-articles): Use the group name
2460         instead if "nndraft".  Fix found by Nils Ackermann.
2462 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2464         * nnregistry.el: Add.
2466 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2468         * nnmail.el (group, group-art-list, group-art):
2469         Remove unneeded directives.
2471 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2473         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2474         (mm-mime-charset)
2475         * rfc2047.el (rfc2047-syntax-table)
2476         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2478         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2479         rather than `insert-file-contents' and `eval-region'.
2481         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2482         construction.
2484         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2486         * time-date.el: No need to require cl for Emacs 21.
2488 2010-09-29  Julien Danjou  <julien@danjou.info>
2490         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2491         replacement of `gnus-gravatar-relief' to mimic
2492         `gnus-faces-properties-alist'.
2493         Add :version property.
2495 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2497         * mail-source.el (mail-source-report-new-mail)
2498         * message.el (message-default-mail-headers)
2499         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2501         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2503 2010-09-28  Julien Danjou  <julien@danjou.info>
2505         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2506         mail-address contains the same string as real-name.
2508         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2509         non-blank in header, otherwise it'll get stripped.
2511         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2512         real-name, and then for mail address rather than doing : or , search.
2514 2010-09-27  Julien Danjou  <julien@danjou.info>
2516         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2517         right completing-read function.
2518         (gnus-use-ido): New variable
2519         (gnus-completing-read-with-default): Remove.
2520         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2521         (gnus-agent-add-group):
2522         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2523         * mm-view.el (mm-view-pkcs7-decrypt):
2524         * mm-util.el (mm-codepage-setup):
2525         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2526         * mml-smime.el (mml-smime-openssl-sign-query):
2527         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2528         (mml-insert-multipart):
2529         * gnus-msg.el (gnus-summary-yank-message):
2530         * gnus-int.el (gnus-start-news-server):
2531         * mm-decode.el (mm-interactively-view-part):
2532         * gnus-dired.el (gnus-dired-attach):
2533         * gnus.el (gnus-read-method):
2534         * gnus-bookmark.el (gnus-bookmark-jump):
2535         * gnus-art.el (gnus-mime-view-part-as-type)
2536         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2537         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2538         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2539         * nnmairix.el (nnmairix-create-server-and-default-group)
2540         (nnmairix-update-groups, nnmairix-get-server)
2541         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2542         (nnmairix-get-group-from-file-path):
2543         * nnrss.el (nnrss-find-rss-via-syndic8):
2544         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2545         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2546         (gnus-group-browse-foreign-server):
2547         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2548         (gnus-summary-execute-command, gnus-summary-respool-article)
2549         (gnus-read-move-group-name):
2550         * gnus-score.el (gnus-summary-increase-score)
2551         (gnus-summary-score-effect):
2552         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2554 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2556         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2557         x-focus-frame.
2559         * nnimap.el (auth-source-forget-user-or-password)
2560         (auth-source-user-or-password): Autoload.
2562         * message.el (message-from-style, message-interactive)
2563         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2564         (message-yank-prefix, message-indentation-spaces, message-signature)
2565         (message-signature-file): Add comment.
2567 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2569         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2570         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2571         new articles.
2573         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2574         parts.
2575         (nnimap-request-article): Work with the t setting, too.
2577         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2578         that you don't get flashes of other buffers.
2579         (gnus-summary-show-complete-article): Intern before setting.
2581 2010-09-27  David Engster  <dengste@eml.cc>
2583         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2584         well as HEADERS.
2585         (nnmairix-retrieve-headers): Provide new argument for the above.
2587 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2589         * gnus-sum.el (gnus-summary-move-article): Don't alter
2590         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2591         group.
2593         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2595         * message.el (message-cite-prefix-regexp): Revert my last edit.
2597         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2598         variable instead of the Gnus variable.
2600         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2602         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2604         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2605         since some servers don't like it.
2606         (nnimap-open-connection): Forget credentials if the server says the
2607         password was wrong.
2608         (nnimap-parse-line): Protect against invalid data.
2610         * gnus-sum.el (gnus-summary-move-article): Add comment.
2611         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2612         nothing alters it while scanning for new messages.
2614         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2615         which may or may not help.
2616         (nnimap-open-connection): If we're doing a stream connection, and then
2617         discover we're on a STARTTLS-capable server, then open a STARTTLS
2618         connection instead.
2620 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2622         * nnimap.el (utf7): Require.
2624         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2625         prefix.
2627 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2629         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2631 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2633         * nnimap.el (nnimap-request-accept-article): Message the error on
2634         error.
2636 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2638         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2640 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2642         * nndoc.el (nndoc-request-list): Return success always.
2644         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2645         `fetch-old' -- we only want to fetch the articles we've requested.
2646         The rest are in the agent, probably.
2647         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2648         disappeared server" to something low.  It's not important.
2650         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2651         arrived before the FETCH data.
2653         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2654         target here, because we don't know the Gnus name of the group.
2656         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2657         for the correct group.
2659         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2661         * gnus.el (gnus): Give a final warning after startup.
2663         * gnus-util.el (gnus-action-message-log): New variable.
2664         (gnus-message): Use it.
2665         (gnus-final-warning): New function.
2667         * nnimap.el (nnimap-open-connection): Record the greeting.
2668         (nnimap): Add greeting.
2670 2010-09-26  Julien Danjou  <julien@danjou.info>
2672         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2673         arguments.
2674         (gnus-html-wash-images): Fix spec computing to include start/end.
2676         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2678 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2680         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2681         deletion.
2682         (nnimap-retrieve-headers): Don't select the group, because that's
2683         already done by nnimap-possibly-change-group.
2685         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2686         (gnus-picon-transform-address): Use it.
2688         * mail-source.el (mail-source-value): Revert previous patch.
2690         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2691         on failure.
2692         (nnimap-open-connection): Look up both virtual and physical server name
2693         credentials.
2695         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2697 2009-02-07  Dave Love  <fx@gnu.org>
2699         * tls.el (open-tls-stream): Don't query killing process.
2701 2009-02-08  Dave Love  <fx@gnu.org>
2703         * gnus-win.el (gnus-window-to-buffer-helper)
2704         (gnus-all-windows-visible-p): Function needn't be a symbol.
2706         * mail-source.el (mail-source-value): Function needn't be a symbol.
2708 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2710         * message.el (message-cite-prefix-regexp): Remove } from the cite
2711         prefix.
2713         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2714         highlight again, so that the highlight is correct.
2716         * gnus-picon.el (gnus-picon): Remove again.
2717         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2719         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2720         doing the header highlightling, so that the background colour of the
2721         picon is correct.
2723         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2724         (gnus-picon): Ditto.
2725         (gnus-picon): Reinstate.  The background colour for picons is white.
2726         (gnus-picon-insert-glyph): Make the background white.
2728         * nnml.el (nnml-open-nov): Don't return dead buffers.
2730         * auth-source.el (auth-source-create): Query the user for whether to
2731         store the credentials.
2733         * netrc.el (netrc-store-data): New function.
2735         * auth-source.el (auth-source-user-or-password): Use the existing auth
2736         sources, if any, for creation.
2738         * gnus.el (gnus-group-fast-parameter): Return the last matching
2739         parameter instead of the first matching parameter.
2741 2010-09-26  Julien Danjou  <julien@danjou.info>
2743         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2745 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2747         * mml2015.el (mml2015-use): Remove gpg support.
2749         * mml1991.el (mml1991-function-alist): Remove gpg function.
2750         (mml1991-gpg-sign): Remove.
2752 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2754         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2755         (gnus-browse-unsubscribe-current-group): Document it.
2756         (gnus-browse-unsubscribe-group): Use it.
2758 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2760         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2761         address to the To list for easier response.
2763         * gnus.el (gnus-play-startup-jingle): Remove.
2764         (gnus-splash): Don't play jingle.
2765         (gnus): Silence gnus-load message.
2767         * gnus-art.el (gnus-treat-play-sounds): Remove.
2769         * gnus.el (gnus-play-jingle): Remove audio support.
2771         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2773         * earcon.el: Remove -- no users.
2775         * gnus-audio.el: Remove -- no users of this package.
2777         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2779         * gnus-start.el (gnus-setup-news): Remove nocem support.
2781         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2783         * gnus.el (gnus-use-nocem): Remove.
2785         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2786         Remove.
2788         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2789         uses NoCeM any more.
2791         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2792         (gnus-button-ctan-handler): Ditto.
2793         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2794         (gnus-button-ctan-directory-regexp): Ditto.
2795         (gnus-button-handle-ctan): Ditto.
2796         (gnus-button-tex-level): Ditto.
2797         (gnus-button-alist): Remove CTAN stuff.
2799 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2801         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2802         nnimap-streaming test.
2804         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2805         servers twice.
2807         * nnimap.el (nnimap-open-connection): Add more error reporting when
2808         nnimap fails early.
2810         * nnheader.el (nnheader-get-report-string): New function.
2811         (nnheader-get-report): Use it.
2813         * gnus-int.el (gnus-check-server): Say what the error was when opening
2814         failed.
2816         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2817         using streaming.
2819 2010-09-25  Julien Danjou  <julien@danjou.info>
2821         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2822         gnus-window-inside-pixel-edges.
2824 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2826         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2828         * mm-decode.el (mm-save-part): Allow saving to other directories the
2829         normal Emacs way.
2831         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2832         Suggested by Jay Berkenbilt.
2834         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2835         there isn't a single byte.
2837         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2838         just do it.  It doesn't really seem to matter what the user responds
2839         here, I think, so it's just a confusing question.
2841         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2842         non-streaming case.
2844         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2845         (gnus-article-encrypt-body): Use it.
2847         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2848         keystroke.
2850         * nnimap.el (nnimap-find-wanted-parts-1):
2851         Use gnus-fetch-partial-articles.
2853         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2855         * nnimap.el (nnimap-insert-partial-structure): New function.
2856         (nnimap-get-partial-article): New function.
2857         (nnimap-request-article): Use it.
2858         (nnimap-wait-for-response): Return whether the wait was successful.
2859         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2860         retrieval wasn't successful.
2861         (nnimap-retrieve-group-data-early): Allow throttling servers.
2862         (nnimap-streaming): New variable.
2863         (nnimap-fetch-partial-articles): Remove.
2865         * mm-decode.el (mm-with-part): Protect against killed buffers.
2867         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2868         for prettier summary display.
2870 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2872         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2874 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2876         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2877         apparently third-party libraries depend on it.
2879         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2880         before starting negotiation.
2882         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2883         privacy reasons.
2884         (gnus-treat-mail-gravatar): Ditto.
2886         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2887         buffer when inserting images.  Inserting text into the headers, for
2888         instance, can make them invalid.
2890 2010-09-25  Julien Danjou  <julien@danjou.info>
2892         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2893         variables.
2895         * nnheader.el: Remove useless variables news-reply-yank-from and
2896         news-reply-yank-message-id.
2898         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2899         variables.
2901         * mml1991.el: Remove useless mml1991-verbose.
2903         * gnus.el: Remove useless variable gnus-use-generic-from.
2904         Remove obsolete variable gnus-topic-indentation.
2906         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2908         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2910         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2912         * gnus-group.el: Remove useless gnus-group-icon-cache.
2913         Remove useless gnus-ephemeral-group-server.
2915         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2917         * mml2015.el: Remove useless mml2015-verbose.
2919         * mml-smime.el: Remove useless mml-smime-verbose.
2921         * gnus.el: Remove useless gnus-local-domain.
2923         * gnus-gravatar.el (gnus-gravatar-transform-address):
2924         Use gnus-gravatar-size.
2926         * gnus-art.el: Remove useless gnus-treat-translate.
2928 2010-09-24  Julien Danjou  <julien@danjou.info>
2930         * gnus-sum.el: Add support for Gravatars.
2932         * gnus-art.el: Add support for Gravatars.
2934         * gnus-gravatar.el: Add this file.
2936         * gravatar.el: Add this file.
2938 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2940         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2942         * gnus-group.el (gnus-group-fetch-faq): Remove.
2944         * gnus.el (gnus-group-faq-directory): Remove.
2946         * gnus-group.el (gnus-group-fetch-charter): Remove.
2948         * gnus.el (gnus-group-charter-alist): Remove.
2950         * gnus-group.el (gnus-group-archive-directory): Remove.
2951         (gnus-group-recent-archive-directory): Ditto.
2952         (gnus-group-make-archive-group): Remove.
2954         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2956         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2957         use the same article number for all the cached articles.
2959         * nnimap.el (nnimap-command): Register the last command time so
2960         that we can use it for idling NOOPs.
2961         (nnimap-open-connection): Start the keeplive timer.
2962         (nnimap-make-process-buffer): Store all the process buffers.
2963         (nnimap-keepalive): New function.
2965         * starttls.el (starttls-open-stream): Add autoload cookie.
2967 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2969         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2970         handling.
2972 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2974         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2975         its data structures.
2977         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2978         instead of the cl.el copy-list.
2979         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2980         equalp.
2982 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2984         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2985         and tool-bar-local-item-from-menu.
2987         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2988         mode-line-highlight face for Emacs.
2990         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2991         loading gnus-sum.elc; fix comment for canlock-verify.
2992         (gnus-article-jump-to-part): Use read-number.
2993         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2994         Remove Emacs pre-21 compatible code for help-echo.
2995         (gnus-article-next-page-1): No need to adjust the number of lines.
2996         (gnus-article-describe-bindings): Always use help-buffer.
2998         * gnus-audio.el (gnus-audio-inline-sound)
2999         * gnus-cus.el (gnus-custom-mode)
3000         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3002         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3004         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3005         compatible code.
3007 2010-09-24  Glenn Morris  <rgm@gnu.org>
3009         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3010         visiting the fcc file in rmail-mode.
3012         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3014 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3016         * nnir.el: Silence the byte compiler.
3018         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3019         alias to browse-url-url-encode-chars if any.
3020         (gnus-html-encode-url): Use it.
3022 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3024         * gnus-start.el (gnus-use-backend-marks): New variable.
3025         (gnus-get-unread-articles-in-group): Use it.
3027         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3028         makeover.
3030 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3032         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3034 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3036         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3037         Remove.
3038         (gnus-setup-news-hook):
3039         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3041         * gnus-int.el (gnus-request-update-info): Protect against backends not
3042         having the function.
3044         * nnimap.el (nnimap-stream): Mention starttls.
3045         (nnimap-open-connection): Add starttls support.
3047 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3049         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3051 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3053         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3054         BODYSTRUCTUREs.
3055         (nnimap-transform-headers): Unfold quoted {42} headers.
3057         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3058         the info.
3059         (gnus-get-unread-articles): Only call updatep on backends that support
3060         it.
3062         * nnweb.el (nnweb-request-update-info): NOOP.
3064         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3066         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3067         since it only deals with marks.
3069         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3070         gnus-request-marks, and make a new gnus-request-update-info.
3072         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3073         the active instead of the high number, which is usually too low.
3075 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3077         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3078         * encrypt.el: Remove.
3080 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3082         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3083         server in symbolic form.
3085         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3087 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3089         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3090         (nnimap-update-info): Fix up code slightly.
3092         * gnus-int.el (gnus-open-server): Add tracing for performance
3093         debugging.
3095         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3096         (gnus-group-insert-group-line): Pass the real group name so that it
3097         gets the right data.
3099         * gnus-start.el (gnus-get-unread-articles): Don't have
3100         `gnus-get-unread-articles-in-group' update info, since that can be
3101         really slow and doesn't seem to be needed?
3103 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3105         * time-date.el (date-to-time): Try using parse-time-string first before
3106         using the slower timezone-make-date-arpa-standard.
3108 2010-09-22  Julien Danjou  <julien@danjou.info>
3110         * gnus-group.el (gnus-group-insert-group-line):
3111         Call gnus-group-highlight-line.
3112         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3113         default hook list.
3114         (gnus-group-update-eval-form): Add new function.
3115         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3116         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3118 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3120         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3121         immediate, then expire all articles.
3122         (nnimap-update-info): Fix off-by-one errors.
3123         (nnimap-flags-to-marks): Would return no marks lists for group with no
3124         flags.  Instead return the other data.
3126 2010-09-22  Julien Danjou  <julien@danjou.info>
3128         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3129         Only return an icon.
3130         (gnus-group-insert-group-line): Compute icon to return.
3132         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3133         (gnus-html-image-fetched): Only cache if
3134         gnus-html-image-automatic-caching is set.
3135         (gnus-html-image-fetched): Check for errors.
3137 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3139         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3140         once per method on `g'.  This ensures that backends like nnfolder don't
3141         open all their folders.
3143         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3144         (nnimap-request-list): Nix out group in the correct buffer.
3145         (nnimap-parse-flags): Implement by using `read' instead of
3146         hand-parsing.
3147         (nnimap-flags-to-marks): Pass on permanent-flags.
3148         (nnimap-make-process-buffer): Record the server name.
3149         (nnimap-parse-flags): Fix typo.
3150         (nnimap-request-scan): Run split on the server in general, not just a
3151         single group.
3153         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3154         parameter, and propagate this downwards.
3156         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3157         since EXAMINE changes it on the server.
3159         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3160         this command might take a while.
3162 2010-09-22  Julien Danjou  <julien@danjou.info>
3164         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3165         harmful if you have 2 images side-by-side, they can't be properly
3166         update on text deletion.  Using text-property is safer here.
3167         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3168         data.
3170 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3172         * nnimap.el (nnimap-expunge-inbox): Remove.
3173         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3174         (nnimap-expunge): Flip default to t.
3176         * gnus.el (gnus-method-to-server): Don't push things to the cache
3177         unless it's unique.
3178         (gnus-server-to-method): Ditto.
3180 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3182         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3184 2010-09-22  Julien Danjou  <julien@danjou.info>
3186         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3187         get the start of data.
3188         (gnus-html-encode-url): Add this function to encode special chars in
3189         URL.
3190         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3191         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3193         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3194         default.
3195         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3197         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3198         images alt-text.
3199         (gnus-html-put-image): Put alt-text as help-echo.
3201 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3203         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3204         * mm-util.el (mm-decompress-buffer)
3205         * nnir.el (nnir-run-find-grep)
3206         * pop3.el (pop3-list): Use 3rd arg of split-string.
3208         * time-date.el (format-seconds): Comment fix.
3210         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3211         and byte-optimize-form-code-walker.
3212         (dgnushack-make-auto-load): Don't advise make-autoload.
3214         * lpath.el: Remove Emacs 21 stuff.
3216 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3218         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3219         outside the active range.  Suggested by Dan Christensen.
3221         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3222         slightly later to avoid double-getting it.
3224         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3225         previous patch.
3227         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3229 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3231         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3233 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3235         * gnus-int.el (gnus-open-server): Give a better error message in the
3236         "go offline" case.
3238         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3239         marks for nnimap, which is seldom the right thing to do.
3241         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3242         (gnus-same-method-different-name): New function.
3244         * nnimap.el (parse-time): Require.
3246         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3247         method in the presence of many similar methods.
3249         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3251         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3252         nnml-inhibit-expiry.
3254         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3255         find out whether methods are equal.
3257         * nnimap.el (nnimap-find-expired-articles): New function.
3258         (nnimap-process-expiry-targets): New function.
3259         (nnimap-request-move-article): Request the article before looking at
3260         what the Message-ID is.  Fix found by Andrew Cohen.
3261         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3263         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3264         for oldness in addition to being a predicate.
3266         * nnimap.el (nnimap-request-group): When we have zero articles, return
3267         the right data to Gnus.
3268         (nnimap-request-expire-articles): Only delete articles immediately if
3269         the target is 'delete.
3271         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3272         method, this would bug out.
3274         * gnus-group.el (gnus-group-expunge-group): Rename from
3275         gnus-group-nnimap-expunge, and implemented as a normal interface
3276         function.
3278         * gnus-int.el (gnus-request-expunge-group): New function.
3280         * nnimap.el (nnimap-request-create-group): Implement.
3281         (nnimap-request-expunge-group): New function.
3283 2010-09-21  Julien Danjou  <julien@danjou.info>
3285         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3286         (gnus-html-cache-expired): Add new function.
3287         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3288         wethever we should display image for fetch it.
3289         Compute alt-text earlier to pass it to the fetching function too.
3290         (gnus-html-schedule-image-fetching): Change function argument to only
3291         get one image at a time, not a list.
3292         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3293         cache.
3294         (gnus-html-get-image-data): New function to retrieve image data from
3295         cache.
3296         (gnus-html-put-image): Change buffer argument to use image data rather
3297         than file, and place image above region rather than inserting a new
3298         one.  Do not take alt-text as argument, since it's useless now: we place
3299         the image above alt-text.
3300         (gnus-html-prune-cache): Remove.
3301         (gnus-html-show-images): Start to fetch image when we find one, do not
3302         push into a temporary list.
3303         (gnus-html-prefetch-images): Only fetch image if they have expired.
3304         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3305         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3307 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3309         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3311 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3313         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3314         spec inser "*" if the group isn't active instead of 0.
3316         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3317         opening the server.
3318         (nnimap-request-delete-group): Implement group deletion.
3319         (nnimap-transform-headers): Return the size of the entire message in
3320         the Bytes header, not just the size of the first part.
3321         (nnimap-request-move-article): When moving an article from nnimap,
3322         request the article first so the accepting form has an article to
3323         accept.  Reported by Dan Christensen.
3324         (nnimap-command): Make sure that the error message doesn't error out.
3326 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3328         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3329         we haven't requested anything.
3331 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3333         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3334         "".  Fix found by Andrew Cohen.
3336         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3337         instead of -encode-string.
3339 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3341         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3343         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3344         by mm-subst-char-in-string.
3346 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3348         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3349         waiting for the connection string.
3351         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3352         arriving.
3354         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3355         bogus characters.  This allows selecting certain Gmail groups.
3357         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3358         (nnimap-fetch-partial-articles): New variable.
3359         (nnimap-open-connection): When looking for credentials, also use the
3360         nnimap-server-port.
3361         (nnimap-request-article): Return the group/article number, so that Gnus
3362         `^' works as expected.
3363         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3365         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3366         comments.
3367         (gnus-methods-sloppily-equal): New function.
3368         (gnus): When using the development version of Gnus, load the gnus-load
3369         file.
3371         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3372         `gnus-open-server' on each method before trying to scan them etc.
3373         This ensures that all the backend parameters are set correctly.
3375         * nnimap.el (nnimap-authenticator): New variable.
3376         (nnimap-open-connection): Allow anonymous login.
3377         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3378         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3380         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3381         patch, found by Knut Anders Hatlen.
3383 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3385         * gnus-agent.el (gnus-agent-batch-confirmation)
3386         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3387         to gnus-message.
3388         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3389         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3390         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3391         * gnus-int.el (gnus-open-server): Likewise.
3392         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3393         (gnus-score-check-syntax): Likewise.
3394         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3395         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3396         Likewise.
3397         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3399 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3401         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3402         calling conventions so that prefetch doesn't bug out.
3404 2010-09-19  Julien Danjou  <julien@danjou.info>
3406         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3407         rather than `subst-char-in-region' in order to be able to replace ASCII
3408         char by UTF-8 ones.
3410         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3411         than curl.
3412         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3413         the right URL and ALT text on images.
3414         (gnus-html-wash-tags): Fix tag case.
3415         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3416         (gnus-article-html): Add -o display_ins_del=2 option.
3417         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3419 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3421         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3422         the extra mail headers, which sometimes seem to happen for unknown
3423         reasons.
3425         * mail-parse.el (mail-header-encode-parameter): Define as
3426         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3427         (or most, perhaps?) mail readers don't understand the latter, but do
3428         understand the former.
3430         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3431         to nil, so that no methods are automatically agentized.  I think this
3432         is probably what most users want.
3434         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3435         from url-retrieve, for instance about invalid URLs.
3437         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3438         groups that have no articles.
3439         (nnimap-request-article): Check that we really got an article when we
3440         requested one.
3442         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3443         doesn't exist.
3445         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3446         nntp buffer so the agent can save it.
3447         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3448         that CRLF doesn't get translated to \n.
3449         (nnimap-open-connection): Don't make 'shell commands only send \n.
3451 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3453         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3454         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3455         Update var name.
3456         (nnml-generate-nov-file): Use dolist.
3457         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3458         Use with-current-buffer.
3460 2010-09-18  Julien Danjou  <julien@danjou.info>
3462         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3463         parallel.
3465 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3467         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3468         the range update right.
3469         (nnimap-request-group): Don't make `M-g' bug out on group with no
3470         marks.
3471         (nnoo): Require, so that other packages can require nnimap.
3472         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3473         command we're looking for.  This helps when the server sends more
3474         responses after we've gotten everything we expected.
3475         (nnimap): Add a `newlinep' field to keep track of end-of-line
3476         conventions.
3477         Don't send CRLF to things that don't want it.
3478         (nnimap-request-accept-article): Ditto.
3480 2010-09-18  Julien Danjou  <julien@danjou.info>
3482         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3483         than curl to retrieve images.
3485 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3487         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3488         the marks.
3489         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3490         (nnimap-wait-for-connection): New function.
3491         (nnimap-open-connection): If we have PREAUTH, don't query for login
3492         credentials.
3493         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3494         when doing a partial update.
3496 2010-09-18  Julien Danjou  <julien@danjou.info>
3498         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3499         tags.
3501 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3503         * nnimap.el (nnimap-credentials): New function.
3504         (nnimap-open-connection): Use the new function to look for credentials
3505         also on the numeric equivalents of "imap" and "imaps".
3507         * gnus-start.el (gnus-activate-group): Send the info to
3508         gnus-request-group.
3510         * nnimap.el (nnimap-request-group): Have the "check" version of the
3511         function parse flags and update the info, so that a `M-g' get a total
3512         resync of all flags from the group.
3514         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3515         to allow backends to alter the info on group selection.  Also alter all
3516         the backend -request-group functions to take the parameter.
3518         * nnimap.el (nnimap-store-info): New function.
3519         (nnimap-update-info): Store the info for later usage.
3520         (nnimap-request-group): Use the stored info for the dont-check case, so
3521         that we don't retrieve all marks when we enter a group.
3523         * nnimap.el: Use deffoo instead of defun for interface functions.
3525         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3526         update the group info.  This makes the nndraft groups, for instance, go
3527         back to their old behaviour.
3529         * gnus-sum.el (gnus-select-newsgroup): Indent.
3531         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3532         in.
3533         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3534         nothing.
3536         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3537         from methods that are denied.
3539         * gnus-int.el (gnus-method-denied-p): New function.
3541         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3542         store the password instead of netrc.
3543         (nnimap-open-connection): Don't error out when we can't make a
3544         connections.
3546         * auth-source.el (auth-source-create): In the password prompt, say what
3547         we're querying for.  Also prompt for user name if that hasn't been
3548         given.
3550         * nnimap.el (nnimap-with-process-buffer): Remove.
3552 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3554         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3555         method when we're reading from the agent.
3557         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3559         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3560         that's probably most useful for users.
3562         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3563         "failed" all the time.
3565         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3566         ...)) with (with-current-buffer ... ).
3568         * nntp.el (nntp-open-server): Return whether the open was successful or
3569         not.
3571         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3572         select an unread unseen article first.
3574         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3575         /etc/services, supply some sensible port defaults.
3577         * dgnushack.el: Define netrc-credentials.
3579 2010-09-17  Julien Danjou  <julien@danjou.info>
3581         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3583 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3585         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3586         doesn't have any parameters.
3588 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3590         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3591         only upcased checks.
3593         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3595         * nnimap.el (nnimap-open-shell-stream): New function.
3596         (nnimap-open-connection): Use it.
3597         (nnimap-transform-headers): Get the number of lines in each message.
3598         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3599         number of lines.
3600         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3601         problem.
3603         * utf7.el (utf7-encode): Autoload.
3605         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3606         to allow the mail splitting to not return a default group.  This is
3607         useful for nnimap, which will leave unmatched mail in the inbox.
3609         * nnimap.el: Rewritten.
3611         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3612         nnimap usage.
3614         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3615         if the move is internal, so that nnimap can do fast internal moves.
3617         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3618         data.
3619         (gnus-read-active-for-groups): Support finishing the early retrieval of
3620         data.
3622         * gnus-range.el (gnus-range-nconcat): New function.
3624         * gnus-int.el (gnus-finish-retrieve-group-infos)
3625         (gnus-retrieve-group-data-early): New functions.
3627 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3629         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3630         (nnrss-retrieve-groups):
3631         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3632         (pop3-quit): Use with-current-buffer.
3634 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3636         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3637         instead of nnheader-accept-process-output.
3639         * dgnushack.el (dgnushack-compile): Add comment.
3641         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3643         * gnus-html.el (gnus-html-schedule-image-fetching)
3644         (gnus-html-prefetch-images): Replace process-kill-without-query by
3645         gnus-set-process-query-on-exit-flag.
3647 2010-09-16  Romain Francoise  <romain@orebokech.com>
3649         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3651 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3653         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3654         parameter to unintern is mandatory-ish in Emacs 24.
3656         * gnus-html.el (gnus-html-schedule-image-fetching)
3657         (gnus-html-prefetch-images): Check for curl before using it.
3659         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3660         depend on curl, which isn't essential.
3662         * imap.el: Revert back to version
3663         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3664         seem problematic.
3666 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3668         * gnus-registry.el (gnus-registry-install-shortcuts):
3669         Explicitly pass `obarray' to `unintern' to avoid a warning.
3671 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3673         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3674         change.
3676         * nnrss.el (nnrss-request-list): Remove this function and related
3677         functions, including the moreover stuff.
3679 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3681         * nnrss.el (nnrss-retrieve-groups): New function.
3683 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3685         * .dir-locals.el: Add no-byte-compile cookie.
3687 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3689         * time-date.el (format-seconds): Comment fix.
3691         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3692         for back end that doesn't support request-scan.
3694 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3696         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3697         then do request scans from the backends.
3699         * netrc.el (netrc-credentials): New conveniency function.
3701         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3702         avoid running a hook per line, since this takes a lot of time,
3703         profiling shows.
3704         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3705         directly if gnus-visual-p is true.
3707 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3709         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3710         groups; replace mapcar with dolist which is a bit faster; pass groups
3711         info to gnus-read-active-file-1.
3712         (gnus-read-active-file-1): Scan only specified groups if the new
3713         optional arg `infos' is given.
3715 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3717         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3719         * pop3.el (pop3-movemail): Remove.
3720         (pop3-streaming-movemail): Rename to pop3-movemail.
3722         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3723         don't restrict end-tag searches to the end of the line.
3725 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3727         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3728         articles of every unchecked group to t, which means unknown since the
3729         server has never been opened.
3731 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3733         * gnus-html.el (gnus-html-show-alt-text): New command.
3734         (gnus-html-browse-image): Ditto.
3735         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3736         to browse the image directly.
3737         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3738         better.
3740         * gnus-async.el (gnus-async-article-callback):
3741         Call `gnus-html-prefetch-images' unconditionally.
3743         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3744         before feeding URLs to curl.
3746 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3748         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3749         internal images as deletable by `W D D'.
3751         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3752         (gnus-async-article-callback): Fix typo.
3754 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3756         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3757         current line to work around bugs in the output from w3m.
3759         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3760         for groups that want that.
3762         * nntp.el (nntp-wait-for-string): Supply a timeout for
3763         accept-process-output to ensure progress.
3765         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3766         level to get unread articles from, then use that for foreign groups,
3767         too.
3769         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3770         confuses the rest of the function.
3772         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3773         for the methods that support -retrieve-groups, too.
3775         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3777 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3779         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3780         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3782         * pop3.el: Require cl when compiling.
3783         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3785 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3787         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3788         that aren't going to be activated.
3789         (gnus-get-unread-articles): Fix up the last commit.
3791         * gnus-html.el (gnus-article-html): Allow calling without specifying
3792         the handle.  In that case, dissect the buffer first.
3794         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3796         * nnimap.el (nnimap-open-connection): Revert the change that would look
3797         into authinfo for imaps instead of imap.
3799         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3800         say that you don't want to call gnus-request-group with don-check, but
3801         do check the reponse.  This is for virtual groups only.
3802         (gnus-get-unread-articles): Count the archive groups as secondary, so
3803         that they're activated the same way as before.
3805         * imap.el (imap-message-map): Removed optional buffer parameter, since
3806         no callers use it.
3807         (imap-message-get): Ditto.
3808         (imap-message-put): Ditto.
3809         (imap-mailbox-map): Ditto.
3810         (imap-mailbox-put): Ditto.
3811         (imap-mailbox-get): Ditto.
3812         (imap-mailbox-get): Revert last change for this function.
3814         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3815         case-insensitively.
3816         (nnimap-debug): Remove.
3818         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3819         to use `imap-fetch' instead.  According to the comments, this should be
3820         safe, since all other IMAP clients use the 1:* syntax.
3821         (imap-enable-exchange-bug-workaround): Removed.
3822         (imap-debug): Removed -- doesn't seem very useful.
3824         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3825         mail from a file, and the file doesn't exist.
3827         * imap.el (imap-log): New convenience function used throughout instead
3828         of repeating the same code all over the place.
3830         * pop3.el (pop3-streaming-movemail): Return t for success.
3832         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3833         .authinfo if we're using ssl connection.
3835         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3836         already have if we're in a main Gnus `g' run.
3838         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3840 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3842         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3844         * nnmh.el (nnmh-request-list-1): Bind `file'.
3846         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3847         alias to set-process-query-on-exit-flag or process-kill-without-query.
3848         (pop3-open-server): Use it.
3850 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3852         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3853         box to the Incoming file.  Fixes mistake in previous checkin.
3855         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3856         request loop (for debugging purposes) removed.
3858         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3859         culprit is more visible.
3860         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3861         (nnml-add-incremental-nov): New functions to do "incremental" nov
3862         updates, where we just append to the end of the existing nov files
3863         without reading/writing them in full.
3865         * mail-source.el (mail-source-delete-crash-box): Really only check the
3866         incoming files once in a while.
3868         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3870         * mail-source.el (mail-source-delete-crash-box): Only check the
3871         incoming files for deletion once per day to save a lot of file
3872         accesses.
3874         * pop3.el (pop3-logon): Fix up unbound variable typo.
3876         * mail-source.el (pop3-streaming-movemail): Autoload.
3878         * pop3.el (pop3-streaming-movemail):
3879         Respect pop3-leave-mail-on-server.
3881         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3882         retrieval.
3884         * pop3.el (pop3-process-filter): Remove unused function.
3885         (pop3-streaming-movemail, pop3-send-streaming-command)
3886         (pop3-wait-for-messages, pop3-write-to-file)
3887         (pop3-number-of-responses): New functions for streaming pop3
3888         retrieval.
3890         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3891         come from no known methods.
3892         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3893         list.
3895         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3896         message sizes.
3897         (pop3-movemail): Use erase-buffer instead of looping and deleting
3898         regions, which seems rather odd.
3900         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3901         file once per `g' run.
3903         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3904         directories.  This makes the draft queue directory work.
3906         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3907         data from the backends, so that we only request the list of groups from
3908         each method once.  This should speed things up considerably.
3910         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3911         detect that it's not implemented.
3913         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3914         we actually do recurse down into the tree, but don't stat all leaf
3915         nodes.
3917         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3918         then say so instead of bugging out.
3920         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3921         files exist before trying to read them.
3923         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3924         around <pre_int>.
3926         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3928         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3930 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3932         * mm-util.el (mm-image-load-path): Just return the image directories,
3933         not all directories in the path in addition to the image directories.
3934         (mm-image-load-path): Maintain a cache of the image directories so that
3935         the `g' command in Gnus doesn't have to stat dozens of directories each
3936         time.
3938         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3939         (gnus-html-wash-tags): Add a new `i' command to insert images.
3940         (gnus-html-insert-image): New command and keystroke.
3941         (gnus-html-redisplay-with-images): New command and keystroke.
3942         (gnus-html-show-images): Rename command.
3943         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3944         spacers.
3945         (gnus-html-wash-tags): Decode entities at the end, so that entities
3946         inside the tags don't mess up the rest of the "parsing".
3948         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3949         so that nnimap methods aren't agentized by default.  There's apparently
3950         many problems related to agent/imap behaviour.
3952         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3954         * gnus-html.el: Doc fix.
3956 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3958         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3959         specifier-spec-list for Emacs 21.
3961         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3962         glyph-width and glyph-height instead of display-graphic-p and
3963         image-size; make avoidance of displaying small images work for XEmacs.
3965         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3966         for XEmacs.
3968         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3969         of symbol that holds plist data.
3970         (gnus-process-plist): Remove plist of process after getting it.
3972 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3974         * message.el (message-generate-hashcash): Change default to
3975         'opportunistic if hashcash is installed.
3977         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3978         (gnus-html-put-image): Only call image-size once, since it's somewhat
3979         time-consuming on remote X servers.
3981 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3983         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3984         type on data, not a file name.
3986         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3987         window-pixel-edges for Emacs 21.
3989         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3990         decoded contents.
3991         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3993 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3995         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3996         group line format, since it isn't very interesting.
3998         * gnus-agent.el (gnus-agent-short-article),
3999         (gnus-agent-long-article): Increase values for these two variables,
4000         since most people are likely to have more network connection and
4001         storage than before.
4003         * gnus.el (gnus-refer-article-method): Change default to 'current.
4004         When referring an article, the common behaviour is to refer it from the
4005         current select method, not the native select method.  The chances of
4006         the native select method having the message in question is rather slim
4007         these days.
4009         * gnus-sum.el (gnus-auto-select-subject): Change default to
4010         `unseen-or-unread'.  I think it's likely that most people want to
4011         select an unseen article over a previously seen, but unread one.
4013         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4014         means that in the article buffer none of the minor mode elements will
4015         be shown, usually, and this is not desirable in most cases.
4017         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4018         that commands like `d' (and the like) go to the next line in the
4019         buffer, instead of the next unread article.  I think this is the
4020         behaviour that is most natural for most users.
4021         (gnus-single-article-buffer): Change default to nil, so that people can
4022         have as many article buffers open as they have summary buffer.  I think
4023         this is the most natural way for the groups to behave.
4025         * message.el (message-generate-new-buffers): Change default to
4026         `unsent', so that all new message buffers start their names with the
4027         string "*unsent", and it's easier to find the buffers if you move from
4028         them.
4030 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4032         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4033         small.  They're probably tracking images.
4034         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4035         (gnus-html-rescale-image): Yet another try at getting the image sizing
4036         right.
4038         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4039         nntp-marks-file-name is nil.
4041 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4043         * gnus-html.el (gnus-html-wash-tags)
4044         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4045         Better logging.
4047 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4049         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4051         * gnus-html.el (gnus-html-wash-tags): Check the value of
4052         gnus-blocked-images in the summary buffer.
4054 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4056         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4058 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4060         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4061         like "a", it seems like.
4062         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4063         since it needs to be picked from the correct buffer.
4065         * nnwfm.el: Remove.
4067         * nnlistserv.el: Remove.
4069 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4071         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4072         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4074 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4076         * nnkiboze.el: Remove.
4078         * nndb.el: Remove.
4080         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4081         alt text.
4082         (gnus-html-rescale-image): Try to get the rescaling logic right for
4083         images that are just wide and not tall.
4085         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4086         overshadow variable bindings.
4088 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4090         * gnus-html.el (gnus-html-wash-tags)
4091         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4092         Add extra logging.
4094 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4096         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4097         (gnus-max-image-proportion): New variable.
4098         (gnus-html-rescale-image): New function.
4099         (gnus-html-put-image): Rescale images.
4101 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4103         Fix up some byte-compiler warnings.
4104         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4105         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4106         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4107         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4108         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4109         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4110         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4112 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4114         * gnus-html.el (gnus-article-html): Decode contents by charset.
4116 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4118         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4119         (gnus-html-frame-width, gnus-blocked-images)
4120         * message.el (message-prune-recipient-rules): Add custom version.
4121         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4123         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4124         functions.
4126         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4127         gnus-process-get.
4129 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4131         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4132         instead of lsub directly.
4134 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4136         * nnwarchive.el: Remove.
4138         * gnus-soup.el: Remove.
4140         * nnsoup.el: Remove.
4142         * nnultimate.el: Remove.
4144         * gnus-html.el (gnus-blocked-images): New variable.
4146         * message.el (message-prune-recipients): New function.
4147         (message-prune-recipient-rules): New variable.
4149         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4150         guess whether a long line is natural text or not.
4152         * gnus-html.el (gnus-html-schedule-image-fetching):
4153         Use gnus-process-plist and friends for compatibility.
4155 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4157         * gnus-html.el: Require packages that define macros used in this file.
4158         (gnus-article-mouse-face): Declare to silence byte-compiler.
4159         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4160         process-get.
4161         (gnus-html-put-image): Use plist-get to avoid getf.
4162         (gnus-html-prefetch-images): Use with-current-buffer.
4164 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4166         * gnus-ems.el: Provide compatibility functions for
4167         gnus-set-process-plist.
4169         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4170         header-line-format for XEmacs 21.4.
4172         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4173         * gnus.el (gnus-valid-select-methods)
4174         * message.el (message-send-mail-partially-limit)
4175         * mm-decode.el (mm-text-html-renderer)
4176         * mml.el (mml-insert-mime-headers-always)
4177         * smiley.el (smiley-regexp-alist): Bump custom version.
4179 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4181         * gnus-html.el: require mm-url.
4182         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4183         with the url to `url'.
4184         (gnus-html-wash-tags): Support cid: URLs/images.
4186 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4188         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4189         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4190         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4192         * gnus-move.el: Remove file, since it doesn't really work.
4194         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4195         UTF-8.  This seems to fix problems with some German web feeds.
4197         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4198         at the top so that the proper colours are applied.
4200         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4201         don't have dots in their names.
4203         * gnus-art.el (gnus-article-view-part): Doc fix.
4205         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4206         XEmacs-compatible.
4207         (gnus-html-put-image): Don't do images on non-graphic displays.
4209         * nnslashdot.el: Remove this unused backend.
4211         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4212         actions.
4213         (gnus-undo-register-1): Revert last change.
4215         * gnus-group.el (gnus-group-completing-read): Protect against not
4216         having completion-styles bound.
4218         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4219         make broken recipients happier.
4221         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4223         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4224         point parameter.
4226         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4228         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4229         completion-styles for group selection.
4231 2009-02-04  Andreas Schwab  <schwab@suse.de>
4233         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4234         headers and regexp-quote the match if necessary.
4236 2009-03-24  Miles Bader  <miles@gnu.org>
4238         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4239         the blinking smiley.
4241 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4243         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4244         blink smiley.
4246 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4248         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4249         where the dribbel file lives exists.
4251         * message.el (message-send-mail-partially-limit): Change the default to
4252         nil, since most people don't want this.
4254         * mm-url.el (mm-url-decode-entities): Also decode entities like
4255         &#x3212.
4257 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4259         * gnus-sum.el (gnus-summary-idna-message):
4260         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4261         Hyperlink urls in docstrings with URL `...'.
4263 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4265         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4266         functions.
4268 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4270         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4271         say what the mouseover text should be.
4273         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4274         version of the mm-w3m-safe-url-regexp variable to only download images
4275         in the groups where we want that to happen.
4277         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4279         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4280         easier debugging.
4281         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4282         big pictures in the article buffer.
4284         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4285         gnus-article-html.
4286         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4287         w3m.
4289         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4291 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4293         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4294         which doesn't exist.
4296         * message.el (message-inhibit-ecomplete): New variable to allow some
4297         function to inhibit ecomplete address storage.
4298         (message-resend): Disable ecomplete message storage when resending
4299         messages.
4301         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4303 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4305         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4306         Save excursion while copying, moving, and deleting articles in order to
4307         prevent the cursor from jumping to unforeseen place.
4309 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4311         * lpath.el: No need to bind bookmark-current-buffer,
4312         bookmark-yank-point and bookmark-make-record-function.
4314 2010-08-17  Glenn Morris  <rgm@gnu.org>
4316         * gnus-sync.el: Require gnus components whose functions are used.
4318         * gnus-art.el (bookmark-make-record-function):
4319         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4320         Declare for compiler.
4322         * mm-url.el (mml-compute-boundary): Autoload.
4324 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4326         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4328 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4330         Typo fix "hoo4a" -> "hook".
4332         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4334 2010-08-14  Glenn Morris  <rgm@gnu.org>
4336         * gnus-sync.el (gnus-sync): Fix defgroup version.
4338 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4340         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4342         * gnus-sync.el: Fix docs.
4343         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4344         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4346 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4348         Optimizations for gnus-sync.el.
4350         * gnus-sync.el: Add docs about gnus-sync-backend
4351         possibilities.
4352         (gnus-sync-save): Remove unnecessary message.
4353         (gnus-sync-read): Optimize and show what groups were skipped.
4355 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4357         Minor bug fixes for gnus-sync.el.
4359         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4360         Don't read the sync on get-new-news.
4362         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4363         quiet.
4365         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4366         (fix typo).
4368 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4370         Make saving and restoring of hidden threads work with overlays.
4371         Patch applied by Ted Zlatanov.
4373         * gnus-sum.el (gnus-hidden-threads-configuration)
4374         (gnus-restore-hidden-threads-configuration): Update to deal with text
4375         properties, rather than searching for a magic character.
4377 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4379         New gnus-sync.el library for synchronization of marks.
4381         * gnus-sync.el: New library for synchronization of marks.
4383         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4384         renamed from `gnus-registry-grep-in-list'.
4386         * gnus-registry.el (gnus-registry-follow-group-p):
4387         Use `gnus-grep-in-list'.
4389         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4391 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4393         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4394         determining charset of text fails.
4396 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4398         * nnmail.el (nnmail-get-new-mail-1): Revert.
4400         * nnml.el (nnml-active-number): Make sure names of newly created groups
4401         in nnml-group-alist are encoded.
4403 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4405         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4406         containing non-ASCII characters in active file for nnml back end.
4408 2010-07-24  David Engster  <dengste@eml.cc>
4410         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4411         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4413 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4415         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4416         tag (Bug#6654).
4418 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4420         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4421         the article buffer, not the summary buffer.
4423 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4425         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4426         Emacs 23 as well.
4428 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4430         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4431         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4433 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4435         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4436         Patch applied by Karl Fogel.
4438         * gnus-sum.el (gnus-summary-bookmark-make-record):
4439         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4441 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4443         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4444         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4445         C-w still not working correctly from Article buffers; Thierry's
4446         patch to fix that will be applied after this.
4448         * gnus-art.el (bookmark-make-record-function): New local variable.
4450         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4451         article buffer.
4452         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4454 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4456         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4457         on changes in bookmark.el.
4459 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4461         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4462         `no-log' instead of message not to log prompt string.
4464 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4466         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4467         the *other* type of HTML form submission.
4469 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4471         * auth-source.el (auth-source-pick): If choice does not contain a
4472         questioned keyword, set the check to t.
4474 2010-06-12  Romain Francoise  <romain@orebokech.com>
4476         * gnus-util.el (gnus-date-get-time): Move up before first use.
4478 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4480         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4481         (gnus-article-edit-part): Bind it to make last part that is substituted
4482         or deleted visible.
4483         (gnus-mime-display-single): Buttonize part of which id equals to
4484         gnus-mime-buttonized-part-id.
4486 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4488         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4489         (gnus-dd-mmm): Use gnus-date-get-time.
4490         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4491         simplify logic.
4492         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4493         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4495 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4497         * auth-source.el (top): Autoload `secrets-list-collections',
4498         `secrets-create-item', `secrets-delete-item'.
4499         (auth-sources): Fix tag string.
4500         (auth-get-source, auth-source-retrieve, auth-source-create)
4501         (auth-source-delete): New defuns.
4502         (auth-source-pick): Rewrite in order to avoid 2 passes.
4503         (auth-source-forget-user-or-password): New parameter USERNAME.
4504         (auth-source-user-or-password): New parameters CREATE-MISSING and
4505         DELETE-EXISTING.  Retrieve password interactively, if needed.
4507 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4509         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4510         deleting unused directories when gnus-expert-user is t.
4512 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4514         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4515         for each temp file when gnus-article-browse-delete-temp is ask.
4517 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4519         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4520         Lisp calls to delete-backward-char by calls to delete-char.
4522 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4524         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4526 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4528         * password-cache.el (password-cache-remove): Fix docstring.
4530 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4532         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4533         article unless decoding article to be saved.
4535 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4537         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4538         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4539         generated within the mm-with-unibyte-current-buffer macro.
4541 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4543         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4544         to nil when we're in a mml-preview buffer and no group is selected.
4546 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4548         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4549         when catching the `C-g'.  Reported by "Leo".
4551 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4553         * message.el (message-forward-make-body-plain)
4554         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4555         multibyte-string-p.
4557         * lpath.el: Revert.
4559 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4561         * message.el (message-forward-make-body-mml): Assume original message
4562         is multibyte string; error on unibyte.
4563         (message-forward-make-body-plain): Ditto; don't add excessive newline
4564         in body end.
4566         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4568 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4570         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4571         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4573 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4575         * mm-extern.el (mm-extern-url): Don't use
4576         mm-with-unibyte-current-buffer.
4577         (mm-extern-cache-contents): Use with-current-buffer instead of
4578         save-excursion + set-buffer.
4580 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4582         * mm-util.el (mm-emacs-mule): Remove.
4584 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4586         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4587         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4588         change.
4590 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4592         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4593         bind the default value of enable-multibyte-characters to nil.
4595 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4597         * message.el (message-forward-make-body-plain)
4598         (message-forward-make-body-mml):
4599         Don't use mm-with-unibyte-current-buffer.
4601 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4603         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4605 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4607         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4608         (Bug#5592).
4610 2010-05-07  Julien Danjou  <julien@danjou.info>
4612         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4613         it to mm-pipe-part.
4615         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4616         it is given.
4618 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4620         * binhex.el (binhex-decode-region-internal)
4621         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4622         (dns-query)
4623         * nnweb.el (nnweb-gmane-search)
4624         * pgg-parse.el (pgg-parse-armor)
4625         * pgg.el (pgg-verify-region)
4626         * sha1.el (sha1-string-external)
4627         * uudecode.el (uudecode-decode-region-internal)
4628         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4629         XEmacs.
4631         * gnus-art.el (gnus-article-browse-html-parts)
4632         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4633         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4634         make-temp-file.
4636         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4637         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4638         compiling.
4640         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4641         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4642         XEmacs when compiling.
4644         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4645         gnus-pick-mode-off-hook for XEmacs when compiling.
4646         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4647         gnus-binary-mode-off-hook for XEmacs when compiling.
4649         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4650         Return nil if char-charset is not available.
4652         * imap.el (imap-disable-multibyte)
4653         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4654         macros.
4656         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4657         instead of encode-coding-string.
4659         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4660         'xemacs) instead of mm-emacs-mule to switch function definitions.
4661         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4663         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4664         bind temporary-file-directory for XEmacs;
4665         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4666         timer-set-function for XEmacs 21.4 and SXEmacs;
4667         bind timer-list for XEmacs 21.4 and SXEmacs;
4668         fbind char-charset and find-charset-region for non-Mule XEmacs;
4669         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4670         encode-coding-region and encode-coding-string for XEmacs having no
4671         file-coding feature.
4673 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4675         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4677 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4679         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4680         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4682 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4684         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4685         alias `jka-compr-delete-temp-file' no longer exists.
4687 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4689         Use define-minor-mode in Gnus where applicable.
4690         * mml.el (mml-mode): Use define-minor-mode.
4691         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4692         (gnus-undo-mode): Use define-minor-mode.
4693         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4694         (gnus-dead-summary-mode): Use define-minor-mode.
4695         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4696         Initialize in declaration.
4697         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4698         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4699         (gnus-mailing-list-mode): Use define-minor-mode.
4700         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4701         (gnus-draft-mode): Use define-minor-mode.
4702         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4703         (gnus-dired-mode): Use define-minor-mode.
4705 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4707         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4708         handles on recursive mml-to-mime translation and check them for
4709         boundary delimiter collisions.  Reported by Greg Troxel.
4711 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4713         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4715 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4717         * mm-util.el (mm-find-buffer-file-coding-system):
4718         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4720 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4722         * message.el (message-generate-headers): Record insertion of optional
4723         headers as well.  Otherwise the check to prevent repeated insertion of
4724         optional headers is a no-op.
4726 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4728         * smime.el: Don't mention CVS.
4730         * nnrss.el (nnrss-fetch): Don't mention CVS.
4732         * nnir.el: Don't mention CVS.
4734 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4736         * gnus-sum.el (gnus-summary-bookmark-make-record):
4737         Add `location' field.
4739 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4741         * lpath.el: Fbind bookmark-default-handler,
4742         bookmark-get-bookmark-record, bookmark-make-record-default,
4743         bookmark-prop-get for Emacs <23 and XEmacs.
4745 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4747         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4748         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4749         Use with-current-buffer to silence the byte-compiler.
4750         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4751         bother to require `gnus'.
4752         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4754 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4756         * gnus-sum.el (gnus-summary-bookmark-make-record)
4757         (gnus-summary-bookmark-jump): New functions.
4758         (gnus-summary-mode): Setup bookmark support.
4760 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4762         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4763         if set.
4765 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4767         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4768         gnus-article-browse-html-save-cid-image; make it work recursively for
4769         forwarded messages as well.
4770         (gnus-article-browse-html-parts): Work when prefix arg is given.
4771         (gnus-article-browse-html-article): Doc fix.
4773 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4775         * message.el (message-default-mail-headers):
4776         (message-default-headers): Carry the value mail-default-headers over
4777         into message-default-mail-headers, rather than message-default-headers.
4779 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4781         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4782         charset.
4784         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4785         charset into the <meta> tag when the article is encoded to utf-8.
4787 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4789         * gnus-art.el (gnus-article-browse-delete-temp-files):
4790         Delete directories as well.
4791         (gnus-article-browse-html-parts): Work for images that do not specify
4792         file names; delete temp directory when quitting; insert header at the
4793         right place; use file: scheme for image files.
4795 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4797         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4798         (gnus-article-browse-html-parts): Use it to make temporary cid image
4799         files in addition to html file so that browser may display them.
4801 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4803         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4805 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4807         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4809 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4811         * auth-source.el (auth-sources): Change default to be simpler.
4812         Explain about Secret Service API sources.  Improve Customize options.
4813         (auth-source-pick): Change to accept any number of search parameters.
4814         Implement fallbacks iteratively, not recursively.  Add scoring on the
4815         second pass and sort by score.  Call Secret Service API when needed.
4816         (auth-source-user-or-password): Use it.  Call Secret Service API
4817         directly when needed to get the user name and the password.
4819 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4821         * message.el (message-interactive): Doc fix.
4822         (message-qmail-inject-args): Reflow.
4823         (message-kill-to-signature): Fix typo in docstring.
4825         * smiley.el (smiley-buffer): Fix typo in docstring.
4827 2010-03-24  Glenn Morris  <rgm@gnu.org>
4829         * mail-source.el (gnus-message): Declare.
4830         (mail-source-delete-old-incoming): Require gnus-util.
4832 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4834         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4836         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4838         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4839         password-cache's default if it is not bound.
4840         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4841         password-cache-expiry's default if it is not bound.
4843         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4844         available in Emacs 21.
4846         * lpath.el: Suppress compiler warnings for:
4847         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4848         XEmacs;
4849         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4850         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4851         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4853 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4855         * auth-source.el (auth-sources): Fix up definition so extra parameters
4856         are always inline.
4858 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4860         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4861         wasn't updated after mismatch.  Clear cached mailbox info correctly
4862         when uidvalidity changes.
4863         (nnimap-group-prefixed-name): New function to avoid some code
4864         duplication.
4865         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4866         (nnimap-request-group): Use it.
4867         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4868         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4869         with many imap folders.  This is done by caching the group status from
4870         the imap server persistently in a group parameter `imap-status'.  (This
4871         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4872         but not persistently, so every Gnus startup was still very slow.)
4874 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4876         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4877         delete the extra newline.  Otherwise editing of :string and :number
4878         types don't work.
4880 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4882         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4883         secrets.el dependency.
4884         (auth-sources): Add optional user name.  Add secrets.el configuration
4885         choice (unused right now).
4887 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4889         * gnus-sum.el (gnus-summary-make-menu-bar):
4890         Let `gnus-registry-install-shortcuts' fill in the functions.
4892         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4893         warnings.
4894         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4895         (gnus-registry-install-shortcuts): Populate and use it in a
4896         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4898 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4900         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4901         In-place substitutions for the group name encoding/decoding.
4902         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4903         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4904         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4905         (nnimap-update-unseen, nnimap-request-list)
4906         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4907         (nnimap-request-set-mark, nnimap-split-to-groups)
4908         (nnimap-split-articles, nnimap-request-newgroups)
4909         (nnimap-request-create-group, nnimap-request-accept-article)
4910         (nnimap-request-delete-group, nnimap-request-rename-group)
4911         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4912         `encoded-mbx' for consistency.
4913         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4914         variable `imap-current-mailbox'.
4916         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4917         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4919 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4921         * pop3.el (pop3-display-message-size-flag): Display message size byte
4922         counts during POP3 download.
4923         (pop3-movemail): Use it.
4924         (pop3-list): Implement listing of available messages.
4926 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4928         * nnir.el (nnir-get-article-nov-override-function): New function to
4929         override the normal NOV retrieval.
4930         (nnir-retrieve-headers): Use it.
4932 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4934         * auth-source.el (netrc-machine-user-or-password): Autoload.
4936 2010-03-19  Glenn Morris  <rgm@gnu.org>
4938         Stop message.el from loading about 40 libraries it doesn't always need.
4939         The general approach is to autoload rather than require, and to
4940         require in the specific functions rather than the file.  (Bug#5642)
4942         * gmm-utils.el: Don't require wid-edit.
4943         (widget-create-child-value, widget-convert, widget-default-get):
4944         Autoload.
4946         * gnus-util.el: Don't require time-date, netrc.
4947         (message-fetch-field, gnus-group-name-decode): Declare rather than
4948         autoloading.
4949         (gnus-fetch-field): Require message.
4950         (gnus-decode-newsgroups): Require gnus-group.
4952         * ietf-drums.el: Don't require time-date.
4954         * message.el: Don't require hashcash, canlock, ecomplete.
4955         Do require mail-utils.  Require nnheader only when compiling.
4956         (smtpmail-default-smtp-server): Remove declaration.
4957         (message-send-mail-function): Check smtpmail-default-smtp-server
4958         is bound rather than requiring smtpmail.
4959         (message-auto-save-directory, message-insert-signature):
4960         Use expand-file-name rather than nnheader-concat.
4961         (nnheader-insert-file-contents): Autoload.
4962         (hashcash-wait-async): Declare.
4963         (message-send-mail): Only call gnus-setup-posting-charset if
4964         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4965         (message-send-mail-with-sendmail): Require sendmail.
4966         (canlock-password, canlock-password-for-verify): Declare.
4967         (message-canlock-password): Require canlock.
4968         (nnheader-get-report): Autoload.
4969         (gnus-setup-posting-charset): Declare.
4970         (message-send-news): Require gnus-msg.
4971         (message-make-references, message-make-in-reply-to): Use mail-header-id
4972         rather than the alias mail-header-message-id.
4973         (ecomplete-add-item, ecomplete-save): Declare.
4974         (message-put-addresses-in-ecomplete): Require ecomplete.
4975         (ecomplete-display-matches): Autoload.
4977         * mm-decode.el: Don't require mailcap, gnus-util.
4978         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4979         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4980         Autoload.
4981         (mailcap-mime-extensions): Declare.
4983         * mm-encode.el: Don't require mailcap.
4984         (mailcap-extension-to-mime): Autoload.
4986         * mml-sec.el: Don't require password-cache.
4988         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4989         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4990         (mml-minibuffer-read-type): Require mailcap.
4991         (mml-preview): Require gnus-msg.
4993         * mml1991.el: Require password-cache.
4994         (password-cache-expiry): Remove declaration.
4996         * mml2015.el: Require password-cache.
4997         (password-cache-expiry): Remove declaration.
4999         * nneething.el (mailcap): Require mailcap.
5001         * nnheader.el (declare-function): Add compatibility stub.
5002         (message-remove-header): Declare rather than autoload.
5003         (nnheader-replace-header): Require message.
5005         * nnimap.el (declare-function): Add compatibility stub.
5006         (netrc-parse, netrc-machine-user-or-password): Declare.
5007         (nnimap-open-connection): Require netrc.
5009         * nntp.el (declare-function): Add compatibility stub.
5010         (netrc-parse, netrc-machine, netrc-get): Declare.
5011         (nntp-send-authinfo): Require netrc.
5013         * rfc2047.el: Don't require qp.
5014         (quoted-printable-encode-region, quoted-printable-decode-string):
5015         Autoload.
5017         * sieve-mode.el: Don't require easymenu.
5018         (easy-menu-add-item): Autoload it.
5020         * spam-stat.el (time-to-number-of-days): Autoload it.
5022 2010-03-19  Glenn Morris  <rgm@gnu.org>
5024         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5026 2010-03-18  Glenn Morris  <rgm@gnu.org>
5028         * hashcash.el (declare-function): Remove duplicate definition.
5030 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5032         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5033         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5034         value if any backslash escapes).
5036 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5038         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5039         if it is available.  (bug#5647)
5041         * lpath.el: Suppress compiler warning for coding-system-from-name for
5042         Emacs 21 and XEmacs.
5044 2010-03-14  Juri Linkov  <juri@jurta.org>
5046         * hmac-def.el:
5047         * hmac-md5.el:
5048         * netrc.el: Fix keywords.
5050 2010-02-26  Glenn Morris  <rgm@gnu.org>
5052         * message.el (message-send-mail-function): Change the default, so that
5053         it inherits from a customized send-mail-function.  (Bug#5643)
5055 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5057         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5058         shell-command-to-string signals an error (bug#5299).
5060 2010-02-24  Glenn Morris  <rgm@gnu.org>
5062         * message.el (message-smtpmail-send-it)
5063         (message-send-mail-with-mailclient): Doc fixes.
5065 2010-02-16  Glenn Morris  <rgm@gnu.org>
5067         * message.el (message-default-mail-headers): Change the default value
5068         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5070 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5072         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5073         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5075 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5077         * time-date.el (date-to-time): Doc fix (Bug#5408).
5079 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5081         * message.el (message-mail): Just pass yank-action on to message-setup.
5082         (message-setup): Handle (FUN . ARGS) form of yank-action.
5083         (message-with-reply-buffer, message-widen-reply)
5084         (message-yank-original): Handle non-buffer values of
5085         message-reply-buffer (Bug#4080).
5086         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5088 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5090         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5091         Fix typo in docstring.
5093 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5095         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5096         response.
5098 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5100         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5102         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5104         * message.el (message-check-news-header-syntax): Protect against a
5105         string that `rfc822-addresses' returns when parsing fails.
5107 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5109         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5110         (gnus-previous-char-property-change): New functions.
5112         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5114 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5116         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5117         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5119 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5121         * message.el (message-exchange-point-and-mark): Rework last change to
5122         avoid using optional arg of exchange-point-and-mark, for backward
5123         compatibility.
5125 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5127         * message.el (message-exchange-point-and-mark):
5128         Call exchange-point-and-mark with an argument rather than setting
5129         mark-active by hand (Bug#5175).
5131 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5133         * nntp.el (nntp-service-to-port): Work for service expressed with
5134         numeric string; replace [:digit:] with [0-9] for XEmacs.
5136 2009-12-17  Glenn Morris  <rgm@gnu.org>
5138         * gnus-group.el (gnus-bug-group-download-format-alist):
5139         Change emacs entry to debbugs.gnu.org.  Bump :version.
5141 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5143         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5145 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5147         * message.el (message-info): Explain why we use `Info-goto-node'.
5149 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5151         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5153 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5155         * message.el (message-completion-in-region): New compatibility function.
5156         (message-expand-group): Use it.
5158 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5160         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5161         with no unread article should be listed if the 2nd arg `predicate' is
5162         given.
5164 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5166         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5168 2009-11-29  Juri Linkov  <juri@jurta.org>
5170         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5171         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5172         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5174 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5176         * sha1.el (sha1-string-external): default-directory "/" in case
5177         otherwise non-existent.  process-connection-type pipe for touch of
5178         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5180 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5182         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5183         it's comms related and sgml-mode.el has "comm" on that basis too.
5185 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5187         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5188         containing tspecial characters if they have been already quoted.
5190 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5192         * dns-mode.el (auto-mode-alist): Purecopy string.
5194 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5196         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5198 2009-10-24  Glenn Morris  <rgm@gnu.org>
5200         * gnus-art.el (help-xref-stack-item): Define for compiler.
5202 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5204         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5206 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5208         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5210 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5212         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5213         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5215 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5217         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5218         (gnus-overlays-in): New alias to overlays-in.
5220         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5221         gnus-overlay-get, and gnus-delete-overlay.
5222         (gnus-summary-show-thread): Make it work as well for systems in which
5223         next-single-char-property-change is not available.
5224         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5226         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5227         (gnus-overlay-get): New alias to extent-property.
5228         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5230         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5231         SXEmacs.
5233         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5234         SXEmacs.
5236 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5238         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5240 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5242         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5243         and XEmacs that don't have `remove-overlays'.
5245 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5247         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5248         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5249         selective display.  Use overlays instead.
5251 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5253         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5255 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5257         * spam-stat.el (spam-stat-load): Fix typo in message.
5259 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5261         * dig.el (dig-invoke): Fix typo in docstring.
5262         (query-dig): Reflow docstring.
5264 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5266         * gnus-art.el (gnus-article-encrypt-body):
5267         * message.el (message-check-recipients):
5268         * mm-util.el (mm-codepage-setup):
5269         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5270         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5272 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5274         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5275         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5276         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5277         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5278         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5280 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5282         * dig.el: Add "Keywords: comm", as per net-utils.el.
5284 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5286         * dig.el (dig-mode): Use define-derived-mode.
5288 2009-09-19  Glenn Morris  <rgm@gnu.org>
5290         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5292 2009-09-18  Glenn Morris  <rgm@gnu.org>
5294         * gnus-diary.el (gnus-diary-check-message):
5295         * message.el (message-insert-formatted-citation-line):
5296         * nnbabyl.el (top-level):
5297         * nndiary.el (nndiary-schedule):
5298         Fix typos in condition-case handlers.
5300 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5302         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5303         configuration that provides the sole article window in a frame;
5304         position point correctly after deleting a part.
5306 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5308         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5309         (spam-resolve-registrations-routine): Use it to unregister articles
5310         that change status.
5312 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5314         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5315         with XEmacs.
5316         (parse-time-string-chars): Use it.
5318 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5320         * imap.el (imap-interactive-login): Better messages.
5321         (imap-open): Fix bug with renamed buffer on reconnect.
5322         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5323         for easier debugging and cleaner code.  On successful (guessed based on
5324         server capabilities) secondary authentication, set imap-state
5325         correctly.
5326         (imap-last-authenticator): Define imap-last-authenticator as a variable
5327         to avoid warnings.
5329 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5331         * nnrss.el (nnrss-request-article): Remove binding of
5332         default-enable-multibyte-characters that has gotten needless by
5333         the 2007-07-13 change in rfc2047-encode-message-header.
5335         * mml.el (mml-insert-multipart): Error on the message header.
5336         (mml-insert-part): Error on the message header; position point at
5337         the end of a MIME tag.
5339 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5341         * time-date.el (autoload): Expand define-obsolete-function-alias into
5342         defalias and make-obsolete for old Emacsen that Gnus supports.
5343         (with-no-warnings): Define it for old Emacsen.
5344         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5345         is available.
5346         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5347         float-time is available; suppress compile warning for time-to-seconds.
5349         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5350         (gnus-float-time): Alias to float-time if it exists.
5352         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5353         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5354         float-time is available; suppress compile warning for time-to-seconds.
5356         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5357         XEmacs.
5359 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5361         * imap.el (imap-message-map): Docstring fix.
5363 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5365         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5366         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5367         Add the optional argument `encoding' that overrides the default.
5369         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5370         mm-encode-buffer.
5372 2009-09-04  Glenn Morris  <rgm@gnu.org>
5374         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5375         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5376         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5377         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5378         * mm-util.el (mm-with-unibyte-current-buffer)
5379         (mm-find-buffer-file-coding-system):
5380         * yenc.el (yenc-decode-region): Use default-value rather than
5381         default-enable-multibyte-characters.
5383 2009-09-03  Glenn Morris  <rgm@gnu.org>
5385         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5386         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5387         than default-enable-multibyte-characters.
5389 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5391         * gnus-art.el (gnus-article-read-summary-keys):
5392         Fix gnus-buffer-configuration's value temporarily used.
5394 2009-09-02  Glenn Morris  <rgm@gnu.org>
5396         * gnus-util.el (gnus-float-time): New function.
5397         * gnus-delay.el (gnus-delay-article):
5398         * gnus-sum.el (gnus-thread-latest-date):
5399         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5400         * nnspool.el (nnspool-request-newgroups):
5401         Use gnus-float-time rather than time-to-seconds.
5402         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5404         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5405         (gnus-header-subject-face, gnus-header-newsgroups-face)
5406         (gnus-header-name-face, gnus-header-content-face):
5407         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5408         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5409         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5410         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5411         (gnus-cite-face-11):
5412         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5413         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5414         (gnus-server-closed-face, gnus-server-denied-face)
5415         (gnus-server-offline-face):
5416         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5417         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5418         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5419         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5420         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5421         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5422         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5423         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5424         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5425         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5426         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5427         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5428         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5429         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5430         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5431         (gnus-summary-high-undownloaded-face)
5432         (gnus-summary-low-undownloaded-face)
5433         (gnus-summary-normal-undownloaded-face)
5434         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5435         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5436         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5437         (gnus-splash-face):
5438         * message.el (message-header-to-face, message-header-cc-face)
5439         (message-header-subject-face, message-header-newsgroups-face)
5440         (message-header-other-face, message-header-name-face)
5441         (message-header-xheader-face, message-separator-face)
5442         (message-cited-text-face, message-mml-face):
5443         * sieve-mode.el (sieve-control-commands-face)
5444         (sieve-action-commands-face, sieve-test-commands-face)
5445         (sieve-tagged-arguments-face):
5446         * spam.el (spam-face):
5447         Mark face aliases with "-face" in the name as obsolete.
5449 2009-09-01  Glenn Morris  <rgm@gnu.org>
5451         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5452         than goto-line.
5454 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5456         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5457         Don't move point if the command is invoked inside the message header.
5459 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5461         * imap.el (imap-send-command): Simplify.
5462         (imap-wait-for-tag): point-max -> buffer-size.
5464 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5466         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5467         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5468         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5469         * nnir.el (nnir-swish-e-index-file):
5470         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5471         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5472         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5473         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5474         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5475         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5477 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5479         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5480         Don't save excursion.
5482 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5484         * nnheader.el (nnheader-find-file-noselect):
5485         * mm-util.el (mm-insert-file-contents):
5486         Use (default-value 'major-mode) instead of default-major-mode.
5488 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5490         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5492 2009-08-26  Glenn Morris  <rgm@gnu.org>
5494         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5495         than placing in files.el.
5497 2009-08-25  Glenn Morris  <rgm@gnu.org>
5499         * nnir.el (top-level): Don't require cl at run-time.
5500         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5501         Replace cl-function substitute with gnus-replace-in-string.
5502         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5503         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5504         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5505         simplified expansions.
5507 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5509         * dig.el (dig): Add autoload cookie.
5511 2009-08-22  Glenn Morris  <rgm@gnu.org>
5513         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5514         goto-line.
5516 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5518         * parse-time.el (parse-time-string-chars): Save match data.
5520 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5522         * parse-time.el (parse-time-string-chars): Compute using character
5523         classes, to handle non-ascii characters (Bug#3190).
5525 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5527         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5529         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5530         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5531         (gnus-mm-display-part, gnus-mime-display-single)
5532         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5533         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5535         * gnus-sum.el
5536         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5537         (gnus-summary-move-article): Add expirable mark to articles copied or
5538         moved to group that has auto-expire turned on if the option is non-nil.
5540 2009-07-24  Glenn Morris  <rgm@gnu.org>
5542         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5543         Fix typo.  (Bug#3903)
5545 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5547         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5548         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5549         that should not be used for draft articles.
5550         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5551         that has no concern in minor mode keys.
5552         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5553         Abolish.
5555 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5557         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5558         article without making inquiry to a user for unknown encoding.
5560         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5561         (nnmaildir--scan): Assume i-node and device number that file-attributes
5562         returns might be cons-cell.
5564         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5566         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5568 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5570         * auth-source.el: Remove docs now in auth.texi.  Don't use
5571         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5572         `auth-source-hide-passwords' and use them.
5574 2009-07-15  Glenn Morris  <rgm@gnu.org>
5576         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5578 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5580         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5581         excessive whitespace from the default values of title and description.
5583 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5585         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5586         mail-fetch-field to fetch Content-Description header in order to
5587         exclude newlines.
5589 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5591         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5592         format used by GnuPG 2.0.11.
5594 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5596         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5597         to deleted part.
5599 2009-05-30  David Engster  <dengste@eml.cc>
5601         * nnmairix.el: Remove old documentation in the commentary block.
5602         (nnmairix-request-group): Do not update active file for nnml back ends.
5603         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5604         end so that overview files are ignored.
5605         (nnmairix-update-groups): Make updating the groups more robust by using
5606         marks.
5607         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5608         with dollar characters in message-id.
5610 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5612         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5613         2008-12-25 in dns.el.
5615 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5617         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5618         could happen if the text is only composed of spaces and/or tabs.
5620 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5622         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5623         when sending a queued message to avoid extra mml tags.
5625 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5627         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5629 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5631         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5632         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5633         rmail-toggle-header for XEmacs;
5634         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5636 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5638         * gnus-dired.el: Remove autoload for gnus-setup-message.
5639         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5640         displaying Gnus logo; always use compose-mail.
5642 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5644         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5646 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5648         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5649         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5650         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5651         available.
5652         (gnus-nocem-epg-verify): New function.
5654 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5656         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5658 2009-02-15  Glenn Morris  <rgm@gnu.org>
5660         * gnus-util.el (rmail-insert-rmail-file-header)
5661         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5662         autoloads.
5663         (rmail-default-rmail-file): Remove unnecessary declaration.
5664         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5666 2009-02-14  Glenn Morris  <rgm@gnu.org>
5668         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5669         variable (only used in gnus-util, which declares it anyway).
5670         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5671         which was only needed by gnus-art (changed to not use it any more).
5672         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5673         only used in gnus-util, which autoloads it itself.
5674         (rmail-update-summary): Fix autoload.
5676         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5677         rather than rmail-output-to-rmail-file.
5679 2009-02-07  Glenn Morris  <rgm@gnu.org>
5681         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5682         autoload of function that no longer exists.
5683         (rmail-toggle-header): Declare.
5684         (message-forward-rmail-make-body): Handle mbox Rmail.
5686 2009-01-31  Glenn Morris  <rgm@gnu.org>
5688         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5689         2009-01-09 change.
5691 2009-01-31  Dave Love  <fx@gnu.org>
5693         * imap.el (imap-fetch-safe): Bind debug-on-error.
5694         (imap-debug): Add imap-fetch-safe.
5696 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5698         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5699         (auth-source-forget-all-cached): New convenience function.
5700         (auth-source-user-or-password): Accept list of modes or a single mode.
5702         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5703         auth-source modes.
5705         * netrc.el (netrc-machine-user-or-password): Use list of
5706         auth-source modes.
5708         * nnimap.el (nnimap-open-connection): Use list of
5709         auth-source modes.
5711         * nntp.el (nntp-send-authinfo): Use list of
5712         auth-source modes.
5714 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5716         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5717         now.
5719 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5721         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5722         coding system in XEmacs; add a workaround for XEmacs.
5724         * lpath.el: Fbind coding-system-aliasee.
5726 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5728         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5729         of current-language-environment.
5731 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5733         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5734         available at runtime.
5736 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5738         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5740 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5742         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5743         the greatest positive fixnum value doesn't work under an XEmacs with
5744         bignum support; use the most-positive-fixnum constant instead,
5745         available since Emacs 21.1 with cl and XEmacs 21.1.
5747 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5749         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5750         XEmacs gets not to work.
5752 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5754         * mm-util.el (mm-coding-system-priorities): Allow the value like
5755         "Japanese (UTF-8)" of current-language-environment.
5757 2009-01-09  Glenn Morris  <rgm@gnu.org>
5759         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5760         with last-command-event.
5762 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5764         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5765         in the doc string.
5767         * message.el (message-fix-before-sending): Amend comment.
5769 2009-01-08  Dave Love  <fx@gnu.org>
5771         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5773 2009-01-07  David Engster  <dengste@eml.cc>
5775         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5776         simplified server definitions by converting it via
5777         gnus-server-to-method.
5779 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5781         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5782         parameter's operands.
5784 2009-01-06  David Engster  <dengste@eml.cc>
5786         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5787         primary select method (for gnus-group-mark-article-as-read).
5789 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5791         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5792         `(gnus)Face', not `(gnus)X-Face'.
5794 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5796         * mm-util.el (mm-ucs-to-char): New function.
5798         * mm-url.el (mm-url-decode-entities): Use it.
5800         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5801         unicode-to-char.
5803 2009-01-05  Dave Love  <fx@gnu.org>
5805         * time-date.el: Require cl for `declare'.
5807 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5809         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5810         Dave Love.
5812 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5814         * message.el (message-fix-before-sending): Add `eight-bit' to
5815         illegible-text check.
5817 2009-01-03  Michael Olson  <mwolson@gnu.org>
5819         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5820         `headers' is nil.  This can occur if the IMAP server does not have
5821         permissions to read messages from a folder, but can write new messages
5822         to the folder.
5823         (nnimap-request-article-part): Do not insert `data' if it is nil.
5825         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5826         characters which will confuse `read', so skip past them.
5828 2009-01-01  Dave Love  <fx@gnu.org>
5830         * imap.el (imap-string-to-integer): Fix typo.
5831         (imap-fetch-safe): New function.
5832         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5834         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5836         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5837         (imap-parse-greeting): Fix doc strings.
5838         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5839         (imap-parse-flag-list): Make messages unique.
5840         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5842         * nnimap.el: Fix author email.
5843         (nnimap-split-rule): Add FIXME comment.
5844         (nnimap-debug): Fix doc string.
5846 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5848         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5850 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5852         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5853         nslookup if resolv.conf isn't available.
5854         (dns-query): Rename from query-dns.
5855         (dns-query-cached): Rename from query-dns-cached.
5857 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5859         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5860         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5861         to check if those variables exist (first appeared in Emacs 18.50).
5863 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5865         * mm-util.el (mm-line-number-at-pos): New function.
5867         * spam-report.el (spam-report-process-queue): Use it.
5869 2008-12-24  David Engster  <dengste@eml.cc>
5871         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5872         parameters that haven't existed as variables as buffer-local variables.
5874 2008-12-23  Dave Love  <fx@gnu.org>
5876         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5877         cadar.
5879         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5880         imap-starttls-p.
5881         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5883 2008-12-22  Dave Love  <fx@gnu.org>
5885         * imap.el: Fix author email.  Doc fixes.
5886         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5887         reply.
5889 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5891         * spam-report.el (spam-report-gmane-max-requests): New constant.
5892         (spam-report-gmane-wait): New variable.
5893         (spam-report-gmane-ham, spam-report-gmane-spam)
5894         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5895         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5896         the server.
5898         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5899         Add explanations.
5901         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5902         nnheader-accept-process-output and nnheader-read-timeout if available.
5903         (pop3-movemail): Use it.
5905         * message.el (message-check-news-body-syntax): Fix signature check if
5906         there's an attachment.
5908 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5910         * mm-util.el: Add comments to the mm- emulating functions.
5912 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5914         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5915         Reported by Stephen Berman <stephen.berman@gmx.net>.
5917 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5919         * mm-util.el (mm-substring-no-properties): New function.
5920         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5921         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5922         (mm-string-to-multibyte): Doc fix.
5924         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5926 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5928         * mml.el (mml-attach-file): Strip text properties from file name.
5929         (Bug#1574)
5931 2008-12-16  Glenn Morris  <rgm@gnu.org>
5933         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5935 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5937         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5938         knows since the charset specified might be a bogus alias that
5939         mm-charset-synonym-alist provides.
5941 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5943         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5944         "ISO_8859-1".
5946         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5948 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5950         * mm-util.el (mm-charset-eval-alist):
5951         Define it before mm-charset-to-coding-system.
5952         (mm-charset-to-coding-system): Add optional argument `silent';
5953         define it before mm-charset-override-alist.
5954         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5955         default value if it can be used in Emacs currently running;
5956         silence mm-charset-to-coding-system.
5958 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5960         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5961         `allow-override' which says whether to use `mm-charset-override-alist'.
5962         (rfc2047-decode-encoded-words): Use it.
5964         * mm-util.el (mm-charset-override-alist): Fix custom type;
5965         add `(gb2312 . gbk)' to choices.
5967 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5969         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5970         fast.
5972         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5974         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5976 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5978         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5979         on links.
5981         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5983 2008-12-03  Lute Kamstra  <lute@gnu.org>
5985         * sha1.el: Remove leading * from docstrings of defcustoms,
5986         deffaces, defconsts and defuns.
5988 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5990         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5991         users' addresses that don't have domain parts.
5992         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5993         rather than message-narrow-to-head since there will be the message
5994         header separator.
5996 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5998         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5999         since the result is inserted in a unibyte buffer anyway.
6000         (nnimap-demule-use-string-to-multibyte): Remove.
6001         (nnimap-demule): Alias it to mm-string-to-multibyte.
6003 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6005         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6006         variable for debugging bug#464 and bug#1174.
6007         (nnimap-demule): Use it.
6009 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6011         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6012         score calculation correctly.
6014 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6016         * message.el (message-send-mail): Just set the buffer to unibyte
6017         rather than use mm-with-unibyte-current-buffer which does a lot more.
6018         (message-send-mail-partially): Don't bother with
6019         mm-with-unibyte-current-buffer since it's already been made unibyte by
6020         message-send-mail.
6022 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6024         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6026 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6028         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6030 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6032         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6033         require itself and to remove `with-no-warnings'.
6035 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6037         * starttls.el (starttls-any-program-available): Get the name of the
6038         available TLS layer program.
6039         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6040         well as the host name in the "opening" message.
6042         * auth-source.el (auth-source-cache, auth-source-do-cache)
6043         (auth-source-user-or-password): Cache passwords and logins by default,
6044         allow override with `auth-source-do-cache'.
6045         (auth-source-forget-user-or-password): Allow users to remove cache
6046         entries if needed.
6048 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6050         * md4.el (md4-buffer): Fix typo in docstring.
6051         (md4, md4-64): Doc fixes.
6052         (md4-pack-int32): Reflow docstring.
6054 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6056         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6057         condition-case to only the forward-sexp call.
6059 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6061         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6062         quotes contained.  Make it more robust regardless by an extra
6063         condition-case wrapper.
6065 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6067         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6069 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6071         * nnml.el (nnml-request-expire-articles): Check if the function set to
6072         `nnmail-expiry-target' returns the symbol `delete'.
6074         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6076         * nnmail.el (nnmail-expiry-target): Fix custom type.
6078 2008-10-02  Glenn Morris  <rgm@gnu.org>
6080         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6081         Silence compiler warning.
6083 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6085         * tls.el (open-tls-stream): Show the actual command being
6086         executed, instead of the format string.
6088 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6090         * lpath.el: Fbind codepage-setup for Emacs 23.
6092 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6094         * mml.el (mml-menu): Don't assume mml2015 is bound.
6096 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6098         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6099         exists.
6101 2008-09-27  Glenn Morris  <rgm@gnu.org>
6103         * gnus-util.el (mail-header-remove-comments): Autoload it.
6105 2008-09-27  Andreas Schwab  <schwab@suse.de>
6107         * gnus-util.el (gnus-split-references): Strip comments.
6108         (gnus-parent-id): Likewise.
6110 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6112         * message.el (message-confirm-send): Fix version.
6114 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6116         * message.el (message-idna-to-ascii-rhs-1): Use
6117         mail-extract-address-components rather than mail-header-parse-addresses
6118         that is an alias by default to ietf-drums-parse-addresses that does not
6119         support non-ASCII names in headers' contents.
6121 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6123         * message.el (message-confirm-send): Fix variable documentation to
6124         avoid the "y/n" wording.
6126 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6128         * message.el (message-set-auto-save-file-name): Save to a different
6129         filename so multiple messages (especially drafts) can be recovered.
6131 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6133         * message.el (message-confirm-send): Add appropriate version.
6135 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6137         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6138         defvar.
6140 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6142         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6143         (mm-pkcs7-enveloped-magic): Ditto.
6145 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6147         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6148         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6150 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6152         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6153         default, it's better.
6155 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6157         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6158         summary line gnus-number property and ignore them (with a warning
6159         message).
6161 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6163         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6164         macro caddr in the interactive form since it won't be expanded.
6166 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6168         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6169         `charset'; fix name of function called recursively.
6170         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6172 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6174         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6175         (gnus-mime-set-charset-parameters): New function.
6176         (gnus-mime-view-part-as-charset): Use it to correctly display part
6177         specifying wrong charset.
6179 2008-09-08  David Engster  <dengste@eml.cc>
6181         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6182         in completing-read for back end server.
6184 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6186         * message.el (message-confirm-send): New variable to confirm sending a
6187         message.
6188         (message-send): Use it.
6190 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6192         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6194 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6196         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6198 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6200         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6201         prevent tracking too many groups.
6202         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6203         Use it.
6205 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6207         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6208         moving point to the bottom of the window in order to avoid recentering.
6210 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6212         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6214         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6215         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6216         (gnus-article-beginning-of-window): Fix calculation.
6218 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6220         * gnus-msg.el (gnus-summary-supersede-article)
6221         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6222         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6223         message header.
6225 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6227         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6228         pending output coming after the status change.
6230 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6232         * message.el:
6233         * gnus-start.el:
6234         * gnus-registry.el: Remove VMS support.
6236 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6238         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6239         macro.
6240         (rfc2104-hash): Use it.
6242 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6244         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6245         (gnus-summary-sort-by-most-recent-date): New commands.
6246         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6247         and menu entries.
6249 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6251         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6252         don't redisplay article for raw contents; remove plural articles stuff.
6254         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6255         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6256         on gnus-summary-save-article; display results properly.
6258 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6260         * lpath.el: No need to fbind ns-focus-frame.
6262 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6264         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6266 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6268         * gnus-art.el (gnus-summary-save-in-pipe):
6269         Consider gnus-save-all-headers.
6271 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6273         * gnus-util.el (ns-focus-frame): Remove declaration.
6274         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6275         like x.
6277 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6279         * rfc2104.el (rfc2104-zero): Delete defconst.
6280         (rfc2104-hex-alist): Likewise.
6281         (rfc2104-hex-to-int): Delete func.
6282         (rfc2104-hexstring-to-bitstring): Likewise.
6283         (rfc2104-nybbles): New defconst.
6284         (rfc2104-hash): Rewrite for speed.
6286 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6288         * tls.el (open-tls-stream): Make it work with the 2nd argument
6289         BUFFER that is a string but does not exist as a buffer object, as
6290         mentioned in the doc-string.
6292 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6294         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6295         SXEmacs.
6297 2008-07-16  Glenn Morris  <rgm@gnu.org>
6299         * gnus-util.el (ns-focus-frame): Declare for compiler.
6301 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6303         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6304         set as a group parameter.
6305         (gnus-summary-save-in-pipe): Work when it is called independently.
6306         (gnus-summary-pipe-to-muttprint): Don't modify
6307         gnus-summary-pipe-output-default-command.
6309 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6311         * message.el (message-send-mail-with-sendmail):
6312         Display the error message.
6314 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6316         * gnus-art.el (gnus-default-article-saver):
6317         Add gnus-summary-save-in-pipe to choices.
6318         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6319         gnus-summary-pipe-output-default-command as the default command.
6320         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6321         instead of gnus-last-shell-command.
6323         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6324         New user option.
6325         (gnus-summary-muttprint-program): Mention the value will be changed.
6326         (gnus-summary-save-article): Force showing of all headers.
6327         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6329 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6331         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6333 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6335         * nnimap.el (nnimap-id):
6336         * sieve-manage.el (sieve-manage-open): Doc fixes.
6338 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6340         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6341         if available.
6343 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6345         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6347         * nnkiboze.el (nnkiboze-generate-group):
6348         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6350         * nnmairix.el: Require CL.
6352 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6354         * dgnushack.el: Autoload get-display-table and put-display-table for
6355         XEmacs 21.5.
6357         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6358         21.4 and SXEmacs.
6360 2008-06-15  David Engster  <dengste@eml.cc>
6362         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6364 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6366         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6367         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6368         runtime choice under XEmacs.
6370         * gnus-sum.el (gnus-summary-set-display-table):
6371         Use `gnus-put-display-table', `gnus-get-display-table',
6372         `gnus-set-display-table' for the display table, instead of `aset'.
6374         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6375         Use `gnus-put-display-table', `gnus-get-display-table',
6376         `gnus-set-display-table' for the display table.
6378 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6380         * nnmairix.el: Add autoloads.
6382 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6384         * nnmairix.el (nnmairix-delete-recreate-group)
6385         (nnmairix-update-and-clear-marks): Fix error messages.
6387 2008-06-14  David Engster  <dengste@eml.cc>
6389         * nnmairix.el: Upgrade to version 0.6.
6390         (nnmairix-group-toggle-propmarks-this-group)
6391         (nnmairix-group-toggle-readmarks-this-group)
6392         (nnmairix-group-delete-recreate-this-group)
6393         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6394         (nnmairix-remove-tick-mark-original-article): New commands.
6395         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6396         (nnmairix-propagate-marks-to-nnmairix-groups)
6397         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6398         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6399         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6400         functions needed for marks propagation and manipulation of read marks.
6401         (nnmairix-update-groups): New function.
6402         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6403         (nnmairix-determine-original-group-from-registry)
6404         (nnmairix-determine-original-group-from-path)
6405         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6406         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6407         New helper functions.
6408         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6409         keystrokes for new commands.
6410         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6411         (nnmairix-request-group): Check allow-fast group parameter.
6412         (nnmairix-request-create-group): Set allow-fast group parameter if
6413         nnmairix-allowfast-default is set.
6414         (nnmairix-close-group): Propagate marks upon closing if needed.
6415         (nnmairix-group-toggle-threads-this-group): Use new.
6416         nnmairix-group-toggle-parameter helper function.
6417         (nnmairix-search): Better check for empty search result.
6418         (nnmairix-goto-original-article): Use new helper functions for
6419         determining original article.
6420         (nnmairix-show-original-article): Make sure message-id is in brackets.
6421         (nnmairix-call-mairix-binary): Change variable name.
6422         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6423         helper function.
6424         (nnmairix-widget-toggle-activate): Fix doc string.
6426 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6428         * nnir.el: Require edmacro when compiling with XEmacs.
6429         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6430         available in Emacs 21.
6432 2008-06-11  Glenn Morris  <rgm@gnu.org>
6434         * gnus-util.el (x-focus-frame):
6435         * gnus.el (image-size):
6436         * mm-decode.el (image-size): Declare.
6438         * gnus-picon.el (declare-function): Add compat definition.
6439         (image-size): Declare.
6441         * gnus-group.el (tool-bar-map):
6442         * gnus-sum.el (tool-bar-map): Define for compiler.
6444         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6446         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6448         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6449         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6450         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6451         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6452         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6453         * sieve-manage.el, spam-report.el, spam.el:
6454         Remove unnecessary eval-and-compile of autoloads.
6456 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6458         * auth-source.el: Precise Tramp doc.
6460 2008-06-07  Glenn Morris  <rgm@gnu.org>
6462         * nnmairix.el: Remove unnecessary eval-when-compile.
6464 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6466         * lpath.el: Fbind propertize for XEmacs 21.4.
6468 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6470         * nnir.el: Move here from ../contrib.
6472 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6474         * gnus-util.el (gnus-read-shell-command): New function.
6475         * mm-decode.el (mm-pipe-part):
6476         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6478 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6480         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6482 2008-06-03  Glenn Morris  <rgm@gnu.org>
6484         * pop3.el (nnheader-accept-process-output): Autoload it.
6486 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6488         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6489         are not 2-digit hexadecimal characters that follow `%'s.
6491 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6493         * message.el (message-bogus-recipient-p): Fix type in doc string.
6494         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6495         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6496         Improve custom options.
6497         (message-bogus-recipient-p): Adjust accordingly.
6499 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6501         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6502         long-form month and day names.
6504 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6506         * dgnushack.el: Autoload debug, eudc-expand-inline and
6507         pgg-snarf-keys-region for XEmacs.
6509         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6511         * nnmairix.el: Require edmacro when compiling with XEmacs.
6513 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6515         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6516         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6518 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6520         * auth-source.el: Add more docs.
6522         * netrc.el (netrc-machine): Always match if the port is not given.
6524 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6526         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6527         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6528         retrieval faster in some cases, but might make CPU usage larger.
6529         If this has any bad side effects, we might revert this change.
6531         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6532         seems to make mail retrieval much, much faster.
6533         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6534         unconditionally.
6536         * gnus-draft.el (gnus-group-send-queue):
6537         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6539 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6541         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6543         * message.el (message-bogus-address-regexp): Fix and improve custom
6544         type.
6545         (message-setup-hook): Add message-check-recipients as custom option.
6547 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6549         * message.el (message-cite-function): Remove bogus autoload which crept
6550         in during merge from v5-10.
6552 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6554         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6556         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6558         * auth-source.el: Preliminary Tramp docs.
6559         (auth-sources): Change the default auth-sources to use
6560         EPA .gpg files.
6562 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6564         * nntp.el: Autoload `auth-source-user-or-password'.
6565         (nntp-send-authinfo): Use it.
6567         * nnimap.el: Autoload `auth-source-user-or-password'.
6568         (nnimap-open-connection): Use it.
6570         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6571         for the gnus-message function.
6572         (auth-source-user-or-password): Use it.
6574 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6576         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6577         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6578         (rfc2104-hash): Use it.
6580 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6582         * gnus-art.el (gnus-article-toggle-truncate-lines):
6583         Don't use `iff' in docstring.
6585 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6587         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6589         * gnus-util.el (gnus-extract-address-component-name)
6590         (gnus-extract-address-component-email): Convenience functions around
6591         `gnus-extract-address-components'.
6593         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6594         Use `gnus-extract-address-component-email' to fix bug of comparing full
6595         sender name to `user-mail-address'.
6597 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6599         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6600         catch/throw to optimize.
6601         (gnus-registry-find-keywords): Just use member to find a keyword.
6603 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6605         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6606         is current before calling gnus-server-prepare.
6607         (gnus-server-setup-buffer, gnus-server-update-server)
6608         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6610 2008-05-04  Juri Linkov  <juri@jurta.org>
6612         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6613         (mailcap-file-default-commands): Use mailcap-replace-in-string
6614         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6615         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6617 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6619         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6621 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6623         * gnus.el: Bump version to 0.11.
6625 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6627         * gnus.el: No Gnus v0.10 is released.
6629 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6631         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6632         hooks.
6633         (gnus-update-read-articles): Speed up non-marks-using users.
6634         (gnus-use-marks): Define gnus-use-marks.
6635         (gnus-propagate-marks): Rename variable to something more sensible.
6637 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6639         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6640         (gmm-image-load-path-for-library): Fix typos in docstrings.
6641         (gmm-message): Reflow docstring.
6643 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6645         * mail-source.el (mail-source-set-1, mail-source-bind):
6646         Move auth-source code out of the macro to clean it up and fix bugs.
6648 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6650         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6651         by sender if it's equal to user-mail-address, it's likely to be
6652         useless.
6654         * mail-source.el (mail-source-bind): Don't use user or password if they
6655         are not bound.  Unintern them if they are nil.  Don't use server unless
6656         it's bound, and default it to empty string otherwise.
6658 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6660         * mail-source.el: Load auth-source.el.
6661         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6662         get user name or password, if auth-sources is set up.
6664         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6665         strategy of splitting with parent.
6666         (gnus-registry-split-fancy-with-parent)
6667         (gnus-registry-post-process-groups): Use it and fix prior
6668         bug (returning a list as the split result).
6670         * auth-source.el (auth-sources): Remove server parameter.
6671         (auth-source-pick, auth-source-user-or-password)
6672         (auth-source-user-or-password-imap)
6673         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6674         (auth-source-user-or-password-sftp)
6675         (auth-source-user-or-password-smtp): Remove server parameter.
6677 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6679         * smime.el (smime-sign-region, smime-encrypt-region)
6680         (smime-decrypt-region):
6681         Remove redundant calls to `generate-new-buffer-name'.
6683 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6685         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6686         Don't use QP for message/rfc822.
6687         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6689 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6691         * sieve-manage.el (sieve-string-bytes): Remove.
6692         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6693         correct byte-length only if the process's coding-system is the same as
6694         the one used internally by Emacs to represent strings.
6696 2008-04-22  Juri Linkov  <juri@jurta.org>
6698         * mailcap.el (mailcap-file-default-commands): New function.
6700 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6702         * message.el (message-signature-separator, message-cite-function):
6703         Change custom version.
6705 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6707         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6708         commands.
6709         (tls-checktrust): Ditto.
6711 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6713         * mm-decode.el (mm-display-external): Make temp file read-only.
6715 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6717         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6718         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6719         `C-c C-f d'.
6721 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6723         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6725 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6727         * gnus.el: Bump version to 0.9.
6729 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6731         * gnus.el: No Gnus v0.8 is released.
6733 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6735         * mail-source.el (mail-source-value):
6736         Prefer fboundp to functionp so it works with macros as well.
6738 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6740         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6741         Fix last change in case the element is not even a symbol.
6743 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6745         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6746         Prefer fboundp to functionp so it works with macros as well.
6748 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6750         * auth-source.el: Add docs.
6751         (auth-sources): Modify format to support server.
6752         (auth-source-pick, auth-source-user-or-password)
6753         (auth-source-user-or-password-imap)
6754         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6755         (auth-source-user-or-password-sftp)
6756         (auth-source-user-or-password-smtp): Add server parameter.
6758 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6760         * gnus-registry.el: Initialize the registry when gnus-registry-install
6761         is t.
6763 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6765         * compface.el (uncompface): Make buffer unibyte.
6767 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6769         * mail-source.el (mail-source-value):
6770         Prefer fboundp to functionp so it works with macros as well.
6772 2008-04-05  Glenn Morris  <rgm@gnu.org>
6774         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6776 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6778         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6779         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6781         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6782         multibyteness after rather than before erasing it.
6784         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6785         mm-with-multibyte.
6786         (gnus-request-article-this-buffer): Make sure the proper decoding is
6787         used if gnus-original-article-buffer happens to be unibyte.
6789         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6790         default-enable-multibyte-characters.
6792         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6793         default-enable-multibyte-characters.
6795         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6797         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6799 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6801         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6802         Fix last change in case the element is not even a symbol.
6804 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6806         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6807         (imap-message-copyuid-1): Use it.
6808         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6809         J. Williams in
6810         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6812         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6813         imap-enable-exchange-bug-workaround.
6814         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6816 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6818         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6819         a 100 byte status-checks into a 2-3MB transfer for each group.
6820         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6821         to enable bug workaround or not.
6822         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6824 2008-03-31  Glenn Morris  <rgm@gnu.org>
6826         * message.el (mml2015-use): Declare for compiler.
6827         (message-info): Require mml2015 when appropriate.
6829 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6831         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6832         whitespace.
6834 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6836         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6837         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6838         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6839         (nntp-service-to-port): New function.
6840         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6841         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6842         (nntp-open-netcat-stream): New function.
6843         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6845 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6847         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6849 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6851         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6853 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6855         * dns.el (dns-write): Use set-buffer-multibyte.
6857 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6859         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6861 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6863         * message.el (message-signature-separator): Change default.
6864         Improve custom type.
6865         (message-cite-function): Change default to
6866         message-cite-original-without-signature.
6868         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6869         toggle.
6871         * message.el (message-check-news-body-syntax): Fix signature check.
6872         (message-setup-1): Mark buffer as unmodified _after_ running
6873         message-setup-hook and handling message-alternative-emails.
6874         (message-shorten-references): Be more strict when building list of
6875         valid references to comply with GNKSA.
6877         * gnus-group.el (gnus-read-ephemeral-bug-group)
6878         (gnus-read-ephemeral-debian-bug-group)
6879         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6881         * message.el (message-info): Don't use booleanp which isn't supported
6882         in Emacs 21 and XEmacs.
6884 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6886         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6887         gnus-group-gmane-group-download-format.
6888         (gnus-group-read-ephemeral-gmane-group): Rename from
6889         gnus-group-read-ephemeral-gmane-group.
6890         (gnus-read-ephemeral-gmane-group-url): Rename from
6891         gnus-group-read-ephemeral-gmane-group-url.
6892         (gnus-bug-group-download-format-alist): New variable.
6893         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6894         (gnus-read-ephemeral-emacs-bug-group): New commands.
6896 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6898         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6899         (gnus-visible-headers): Improve custom type.
6901 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6903         * mml.el (mml-menu): Add workarounds for XEmacs.
6905         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6906         X-Boundary header.
6908         * message.el (message-simplify-recipients): Fix previous commit.
6910 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6912         * mm-util.el (mm-set-buffer-multibyte): New function.
6913         * mm-decode.el (mm-copy-to-buffer): Use it.
6915         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6916         Prefer fboundp to functionp so it works with macros as well.
6918 2008-03-19  Glenn Morris  <rgm@gnu.org>
6920         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6921         Accidentally removed in the sync process with Emacs.
6923 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6925         * message.el (message-alter-recipients-discard-bogus-full-name):
6926         New function.
6927         (message-alter-recipients-function): New variable.
6928         (message-get-reply-headers): Use it.
6929         (message-replace-header): New helper function.
6930         (message-recipients-without-full-name): New variable.
6931         (message-simplify-recipients): New command.
6933         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6935         * message.el (message-info): Handle EasyPG manual.
6937         * mml.el (mml-menu): Add entry for EasyPG.
6939 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6941         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6942         parameter.
6944         * message.el (message-disassociate-draft): Specify drafts group name
6945         fully.
6947 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6949         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6950         Eliminate unnecessary duplicates from the match list.
6952 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6954         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6956         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6958         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6959         args of `how-many' of which the XEmacs version doesn't take; declare
6960         Info-index-next as function.
6962 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6964         * gnus-score.el (gnus-score-headers): Fix handling of
6965         gnus-inhibit-slow-scoring.
6967         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6968         string.
6969         (gnus-button-url-regexp): Improve handling of parenthesis.
6970         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6971         (gnus-button-handle-info-keystrokes): Handle index entries.
6973 2008-03-15  Glenn Morris  <rgm@gnu.org>
6975         * parse-time.el (parse-time-string): Simplify.
6977 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6979         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6980         Incoming* files.
6982 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6984         * auth-source.el (auth-sources): Rename from auth-source-choices.
6985         (auth-source-pick): Use it.
6987 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6989         * binhex.el (binhex-decode-region-internal):
6990         * uudecode.el (uudecode-decode-region-internal):
6991         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6992         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6993         setting default-enable-multibyte-characters.
6995 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6997         * auth-source.el (auth-source-protocols)
6998         (auth-source-protocols-customize, auth-source-choices): Add and
6999         modified variable customizations and defaults.
7000         (auth-source-pick, auth-source-user-or-password)
7001         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7002         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7003         (auth-source-user-or-password-sftp)
7004         (auth-source-user-or-password-smtp): Use new variables and provide an
7005         interface to netrc.el.
7007 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7009         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7010         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7011         Make sure the nntp port to specify is a string.
7013 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7015         * nntp.el: Use with-current-buffer.
7016         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7017         dubious mm-with-unibyte-current-buffer.
7018         (nntp-with-open-group-function): New function extracted from
7019         nntp-with-open-group macro.
7020         (nntp-with-open-group): Use the function, so it's easier to debug.
7021         Add indentation and debugging info.
7022         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7023         Recommend the use of the netcat alternatives.
7025         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7026         Avoid mm-string-as-multibyte as well.
7028         * nnweb.el (nnweb-insert-html):
7029         Remove use of nnheader-string-as-multibyte.
7031         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7032         (nnheader-string-as-multibyte): Remove.
7034         * mm-view.el: Use inhibit-read-only.
7035         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7036         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7037         or unibyte-string.
7039         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7040         (mm-uu-yenc-extract): Use with-current-buffer.
7042         * gnus-soup.el (gnus-soup-send-packet): Don't use
7043         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7045         * nnmh.el: Use with-current-buffer.
7046         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7047         mm-string-as-multibyte on the output of mm-encode-coding-string.
7049         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7050         (nnimap-request-move-article): Use with-current-buffer.
7052         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7053         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7054         conversion uses string-make-unibyte rather than string-as-unibyte.
7056         * gnus-msg.el: Use with-current-buffer.
7058         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7060 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7062         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7063         string for caching if it is 'PIN.
7065 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7067         * lpath.el: Consider the case without Emacs/W3.
7069 2008-03-08  Glenn Morris  <rgm@gnu.org>
7071         * time-date.el (date-to-time, time-subtract, time-add)
7072         (safe-date-to-time): Doc fixes.
7074 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7076         * mail-source.el (mail-source-delete-old-incoming-confirm):
7077         Change default to nil.
7078         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7080 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7082         * lpath.el: Rearrange.
7084         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7085         (gnus-article-goto-prev-page): Work for articles having ^L's.
7087         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7089         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7091 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7093         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7094         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7095         (gnus-bookmark-jump): Adjust some variable names.
7097 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7099         * auth-source.el: New package.
7100         (auth-source-choices): Add customization entry point variable.
7102         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7103         bug.
7105 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7107         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7108         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7109         (gnus-registry-install-shortcuts): Rename from
7110         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7111         the `gnus-registry-mark-map' keymap dynamically from
7112         `gnus-registry-marks'.  The generated functions update the summary line
7113         when a registry mark is added or deleted, and will call
7114         `gnus-registry-install-p' (see the comments in the code).
7115         (gnus-registry-user-format-function-M): Use concat intelligently.
7117         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7118         the registry mark functions.
7120 2008-03-05  Glenn Morris  <rgm@gnu.org>
7122         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7123         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7124         gnus-art.
7125         (top-level): No need to load own source when compiling.
7127 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7129         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7130         Suggested by <chris.anderton@zetnet.co.uk>.
7132 2008-03-04  Glenn Morris  <rgm@gnu.org>
7134         * gnus-sum.el (top-level): No need to require gnus when compiling,
7135         since unconditionally required near start of file.
7136         (gnus-summary-display-while-building): Move definition before use.
7138 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7140         * gnus-registry.el (gnus-registry-user-format-function-M):
7141         Add formatting function.
7143 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7145         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7146         with plists.
7147         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7148         Use new format.
7150 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7152         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7153         `where-is-internal' that returns a range of key sequences.
7155 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7157         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7159         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7160         (gnus-summary-jump-to-group): Consider windows on other displayed
7161         frames as well.  Similar changes might be needed elsewhere, but that's
7162         the one I've bumped into during my use.
7164         * nndoc.el (nndoc-oe-dbx-type-p):
7165         * gnus-msg.el (gnus-debug):
7166         * gnus-group.el (gnus-update-group-mark-positions):
7167         Use mm-string-to-multibyte.
7169 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7171         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7172         doesn't handle NotDashEscaped.
7174         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7175         (mml-dnd-attach-options): Fix typo in custom choice.
7177         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7178         Change nndoc-article-type to mbox.
7179         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7181         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7182         to nil, instead of html2text.
7184         * imap.el (imap-debug): Add `imap-ping-server'.
7186         * gnus-bookmark.el: Add FIXMEs.
7188         * message.el (message-form-letter-separator)
7189         (message-send-form-letter-delay): New variables.
7190         (message-send-form-letter): Use them.  New command to send form
7191         letters.  Requested by Uwe Siart.
7192         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7194 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7196         * Update copyright years.
7198 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7200         Sync from EMACS_22_BASE.
7202         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7204 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7206         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7207         empty author.
7209 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7211         * gnus-registry.el (gnus-registry-marks): Add variable for
7212         customization of marks and their appearance.
7213         (gnus-registry-read-mark): Use it.
7214         (gnus-registry-do-marks): Add utility function to loop through
7215         `gnus-registry-marks'.
7216         (gnus-registry-install-shortcuts-and-menus): Add function to install
7217         shortcuts and menus.
7218         (gnus-registry-initialize): Use it.
7219         (gnus-registry-default-mark): Clarify documentation.
7221 2008-02-29  Glenn Morris  <rgm@gnu.org>
7223         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7224         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7225         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7226         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7227         Change defcustom :version from 23.0 to 23.1.
7229 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7231         * gnus-registry.el (gnus-registry-follow-group-p)
7232         (gnus-registry-post-process-groups): Add functions to aid registry
7233         splitting and improve logging.  Clarify behavior in function
7234         documentation.
7235         (gnus-registry-split-fancy-with-parent): Use them.
7237 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7239         * gnus-art.el: Use with-current-buffer.
7241 2008-02-27  David Engster  <dengste@eml.cc>
7243         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7244         Express real group name in the response.
7246 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7248         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7249         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7250         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7251         autoload gnus-registry-fetch-group when compiling.
7252         (nnmairix-request-group-with-article-number-correction):
7253         Remove unreferenced argument passed to nnmairix-call-backend.
7255 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7257         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7258         (mm-uu-extract): Improve face for low color ttys.
7259         Reported by Sascha Wilde.
7261 2008-02-27  Glenn Morris  <rgm@gnu.org>
7263         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7264         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7265         variables to defconsts.  Convert comments to doc-strings.
7266         (nnmairix-last-server, nnmairix-current-server): Convert from free
7267         variables to defvars.  Convert comments to doc-strings.
7268         (gnus-registry-fetch-group): Autoload.
7269         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7270         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7271         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7272         caddr.
7273         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7274         nnmairix-request-group-with-article-number-correction call.
7275         (nnmairix-fast, nnmairix-group): New, less general names, for free
7276         variables passed from nnmairix-request-group to
7277         nnmairix-request-group-with-article-number-correction.  Declare.
7278         (nnmairix-request-group-with-article-number-correction):
7279         Use nnmairix-fast, nnmairix-group rather than fast, group.
7281 2008-02-26  David Engster  <dengste@eml.cc>
7283         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7284         version 0.5.
7286 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7288         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7289         instead of making an extra function call.  Don't add the current group
7290         to articles only when they have the group.  Use
7291         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7292         Reported by David <de_bb@arcor.de>.
7294 2008-02-24  Miles Bader  <miles@gnu.org>
7296         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7297         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7298         (mm-find-mime-charset-region):
7299         * mm-bodies.el (mm-encode-body):
7300         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7302 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7304         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7305         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7307 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7309         * mail-source.el (mail-source-delete-incoming): Change default.
7310         Supplement doc string.
7312         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7314 2008-02-14  Glenn Morris  <rgm@gnu.org>
7316         * time-date.el (format-seconds): New function.
7318 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7320         * nnmail.el (nnmail-message-id-cache-file): Derive from
7321         `gnus-home-directory'.
7323 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7325         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7326         Document negative prefix.
7328         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7330 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7332         * message.el (message-unsent-separator): Add the Exim bounce
7333         separator.
7335 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7337         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7338         list.
7339         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7340         recipient/signer list.
7342 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7344         * Makefile.in (datarootdir): Define.
7345         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7346         name that might contain whitespace.
7348 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7350         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7351         fbound (Emacs 23 unicode), signal an error.
7353 2008-02-08  Glenn Morris  <rgm@gnu.org>
7355         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7357 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7359         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7360         ports to the calls to `netrc-machine-user-or-password' in addition to
7361         "imap" and "imaps".
7363 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7365         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7367         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7369 2008-02-01  Kenichi Handa  <handa@m17n.org>
7371         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7372         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7373         (rfc2104-hash): Convert the result of concat to unibyte string.
7375 2008-02-01  Dave Love  <fx@gnu.org>
7377         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7378         coding-system-for-read.
7379         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7381 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7383         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7384         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7385         <hanche@math.ntnu.no>.
7387 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7389         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7391         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7393 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7395         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7396         * message.el (message-beginning-of-line): Use featurep instead of bound
7397         tests in order to resolve conditionals at compile time.
7399 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7401         * mail-source.el (mail-sources): Add `group' choice.
7403         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7404         parameter `in-group' to control into which group the articles go.
7405         Add treatment of `group' mail-source.
7407 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7409         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7411         * mm-decode.el (mm-dissect-buffer): Decode description.
7413         * mml.el (mml-to-mime): Encode message header first.
7415 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7417         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7418         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7420         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7421         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7423 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7425         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7427 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7429         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7430         prefix keys.
7431         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7432         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7433         gnus-xmas.el.
7435         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7436         (gnus-xmas-article-describe-bindings): New function.
7437         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7438         gnus-xmas-article-describe-bindings.
7440         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7442 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7444         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7445         Add new variables for article mark management.
7446         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7447         list of extra data entries which, when present, will indicate that the
7448         article ID should not be trimmed from the registry.
7449         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7450         functions.
7451         (gnus-registry-read-mark): New function to read a mark name from the
7452         user.
7453         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7454         (gnus-registry-set-article-mark-internal): New functions to add and
7455         remove marks.
7456         (gnus-registry-get-article-marks): New function to show the marks for
7457         an article, or retrieve them for further use.
7459 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7461         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7462         keys when no argument is given.
7464 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7466         * imap.el (imap-ping-server): New variable.
7467         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7468         (imap-ping-server): Minor doc string fixes.
7470 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7472         * imap.el (imap-ping-server): New function.
7473         (imap-opened): Call imap-ping-server.
7475 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7477         * gnus-sum.el (gnus-article-sort-by-random)
7478         (gnus-thread-sort-by-random): Fix doc strings.
7479         Reported by jidanni@jidanni.org.
7481 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7483         * gnus-art.el (gnus-article-describe-bindings): New function.
7484         (gnus-article-read-summary-keys): Use it.
7485         (gnus-article-mode-map): Bind `C-h b' to it.
7487 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7489         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7490         XEmacs.
7491         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7492         Protect against non-character events.
7494         * lpath.el: Fbind map-keymap for Emacs 21.
7496 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7498         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7499         New command.
7500         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7501         instead of END.  Change name of the temp file.
7502         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7503         customizable.
7505 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7507         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7508         bind `S W' to gnus-article-wide-reply-with-original; set default
7509         binding to gnus-article-read-summary-send-keys.
7510         (gnus-article-read-summary-keys): Fix the order of keys; display
7511         continuation keys correctly in the echo area; describe bindings
7512         correctly when keys end with `C-h'.
7513         (gnus-article-read-summary-send-keys): New function.
7514         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7515         Work for gnus-article-read-summary-send-keys; display continuation keys
7516         correctly in the echo area.
7517         (gnus-article-reply-with-original): Ignore prefix argument.
7518         (gnus-article-wide-reply-with-original): New function.
7520         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7521         Emacs 21.
7523 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7525         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7526         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7528 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7530         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7531         (gnus-group-read-ephemeral-gmane-group): New command.
7533 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7535         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7537 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7539         * message.el (message-send-mail-function): Increase custom version.
7541         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7542         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7544 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7546         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7547         for the cases where imap-authenticate is called with a nil buffer
7548         parameter.
7550 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7552         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7553         html parts correctly; support forwarded messages.
7554         (gnus-article-browse-html-article): Remove work buffers.
7556         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7557         compiling.
7558         (netrc-bound-and-true-p): New macro.
7559         (netrc-parse): Use it instead of bound-and-true-p that is not available
7560         in XEmacs 21.4.
7562 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7564         * gnus-registry.el (gnus-registry-mark-article)
7565         (gnus-registry-article-marks): Add functionality to mark articles
7566         through the Gnus registry.
7568         * encrypt.el: Clarify documentation for the new pgg method.
7569         (encrypt-file-alist): Add PGG option.
7570         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7571         functionality.  Abstract password key and messaging to external
7572         functions.
7573         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7574         (encrypt-message-method-and-cipher): Add new convenience external
7575         functions.
7576         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7577         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7579         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7580         (netrc-parse): Use encrypt-file-alist to determine if
7581         encrypt-find-model or encrypt-insert-file-contents should be used.
7583         * encrypt.el: Clarify documentation.  Load password-cache or
7584         password, whichever one is found first, instead of autoloading.
7586 2007-12-19  Glenn Morris  <rgm@gnu.org>
7588         * mml.el (message-options-set, message-narrow-to-head)
7589         (message-in-body-p, message-mail-p, message-encode-message-body):
7590         Autoload.
7591         (message-remove-header, message-narrow-to-headers-or-head)
7592         (message-subscribed-p, message-make-mail-followup-to)
7593         (message-position-on-field, message-news-p)
7594         (message-options-set-recipient, message-generate-headers)
7595         (message-sort-headers): Declare as functions.
7597 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7599         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7600         convention in doc string.
7602 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7604         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7605         title to html parts.
7606         (gnus-article-browse-html-article): Pass message header to it.
7608         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7610 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7612         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7613         or password compatible with XEmacs.
7615 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7617         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7618         format document.
7619         (gnus-mime-delete-part): Don't write description line if empty.
7620         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7622 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
7624         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7625         (gnus-summary-mark-read-and-unread-as-read)
7626         (gnus-summary-mark-current-read-and-unread-as-read)
7627         (gnus-summary-mark-unread-as-ticked): Doc fix.
7628         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7630 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7632         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7633         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7635 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7637         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7638         yes-or-no-p.
7640 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7642         * mm-decode.el (mm-add-meta-html-tag): New function.
7643         (mm-save-part-to-file, mm-pipe-part): Use it.
7645         * gnus-art.el (gnus-article-browse-delete-temp-files):
7646         Use gnus-y-or-n-p instead of y-or-n-p.
7647         (gnus-article-browse-html-parts): Work with message/external-body; use
7648         mm-add-meta-html-tag.
7650 2007-12-11  Glenn Morris  <rgm@gnu.org>
7652         * gnus-cache.el: Require gnus-sum not just when compiling.
7654         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7656         * gnus-int.el (gnus-server-opened, gnus-status-message):
7657         Move definitions before use.
7659         * mm-decode.el: Require gnus-util.
7660         (mm-remove-part): Only call delete-annotation on XEmacs.
7662         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7664         * nnmail.el: Require gnus-int.
7666         * spam.el: Move `require's before `eval-when-compile's.
7668         * gnus-ems.el (gnus-alive-p):
7669         * gnus-fun.el (message-goto-eoh):
7670         * gnus-util.el (gnus-group-name-decode):
7671         * mail-source.el (gnus-compress-sequence):
7672         * message.el (Info-goto-node, format-spec):
7673         * mm-bodies.el (message-options-get):
7674         * mm-decode.el (mm-view-pkcs7):
7675         * mm-util.el (gmm-write-region):
7676         * mml-smime.el (mml-compute-boundary)
7677         (gnus-completing-read-with-default):
7678         * mml.el (widget-button-press, gnus-make-hashtable):
7679         * mml1991.el (mm-decode-content-transfer-encoding)
7680         (mm-encode-content-transfer-encoding)
7681         (message-options-get, message-options-set):
7682         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7683         * nnfolder.el (gnus-request-group):
7684         * nnheader.el (ietf-drums-unfold-fws):
7685         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7686         * smime.el (gnus-run-mode-hooks):
7687         * spam-stat.el (gnus-message): Autoload.
7689         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7690         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7691         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7692         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7693         Add declare-function compatibility definition.
7695         * gnus-cache.el (nnvirtual-find-group-art):
7696         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7697         (gnus-add-image, gnus-add-wash-type):
7698         * gnus-group.el (nnkiboze-score-file):
7699         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7700         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7701         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7702         (message-tokenize-header, gnus-get-buffer-create)
7703         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7704         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7705         * gnus.el (gnus-group-decoded-name):
7706         * mail-source.el (imap-capability):
7707         * mm-bodies.el (message-options-set):
7708         * mm-decode.el (gnus-configure-windows):
7709         * mm-extern.el (message-goto-body):
7710         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7711         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7712         (epg-sub-key-validity, message-options-set):
7713         * mml.el (widget-event-point, gnus-configure-windows):
7714         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7715         * mml2015.el (epg-check-configuration, epg-configuration)
7716         (message-options-set):
7717         * nndb.el (nndb-request-article):
7718         * nnfolder.el (gnus-request-create-group):
7719         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7720         * nnmaildir.el (gnus-group-mark-article-read):
7721         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7722         * rfc1843.el (message-fetch-field):
7723         * spam.el (gnus-extract-address-components):
7724         Declare as functions.
7726 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7728         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7730         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7732         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7733         bind show-trailing-whitespace for XEmacs.
7735 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7737         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7738         new no-op macro for backward compatibility.
7740         * imap.el (imap-string-to-integer): New function.
7742 2007-12-09  Glenn Morris  <rgm@gnu.org>
7744         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7746         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7747         * message.el, mm-view.el, sieve-manage.el, smime.el:
7748         Add declare-function compatibility definition.
7750         * gnus-art.el (w3-region, w3m-region, Info-menu):
7751         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7752         * gnus-sum.el (gnus-get-predicate):
7753         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7754         * message.el (mail-abbrev-in-expansion-header-p):
7755         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7756         (w3m-detect-meta-charset, w3m-region):
7757         * sieve-manage.el (password-read, password-cache-add)
7758         (password-cache-remove):
7759         * smime.el (password-read-and-add): Declare as functions.
7761 2007-12-08  David Kastrup  <dak@gnu.org>
7763         * gnus-sum.el (gnus-summary-simplify-subject-query):
7764         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7765         `message'.
7767 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7769         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7770         it to bind idna-program, installation-directory, defined-colors, and
7771         face-attribute for XEmacs of the version that compiles defcustom forms.
7773 2007-12-07  Glenn Morris  <rgm@gnu.org>
7775         * gnus-art.el (article-make-date-line): Revert previous change.
7777 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7779         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7781 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7783         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7784         Call gnus-add-to-range ranges only once with a prepared article-list.
7786 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7788         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7789         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7790         group names with backslashes.
7791         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7793 2007-12-06  Deepak Goel  <deego3@gmail.com>
7795         * gnus-art.el (article-make-date-line):
7796         * gnus-start.el (gnus-load):
7797         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7799 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7801         * gnus-art.el (gnus-use-idna)
7802         * gnus-start.el (gnus-site-init-file)
7803         * message.el (message-use-idna)
7804         * mm-uu.el (mm-uu-hide-markers)
7805         * smiley.el (smiley-style): Revert changes that suppress warnings.
7807 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7809         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7810         specify charset to html source.
7811         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7813 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7815         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7816         idna-program in order to suppress byte compile warning issued by XEmacs
7817         that came to byte compile the default value section of defcustom forms
7818         recently.
7820         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7821         value of installation-directory.
7823         * message.el (message-use-idna): Don't directly refer to the value of
7824         idna-program.
7826         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7828         * smiley.el (smiley-style): Don't directly call face-attribute.
7830 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7832         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7834         * gnus-dired.el: Reduce Gnus dependencies.
7835         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7836         Don't require.  Use autoloads instead.
7837         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7838         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7839         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7840         (gnus-dired-mode): Adjust doc string.
7841         (gnus-dired-mail-mode): New variable.
7842         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7843         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7844         (gnus-dired-mail-buffers): New function.  Return mail or message
7845         composition buffers.
7846         (gnus-dired-attach): Use it.
7847         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7848         NO-DECODE.
7849         (gnus-dired-print): Use `gnus-print-buffer' depending on
7850         `gnus-dired-mail-mode'.
7852 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7854         * rfc2047.el (rfc2047-encoded-word-regexp)
7855         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7856         explaining what regexp patterns are for.
7858 2007-12-04  Glenn Morris  <rgm@gnu.org>
7860         * password.el: Move to password-cache.el.
7862         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7863         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7864         * mml-smime.el (password-read, password-cache-add)
7865         (password-cache-remove):
7866         No need to autoload, since mml-sec requires password.
7868         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7869         * message.el (gnus-extract-address-components):
7870         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7872         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7873         password.
7875 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7877         * mailcap.el: Reduce dependencies.
7878         (mail-header-parse-content-type): Autoload.
7879         (mailcap-delete-duplicates): New alias.
7880         (mailcap-mime-info): Add optional argument NO-DECODE.
7881         (mailcap-mime-types): Use mailcap-delete-duplicates.
7883         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7885 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7887         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7888         (imap-parse-status): Upcase status-att for servers that sends them
7889         lower-case (e.g., MS Exchange 2007).
7891 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7893         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7894         function.
7896         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7897         (gnus-uu-yenc-article): New function.
7899         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7901         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7903 2007-12-02  Glenn Morris  <rgm@gnu.org>
7905         * binhex.el (binhex): New custom group.
7906         (binhex-decoder-program, binhex-decoder-switches)
7907         (binhex-use-external): Move to the binhex custom group.
7909         * uudecode.el (uudecode): New custom group.
7910         (uudecode-decoder-program, uudecode-decoder-switches)
7911         (uudecode-use-external): Move to the uudecode custom group.
7913         * netrc.el (top-level): Don't load `encrypt' features.
7914         (netrc-parse): Don't use encrypt.
7915         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7917         * encrypt.el: Remove file.
7919 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7921         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7922         matches on patches.
7924         * gnus-art.el (gnus-article-browse-html-article):
7925         Mention `mm-text-html-renderer' in the doc string.
7927         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7928         string.  Add comments.
7930         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7931         if rhs is ASCII.
7933 2007-12-01  Glenn Morris  <rgm@gnu.org>
7935         * mail-source.el (top-level): Require format-spec before
7936         eval-when-compile.
7938 2007-11-30  Glenn Morris  <rgm@gnu.org>
7940         * encrypt.el: Require password, rather than autoloading password-read.
7942 2007-11-29  Glenn Morris  <rgm@gnu.org>
7944         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7945         (sasl-make-client, sasl-next-step, sasl-step-data)
7946         (sasl-step-set-data): Declare as functions.
7948 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7950         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7952 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7954         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7955         certs should be verified and what is to be done in the event of a
7956         verification failure.
7958         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7959         caller can indicate whether the cache should be disregarded for this
7960         call.  This way the result of the call is reproducible at all times and
7961         can be considered a canonical server name for the supplied method.
7962         (gnus-agent-method-p): Canonicalize server names by pushing their
7963         method through `gnus-method-to-server' using the no-cache argument.
7965         * gnus-srvr.el (gnus-server-insert-server-line):
7966         Call `gnus-method-to-server' with `no-cache' argument.
7968         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7969         gnus-agent-possibly-synchronize-flags as this should be called when the
7970         server is actually being opened.
7971         (gnus-agent-possibly-synchronize-flags)
7972         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7973         flags file of an agentized server to the latter function.
7975         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7976         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7977         after a connection has been established successfully.
7979 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7981         * gnus-art.el (article-display-face): Force to display face if called
7982         interactively; check if gnus-article-x-face-too-ugly matches author.
7983         (article-display-x-face): Display face even if From header is missing
7984         as article-display-face does.
7986 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7988         * hashcash.el (message-narrow-to-headers-or-head)
7989         (message-fetch-field, message-goto-eoh)
7990         (message-narrow-to-headers): Declare as functions.
7992 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7994         * mail-source.el (mail-sources): Default to fetch from file for
7995         compatibility with default of nnmail-spool-file.
7997 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7999         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8000         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8001         to look for encoded word that should be encoded again.
8002         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8003         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8004         encoding pattern.
8005         (rfc2047-decode-region): Switch strict regexp and loose one according
8006         to rfc2047-allow-irregular-q-encoded-words.
8008 2007-11-25  Romain Francoise  <romain@orebokech.com>
8010         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8012 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8014         * tls.el (tls-program): Provide more custom choices from
8015         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8016         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8018 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8020         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8021         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8023         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8024         `nnmail-spool-file'.
8026         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8027         `nnmail-spool-file'.
8029         * gnus-move.el (gnus-change-server): Ditto.
8031         * gnus-kill.el (gnus-batch-score): Ditto.
8033         * gnus-cache.el (gnus-jog-cache): Ditto.
8035         * gnus-msg.el (gnus-summary-reply):
8036         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8038 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8040         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8041         version.  Minor improvement to doc strings.
8042         (tls-program): Add comment.
8044 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8046         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8047         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8048         mismatch between the hostname provided in the certificate and the name
8049         of the host connnecting to.
8050         (open-tls-stream): Use them.  Check certificates against trusted root
8051         certificates.
8053 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8055         * gnus-cache.el (gnus-cache-generate-nov-databases):
8056         Use nnml-generate-nov-databases-directory instead of
8057         nnml-generate-nov-databases-1.
8059 2007-11-24  Glenn Morris  <rgm@gnu.org>
8061         * message.el (message-tool-bar-retro): Update for rename
8062         mail_send.xpm->mail-send.xpm.
8064 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8066         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8067         `smime-ldap-search' for Emacs 22 and up.
8069 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8071         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8073         * message.el (message-send-mail-function): Fix error convention.
8074         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8075         (message-widen-reply, message-send-mail, message-talkative-question)
8076         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8077         (message-clone-locals, message-send-news): Use with-current-buffer.
8078         (message-insert-or-toggle-importance): Remove unused var `valid'.
8079         (message-make-references): Remove unused var `new-references'.
8080         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8082 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8084         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8085         (spam-split-symbolic-return-positive): Reflow docstring.
8086         (spam-backends, spam-summary-exit-behavior)
8087         (spam-mark-ham-unread-before-move-from-spam-group)
8088         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8089         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8090         (spam-clear-cache, spam-backend-check, spam-install-backend)
8091         (spam-install-statistical-backend, spam-list-of-processors)
8092         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8093         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8094         (spam-check-crm114, spam-initialize, spam-unload-hook):
8095         Fix typos in docstrings.
8097 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8099         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8100         been checked if they have never been read and those group levels are
8101         higher than the one that a user specified.
8103 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8105         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8106         foreign groups unless a group level is specified by a user.
8107         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8109 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8111         * message.el (message-send-mail-function): Require sendmail.
8113 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8115         * message.el (message-send-mail-function): Check for smtpmail too.
8117         * utf7.el (utf7-encode, utf7-decode): Use coding system
8118         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8120         * message.el (message-send-mail-function): New function.
8121         (message-send-mail-function): Set default using
8122         message-send-mail-function.  Adjust doc string.
8123         (message-send-mail-with-mailclient): New function.
8125 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8127         * smime.el (from):
8128         * rfc2047.el (message-posting-charset):
8129         * qp.el (mm-use-ultra-safe-encoding):
8130         * pop3.el (parse-time-months):
8131         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8132         * nnml.el (files):
8133         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8134         (jka-compr-compression-info-list, ange-ftp-path-format)
8135         (efs-path-regexp):
8136         * nndiary.el (files):
8137         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8138         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8139         (epg-digest-algorithm-alist, inhibit-redisplay)
8140         (password-cache-expiry):
8141         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8142         (pgg-output-buffer, password-cache-expiry):
8143         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8144         (efs-path-regexp):
8145         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8146         (inhibit-redisplay):
8147         * mm-uu.el (file-name, start-point, end-point, entry)
8148         (gnus-newsgroup-name, gnus-newsgroup-charset):
8149         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8150         (latin-unity-ucs-list):
8151         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8152         (mm-uu-binhex-decode-function):
8153         * message.el (gnus-message-group-art, gnus-list-identifiers)
8154         (rmail-enable-mime-composing, gnus-local-organization)
8155         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8156         (gnus-read-active-file, facemenu-add-face-function)
8157         (facemenu-remove-face-function, gnus-article-decoded-p)
8158         (tool-bar-mode):
8159         * mail-source.el (display-time-mail-function):
8160         * gnus-util.el (nnmail-pathname-coding-system)
8161         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8162         (gnus-original-article-buffer, gnus-user-agent)
8163         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8164         (xemacs-codename, sxemacs-codename, emacs-program-version):
8165         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8166         * gnus-start.el (gnus-agent-covered-methods)
8167         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8168         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8169         (gnus-newsgroup-headers, gnus-group-list-mode)
8170         (gnus-group-mark-positions, gnus-newsgroup-data)
8171         (gnus-newsgroup-unreads, nnoo-state-alist)
8172         (gnus-current-select-method, mail-sources)
8173         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8174         (nnmail-spool-file, gnus-cache-active-hashtb):
8175         * gnus-mh.el (mh-lib-progs):
8176         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8177         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8178         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8179         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8180         (gnus-group-buffer):
8181         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8182         (font-lock-set-defaults):
8183         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8184         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8185         (gnus-summary-post-menu, total-parts, type, condition, length):
8186         * gnus-agent.el (gnus-agent-read-agentview):
8187         * flow-fill.el (show-trailing-whitespace):
8188         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8189         eval-and-compile wrappers for byte compiler pacifiers.
8191         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8192         (mm-display-inline-fontify): Check for featurep 'xemacs not
8193         extent-list.
8195         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8196         itimer-list.
8197         (mm-create-image-xemacs): Only do something for XEmacs.
8198         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8200         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8202         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8203         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8205 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8207         * nnimap.el (nnimap-split-download-body):
8208         * gnus-demon.el (gnus-demon):
8209         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8211 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8213         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8214         New macros.
8215         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8216         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8217         copy data from unibyte buffer to multibyte current buffer.
8218         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8219         to copy data from unibyte current buffer to multibyte buffer.
8220         (nntp-make-process-buffer): Make process buffer unibyte.
8222         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8224 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8226         * pop3.el (pop3-open-server): Accept and process data more robustly at
8227         connexion start to avoid spurious "POP SSL connexion failed" errors.
8229 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8231         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8232         read group names.
8234 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8236         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8238 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8240         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8241         (nnmail-save-active): Use a unibyte buffer when saving active file,
8242         which may contain non-ASCII group names.
8244         * nnml.el (nnml-request-group): Decode group names in messages.
8246 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8248         * message.el (message-citation-line-function)
8249         (message-insert-formatted-citation-line): Fix spelling of
8250         `message-insert-formated-citation-line'.
8252 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8254         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8256 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8258         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8259         nnmail-pathname-coding-system.
8261         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8262         that a user enters; decode group names in messages.
8264         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8266 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8268         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8270         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8272         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8273         risky local variable.
8275         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8277 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8279         * encrypt.el: Improve documentation to fix function name typo.
8280         Reported by Daiki Ueno <ueno@unixuser.org>.
8282 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8284         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8285         even if the point is not in the last page of an article.
8286         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8287         back to the previous page.
8289 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8291         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8293 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8295         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8297 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8299         * message.el (message-check-news-body-syntax):
8300         Avoid mm-string-as-multibyte.
8301         (message-hide-headers): Don't assume (point-min)==1.
8303 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8305         * message.el (message-remove-blank-cited-lines): Fix if remove is
8306         given.
8307         (message-bogus-address-regexp): New variable.
8308         (message-bogus-recipient-p): New function.
8309         (message-check-recipients): New command.
8310         (message-syntax-checks): Add `bogus-recipient'.
8311         (message-fix-before-sending): Add `bogus-recipient'.
8313         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8314         (gnus-treat-body-boundary): Don't test window-system.
8316 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8318         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8320 2007-10-28  Miles Bader  <miles@gnu.org>
8322         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8323         at compile-time too.
8325 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8327         * gnus-msg.el (gnus-message-setup-hook):
8328         Add `message-remove-blank-cited-lines' to options.
8330 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8332         * message.el (message-remove-blank-cited-lines): New function.
8333         Suggested by Karl Plästerer.
8335 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8337         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8338         mapc.
8340         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8341         (top-level): Use mapc to set functions to be traced for debugging.
8343         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8344         called for effect with while loop.
8346         * message.el (message-talkative-question): Replace mapcar called for
8347         effect with mapc.
8349         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8350         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8351         called for effect with dolist.
8353         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8355         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8356         gnus-extra-headers and nnmail-extra-headers.
8358         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8359         called for effect with dolist.
8360         (top-level): Use mapc to set functions to be traced for debugging.
8362         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8363         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8364         dolist.
8366         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8367         Replace mapcar called for effect with mapc.
8368         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8369         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8370         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8371         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8373         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8374         remove-if that's a cl function.
8376         * webmail.el (webmail-debug): Replace mapcar called for effect with
8377         dolist.
8379         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8380         with mapc.
8382 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8384         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8385         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8386         with while loop.
8388         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8389         functions from article-* functions.
8390         (gnus-multi-decode-header): Replace mapcar called for effect with
8391         dolist.
8393         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8394         (gnus-bookmark-show-details): Replace mapcar called for effect with
8395         while loop.
8397         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8398         called for effect with while loop.
8400         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8401         with dolist.
8403         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8404         Replace mapcar called for effect with dolist.
8406         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8408         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8409         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8410         Replace mapcar called for effect with dolist.
8411         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8412         mapc.
8414         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8415         Replace mapcar called for effect with dolist.
8416         (gnus-topic-list): Replace mapcar called for effect with mapc.
8418         * gnus.el: Use mapc instead of mapcar to add autoloads.
8420 2007-10-23  Richard Stallman  <rms@gnu.org>
8422         * gnus-group.el (gnus-group-highlight): Mark as risky.
8424 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8426         * gnus.el (gnus-server-to-method): Return method found first in
8427         gnus-newsrc-alist.
8429         * gnus-art.el (gnus-article-highlight-signature)
8430         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8431         button overlay without the front stickiness.
8433 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8435         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8436         overview buffer needed a catch to receive its throw.
8437         (gnus-agent-flush-cache): Declare as interactive to make this function
8438         easier to use.
8440 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8442         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8443         `next-line'.
8445 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8447         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8448         exclude address matching message-dont-reply-to-names.
8450 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8452         * gnus-util.el (gnus-string<): New function.
8454         * gnus-sum.el (gnus-article-sort-by-author)
8455         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8457 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8459         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8460         the frame-focus tag is set in gnus-buffer-configuration.
8462 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8464         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8465         the front stickiness.
8467 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8469         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8470         url pattern; remove duplicate one.
8471         (gnus-article-extend-url-button): New function.
8472         (gnus-article-add-buttons): Use it.
8473         (gnus-button-push): Use concatenated url that it makes.
8475 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8477         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8479 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8481         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8482         Don't hardcode point-min==1.
8484 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8486         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8487         Fix comment about "iso8859-1".
8489 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8491         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8492         ones returned from the verify-function.
8494         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8495         Call mml2015-extract-cleartext-signature if extraction failed.
8497 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8499         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8500         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8501         failed.
8503 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8505         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8507 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8509         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8510         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8511         recommends to use EasyPG instead of PGG.
8513         * pgg.el: Revert to revision 6.23.2.16.
8515         * pgg-def.el: Revert to revision 6.6.2.14.
8517         * pgg-gpg.el: Revert to revision 6.23.2.34.
8519 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8521         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8522         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8523         thread for both the null and zero (kill/expire thread) universal prefix
8524         cases.
8525         (gnus-summary-expire-thread): Add new function to expire a thread,
8526         using gnus-summary-kill-thread.
8527         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8528         shortcuts for gnus-summary-expire-thread.
8529         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8530         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8532 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8534         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8535         extras value, so an extras entry can be deleted.
8536         (gnus-registry-delete-extra-entry): Use it.
8537         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8538         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8539         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8540         storage through the gnus-registry, and provide an appropriate API for
8541         it.
8543 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8545         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8546         Suggested by Leo <sdl.web@gmail.com>.
8548         * gnus.el: Do.
8550 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8552         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8553         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8555         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8557         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8558         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8560 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8562         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8563         newline.
8564         (nnmbox-request-accept-article): Don't change article in source buffer;
8565         narrow to header to use message-fetch-field rather than
8566         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8567         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8568         as delimiters; make sure article ends with newline.
8569         (nnmbox-delete-mail): Correct last position of article to be deleted;
8570         ignore X-Gnus-Newsgroup header in article body.
8571         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8572         positions; make sure article ends with newline.
8574         * message.el (message-display-abbrev): Don't infloop when a user
8575         inserts SPC in the beginning of header.
8577         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8578         coding-system-for-read and coding-system-for-write for XEmacs having no
8579         file-coding feature.
8581         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8583 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8585         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8586         list of groups not followed by default.  Fix type to be regexp.
8587         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8589 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8591         * hmac-def.el (define-hmac-function): Switch from old-style to
8592         new-style backquotes.
8594         * md4.el (md4-make-step): Likewise.
8596 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8598         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8599         raw-text coding system when saving .newsrc file, which may contain
8600         non-ASCII group names.
8602 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8604         * gnus-cus.el (gnus-score-extra): New widget.
8605         (gnus-score-extra-convert): New function.
8606         (gnus-score-customize): Use it for Extra.
8608 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8610         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8611         (mml2015-mailcrypt-clear-verify): Use it.
8612         (mml2015-gpg-clear-verify): Use it.
8613         (mml2015-pgg-clear-verify): Use it.
8614         (mml2015-epg-clear-verify): Replace the current part with the output
8615         from GnuPG; don't extract the plaintext by itself.
8617         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8618         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8619         mml2015-clear-verify-function; don't touch the armor headers or
8620         dash-escaped text here.
8622 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8624         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8625         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8626         parts, or application/octet-stream as a last resort.
8627         (gnus-mime-view-part-as-type): Don't toggle display.
8628         (gnus-mime-view-part-as-charset): Don't turn off display before
8629         querying charset.
8631         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8632         stuff to undisplayer function in Emacs.
8633         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8635         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8636         text/calendar parts.
8638 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8640         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8641         decoding text/calendar parts.
8643         * message.el (message-forward-make-body-mime): Always mark body as
8644         having no illegible text; remove signed-or-encrypted argument.
8645         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8647         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8648         (mml-generate-mime-1): Don't encode body if it is specified to be in
8649         raw form; don't make buffer be unibyte when inserting multibyte string.
8651 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8653         * sha1.el: Fix up comment style.
8654         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8655         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8657         * hex-util.el: Fix up comment style.
8658         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8660         * gnus-salt.el: Use with-current-buffer.
8661         (gnus-pick-setup-message): Fix long-standing typo.
8663 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8665         * imap.el (imap-logout-timeout): New variable.
8666         (imap-logout, imap-logout-wait): New functions.
8667         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8669         * nnimap.el (nnimap-logout-timeout): New server variable.
8670         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8671         nnimap-logout-timeout.
8673         * gnus-art.el (gnus-article-summary-command-nosave)
8674         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8676 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8678         * gnus.el (gnus-maximum-newsgroup): New variable.
8680         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8681         according to gnus-maximum-newsgroup.
8683         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8684         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8685         Limit the range of articles according to gnus-maximum-newsgroup.
8687 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8689         * gnus-art.el (gnus-sticky-article): Fix problems described in
8690         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8691         Don't perform gnus-configure-windows here; reuse existing sticky
8692         article buffer.
8694         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8695         it doesn't exist in gnus-article-mode.
8697 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8699         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8700         (gnus-agent-decoded-group-name): New function.
8701         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8702         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8704 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8706         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8707         Add binding for gnus-sticky-article.
8708         (gnus-summary-exit): Don't kill sticky article buffers.
8710         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8711         article buffer.
8712         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8713         (gnus-kill-sticky-article-buffers): New commands.
8715 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8717         * nntp.el (nntp-xref-number-is-evil): New server variable.
8718         (nntp-find-group-and-number): If it is non-nil, don't trust article
8719         numbers in the Xref header.
8721 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8723         * gnus-agent.el (gnus-agent-read-group): New function.
8724         (gnus-agent-flush-group, gnus-agent-expire-group)
8725         (gnus-agent-regenerate-group): Use it.
8726         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8727         nnmail-pathname-coding-system.
8729 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8731         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8733         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8734         that are unread as unread, and also as selected so that information of
8735         marks having been changed by a user may be updated when exiting group.
8737 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8739         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8741 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8743         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8744         calculated ignoring signature parts to gnus-treat-article.
8746 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8748         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8749         a point here in order to keep the window start.
8750         (gnus-insert-mime-security-button): Make a button overlay without the
8751         front stickiness.
8752         (gnus-mime-display-security): Goto the end of a button.
8754         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8756 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8758         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8759         group-name-at-point.
8760         (gnus-group-completing-read): New function that offers decoded
8761         non-ASCII group names for completion.
8762         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8763         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8764         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8765         (gnus-group-fetch-control): Use it.
8766         (gnus-fetch-group): Use group-name-at-point for the initial value
8767         rather than the default value; use gnus-alive-p.
8769         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8770         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8771         (gnus-summary-post-news): Use gnus-group-completing-read.
8773         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8774         (gnus-read-move-group-name): Decode group name for completion.
8776 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8778         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8779         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8780         Yamaoka slightly modified the code).
8782 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8784         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8785         (nnmail-split-incoming): Bind it.
8787         * nnml.el (nnml-group-name-charset): New function.
8788         (nnml-decoded-group-name): Use it; don't decode group name if
8789         nnmail-group-names-not-encoded-p is non-nil.
8790         (nnml-encoded-group-name): New function.
8791         (nnml-group-pathname): Inline nnml-decoded-group-name.
8792         (nnml-request-expire-articles): Decode group name in message.
8793         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8794         nnmail-pathname-coding-system.
8795         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8796         not decoded ones according to nnmail-group-names-not-encoded-p.
8797         (nnml-generate-active-info): Use nnml-encoded-group-name.
8799 2007-08-08  Glenn Morris  <rgm@gnu.org>
8801         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8802         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8803         doc-strings and comments.
8805 2007-07-25  Glenn Morris  <rgm@gnu.org>
8807         * Relicense all FSF files to GPLv3 or later.
8809 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8811         * gnus-sum.el (gnus-summary-move-article):
8812         Make gnus-summary-respool-article work.
8814 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8816         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8817         string.
8819 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8821         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8822         that should be ignored when comparing distant RSS articles with local
8823         ones.
8824         (nnrss-make-hash-index): New function.  Create a hash index according
8825         to the ignored fields.
8826         (nnrss-check-group): Use it.
8828 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8830         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8832         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8834         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8835         the new optional argument ENCODED is non-nil.
8836         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8837         coding system for encoding group name.
8838         (gnus-group-make-rss-group): Pass un-encoded group name to
8839         gnus-group-make-group.
8840         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8841         encoded.
8843         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8844         Encode group name to which articles are moved or copied.
8845         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8846         coding system for encoding Newsgroup, Followup-To and Xref headers.
8848         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8849         marks; use nnheader-file-coding-system to write a file.
8850         (nnagent-retrieve-headers): Bind file-name-coding-system to
8851         nnmail-pathname-coding-system.
8853         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8855         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8856         (nnml-request-article, nnml-request-create-group)
8857         (nnml-request-rename-group, nnml-find-id)
8858         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8859         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8860         (nnml-save-marks): Use nnml-group-pathname instead of
8861         nnmail-group-pathname.
8863         (nnml-request-create-group, nnml-request-expire-articles)
8864         (nnml-request-move-article, nnml-request-delete-group)
8865         (nnml-deletable-article-p, nnml-possibly-create-directory)
8866         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8867         (nnml-open-marks): Bind file-name-coding-system to
8868         nnmail-pathname-coding-system.
8870         (nnml-request-article): Pass server argument to nnml-find-group-number.
8871         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8872         Pass server argument to nnml-possibly-create-directory.
8873         (nnml-request-accept-article): Pass server argument to
8874         nnml-active-number and nnml-save-mail.
8875         (nnml-find-group-number): Pass server argument to nnml-find-id.
8876         (nnml-request-update-info): Pass server argument to
8877         nnml-marks-changed-p.
8879         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8880         (nnml-save-mail, nnml-active-number): Add server argument.
8882         (nnml-request-delete-group): Warn if group is missing.
8883         (nnml-get-nov-buffer): Decode group name.
8884         (nnml-generate-active-info): Encode group name.
8885         (nnml-open-marks): Decode group name in messages.
8887 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8889         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8890         if it is not specified.
8891         (gnus-article-pipe-part, gnus-article-save-part)
8892         (gnus-article-interactively-view-part, gnus-article-copy-part)
8893         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8894         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8895         (gnus-article-replace-part, gnus-article-delete-part)
8896         (gnus-article-view-part-as-type): Pass raw prefix argument to
8897         gnus-article-part-wrapper.
8899 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8901         * gnus-agent.el (gnus-agent-save-active):
8902         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8904         * gnus-cache.el (gnus-cache-save-buffers)
8905         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8906         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8907         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8908         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8909         (gnus-cache-generate-active, gnus-cache-rename-group)
8910         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8911         (gnus-cache-update-overview-total-fetched-for):
8912         Bind file-name-coding-system to nnmail-pathname-coding-system.
8913         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8914         New variables.
8915         (gnus-cache-decoded-group-name): New function.
8916         (gnus-cache-file-name): Use it.
8917         (gnus-cache-generate-active): Use non-decoded group name for active.
8919         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8920         right place.
8921         (gnus-write-active-file): Don't break non-ASCII group names.
8923         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8924         nnmail-pathname-coding-system.
8926         * lpath.el: Bind default-file-name-coding-system,
8927         file-name-coding-system and language-info-alist for XEmacs.
8929         * gnus-uu.el (gnus-uu-decode-save): Typo.
8931 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8933         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8935 2007-07-14  David Kastrup  <dak@gnu.org>
8937         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8938         finishing actions if we did not edit the article.
8940 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8942         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8943         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8944         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8945         (gnus-agent-flush-group, gnus-agent-flush-cache)
8946         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8947         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8948         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8949         (gnus-agent-regenerate-group)
8950         (gnus-agent-update-files-total-fetched-for)
8951         (gnus-agent-update-view-total-fetched-for):
8952         Bind file-name-coding-system to nnmail-pathname-coding-system.
8953         (gnus-agent-group-pathname): Don't encode file names by
8954         nnmail-pathname-coding-system.
8955         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8956         coding-system-for-write instead of buffer-file-coding-system to
8957         gnus-agent-file-coding-system.
8959         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8960         Decode group name.
8962         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8964         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8965         (gnus-read-newsrc-el-file): Make group names unibyte.
8967         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8968         nnmail-pathname-coding-system.
8970         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8971         (nnrss-request-delete-group): Bind file-name-coding-system to
8972         nnmail-pathname-coding-system.
8973         (nnrss-read-server-data, nnrss-read-group-data):
8974         Bind file-name-coding-system correctly.
8975         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8977         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8978         (nntp-server-to-method-cache): New variable.
8979         (nntp-group-pathname): New function that decodes non-ASCII group names.
8980         (nntp-possibly-create-directory, nntp-marks-changed-p)
8981         (nntp-save-marks, nntp-open-marks): Use it.
8982         (nntp-possibly-create-directory, nntp-open-marks):
8983         Bind file-name-coding-system to nnmail-pathname-coding-system.
8984         (nntp-open-marks): Decode group names when bootstrapping marks.
8986         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8987         Newsgroups and Folowup-To headers.
8989 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8991         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8992         (gnus-server-closed-face, gnus-server-denied-face)
8993         (gnus-server-offline-face): Remove variable.
8994         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8996         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8997         of modifying message-stack directly for XEmacs.
8999         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9000         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9001         if the coding-system argument is nil for XEmacs.
9003         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9004         mm-charset-override-alist.
9006         * rfc2047.el: Don't require base64; require rfc2045 for the function
9007         rfc2045-encode-string.
9008         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9009         to quote the parameter value.
9011 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9013         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9014         form in gnus-group-name-charset-method-alist.
9016         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9017         overrides the default layout edit-form.
9019         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9021         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9023 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9025         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9026         as unfetched articles.
9028 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9030         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9032 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9034         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9035         original back end that keeps marks in the local system.
9037 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9039         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9040         arg of pop-to-buffer for XEmacs.
9041         (gnus-article-read-summary-keys): Ditto; don't restore window
9042         configuration if summary command ends up with neither article buffer
9043         nor summary buffer; describe bindings if summary keys end with C-h.
9045 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9047         * message.el (message-fix-before-sending): Skip raw message part to be
9048         forwarded while checking illegible text.
9049         (message-forward-make-body-mime, message-forward-make-body):
9050         Mark signed or encrypted raw message as having no illegible text.
9052 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9054         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9055         (gnus-message-with-timestamp-1): New macro.
9056         (gnus-message-with-timestamp): New function.
9057         (gnus-message): Use them.
9059         * nnheader.el (nnheader-message): Use them.
9061 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9063         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9064         .newsrc.eld file.
9066 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9068         * gnus-agent.el (gnus-agent-fetch-headers)
9069         (gnus-agent-retrieve-headers):
9070         Bind gnus-decode-encoded-address-function to identity.
9072         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9073         available also when the server returns simply a dot.
9075         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9077 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9079         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9081 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9083         * gnus-ems.el (gnus-x-splash): Make it work.
9085         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9086         from being used.
9088         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9090 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9092         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9093         4th and the 5th arguments.
9095         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9096         the front stickiness.
9097         (gnus-article-summary-command-nosave): Correct the order of the
9098         arguments passed to pop-to-buffer.
9099         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9100         summary command ends up with the article buffer.
9102         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9103         the same faces.
9105 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9107         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9109 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9111         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9112         * gnus-sum.el (gnus-summary-highlight):
9113         * pgg.el (pgg-sign-region, pgg-sign):
9114         * mail-source.el (mail-source-delete-old-incoming-confirm):
9115         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9117 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9119         * gnus-art.el (gnus-mime-view-part-externally)
9120         (gnus-mime-view-part-internally): Fix predicate function passed to
9121         completing-read.
9123         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9125         * gnus.el (gnus-update-message-archive-method): Add :version.
9127 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9129         * gnus.el (gnus-update-message-archive-method): New variable.
9131         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9132         according to gnus-message-archive-method if
9133         gnus-update-message-archive-method is non-nil.
9135 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9137         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9138         Suggested by Loic Dachary <loic@dachary.org>.
9139         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9141 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9143         * message.el (message-pop-to-buffer): Add switch-function argument.
9144         (message-mail): Pass switch-function argument to it.
9146 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9148         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9149         Improve doc string.
9151 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9153         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9154         (gnus-header-content)
9155         * gnus-cite.el (gnus-cite-10)
9156         * gnus-srvr.el (gnus-server-closed)
9157         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9158         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9159         (gnus-group-mail-3-empty, gnus-group-mail-low)
9160         (gnus-group-mail-low-empty, gnus-splash)
9161         * message.el (message-header-to, message-header-cc)
9162         (message-header-subject, message-header-other, message-header-name)
9163         (message-header-xheader, message-separator, message-cited-text)
9164         (message-mml): Lighten colors of faces used for dark background.
9166 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9168         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9169         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9171 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9173         * message.el (message-narrow-to-headers-or-head):
9174         Ignore mail-header-separator in the body.
9176 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9178         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9179         same as window size.
9181 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9183         * message.el (message-font-lock-keywords): Use message-header-xheader
9184         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9185         ahead of the anything pattern, to get it recognised.
9187 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9189         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9190         spam.el loads uses it in the compiled defadvice form.
9192 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9194         * gnus-sum.el (gnus-articles-to-read)
9195         (gnus-summary-insert-old-articles): Don't truncate group name for
9196         `read-string'.
9198         * gnus-util.el (gnus-limit-string): Delete this function.
9200         * gnus-sum.el (gnus-simplify-subject-fully):
9201         Use `truncate-string-to-width' instead.
9203 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9205         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9206         Tell if, on summary exit, the next group has to be selected.
9207         (gnus-summary-exit): Use it.
9209 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9211         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9212         non-break space.
9214 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9216         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9217         Check if group is not a directory.
9218         (nnfolder-request-expire-articles): Don't delete articles if the target
9219         group is not available.
9221         * nnml.el (nnml-request-create-group): Properly check if group is not a
9222         file.
9223         (nnml-request-expire-articles): Don't delete articles if the target
9224         group is not available.
9226         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9227         Don't quote characters that are within parentheses.
9229 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9231         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9232         (gnus-handle-ephemeral-exit): Select article according to it.
9234 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9236         * message.el (message-insert-formated-citation-line): Remove newline.
9237         (message-citation-line-format): Add final \n here so that the user can
9238         avoid a blank line.
9240 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9242         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9243         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9244         Update lanl/arXiv support.
9246 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9248         * gnus.el: Bump version number.
9250 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9252         * gnus.el (gnus-version-number): Bump version.
9254 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9256         * gnus.el: No Gnus v0.6 is released.
9258 2007-04-27  Didier Verna  <didier@xemacs.org>
9260         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9261         * gmm-utils.el (gmm-regexp-concat): ... here.
9262         * message.el: Don't require 'gnus-util.
9263         (message-dont-reply-to-names): Handle name change above.
9264         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9266 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9268         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9269         since the initial value varies according to the system.
9271 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9273         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9275 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9277         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9279 2007-04-24  Didier Verna  <didier@xemacs.org>
9281         Improve the type of gnus-ignored-from-addresses.
9282         * gnus-util.el (gnus-orify-regexp): New function.
9283         * message.el (gnus-util): Require it.
9284         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9285         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9286         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9288 2007-04-24  Didier Verna  <didier@xemacs.org>
9290         * gnus-sum.el:
9291         * gnus-utils.el: Fix some trailing whitespaces.
9293 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9295         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9296         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9297         article's Message-ID; refer parent article in summary buffer.
9299         * message.el (message-bounce): Call mime-to-mml.
9301         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9302         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9303         optimize and/or forms properly.
9305 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9307         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9308         URL.
9310 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9312         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9314 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9316         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9317         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9318         displayed of multipart/alternative part if it is invoked from summary
9319         buffer.
9321         * mm-view.el (mm-inline-text-html-render-with-w3m)
9322         (mm-inline-text-html-render-with-w3m-standalone)
9323         (mm-inline-render-with-function): Use mail-parse-charset by default.
9325 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9327         * parse-time.el (parse-time-string-chars): Check if CHAR
9328         is less than the length of parse-time-syntax.
9330 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9332         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9333         from gnus-newsgroup-processable.
9335 2007-04-16  Didier Verna  <didier@xemacs.org>
9337         * gnus-msg.el (gnus-configure-posting-styles):
9338         Handle message-signature-directory properly with :file syntax.
9339         Reported by "Leo".
9341 2007-04-11  Didier Verna  <didier@xemacs.org>
9343         New user option: message-signature-directory.
9344         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9345         * message.el (message-insert-signature): Ditto.
9346         * message.el (message-signature-file): Doc update.
9347         * message.el (message-signature-directory): New.
9349 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9351         * gnus-msg.el (gnus-inews-yank-articles):
9352         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9354 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9356         * message.el (message-yank-original): Make sure cited text ends with
9357         newline; don't exchange point and mark.
9359 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9361         * tls.el (open-tls-stream): Properly handle case where there
9362         is no associated buffer.
9364 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9366         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9367         message-yank-original, make sure (< mark TEXT point).
9369 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9371         * message.el (message-fill-column): New variable.
9372         (message-mode): Use it.  Add comment on a possible new hook.
9374         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9375         (nnmail-get-new-mail): Reformat.
9377         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9379         * gmm-utils.el: Fix Commentary.
9380         (gmm-tool-bar-from-list): Fix typo in doc string.
9382 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9384         * message.el (message-yank-original): Don't switch point and mark
9385         unnecessarily to put point and mark as documented.
9387 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9389         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9390         from the message heads.
9392 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9394         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9395         article buffer does not have a window.  This may not be the best
9396         solution but is certainly better than setting the start of the null,
9397         that is the current, window.
9399 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9401         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9402         (gnus-draft-setup): Run it.
9404         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9405         gnus-score-fast-scoring.  Allow regexp.
9406         (gnus-score-headers): Use it.
9408         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9409         XEmacs.
9411         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9412         string.
9413         (gnus-button-alist): Also catch `<f1> k ...'.
9414         (gnus-treat-display-x-face): Fix doc string.
9416 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9418         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9419         evaluation of gnus-extended-version to ensure correct generation of the
9420         User-Agent header when message-generate-headers-first is used.
9422 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9424         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9425         hashcash-path is nil.  Don't call callback with incorrect number of
9426         parameters if val is 0.
9428 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9430         * message.el (message-required-news-headers):
9431         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9433 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9435         * tls.el (open-tls-stream): In handshake-waiting loop,
9436         don't wait more if there is output available to process.
9438 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9440         * tls.el (tls-program): Doc fix.
9442 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9444         * message.el (message-generate-new-buffers): Change the meaning of the
9445         nil value; add `standard' to the choices; treat t as `unique'; improve
9446         doc string.
9447         (gnus-select-frame-set-input-focus): Autoload.
9448         (message-buffer-name): Search for the existing message buffer if
9449         message-generate-new-buffers is nil or `standard'; treat the value t of
9450         message-generate-new-buffers as `unique'.
9451         (message-pop-to-buffer): Raise the frame already displaying the message
9452         buffer; clear the echo area after querying.
9453         (message-setup): Pass the `continue' argument to compose-mail.
9454         (message-mail): Prefer `switch-function' if it is given; search for the
9455         existing message buffer if the `continue' argument is non-nil; pass
9456         continue and switch-function arguments to compose-mail by way of
9457         message-setup.
9458         (message-mail-other-window): Adjust argument of message-setup.
9459         (message-mail-other-frame): Ditto.
9461 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9463         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9464         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9465         to turn font-lock on when turning gnus-message-citation-mode on.
9467 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9469         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9470         (mml-smime-function-alist): New variable; add epg as the backend.
9471         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9472         mml-smime- functions instead.
9473         * mm-view.el: Require smime.
9475 2007-03-05  Didier Verna  <didier@xemacs.org>
9477         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9478         instead of just inheritance for posting styles.
9479         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9481 2007-02-24  Chris Moore  <dooglus@gmail.com>
9483         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9484         * pgg-pgp.el (pgg-pgp-encrypt-region):
9485         * pgg-gpg.el (pgg-gpg-encrypt-region):
9486         Check pgg-encrypt-for-me if no other recipients.
9488 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9490         * tls.el (tls-certtool-program): Fix custom type.
9492 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9494         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9495         and point-at-eol instead of line-(beginning|end)-position.
9497         * assistant.el (assistant-parse-buffer): Ditto.
9499         * netrc.el (netrc-parse-services): Ditto.
9501 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9503         * mml2015.el (mml2015-epg-find-usable-key): New function.
9504         (mml2015-epg-sign): Use it.
9505         (mml2015-epg-encrypt): Use it.
9507 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9509         * message.el (message-make-in-reply-to): Quote name containing
9510         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9511         if there are special characters.  Reported by NAKAJI Hiroyuki
9512         <nakaji@jp.freebsd.org>.
9514 2007-02-27  Didier Verna  <didier@xemacs.org>
9516         Include the group parameters as well as the topic ones in the
9517         inheritance filter process.
9518         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9519         argument GROUP-PARAMS-LIST.
9520         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9522 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9524         * nntp.el (nntp-never-echoes-commands)
9525         (nntp-open-connection-functions-never-echo-commands): New variables.
9526         (nntp-send-command): Use them.
9528 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9530         * mml2015.el (mml2015-epg-verify): Simplify.
9532 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9534         * mml.el (mml-content-disposition-alist): New user option.
9535         (mml-content-disposition): New function.
9536         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9537         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9539 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9541         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9542         verification.
9544 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9546         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9547         articles posted in the last 24 hours.
9549 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9551         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9553 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9555         * nntp.el (nntp-send-command): Don't wait for echoes when
9556         nntp-open-ssl-stream is used.
9558 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9560         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9561         (gnus-message-add-citation-keywords)
9562         (gnus-message-remove-citation-keywords): Remove.
9563         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9564         directly, make the variables in font-lock-defaults buffer-local, add
9565         gnus-message-citation-keywords to them and then update the value of
9566         font-lock-keywords.
9568 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9570         * message.el (message-cite-original-1): Don't call
9571         gnus-article-highlight-citation.
9573         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9574         citations; fix line count.
9576 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9578         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9579         (gnus-message-add-citation-keywords)
9580         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9581         versions of font-lock-add-keywords and font-lock-remove-keywords to
9582         work with XEmacs correctly.
9584 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9586         * gnus-cite.el (gnus-cite-face-list): Set the values of
9587         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9588         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9589         (gnus-message-cite-prefix-regexp): New variable.
9590         (gnus-message-search-citation-line): Use it; protect against long
9591         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9592         the 0th match data for Emacs.
9593         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9594         (gnus-message-add-citation-keywords): Append keywords rather than
9595         prepending; emulate font-lock-add-keywords if it is not available.
9596         (gnus-message-remove-citation-keywords):
9597         Emulate font-lock-remove-keywords if it is not available.
9599         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9601         * message.el (message-cite-prefix-regexp): Set the value of
9602         gnus-message-cite-prefix-regexp.
9604 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9606         * nnweb.el (nnweb-google-parse-1): Update parser.
9608 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9610         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9612 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9614         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9615         regexp.
9617 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9619         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9620         string-to-multibyte.
9621         (uudecode-decode-region-internal): Use it.
9623         * lpath.el: Fbind string-as-multibyte for XEmacs.
9625 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9627         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9628         Fix custom choice.
9630         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9632 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9634         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9636         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9637         `write-region' to respect `mm-inhibit-file-name-handlers'.
9639 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9641         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9642         Use gnus-home-directory instead of "~/" or "$HOME".
9644 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9646         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9647         to mention filename.
9648         Add comments at beginning regarding usage.
9649         (encrypt-write-file-contents): Change interactive so a string is
9650         acceptable.  If the file has no associated model, show an error instead
9651         of a nonsense prompt.
9653 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9655         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9656         Thanks to Yoshihiko Yamada for kind notification of this typo.
9658 2007-01-12  Kenichi Handa  <handa@m17n.org>
9660         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9661         multibyte buffer.
9663 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9665         * gnus-score.el (gnus-score-fast-scoring): New variable.
9666         (gnus-score-headers): Use it.
9668         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9670         * message.el (message-cite-original-1):
9671         Call gnus-article-highlight-citation if requested.
9672         (message-make-from): Allow name and address as optional arguments.
9674         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9676         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9677         bugs to doc string.
9678         (gnus-button-alist): Add mid\\|message-id.
9679         (gnus-button-fetch-group): Extend for use in
9680         `browse-url-browser-function'.
9681         (gnus-button-url-regexp): Try to catch paired parentheses like in
9682         Wikipedia URLs.
9684         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9685         Suggested by Simon Krahnke <overlord@gmx.li>.
9687 2007-01-13  Romain Francoise  <romain@orebokech.com>
9689         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9690         Update copyright.
9692 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9694         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9696 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9698         * gnus-registry.el (gnus-registry-unfollowed-groups)
9699         (gnus-registry-split-fancy-with-parent): Fix documentation.
9701 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9703         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9704         from nnweb groups.
9706 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9708         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9709         Xref urls.  Erase buffer before requesting head.
9711         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9713 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9715         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9716         customizable.
9718 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9720         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9721         no signing key is found.
9722         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9723         no encrypting and/or signing key is found.
9725 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9727         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9729 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9731         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9732         headers read from disk with the ones newly found in the current search.
9733         This should no longer cause problems, because the article numbers in
9734         Gmane's `nov.php' output are ignored since the previous change.
9736 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9738         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9740 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9742         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9743         replace-regexp-in-string; bind url-version; fbind display-images-p and
9744         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9745         find-face and set-itimer-function for Emacs; bind itimer-list for
9746         Emacs.
9748         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9750 2007-01-01  Romain Francoise  <romain@orebokech.com>
9752         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9754 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9756         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9757         `define-minor-mode' macro definition expanded properly.
9758         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9759         exclude it there.
9761         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9762         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9763         `fboundp' test.
9764         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9765         This is OK to autoload in (S)XEmacs now.
9767 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9769         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9770         keystroke.
9771         (gnus-summary-limit-to-singletons): Fix typo.
9773         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9774         else fails.
9776 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9778         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9779         docstring.
9781         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9782         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9783         (gnus-summary-insert-dormant-articles): Fix typo in message.
9785 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9787         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9788         nil for XEmacs.
9789         (gnus-message-citation-mode): Don't autoload in XEmacs.
9791         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9793 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9795         * nnimap.el (nnimap-expunge-search-string):
9796         Mention nnimap-search-uids-not-since-is-evil in docstring.
9798 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9800         * spam.el: Revert to make-obsolete-variable because
9801         define-obsolete-variable-alias is not supported in Emacs 21.
9803         * spam.el (spam-ifile-path, spam-ifile-database-path)
9804         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9805         make-obsolete-variable.
9806         (spam-bsfilter-path, spam-bsfilter-program)
9807         (spam-spamassassin-path, spam-spamassassin-program)
9808         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9809         Don't use "path" inappropriately.
9810         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9811         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9812         variable names.
9814 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9816         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9817         summary buffer.
9819         * password.el (password-cache-remove): Use clear-string to burn
9820         password, if available.
9822 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9824         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9826         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9828         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9829         (gnus-message-highlight-citation): Move defcustom here from
9830         gnus-cite.el.
9831         (gnus-message-citation-mode): Autoload.
9833         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9834         checks to make it compile with XEmacs.
9835         (gnus-message-citation-mode): New minor mode.
9836         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9837         (gnus-message-highlight-citation): New variables.
9838         (gnus-message-search-citation-line)
9839         (gnus-message-add-citation-keywords)
9840         (gnus-message-remove-citation-keywords)
9841         (turn-on-gnus-message-citation-mode)
9842         (turn-off-gnus-message-citation-mode): New functions.
9844 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9846         * gnus-cite.el: Enable highlighting of different citation levels in
9847         message-mode.
9849 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9851         * message.el (message-make-fqdn): Fix comment.
9852         (message-bogus-system-names): Add ".local".
9854         * spam.el (spam-ifile-path, spam-ifile-program)
9855         (spam-ifile-database-path, spam-ifile-database)
9856         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9857         Don't use "path" inappropriately.
9858         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9859         strings.
9860         (spam-check-ifile, spam-ifile-register-with-ifile)
9861         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9862         Use new variable names.
9864         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9865         (gnus-treat-display-smileys): Simplify using
9866         gnus-image-type-available-p.
9868         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9869         available.
9871         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9872         Use `display-images-p' if available.
9874 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9876         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9877         one after turning on the buffer's multibyteness instead of decoding
9878         them directly in the unibyte buffer that causes unexpected conversion
9879         in Emacs 23 (unicode).
9881 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9883         * message.el (message-generate-hashcash): Fix custom type.
9885 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9887         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9889 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9891         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9892         disconnect icons.  Add help text.
9894 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9896         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9897         negated to be consistent with the others we handle.
9899 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9901         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9902         version of gnus-summary-buffer to something, so that we can use two
9903         article buffers at the same time.
9905 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9907         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9908         trigger all the extra headers.
9909         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9910         sorting.
9912 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9914         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9915         solid groups.
9917 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9919         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9921 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9923         * legacy-gnus-agent.el: Add Copyright notice.
9925 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9927         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9929 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9931         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9933         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9934         to make it work reliably in CVS Emacs.
9935         (gnus-summary-limit-strange-charsets-predicate)
9936         (gnus-summary-limit-to-predicate): New functions.
9938 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9940         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9941         specifying array size.
9942         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9943         array if it is too small.
9944         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9945         (gnus-sort-threads-loop): New function.
9947 2006-12-06  Chris Moore  <dooglus@gmail.com>
9949         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9950         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9952 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9954         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9955         options.
9957 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9959         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9960         DOS-ing the recipient.
9962         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9963         the headers when creating the mapping to avoid mismappings.
9964         (nnweb-gmane-create-mapping): Always nix out old mapping.
9966 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9968         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9969         and mm-verify-option to never.
9971 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9973         * message.el (message-signed-or-encrypted-p): New function.
9974         (message-forward-make-body): Use it.
9976         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9977         Replace encode-coding-string with mm-encode-coding-string.
9979 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9981         * nneething.el (nneething-decode-file-name):
9982         Replace decode-coding-string with mm-decode-coding-string.
9984         * gnus-int.el (gnus-open-server): Say failed server's name.
9986 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9988         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9989         strings to a single string.  Quote `errors-file-name'.
9990         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9991         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9992         Adjust calls.  Use `shell-quote-argument'.
9994 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9996         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9997         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9999         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10000         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10001         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10002         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10003         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10004         (gnus-subscribe-newsgroup, gnus-1):
10005         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10006         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10007         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10008         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10010 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10012         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10013         keystroke.
10014         (gnus-summary-limit-to-bodies): Implement headersp.
10016 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10018         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10020 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10022         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10024 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10026         * message.el (message-generate-hashcash): Expand range of values to
10027         include `opportunistic'.
10028         (message-send-mail): Use it.
10030 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10032         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10033         and comment it.
10035         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10037 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10039         * gnus-util.el (gnus-extract-address-components): Improve comment.
10041 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10043         * gnus-util.el (gnus-extract-address-components): Work with address in
10044         which the name portion contains @.
10046         * lpath.el: Fbind custom-autoload.
10048 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10050         * gnus.el (gnus-start): Move custom group up.
10051         (gnus-select-method): Don't autoload, but make it available for
10052         `customize-variable'.
10053         (gnus-getenv-nntpserver): Don't autoload.
10055 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10057         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10059 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10061         * message.el (message-sendmail-extra-arguments): New variable.
10062         (message-send-mail-with-sendmail): Use it.
10064 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10066         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10067         mm-with-unibyte-current-buffer to make string unibyte.
10069         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10070         mm-string-as-multibyte.
10072 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10074         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10075         Reported by Werner Koch <wk@gnupg.org>.
10077 2006-11-14  Daiki Ueno  <ueno@p360>
10079         * mml2015.el: Autoload epa-select-keys when compiling.
10081 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10083         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10084         message-options.
10085         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10087 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10089         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10090         EasyPG (< 0.0.6).
10091         (mml2015-always-trust): New user option.
10092         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10093         prompt.
10095 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10097         * nntp.el (nntp-authinfo-force): New variable.
10098         (nntp-send-authinfo): Use it.
10100 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10102         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10103         decode encoded words.  Improve prompt.  Add comment about forwarding.
10104         (message-replacement-char): Move up.
10106 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10108         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10109         instead of gnus-intersection because arguments of gnus-sorted-nunion
10110         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10112 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10114         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10115         (message-simplify-subject-functions):
10116         Enable message-strip-subject-encoded-words by default.
10118 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10120         * message.el (message-strip-subject-encoded-words): New function.
10121         (message-simplify-subject-functions): New variable.
10122         (message-simplify-subject): Use it.  Fix typo in doc string.
10123         Support message-strip-subject-encoded-words.
10125 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10127         * gnus-diary.el (gnus-diary-delay-format-function):
10128         * nndiary.el (nndiary-reminders):
10129         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10131 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10133         * gnus-art.el (article-hide-boring-headers): Fetch date from
10134         gnus-original-article-buffer to avoid problems with localized date
10135         strings.
10137 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10139         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10141 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10143         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10144         New variables.
10145         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10146         (mm-charset-synonym-alist): Move some entries to
10147         mm-codepage-iso-8859-list.
10148         (mm-charset-synonym-alist, mm-charset-override-alist):
10149         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10151 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10153         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10155 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10157         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10158         with Emacs 21 and XEmacs.
10160 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10162         * spam.el (spam-parse-address): New function for better parsing,
10163         catching errors, etc.
10164         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10166 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10168         * mm-view.el: Add interactive arg to html2text autoload.
10170 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10172         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10174 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10176         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10177         New variables.
10178         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10179         (mm-charset-synonym-alist): Move some entries to
10180         mm-codepage-iso-8859-list.
10182         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10184 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10186         * message.el (message-citation-line-format)
10187         (message-insert-formated-citation-line): Fix implementation of %E, %N
10188         and %n according to the doc string.
10190 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10192         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10193         Use car-safe to avoid bad parses.
10195 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10197         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10198         names.
10200         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10202 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10204         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10205         header.
10207         * message.el (message-draft-headers): Add Date.
10208         (message-headers-to-generate): Fix typo in docstring.
10210         * nndraft.el (nndraft-required-headers): New variable.
10211         (nndraft-generate-headers): Use it.
10213         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10215 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10217         * gnus-registry.el (gnus-registry-wash-for-keywords)
10218         (gnus-registry-find-keywords): New functions to allow easy searching of
10219         articles that are in the registry.
10221 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10223         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10224         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10225         Reported by Damien Elmes <damien@repose.cx>.
10227 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10229         * gnus.el (gnus-mime): Remove unused custom group.
10231 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10233         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10234         "blank line" when searching for end of armor headers.
10236 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10238         * gmm-utils.el (gmm-write-region): Fix variable name.
10240 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10242         * gmm-utils.el (gmm-write-region): New function based on compatibility
10243         code from `mm-make-temp-file'.
10245         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10247         * nnmaildir.el (nnmaildir--update-nov)
10248         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10249         Use `gmm-write-region'.
10251 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10253         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10254         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10256         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10258         * message.el (message-replacement-char): New variable.
10259         (message-fix-before-sending): Use it.
10260         (message-simplify-subject): New function to remove duplicate code.
10261         (message-reply, message-followup): Use it.
10263         * gnus-sum.el (gnus-summary-make-menu-bar):
10264         Clarify gnus-summary-limit-to-articles.
10266 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10268         * gnus-util.el (gnus-with-local-quit): New macro.
10270         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10272 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10274         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10275         ignore non-string data.
10277 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10279         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10280         non-string data (needs to be done in the registry too).
10282 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10284         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10285         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10286         (gnus-registry-split-fancy-with-parent)
10287         (gnus-registry-fetch-simplified-message-subject-fast)
10288         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10289         Remove text properties on ingress into the registry and when it's saved.
10290         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10291         registry from entries with no groups.
10293 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10295         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10296         function to remove string properties.
10298 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10300         * gmm-utils.el (gmm): Adjust custom version.
10302         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10303         Adjust custom version.
10305         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10307 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10309         * gnus-art.el (gnus-insert-prev-page-button)
10310         (gnus-insert-next-page-button): Simplify.  Reformat.
10312 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10314         * gnus-art.el (gnus-insert-prev-page-button)
10315         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10317 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10319         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10321 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10323         * gnus-art.el (gnus-insert-mime-button)
10324         (gnus-insert-mime-security-button):
10325         Apply gnus-article-button-face to MIME and security buttons.
10327 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10329         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10330         readable.
10332 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10334         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10336 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10338         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10339         `browse-url-of-file' instead of `browse-url'.
10341 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10343         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10344         regexp.  Articles containing quotation were cut prematurely.
10346 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10348         * message.el (message-cite-original-1): Use nobody by default for the
10349         value of From header.
10350         (message-reply): Ditto.
10352 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10354         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10355         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10356         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10358 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10360         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10361         mails in the doc string.  Add some URLs in comment.
10362         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10364 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10366         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10367         backslashes handling and the way to find boundaries of quoted strings.
10369 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10371         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10372         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10373         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10374         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10376 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10378         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10379         doc string.
10380         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10382 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10384         * lpath.el: Fbind epg-check-configuration.
10386 2006-09-06  Simon Josefsson  <jas@extundo.com>
10388         * mml2015.el (mml2015-use): Doc fix, mention epg.
10390 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10392         * mml2015.el (mml2015-use): Default to epg, if available.
10394 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10396         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10397         message-sender.
10398         (mml1991-epg-encrypt): Ditto.
10399         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10400         message-sender.
10401         (mml2015-epg-encrypt): Ditto.
10403 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10405         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10406         several common directories.
10408 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10410         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10411         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10413 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10415         * gnus-art.el (article-decode-encoded-words): Make it fast.
10417 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10419         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10421         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10422         in quoted string into `\'.
10424 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10426         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10427         Use standard-syntax-table.
10429 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10431         * gnus-art.el (gnus-decode-address-function): New variable.
10432         (article-decode-encoded-words): Use it to decode headers which are
10433         assumed to contain addresses.
10434         (gnus-mime-delete-part): Remove useless `or'.
10436         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10437         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10438         (gnus-nov-parse-line): Use it to decode From header.
10439         (gnus-get-newsgroup-headers): Ditto.
10440         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10442         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10443         (mail-decode-encoded-address-string): New alias.
10445         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10446         New function.
10447         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10448         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10449         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10450         (rfc2047-decode-string): Ditto.
10451         (rfc2047-decode-address-region): New function.
10452         (rfc2047-decode-address-string): New function.
10454 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10456         * message.el (message-caesar-buffer-body): Allow rotating headers.
10458         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10460         * message.el (message-insert-formated-citation-line): Fix %f.
10461         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10463 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10465         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10466         (gnus-bookmark-mouse-available-p): New macro.
10467         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10468         (gnus-bookmark-bmenu-show-infos): Use it.
10469         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10470         (gnus-bookmark-bmenu-hide-infos): Ditto.
10471         (gnus-bookmark-remove-properties): New function.
10472         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10473         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10474         (gnus-bookmark-write-file): Bind coding-system-for-write.
10475         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10476         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10477         group before selecting it.
10478         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10479         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10480         quit-window if it is not available; use gnus-mouse-2 and bind it to
10481         gnus-bookmark-bmenu-select-by-mouse.
10482         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10483         (gnus-bookmark-bmenu-select-by-mouse): New function.
10485 2006-08-13  Romain Francoise  <romain@orebokech.com>
10487         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10488         space.
10490 2006-08-10  Romain Francoise  <romain@orebokech.com>
10492         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10493         (dns-mode-soa-auto-increment-serial): New user option.
10494         (dns-mode-soa-maybe-increment-serial): New function.
10495         (dns-mode): Add the latter to `write-contents-functions'.
10497 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10499         * compface.el (uncompface): Use binary rather than raw-text-unix.
10501 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10503         * compface.el (uncompface): Make sure the eol conversion doesn't take
10504         place when communicating with the external programs.
10505         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10507 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10509         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10511 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10513         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10514         Make it more robust by parsing author and date independently.
10516 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10518         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10520 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10522         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10523         first matching secret key.
10524         (mml2015-epg-encrypt): Ditto.
10526         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10527         first matching secret key.
10528         (mml1991-epg-encrypt): Ditto.
10530         * mml2015.el (mml2015-encrypt-to-self): New user option.
10531         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10532         mml2015-epg-encrypt-to-self is set.
10534         * mml1991.el (mml1991-encrypt-to-self): New variable.
10535         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10536         mml1991-epg-encrypt-to-self is set.
10538         * mml2015.el (mml2015-signers): New user option.
10539         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10540         (mml2015-epg-encrypt): Allow to select signing keys.
10542         * mml1991.el (mml1991-signers): New variable.
10543         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10544         (mml1991-epg-encrypt): Allow to select signing keys.
10546 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10548         * nnheader.el (nnheader-insert-head): Make it work even if the file
10549         uses CRLF for the line-break code.
10551 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10553         * mml2015.el: Require mml-sec instead of password.
10554         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10555         (mml2015-cache-passphrase): Inherit the default value from
10556         mml-secure-cache-passphrase.
10557         (mml2015-passphrase-cache-expiry): Inherit the default value from
10558         mml-secure-passphrase-cache-expiry.
10560         * mml1991.el: Require mml-sec instead of password.
10561         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10562         (mml1991-cache-passphrase): Inherit the default value from
10563         mml-secure-cache-passphrase.
10564         (mml1991-passphrase-cache-expiry): Inherit the default value from
10565         mml-secure-passphrase-cache-expiry.
10567         * mml-sec.el: Require password.
10568         (mml-secure-verbose): New user option.
10569         (mml-secure-cache-passphrase): New user option.
10570         (mml-secure-passphrase-cache-expiry): New user option.
10572 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10574         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10575         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10576         andreas@altroot.de (Andreas Vögele).
10578         FIXME: Use `tiny change'?
10580 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10582         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10583         workaround for the url package included with Emacs.
10585         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10587 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10589         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10590         correctly.  This fixes a bug caused by the 2006-05-12 change.
10592 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10594         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10595         some information about the error when saying that the `bogus' mail
10596         group will be used.
10598 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10600         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10601         string.
10603 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10605         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10607 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10609         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10611 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10613         * mml1991.el (mml1991-function-alist): Add epg.
10614         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10615         (mml1991-epg-encrypt): New functions.
10617 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10619         * mml2015.el (mml2015-verbose): New variable.
10620         (mml2015-cache-passphrase): Ditto.
10621         (mml2015-passphrase-cache-expiry): Ditto.
10622         (mml2015-function-alist): Add epg.
10623         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10624         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10625         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10626         New functions.
10628 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10630         * message.el (message-cite-original-1): Preserve region when removing
10631         quoted text due to X-No-Archive in order to avoid bogus attribution
10632         when citing multiple messages.
10634 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10636         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10637         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10639 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10641         * gnus-diary.el (gnus-user-format-function-d)
10642         (gnus-user-format-function-D): Autoload.
10644         * imap.el (Commentary): Fix typo.
10646         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10647         2006-04-22 contribution.
10649 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10651         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10652         It didn't really fix the bogosity I'm seeing with solid web groups.
10654 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10656         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10657         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10658         created using server names.  If we use the feature without declaring
10659         it, Gnus does not properly manage server and group state.
10661         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10662         bound.
10664 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10666         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10667         looking up the method using GROUP's prefix before inventing a new one.
10668         It is used on killed/unknown groups in various places where returning
10669         an all-new method isn't expected by the caller.
10671         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10672         and match semantics of gnus-group-real-prefix.
10674 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10676         * nnmail.el (nnmail-broken-references-mailers): New variable.
10677         (nnmail-ignore-broken-references): New function generalizing
10678         nnmail-fix-eudora-headers.
10679         (nnmail-fix-eudora-headers): Now obsolete.
10681         * gnus-art.el (gnus-button-handle-custom):
10682         Support `customize-apropos*'.
10684 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10686         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10688         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10689         articles.
10691 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10693         * message.el (message-cite-reply-above): New variable.
10694         (message-yank-original): Use it.
10696 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10698         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10700 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10702         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10703         as read.
10705         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10707 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10709         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10710         (gnus-bookmark-default-file): Use gnus-directory.
10711         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10712         Remove "*" in doc string.
10713         (gnus-bookmark-write-file): Simplify.
10714         (gnus-bookmark-maybe-sort-alist): Use `when'.
10715         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10716         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10717         Add FIXME about Emacs 21 and XEmacs compatibility.
10718         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10719         compatibility.
10720         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10721         compatibility.
10722         (gnus-bookmark-menu-heading): Fix version.
10724 2006-06-19  Bastien Guerry  <bzg@altern.org>
10726         * gnus-bookmark.el: New file.
10728 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10730         * message.el (message-syntax-checks): Doc fix.
10732 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10734         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10735         unsubscribed groups as if they were killed ones.  It causes duplicate
10736         entries in gnus-newsrc-alist.
10738 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10740         * message.el (message-syntax-checks): Doc fix.
10741         (message-send-mail): Add check for continuation headers.
10742         (message-check-news-header-syntax): Fix regexp used to check for
10743         continuation headers.
10745 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10747         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10749 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10751         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10753 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10755         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10756         default-truncate-lines.
10758 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10760         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10761         to fill the utf-8 entry.
10763         * lpath.el: Fbind unicode-precedence-list.
10765 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10767         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10769 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10771         * gnus-agent.el (directory-files-and-attributes): Move all the way
10772         forward (the third and final move).
10773         (gnus-agent-read-agentview): Trap reconstruction errors due to
10774         nonexistent directory.  Handle by returning nil.
10776 2006-05-30  Didier Verna  <didier@xemacs.org>
10778         * message.el (message-dont-reply-to-names): Update the custom type.
10779         * message.el (message-dont-reply-to-names): New defsubst: potentially
10780         convert a list of regexps into a single one.
10781         * message.el (message-get-reply-headers): Use it.
10782         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10784 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10786         * gnus-agent.el (directory-files-and-attributes): Move forward.
10788 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10790         * gnus-ml.el (gnus-mailing-list-subscribe)
10791         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10792         (gnus-mailing-list-message): Fix doc strings.
10794 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10796         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10797         of doing it manually.
10799 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10801         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10802         comment.
10804 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10806         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10807         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10808         (gnus-agent-read-local): All symbols allocated in my-obarray.
10809         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10810         (gnus-agent-regenerate-group): Check numeric names to see if they are
10811         messages or groups.
10812         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10813         better way of do this...)
10815         * gnus-cache.el (gnus-agent-total-fetched-for):
10816         Ignore 'dummy.group' (there should be a better way of do this...)
10818 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10820         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10821         (gnus-saved-headers): Ditto.
10822         (gnus-default-article-saver): Mention functions may have properties.
10823         (gnus-article-save): Override gnus-save-all-headers and
10824         gnus-saved-headers by :headers property which saver function may have.
10825         (gnus-summary-save-in-file): Add :headers property.
10826         (gnus-summary-write-to-file): Ditto.
10828         * gnus-sum.el (gnus-summary-save-article): Bind
10829         gnus-prompt-before-saving to t when saving many articles in a file;
10830         always show all headers.
10832         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10834 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10836         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10837         marks.
10839         * message.el (message-indent-citation): Add optional arguments to allow
10840         using it outside of message buffers.
10842         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10843         (gnus-article-treat-unfold-headers): Use it.
10844         (gnus-article-truncate-lines): New variable.
10845         (gnus-article-mode): Use it.
10846         (gnus-article-toggle-truncate-lines): New function.
10848         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10849         Add gnus-article-toggle-truncate-lines.
10851         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10852         coding system in XEmacs, use binary.
10854 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10856         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10857         after-load-alist.
10859         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10860         this function should save decoded articles.
10861         (gnus-summary-write-to-file): Use property to specify this function
10862         should save decoded articles and specify gnus-summary-save-in-file
10863         should be used to save articles other than the first one when saving
10864         many articles.
10865         (gnus-summary-save-body-in-file): Use property to specify this
10866         function should save decoded articles.
10867         (gnus-summary-write-body-to-file): Use property to specify this
10868         function should save decoded articles and specify
10869         gnus-summary-save-body-in-file should be used to save articles other
10870         than the first one when saving many articles.
10872         * gnus-sum.el (gnus-summary-save-article): Simplify.
10874 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10876         * gnus-art.el (gnus-default-article-saver):
10877         Add gnus-summary-write-body-to-file.
10878         (gnus-article-save-coding-system): Don't use coding system object
10879         in XEmacs.
10880         (gnus-read-save-file-name): Add optional `dir-var' argument which
10881         specifies directory in which files are saved; work even if optional
10882         `variable' argument is not specified.
10883         (gnus-summary-write-to-file): Read file name.
10884         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10885         (gnus-summary-write-body-to-file): New function.
10887         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10888         (gnus-summary-local-variables): Add it.
10889         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10890         (gnus-summary-save-article): Remove optional `decode' argument;
10891         determine whether to decode articles by the value of
10892         gnus-default-article-saver; when saving many files using
10893         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10894         it first and use gnus-summary-save-in-file or
10895         gnus-summary-save-body-in-file thereafter unless
10896         gnus-prompt-before-saving is always; move point to article which
10897         will be saved.
10898         (gnus-summary-save-article-file): Revert.
10899         (gnus-summary-write-article-file): Revert.
10900         (gnus-summary-save-article-body-file): Revert.
10901         (gnus-summary-write-article-body-file): New function.
10903 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10905         * gnus-art.el (gnus-default-article-saver): Doc fix.
10906         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10907         from gnus-summary-save-article-coding-system, and default to a
10908         certain coding system.
10909         (gnus-output-to-file): Add coding cookie and encode text according
10910         to gnus-article-save-coding-system; don't use mm-append-to-file.
10912         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10913         gnus-art.el and rename to gnus-article-save-coding-system.
10914         (gnus-summary-save-article): Require gnus-art; don't show all
10915         headers if it decodes articles; don't add coding cookie here;
10916         don't bind mm-text-coding-system-for-write.
10917         (gnus-summary-save-article-file): Save decoded articles.
10918         (gnus-summary-write-article-file): When saving many files, use
10919         gnus-summary-write-to-file first and gnus-summary-save-in-file
10920         thereafter unless gnus-prompt-before-saving is always.
10921         (gnus-summary-save-article-body-file): Save decoded articles.
10923         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10925 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10927         * nnrss.el (nnrss-check-group): Bind hash-index.
10929 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10931         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10932         its hash index.  Store this hash in `nnrss-group-data'.
10933         (nnrss-read-group-data): Update accordingly.
10935 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10937         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10938         entry.
10940         * gnus-sum.el (gnus-summary-make-menu-bar):
10941         Add gnus-article-browse-html-article.
10943 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10945         * gnus-sum.el (gnus-summary-mime-map):
10946         Add gnus-article-browse-html-article.
10948         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10950 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10952         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10953         suitable coding systems in customize.
10955 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10957         * mail-source.el (mail-sources): Fix custom type.
10959 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10961         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10962         (gnus-summary-expire-articles-now): Shorten prompt.
10964         * gmm-utils.el (wid-edit): Require.
10965         (defun-gmm): Rename from `gmm-defun-compat'.
10966         (gmm-image-search-load-path): Use it.
10967         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10969 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10971         * gnus-sum.el (gnus-summary-save-article-coding-system):
10972         New variable.
10973         (gnus-summary-save-article): Add optional `decode' argument.
10974         If it is set and gnus-summary-save-article-coding-system is non-nil,
10975         save decoded article.
10976         (gnus-summary-write-article-file): Save decoded article if
10977         gnus-summary-save-article-coding-system is non-nil.
10979         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10980         type.
10982 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10984         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10986 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10988         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10989         first to test gnus-single-article-buffer which may be buffer-local.
10991         * gnus-sum.el (gnus-summary-setup-buffer):
10992         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10993         group; make gnus-article-buffer, gnus-article-current, and
10994         gnus-original-article-buffer always buffer-local.
10995         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10996         group.
10997         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10999 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11001         * nnml.el (nnml-request-compact-group): Compressed files might not
11002         have .gz extension.
11004 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11006         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11007         (mm-copy-to-buffer): Use with-current-buffer.
11008         (mm-display-part): Simplify.
11009         (mm-inlinable-p): Add optional arg `type'.
11011 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11013         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11014         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11015         Try harder to show the attachment internally or externally using
11016         gnus-mime-view-part-as-type.
11018 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11020         * message.el (message-from-style, message-signature-separator)
11021         (message-user-organization-file, message-send-mail-function)
11022         (message-citation-line-function, message-yank-prefix)
11023         (message-indent-citation-function, message-signature)
11024         (message-signature-file, message-signature-insert-empty-line):
11025         Remove autoloads.
11027         * gnus-art.el (gnus-buttonized-mime-types):
11028         Remove "multipart/signed".  Revert 2006-04-26 change.
11030 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11032         * gnus.el (gnus-version-number): Bump version.
11034 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11036         * gnus.el: No Gnus v0.5 is released.
11038 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11040         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11041         fetching articles by message-id.
11043 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11045         * message.el (hashcash): Require hashcash as normal.
11047         * ecomplete.el (ecomplete-highlight-match-line):
11048         Use point-at-eol.
11049         (ecomplete-highlight-match-line): Use `highlight', because that
11050         face exists in both Emacs and XEmacs.
11052         * message.el (message-display-abbrev): Use point-at-bol.
11054         * mail-source.el: Don't require timer/timer-funcs.
11056         * gnus-async.el: Ditto.
11058         * password.el: Ditto.
11060         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11062         * mm-url.el: Ditto.
11064         * gnus-xmas.el: Don't require timer-funcs.
11066         * mm-util.el: Require timer/timer-funcs.
11068 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11070         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11071         Close.
11073 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11075         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11076         unibyte after clear-decrypt function runs.
11078         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11079         returns as a unibyte string.
11081 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11083         * lpath.el: Revert.
11085         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11086         (pgg-gpg-process-sentinel): Revert.
11088         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11089         (pgg-pgp-lookup-key): Revert.
11091         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11092         (pgg-pgp5-lookup-key): Revert.
11094         * pgg.el (pgg-fetch-key): Revert.
11096 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11098         * lpath.el: Fbind string-as-multibyte for XEmacs.
11100         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11101         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11102         (mml1991-pgg-encrypt): Ditto.
11104         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11105         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11106         a multibyte buffer.
11108         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11109         (pgg-pgp-lookup-key): Ditto.
11111         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11112         (pgg-pgp5-lookup-key): Ditto.
11114         * pgg.el (pgg-fetch-key): Ditto.
11116 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11118         * message.el (message-user-organization-file): Check several
11119         locations of the organization file.
11121         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11122         Add gnus-article-view-part-as-type.
11124         * gnus-art.el (gnus-article-view-part-as-type): New function.
11126         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11127         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11129         * mml.el: Simplify autoload.
11130         (mml-mode): defvar dnd-protocol-alist instead of using
11131         symbol-value.
11132         (mml-default-directory): New variable.
11133         (mml-minibuffer-read-file): Use it.
11134         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11136         * message.el (message-citation-line-format): New variable.
11137         (message-insert-formated-citation-line): New function.
11138         (message-citation-line-function):
11139         Add `message-insert-formated-citation-line' to custom type.
11141         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11142         to doc string.
11144         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11145         depending on mm-verify-option.
11147 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11149         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11150         binding pgg-* variables; reimplement the section which prevents
11151         MIME header from being signed.
11152         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11153         pgg-text-mode; remove a blank line at the top of body.
11155         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11156         lines at the top of body; use gnus-newsgroup-charset if there's no
11157         Charset header.
11159 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11161         * message.el (message-self-insert-commands): Doc fix.
11163         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11164         (mm-uu-pgp-encrypted-test): Ditto.
11165         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11166         between header and body; return application/pgp-encrypted handle
11167         if decryption failed; decode decrypted body by charset.
11169         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11170         element match to application/pgp-*.
11172 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11174         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11175         HTML.
11177 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11179         * mail-source.el (mail-source-call-script): Message the error
11180         string.
11182 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11184         * gnus-util.el (gnus-byte-compile): Use it.
11186 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11188         * gnus-util.el (kill-empty-logs): New function.
11190 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11192         * message.el (message-mail-alias-type): Doc fix.
11193         (message-mail-alias-type-p): New function.
11194         (message-send): Use it.
11195         (message-mode): Ditto.
11196         (message-strip-forbidden-properties): Ditto.
11198         * ecomplete.el (ecomplete-database-file-coding-system):
11199         New variable.
11200         (ecomplete-save): Use it.
11201         (ecomplete-setup): Use it.
11203 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11205         * message.el (message-self-insert-commands): New variable.
11206         (message-strip-forbidden-properties): Use it.
11208 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11210         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11211         that doesn't make XEmacs choke.
11213 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11215         * gnus-util.el (gnus-replace-in-string):
11216         Prefer replace-regexp-in-string over of replace-in-string.
11218 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11220         * gnus-util.el (gnus-select-frame-set-input-focus):
11221         Use select-frame-set-input-focus if it is available in XEmacs; use
11222         definition defined in Emacs 22 for old Emacsen.
11224         * dgnushack.el: Autoload unmorse-region for XEmacs.
11226         * lpath.el: Bind cursor-in-non-selected-windows and
11227         select-frame-set-input-focus for XEmacs.
11229 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11231         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11233 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11235         * gnus-registry.el (gnus-registry-cache-save): Remove text
11236         properties when saving via the temp buffer.
11238 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11240         * message.el (message-generate-hashcash): Honor custom type.
11242 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11244         * message.el (message-generate-hashcash): Default to non-nil when
11245         hashcash is found.
11247         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11248         (gnus-refer-thread-limit): Increase default to 500.
11250         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11252         * flow-fill.el (fill-flowed): Allow delete-space.
11254 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11256         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11257         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11258         Remove autoloads.
11260 2006-04-18  Simon Josefsson  <jas@extundo.com>
11262         * message.el (message-generate-hashcash): Default to.
11264 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11266         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11267         concatenating segments rather than before concatenating them.
11269 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11271         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11273 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11275         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11277         * message.el (message-forward-make-body-plain):
11278         Allow message-forward-ignored-headers to be a list.
11279         (message-remove-ignored-headers): Factor out into function.
11280         (message-forward-make-body-mml): Use it.
11282         * imap.el (imap-quote-specials): New function.
11283         (imap-login-auth): Quote specials.
11285         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11286         (rfc2231-parse-string): Allow concatanation of parameters that
11287         aren't contiguous.  The test case is
11288           (mail-header-parse-content-type "message/external-body;
11289             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11290             access-type=LOCAL-FILE;
11291             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11293 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11295         * nntp.el (nntp-accept-process-output): Return the value of
11296         `nnheader-accept-process-output'.
11298 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11300         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11301         (gnus-button-alist): Recognize more diff formats.
11302         (gnus-button-patch): Strip directory.
11304 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11306         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11307         Emacs 22 when setting focus.
11309 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11311         * gnus-art.el (gnus-article-treat-types): Do treatment of
11312         text/x-verbatim parts.
11313         (gnus-button-patch): New command.
11315         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11316         addresses that contain invalid characters.
11318 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11320         * message.el (message-put-addresses-in-ecomplete):
11321         Use gnus-replace-in-string.
11322         (message-is-yours-p): Use the more correct
11323         mail-header-parse-address instead of
11324         mail-extract-address-components.
11325         (message-put-addresses-in-ecomplete): Fix typo.
11327         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11328         keystroke.
11330         * gnus-art.el (gnus-treatment-function-alist): Change order of
11331         newsgroups/generic header folding to avoid double-folding.
11333         * message.el (message-hidden-headers): Add X-Draft-From.
11335         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11336         New command.
11337         (gnus-summary-repeat-search-article-backward): New command.
11339         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11340         groups in the parent topic.
11342 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11344         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11345         (spam-extra-header-to-number): Return the CRM114 number as a
11346         number instead of a string.
11348 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11350         * gnus-art.el (gnus-face-properties-alist): Move here from
11351         gnus-fun.
11353         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11355 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11357         * message.el (message-strip-forbidden-properties): Only display on
11358         self-insert-command.
11360         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11361         reindent.
11362         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11364 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11366         * smiley.el (smiley-style): Fix typo.
11368 2006-03-23  Kenichi Handa  <handa@m17n.org>
11370         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11371         instead of set-buffer-multibyte.
11373 2006-03-23  Kenichi Handa  <handa@m17n.org>
11375         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11376         buffer and then decode the buffer text if necessary.
11377         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11378         first, and after mm-encode-body, change the buffer to unibyte.
11380 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11382         * hashcash.el (hashcash-insert-payment-async-2):
11383         Use message-goto-eoh instead of doing it manually.
11384         (mail-add-payment): Use message-narrow-to-header instead of trying
11385         to do the same itself.
11387         * message.el (message-hidden-headers): Add Face.
11389         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11390         reparenting code.
11391         (gnus-summary-reparent-children): Refactored out code.
11392         (gnus-summary-thread-map): New keystroke.
11393         (gnus-summary-reparent-children): Make into command.
11395         * smiley.el (smiley-style): Default to `medium' if using a large
11396         font.
11398         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11399         does it itself.
11401         * message.el (message-point-in-header-p): Simplify definition.
11403 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11405         * nnagent.el (nnagent-request-set-mark): Silence log file
11406         writing.
11407         (nnagent-request-set-mark): Use write-region instead of
11408         append-to-file.
11410         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11411         strange select method.
11413         * ecomplete.el (ecomplete-display-matches): Get highlightling
11414         right.
11415         (ecomplete-display-matches): Use literals.
11416         (ecomplete-display-matches): Disable message logging.
11418         * message.el (message-display-abbrev): Small optimization.
11420         * ecomplete.el (ecomplete-display-matches): Allow automatic
11421         display.
11423         * message.el (message-strip-forbidden-properties):
11424         Display abbrevs.
11425         (message-display-abbrev): Get automatic display right.
11427         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11428         keystrokes.
11430 2006-04-13  Romain Francoise  <romain@orebokech.com>
11432         TODO: Backport to v5-10!
11434         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11435         Move here (and rename) from gnus-registry.el.
11437         * gnus-registry.el: Require gnus-util.
11438         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11440 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11442         * gnus-group.el (gnus-group-catchup-current):
11443         Change if-then-else-if-then-else into cond.
11444         (gnus-group-catchup): Indent.
11445         (group-name-at-point): New function.
11446         (gnus-fetch-group): Provide default from thing at point.
11448 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11450         * message.el (message-display-abbrev): Fix regexp.
11452         * ecomplete.el (ecomplete-highlight-match-line):
11453         Reimplement choosing.
11454         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11455         dead variables.
11457         * message.el (message-newline-and-indent): Remove debugging.
11458         (message-display-abbrev): Use new implementation.
11460 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11462         * gnus-art.el (gnus-article-mode):
11463         Set cursor-in-non-selected-windows to nil.
11465         * smiley.el: Revert previous change.
11466         (smiley-data-directory): defvar it before using it in the
11467         defcustom of `smiley-style'.
11469 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11471         * message.el (message-newline-and-indent): New function.
11473         * ecomplete.el: Implement more bits.
11475         * message.el (message-put-addresses-in-ecomplete): Clean up the
11476         string.
11478         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11480         * gnus-sum.el (gnus-summary-save-parts):
11481         Bind gnus-summary-save-parts-counter and use it to make unique file
11482         names.
11484         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11486         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11487         parameter to say whether to actually parse the individual
11488         addresses.
11490         * message.el (message-put-addresses-in-ecomplete): New function.
11491         (ecomplete): Require.
11492         (message-mail-alias-type): Add ecomplete as an option.
11494 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11496         * flow-fill.el (fill-flowed): Remove trailing space from blank
11497         quoted lines.
11499 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11501         * smiley.el (smiley-style): Move definition later to avoid a
11502         compilation warning.
11504 2006-04-12  Kenichi Handa  <handa@m17n.org>
11506         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11507         buffer and then decode the buffer text if necessary.
11508         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11509         first, and after mm-encode-body, change the buffer to unibyte.
11510         Use mm-disable-multibyte instead of set-buffer-multibyte.
11512 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11514         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11515         Content-Type header instead of Content-Disposition header.
11516         (gnus-mime-inline-part): Ditto.
11517         (gnus-mime-view-part-as-charset): Ignore charset that the part
11518         specifies.
11520         * mm-decode.el (mm-display-part): Work with external parts and
11521         usual parts similarly.
11523         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11524         instead of gnus-display-mime.
11526         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11527         instead of with-temp-buffer.
11529         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11530         tag to summarized topics part in order to encode non-ASCII text.
11532 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11534         * smiley.el (smiley-style): New variable.
11535         (smiley-directory): New function.
11536         (smiley-data-directory): Derive from `smiley-style' using
11537         `smiley-directory'.
11538         (smiley-regexp-alist): Add new entries.
11540         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11541         (gnus-article-browse-delete-temp): Add :version.
11543 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11545         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11546         the sieve region.
11548 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11550         * gnus.el (gnus-version-number): Bump version.
11552 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11554         * gnus.el: No Gnus v0.4 is released.
11556 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11558         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11559         layout.
11561         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11562         unknown charset.
11564         * message.el (message-header-synonyms): Add Original-To to the
11565         default.
11567         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11568         optional parameter.
11570 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11572         * gnus-fun.el (gnus): Require it for gnus-directory.
11574 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11576         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11578 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11580         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11582 2006-04-05  Simon Josefsson  <jas@extundo.com>
11584         * password.el (password-reset): New function.
11586 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11588         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11589         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11591 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11593         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11594         Some whitespace was matched into the url, which broke browsing hits
11595         > 100 when mm-url-use-external was nil.
11597 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11599         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11600         Check gnus-extra-headers for 'Newsgroups.
11602         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11603         bound.
11605 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11607         * pgg-gpg.el: Clean up process buffers every time gpg processes
11608         complete.
11610 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11612         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11613         doc string.
11615 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11617         * pgg-gpg.el (pgg-gpg-process-filter)
11618         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11620         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11621         lines, temporary fix.
11623 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11625         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11627 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11629         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11630         default-enable-multibyte-characters.  This reverts the change from
11631         revision 6.17 which is no longer necessary because the passphrase
11632         is sent separately now.  GnuPG messages are unreadable under
11633         multibyte locales with default-enable-multibyte-characters set to
11634         nil.
11636 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11638         * message.el (message-tool-bar-gnome): Move "spell".
11640 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11642         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11643         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11644         instead.
11646 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11648         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11649         Improve newsgroups handling for NNTP overviews which don't include
11650         Newsgroups.
11652 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11654         * message.el (message-resend): Bind message-generate-hashcash to nil.
11656 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11658         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11659         when searching for already-paid recipients.
11661 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11663         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11664         passphrases when it is not needed.
11665         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11666         passphrase stuff from gpg, should only be necessary when you use
11667         gpg with a smartcard.
11669 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11671         * mml.el (mml-insert-mime): Ignore cached contents of
11672         message/external-body part.
11674         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11675         (mm-insert-part): Ditto.
11677 2006-03-23  Simon Josefsson  <jas@extundo.com>
11679         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11680         Reiner.
11681         (pgg-gpg-use-agent-p): Use it again.
11683 2006-03-23  Simon Josefsson  <jas@extundo.com>
11685         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11686         older emacsen.
11687         (pgg-gpg-use-agent-p): Don't use it.
11689 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11691         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11692         if we can.
11694 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11696         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11697         (pgg-gpg-update-agent): New function.
11698         (pgg-gpg-use-agent-p): New function.
11699         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11700         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11701         (pgg-gpg-sign-region): Use it.
11703 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11705         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11706         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11708 2006-03-21  Simon Josefsson  <jas@extundo.com>
11710         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11711         <wilde@sha-bang.de>.
11712         (pgg-gpg-use-agent): New variable.
11713         (pgg-gpg-process-region): Use it.
11714         (pgg-gpg-encrypt-region): Likewise.
11715         (pgg-gpg-encrypt-symmetric-region): Likewise.
11716         (pgg-gpg-decrypt-region): Likewise.
11717         (pgg-gpg-sign-region): Likewise.
11718         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11720 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11722         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11724         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11725         Add comment on version.
11727 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11729         * smiley.el: Add missing test smiley.
11731 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11733         * mm-decode.el (mm-with-part): New macro.
11734         (mm-get-part): Use it; work with message/external-body as well.
11735         (mm-save-part): Treat name and filename equally.
11737         * mm-extern.el (mm-extern-cache-contents): New function.
11738         (mm-inline-external-body): Use it; force the part to be displayed;
11739         move undisplayer added to the cached handle to the parent.
11741         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11742         (gnus-mime-view-part-as-type): Work with message/external-body.
11744         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11746 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11748         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11749         images in image-load-path.  [Sync with image.el, revision 1.60, in
11750         Emacs.]
11752 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11754         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11755         path rather than symbol.  Always return list of directories.
11756         Guarantee that image directory comes first.  [Sync with image.el,
11757         revision 1.59, in Emacs.]
11759         * message.el (message-make-tool-bar): Adjust to new API of
11760         `gmm-image-load-path-for-library'.
11762         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11764         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11766 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11768         * gnus-art.el (gnus-article-only-boring-p):
11769         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11770         intangible text.
11771         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11773 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11775         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11776         Use `defun' instead of `gmm-defun-compat'.
11778 2006-03-14  Simon Josefsson  <jas@extundo.com>
11780         * message.el (message-unique-id): Don't use message-number-base36
11781         if (user-uid) is a float.
11782         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11784 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11786         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11788         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11789         empty line between a part and a message part.
11791 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11793         * smiley.el: Add more test smileys.
11794         (smiley-data-directory, smiley-regexp-alist)
11795         (gnus-smiley-file-types): Fix doc strings.
11796         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11797         adding new elements.
11798         (smiley-mouse-map): Unused code.  Make it a comment.
11800 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11802         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11803         scan latest NoCeM messages instead of old ones.
11804         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11805         delimiters that are recently used.
11806         (gnus-nocem-load-cache): Add autoload cookie.
11808         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11810         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11811         level which is larger than gnus-use-nocem is specified.
11813         * gnus-group.el (gnus-group-get-new-news): Ditto.
11815 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11817         * gnus-util.el (gnus-tool-bar-update): New function.
11819         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11820         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11822         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11824         * gnus-group.el (gnus-group-redraw-when-idle)
11825         (gnus-group-redraw-check): Remove.
11826         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11828 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11830         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11831         if optional last element is specified in splits (FIELD VALUE...).
11833 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11835         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11836         to gmm-image-load-path-for-library.  Call with no-error argument.
11837         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11839         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11841         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11843         * gmm-utils.el (gmm-image-load-path): Remove alias.
11845 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11847         * gmm-utils.el (gmm-image-load-path): Add alias.
11849         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11850         nnml-generate-nov-databases-1.
11851         (nnml-generate-nov-databases): Use it.
11852         (nnml-generate-nov-databases-directory): Document no-active
11853         argument.
11855         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11856         directory if path is t.  Add no-error.
11858         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11859         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11861         * gnus-art.el (gnus-article-browse-delete-temp-files):
11862         Simplify resetting gnus-article-browse-html-temp-list.
11864         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11865         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11866         Add example to docstring.  Rename local variables.  Move error
11867         checks to default case in cond and simplify.
11869 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11871         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11872         handle is multipart when calling it recursively.
11873         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11875 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11877         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11878         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11880 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11882         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11883         is loaded.
11885         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11886         loaded.
11888 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11890         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11891         to "Emacs 23 (unicode)" in doc string.
11893         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11894         "Emacs 23 (unicode)" in comment.
11896 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11898         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11900         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11901         characters 160 through 255 in Emacs 23.
11903 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11905         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11906         gnus-article-browse-html-temp.
11907         (gnus-article-browse-delete-temp): Make it customizable.
11908         Add `file'.  Adjust doc string.
11909         (gnus-article-browse-delete-temp-files): Add argument.
11910         Allow query for each file.  Adjust doc string.
11911         (gnus-article-browse-html-parts):
11912         Add `gnus-article-browse-delete-temp-files' to
11913         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11915 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11917         * gnus-art.el (gnus-article-browse-html-temp)
11918         (gnus-article-browse-delete-temp): New variables.
11919         (gnus-article-browse-delete-temp-files): New function.
11920         (gnus-article-browse-html-parts): Use it.
11922 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11924         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11926         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11927         string.
11929         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11930         gnus-summary-insert-new-articles when unplugged.
11931         Remove gnus-summary-search-article-forward.
11933         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11934         display-visual-class instead of display-color-cells.
11936 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11938         * dgnushack.el: Autoload customize-group for XEmacs.
11940         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11941         message/* containing non-ASCII text properly.
11943 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11945         * message.el: Require gmm-utils, remove autoloads.
11946         (message-tool-bar): Set default based on
11947         gmm-tool-bar-style.
11948         (message-tool-bar-gnome): Add gmm-customize-mode.
11950         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11951         gmm-tool-bar-style.
11952         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11954         * gnus-group.el (gnus-group-tool-bar): Set default based on
11955         gmm-tool-bar-style.
11956         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11958         * gmm-utils.el (gmm-image-directory): Rename variable from
11959         gmm-image-load-path.
11960         (gmm-image-load-path): Use gmm-image-directory.
11961         (gmm-customize-mode): New function.
11962         (gmm-tool-bar-style): New variable.
11964         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11965         gnus-group-redraw-line-number.
11966         (gnus-group-redraw-check): Simplify.
11967         (gnus-group-tool-bar-update): Remove redraw check.
11968         (gnus-group-make-tool-bar): Add redraw check.
11970 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11972         * gnus-art.el (gnus-button): Add missing parentheses.
11974 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11976         * lpath.el: Fbind line-number-at-pos.
11978 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11980         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11982 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11984         * gnus-art.el (gnus-button): New face.
11985         (gnus-article-button-face): Use it.
11987         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11988         Add gnus-summary-next-page.  Re-order.
11990         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11991         next-node are now included.
11992         (gnus-group-redraw-line-number): New internal variable.
11993         (gnus-group-redraw-check): Helper function for updating the tool
11994         bar.
11995         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11997         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11999         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12000         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12001         Use it to match format of Spamassassin 3.0 and later.
12002         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12003         (spam-check-bogofilter)
12004         (spam-bogofilter-register-with-bogofilter): Fix args of
12005         `gnus-error' calls.
12007 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12009         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12010         unnecessary interaction when sending queued mails.
12011         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12013 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12015         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12016         first or last are nil.
12018 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12020         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12022 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12024         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12026 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12028         * dns.el (query-dns): Protect more against buggy tcp output.
12030 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12032         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12033         nov.php.
12035 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12037         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12038         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12039         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12040         output on the server side.
12041         (nnweb-google-create-mapping): Update regexps and add some
12042         progress indication.
12044 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12046         * gnus-group.el (gnus-group-tool-bar-gnome):
12047         Fix gnus-agent-toggle-plugged.  Re-order icons.
12048         (gnus-group-tool-bar-gnome):
12049         Add gnus-group-{prev,next}-unread-group.
12050         (gnus-group-tool-bar-gnome): Re-order icons.
12052         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12053         Move gnus-summary-insert-new-articles.
12055         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12056         Fix comments.
12058         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12059         also available in Emacs 21.3.
12061         * message.el (message-fix-before-sending): Change "Emacs 22" to
12062         "Emacs 23 (unicode)" in comment.
12064         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12065         "Emacs 23 (unicode)" in comment.
12067         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12068         comment.
12069         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12071         * mm-view.el (mm-fill-flowed): Add :version.
12073 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12075         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12076         and load-path.
12078 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12080         * message.el: Autoload gmm-image-load-path.
12081         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12082         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12083         consitency.
12085         * gmm-utils.el (gmm-image-load-path): Also search in
12086         "../etc/images".  Don't set gmm-image-load-path if we don't find
12087         the image.
12089 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12091         * gmm-utils.el (gmm-image-load-path): Don't make
12092         `gmm-image-load-path' include subdirectories which the second arg
12093         `image' might specify.
12095         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12096         subdirectory to icon file names.
12098         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12100 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12102         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12103         gmm-image-load-path calls.
12105         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12107         * message.el (message-make-tool-bar): Ditto.
12109         * mml.el (mml-preview): Add comment concerning tool bar icons.
12111         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12112         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12114         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12115         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12117         * message.el (message-tool-bar-gnome): Use new icon names.
12118         (message-make-tool-bar): Use `gmm-image-load-path'.
12120         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12121         New functions from MH-E.
12122         (gmm-image-load-path): New variable from MH-E.
12123         (gmm-image-load-path): New function from MH-E.  Add arguments
12124         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12125         *-image-load-path-called-flag.
12127 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12129         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12131 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12133         * nnimap.el (nnimap-request-move-article): Change folder back to
12134         source group before deleting.
12136 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12138         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12140         * gnus-art.el (mm-url-insert-file-contents-external):
12141         Autoload mm-url.
12143         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12145 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12147         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12148         coding system which mm-charset-to-coding-system returns for a
12149         given charset is valid.
12151 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12153         * html2text.el (html2text-remove-tag-list):
12154         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12156 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12158         * gnus-cus.el: Revert 2005-10-17 change.
12160 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12162         * gnus-art.el (article-strip-banner):
12163         Call article-really-strip-banner only when the regexp match is made.
12165 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12167         * gnus-art.el (article-strip-banner):
12168         Use gnus-extract-address-components instead of
12169         mail-header-parse-addresses to make it work with non-ASCII text;
12170         remove mail-encode-encoded-word-string.
12172         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12173         values which are surrounded with \"...\"; make it never cause a
12174         Lisp error; give up parsing of parameters if it failed in
12175         extracting type.
12177 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12179         * smime.el (smime-cert-by-ldap-1): Fix bug where
12180         `smime-ldap-search' returns results without userCertificates.
12182 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12184         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12186 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12188         * spam.el (spam-check-spamassassin-headers): Adapt format for
12189         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12190         <ari@mbf.ocn.ne.jp>.
12191         (spam-list-of-processors): Add spam-use-gmane.
12193 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12195         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12196         make-temp-file; make it work with XEmacs as well.
12198         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12199         mm-make-temp-file.
12201         * mm-decode.el (mm-display-external): Use the 3rd arg of
12202         mm-make-temp-file.
12203         (mm-create-image-xemacs): Ditto.
12205 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12207         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12208         with message-narrow-to-headers.
12209         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12210         (gnus-draft-check-draft-articles): New function.
12211         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12213 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12215         * gnus-art.el (gnus-article-browse-html-parts):
12216         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12217         Don't use suffix argument for mm-make-temp-file for Emacs 21
12218         compatibility.  Remove useless `format'.
12220 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12222         * nnweb.el (nnweb-google-wash-article): Update regexps.
12223         (nnweb-group-alist): Use defvoo instead of defvar.
12225 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12227         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12228         re-loading nn* modules.
12230 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12232         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12233         for `tool-bar-mode' and don't check it's default-value.
12235         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12237         * message.el (message-make-tool-bar): Ditto.
12239         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12240         `substring'.  Shorten tmp-file name.
12242         * gnus.el: Remove bogus comment.
12244 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12246         * gnus-art.el (gnus-article-browse-html-parts): New function.
12247         (gnus-article-browse-html-article): New function for viewing html
12248         articles with a browser.
12250 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12252         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12253         in elisp.
12254         (pgg-gpg-encrypt-symmetric-region): Ditto.
12255         (pgg-gpg-sign-region): Ditto.
12257         * pgg-def.el (pgg-text-mode): New variable.
12259         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12260         (mml2015-pgg-encrypt): Ditto.
12262         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12263         (mml1991-pgg-encrypt): Ditto.
12265 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12267         * nnfolder.el (nnfolder-insert-newsgroup-line):
12268         Use message-make-date instead of current-time-string.
12270         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12271         to gnus-decoded which mm-uu might set.
12273 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12275         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12276         don't decode quoted parameters; remove misimported Emacs code.
12277         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12278         (rfc2231-decode-encoded-string): Don't use split-string which
12279         behaves differently according to Emacs version; use
12280         mm-decode-coding-region to convert charset to coding-system.
12281         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12282         (rfc2231-encode-string): Remove misimported Emacs code.
12284 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12286         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12287         when calling mail-header-parse-content-type.
12288         (article-de-quoted-unreadable): Ditto.
12289         (article-de-base64-unreadable): Ditto.
12290         (article-wash-html): Ditto.
12292         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12293         calling mail-header-parse-content-type and
12294         mail-header-parse-content-disposition.
12295         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12296         mail-header-parse-content-type.
12298         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12299         insert charset and format parameters; encode description after
12300         inserting it to buffer.
12301         (mml-insert-parameter): Fold lines properly even if a parameter is
12302         segmented into two or more lines; change the max column to 76.
12304         * rfc1843.el (rfc1843-decode-article-body): Don't use
12305         ignore-errors when calling mail-header-parse-content-type.
12307         * rfc2231.el (rfc2231-parse-string): Return at least type if
12308         possible; don't cause an error even if it fails in parsing of
12309         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12310         (rfc2231-encode-string): Don't break lines at the beginning, leave
12311         it to mml-insert-parameter.
12313         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12314         calling mail-header-parse-content-type.
12316 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12318         * spam-report.el (spam-report-gmane-use-article-number):
12319         Improve doc string.
12320         (spam-report-gmane-internal): Check if a suitable header was found
12321         in the article.
12323 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12325         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12326         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12328 2006-02-05  Romain Francoise  <romain@orebokech.com>
12330         Update copyright notices of all files in the gnus directory.
12332 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12334         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12336 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12338         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12339         segmented lines of parameter value to cope with Thunderbird 1.5
12340         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12341         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12342         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12344 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12346         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12347         parts.
12349 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12351         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12352         there's only one active file for all servers.
12353         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12354         solid groups.  Gnus might have used a FAST request to select the group.
12355         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12356         and nnweb-search redundantly in the active file.
12357         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12358         (nnweb-request-create-group): Don't use ARGS.
12359         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12360         initialisations.  Let nnoo do the work.
12362 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12364         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12365         Say the part has been decoded.
12367         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12369 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12371         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12372         mailcap-viewer-test-cache when there's no 'test clause, since that
12373         will invert the meaning of a "nil" test previously determined by
12374         mailcap-mailcap-entry-passes-test.
12376 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12378         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12379         compiling.
12381         * gnus-sum.el: Ditto.
12383         * message.el: Don't bind tool-bar-map when compiling.
12385 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12387         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12389 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12391         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12392         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12393         current Google Groups.
12395 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12397         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12398         and tool-bar-mode.
12400         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12401         and tool-bar-mode.
12403         * message.el (message-tool-bar-update): Simplify.
12404         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12406         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12407         gnus-summary-buffer.
12408         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12409         gnus-summary-reply.
12411         * gmm-utils.el (gmm): Add :version.
12413 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12415         * Makefile.in (clean): New rule.
12416         (distclean): Use it.
12418 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12420         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12421         Don't autoload.
12423 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12425         * gmm-utils.el (gmm-verbose): Add :group.
12427 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12429         * message.el: Change some comments WRT tool-bars.
12431         * gnus-sum.el (gnus-summary-tool-bar)
12432         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12433         (gnus-summary-tool-bar-zap-list): New variables.
12434         (gnus-summary-make-tool-bar): Complete rewrite using
12435         `gmm-tool-bar-from-list'.
12437         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12438         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12439         New variables.
12440         (gnus-group-make-tool-bar): Complete rewrite using
12441         `gmm-tool-bar-from-list'.
12442         (gnus-group-tool-bar-update): New function.
12444         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12446 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12448         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12449         is dissected into a single part of which the type is the same as
12450         the given one; decode charset.
12452 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12454         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12455         into alists as symbol not string, since that's what
12456         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12457         look for.
12459 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12461         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12462         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12464         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12466 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12468         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12469         (gnus-xmas-mime-security-button-menu): New function.
12471         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12472         (gnus-mime-security-button-menu): New definition.
12473         (gnus-mime-security-button-map): Use them.
12474         (gnus-mime-security-button-menu): New function.
12475         (gnus-insert-mime-security-button): Addition to help echo.
12476         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12477         (gnus-mime-security-pipe-part): New functions.
12479         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12480         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12482         * mm-decode.el (mm-handle-set-disposition): Remove.
12483         (mm-handle-set-description): Remove.
12485 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12487         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12488         (mm-w3m-standalone-supports-m17n-p): New function.
12489         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12490         w3m usage.
12492         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12493         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12495 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12497         * message.el (message-tool-bar-zap-list):
12498         Use gmm-tool-bar-zap-list as custom type.
12499         (message-tool-bar-update): New function.
12500         (message-tool-bar, message-tool-bar-gnome)
12501         (message-tool-bar-retro): Add message-tool-bar-update.
12502         (message-tool-bar-gnome): Add flyspell-buffer.
12504         * gnus-util.el (gnus-error): Describe `args'.
12506         * gmm-utils.el (gmm-error): Describe `args'.
12507         (gmm-tool-bar-zap-list): New widget.
12508         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12510 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12512         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12513         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12514         the number of recursive calls.
12516         * mm-decode.el (mm-handle-set-disposition): New macro.
12517         (mm-handle-set-description): New macro.
12519 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12521         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12522         encoding.
12524 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12526         * message.el (message-tool-bar-zap-list, message-tool-bar)
12527         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12528         (message-tool-bar-local-item-from-menu): Remove.
12529         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12530         (message-make-tool-bar): New function.
12531         (message-mode): Use `message-make-tool-bar'.
12533         * gmm-utils.el: New file.
12534         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12535         (gmm-lazy): New widget copied from `nnmail.el'.
12536         (gmm-tool-bar-from-list): New function for creating customizable
12537         tool bars.
12538         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12539         output.
12540         (gmm): Add :prefix to defgroup.
12542 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12544         * gmm-utils.el (gmm-widget-p): New function.
12546 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12548         * mml.el (mml-attach-file): Describe `description' in doc string.
12549         (mml-menu): Add Emacs MIME manual and PGG manual.
12551 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12553         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12555 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12557         * nntp.el (nntp-end-of-line): Doc fix.
12559 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12561         * imap.el (imap-open): Handle case where buffer is a buffer
12562         object.
12564 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12566         * gnus-delay.el (gnus-delay): Don't autoload.
12567         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12568         to be re-loaded when customizing the `gnus-delay' group.
12570 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12572         * message.el (message-insert-citation-line): Use newlines.
12574 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12576         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12577         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12578         these routines, so the passphrase can be managed externally and
12579         passed in to the system.
12580         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12581         pgg-add-passphrase-to-cache function.
12583         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12584         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12585         these routines, so the passphrase can be managed externally and
12586         passed in to the system.
12587         (pgg-pgp5-sign-region): Use new name of
12588         pgg-add-passphrase-to-cache function.
12590 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12592         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12593         part of the decoded armor to find the key-identifier.
12594         (pgg-gpg-lookup-key-owner): New function to return the
12595         human-readable identifier of a key owner.
12596         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12597         itself.
12598         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12599         the key value) if we have a key and can match it against a secret
12600         key.  Also, added a note pointing out fact that the prompt only
12601         indicates the first matching key.
12603         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12604         pgg-decrypt-region.
12605         (pgg-add-passphrase-to-cache): Rename from
12606         `pgg-add-passphrase-cache' to reduce confusion (all callers
12607         changed).
12608         (pgg-remove-passphrase-from-cache): Rename from
12609         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12610         changed).
12611         (pgg-read-passphrase, pgg-add-passphrase-cache)
12612         (pgg-remove-passphrase-cache): Add informative docstrings.
12613         (pgg-decrypt): Convey provided passphrase in subordinate call to
12614         pgg-decrypt-region.
12616 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12618         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12619         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12620         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12621         'passphrase' argument, so the passphrase can be managed externally
12622         and then passed in to the system.
12624         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12625         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12626         so the passphrase cache can be used reliably with identifiers
12627         besides a pgp packet's key id.
12629         * pgg-gpg.el (pgg-gpg-encrypt-region)
12630         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12631         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12632         these routines, so the passphrase can be managed externally and
12633         passed in to the system.
12635         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12636         'notruncate' argument, so the passphrase cache can be used
12637         reliably with identifiers besides a pgp packet's key id.
12639 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12641         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12642         symmetric encryption.
12643         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12644         encrypted session key.
12645         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12646         message ask for the passphrase in a proper way.
12648         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12649         New user commands for symmetric encryption.
12651 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12653         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12655         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12657 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12659         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12661 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12663         * mm-decode.el (mm-inlined-types): Add application/pgp.
12664         (mm-automatic-display): Ditto.
12666         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12667         part as text.
12669 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12671         * nnrss.el: Update copyright.
12672         (nnrss-opml-import): Query whether to subscribe to each entry.
12674         * gnus-art.el:
12675         * gnus-sum.el:
12676         * gnus-xmas.el:
12677         * messagexmas.el:
12678         * mm-uu.el:
12679         * mm-view.el: Update copyright.
12681 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12683         * message.el (message-info): New function.
12684         (message-mode-menu): Add it.
12685         Update copyright.
12687         * ChangeLog: Fix and update copyright.
12689 2006-01-13  Romain Francoise  <romain@orebokech.com>
12691         * message.el (message-forward-subject-name-subject): Prefer the
12692         address to 'nowhere' if the sender has no name.
12693         Fix typo.  Update copyright year.
12695 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12697         * gnus-art.el (article-wash-html):
12698         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12699         (gnus-article-wash-html-with-w3m-standalone): New function.
12701         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12702         mm-inline-text-html-render-with-w3m-standalone.
12703         (mm-text-html-washer-alist): Map w3m-standalone to
12704         gnus-article-wash-html-with-w3m-standalone.
12705         (mm-inline-text-html-render-with-w3m-standalone): New function.
12707 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12709         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12710         Improve LaTeX.
12712 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12714         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12715         (nnrss-request-article): Render text/plain parts as HTML.
12717         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12718         the buffer.
12720 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12722         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12723         custom definition of `gnus-posting-styles'.
12725         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12726         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12728 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12730         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12731         Use nntp for bug archive.
12733 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12735         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12736         parts.
12737         (nnrss-normalize-date): New function converts ISO 8601 date into
12738         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12739         (nnrss-check-group): Use it.
12741 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12743         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12745         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12746         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12747         (nnrss-insert-w3): Ditto.
12749 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12751         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12752         the articles to be forwarded including the case where neither a
12753         number of articles nor a region is specified.
12755 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12757         * nnrss.el (nnrss-request-article): Fix last change; fill
12758         text/plain parts.
12760 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12762         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12763         in text/plain part.
12764         (nnrss-check-group): Don't add excessive newline to dc:subject.
12766 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12768         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12769         article.
12771 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12773         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12774         (nnml-use-compressed-files, nnml-save-mail): Support other
12775         comression programs such as bzip2.
12777 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12779         * dns.el (query-dns): Make sure we check the buffer size before
12780         removing tcp headers.
12782 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12784         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12785         remove MIME buttons associated with multipart/alternative parts.
12786         (gnus-mime-display-alternative): Tag buttons using `article-type'
12787         text property.
12789         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12790         associated with multipart/alternative parts.
12792         * gnus-art.el (gnus-signature-separator): Fix custom type.
12794         * mm-decode.el (mm-inlined-types): Fix custom type.
12795         (mm-keep-viewer-alive-types): Ditto.
12796         (mm-automatic-display): Ditto.
12797         (mm-attachment-override-types): Ditto.
12798         (mm-inline-override-types): Ditto.
12799         (mm-automatic-external-display): Ditto.
12801 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12803         * spam-report.el (spam-report-user-mail-address)
12804         (spam-report-user-agent): New variables.
12805         (spam-report-url-ping-plain): Use spam-report-user-agent.
12807 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12809         * gnus-art.el (gnus-button-handle-custom): Do not just use
12810         `customize-apropos' for any "M-x customize-*" button but the
12811         function called for.  Accept both the function name and its
12812         argument in order to achieve this.
12813         (gnus-button-alist): Remove support for "custom:" URL's.
12814         Pass function name to `gnus-button-handle-custom' in case of "M-x
12815         customize-*" buttons.
12817 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12819         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12820         multipart/alternative and add xref to mm-discouraged-alternatives
12821         in doc string.
12823         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12824         gnus-buttonized-mime-types in doc string.
12826 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12828         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12829         Suggest image/.* in the doc string.
12831 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12833         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12834         message-marks (Debian bug #342521).
12836 2005-12-12  Simon Josefsson  <jas@extundo.com>
12838         * password.el (password-read-from-cache): Add.
12839         (password-read): Use it.
12841 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12843         * rfc2047.el (rfc2047-charset-to-coding-system):
12844         Recognize us-ascii as a MIME charset.
12846         * mm-bodies.el (mm-decode-content-transfer-encoding):
12847         Protect against the case where the 2nd arg TYPE is nil.
12849 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12851         * pop3.el (pop3-stream-type): Fix custom version.
12853         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12855 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12857         * mm-decode.el (mm-display-external): Add missing cdr.
12859 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12861         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12862         RFC1524) if it is in mailcap or add a suffix according to
12863         mailcap-mime-extensions when generating a temp filename; postpone
12864         deleting a temp file for 2 seconds for some wrappers, shell
12865         scripts, and so on, which might exit right after having started a
12866         viewer command as a background job.
12868 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12870         * nntp.el (nntp-marks-directory): Fix custom group.
12872         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12873         steps when < 10.
12875         * gnus-start.el (gnus-no-server-1):
12876         Mention `gnus-level-default-subscribed' in doc string.
12878 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12880         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12881         parens.
12883 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12885         * gnus-xmas.el (gnus-use-toolbar): Revert.
12886         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12887         gnus-use-toolbar is default.
12889         * messagexmas.el (message-use-toolbar): Revert.
12890         (message-setup-toolbar): Use global default-toolbar if
12891         message-use-toolbar is default.
12893 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12895         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12896         according to default-toolbar-visible-p.
12898         * messagexmas.el (message-use-toolbar): Ditto.
12900 2005-11-26  Dave Love  <fx@gnu.org>
12902         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12903         (tls-program, tls-success): Provide openssl alternative.
12905         * starttls.el: Doc fixes.
12906         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12907         SERVICE to PORT.
12909         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12910         port null or service name.
12911         (starttls-negotiate): Autoload.
12913 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12915         * message.el (message-kill-to-signature): Fix interactive spec.
12917 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12919         * pop3.el (pop3-open-server): Recognize a string as a service name.
12921 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12923         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12925 2005-11-23  Dave Love  <fx@gnu.org>
12927         Add pop3s, pop3/starttls.
12929         * pop3.el (pop3-authentication-scheme): Clarify doc.
12930         (open-tls-stream, starttls-open-stream): Autoload.
12931         (pop3-stream-type): New.
12932         (pop3-open-server): Use it.
12934         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12935         for POP.
12936         (mail-source-keyword-map): Add :stream for POP.
12937         (mail-source-fetch-pop): Use pop3-stream-type.
12939 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12941         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12942         of current-time-string.
12944 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12946         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12947         date header.
12949 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12951         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12952         it can seriously impact performance as it bypasses the agent's
12953         local caches.
12955 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12957         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12958         must be explicitly online rather than "not explicitly offline" for
12959         its flags to be synchronized.
12961         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12962         that gnus-uu-unmark-thread will function correctly.
12964         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12965         1024K is instead displayed as 1M.
12967 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12969         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12971 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12973         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12975 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12977         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12978         error message to display actual error condition.
12979         (gnus-agent-save-local): Avoid saving symbols that are bound to
12980         nil as they simply result in a warning message in
12981         gnus-agent-read-local.
12983 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12985         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12986         rather than make-variable-buffer-local for file-precious-flag.
12988 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12990         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12991         for duplicates which are removed.  The invalid sort check then
12992         triggers a rescan after the sort as sorting may have moved
12993         duplicate entries such that they can be cheaply detected.
12995 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12997         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12999 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13001         * gnus-agent.el (gnus-agent-article-alist-save-format):
13002         Change internal variable to a custom variable.  Change default value
13003         from compressed(2) to uncompressed(1).
13004         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13005         support for uncompressed agentview files.  Taken together, reading
13006         the agentview file should now be 6-7 times faster.
13008 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13010         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13011         as a buffer-local variable.  This avoids creating truncated
13012         dribble files as a result of a hang up, eg.
13014 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13016         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13017         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13018         XEmacs.
13020 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13022         * gnus-start.el (gnus-start-draft-setup):
13023         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13025         * gnus.el (gnus-splash): Change custom group.
13026         (gnus-group-get-parameter, gnus-group-parameter-value):
13027         Describe allow-list argument.
13029         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13030         string.
13032 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13034         * gnus-art.el (gnus-default-article-saver): Add user-defined
13035         `function' to custom type.
13037 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13039         * imap.el (imap-open): Handle case where buffer is a buffer
13040         object.
13042 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13044         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13045         long lines.
13046         (gnus-cache-delete-group): Wrap doc strings.
13048         * gnus-agent.el (gnus-agent-rename-group)
13049         (gnus-agent-delete-group): Wrap doc strings.
13051 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13053         * messagexmas.el (message-use-toolbar): Change the valid values
13054         into default, top, bottom, left, and right.
13055         (message-toolbar-thickness): New variable.
13056         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13057         well.
13058         (message-setup-toolbar): Make it work.
13060         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13061         (gnus-use-toolbar): Change the valid values into default, top,
13062         bottom, left, and right.
13063         (gnus-toolbar-thickness): New variable.
13064         (gnus-xmas-setup-toolbar): New function.
13065         (gnus-xmas-setup-group-toolbar): Use it.
13066         (gnus-xmas-setup-summary-toolbar): Use it.
13068 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13070         * gnus-start.el (gnus-1): Add "native" to
13071         gnus-predefined-server-alist.
13073         * gnus.el (gnus-method-to-server): Don't add "native" to the
13074         lists here, because that leads to problems when
13075         gnus-select-method is bound.
13077 2005-11-09  Simon Josefsson  <jas@extundo.com>
13079         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13080         use (not sort-by-date) instead.
13082 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13084         * gnus-delay.el (gnus-delay-group): Don't autoload.
13085         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13086         to be re-loaded when customizing the `gnus-delay' group.
13088 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13090         * message.el: Revert last changes.
13091         (message-insert-citation-line): Use newlines.
13093 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13095         * message.el (message-courtesy-message)
13096         (message-mark-insert-begin, message-mark-insert-end)
13097         (message-elide-ellipsis, message-cancel-message)
13098         (message-add-header, message-change-subject)
13099         (message-cross-post-followup-to-header)
13100         (message-cross-post-insert-note, message-reduce-to-to-cc)
13101         (message-widen-reply, message-delete-not-region)
13102         (message-kill-to-signature, message-insert-signature)
13103         (message-insert-importance-high, message-insert-importance-low)
13104         (message-insert-or-toggle-importance)
13105         (message-insert-disposition-notification-to)
13106         (message-indent-citation, message-yank-original)
13107         (message-cite-original-without-signature, message-cite-original)
13108         (message-insert-citation-line, message-position-on-field)
13109         (message-fix-before-sending, message-send-mail-partially)
13110         (message-send-mail, message-send-mail-with-sendmail)
13111         (message-send-mail-with-qmail, message-send-news)
13112         (message-check-news-header-syntax, message-generate-headers)
13113         (message-insert-courtesy-copy, message-fill-address)
13114         (message-fill-header, message-shorten-references)
13115         (message-setup-1, message-cancel-news)
13116         (message-forward-make-body-plain, message-forward-make-body-mime)
13117         (message-forward-make-body-mml, message-encode-message-body)
13118         (message-forward-make-body-digest-plain)
13119         (message-forward-make-body-digest-mime)
13120         (message-use-alternative-email-as-from): Insert `hard-newline'
13121         instead of ordinary newlines.
13123 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13125         * message.el (message-generate-headers): Downcase the argument
13126         given to message-check-element.
13128 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13130         * nntp.el (nntp-authinfo-rejected): New error condition.
13131         (nntp-wait-for): Use new error condition to signal authentication
13132         error.
13133         (nntp-retrieve-data): Rethrow new error condition to break out of
13134         recursive call to nntp-send-authinfo.
13136 2005-11-08  Romain Francoise  <romain@orebokech.com>
13138         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13139         (gnus-summary-exit-map): Bind to `Z p'.
13140         (gnus-summary-make-menu-bar): Add menu item.
13142 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13144         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13145         (gnus-treat-*): Add `first' in all doc strings.
13147         * gnus-group.el (gnus-group-compact-group): Fix typo.
13149 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13151         * gnus.el (gnus-parameters-case-fold-search): New variable.
13152         (gnus-parameters-get-parameter): Use it.
13154         * gnus-score.el (gnus-home-score-file): Doc fix.
13156 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13158         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13160 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13162         * mm-util.el (mm-special-display-p): New function.
13164         * mml.el (mml-preview): Use it; doc fix.
13166 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13168         * imap.el (imap-open): Handle case where buffer is a buffer object.
13170 2005-10-29  Romain Francoise  <romain@orebokech.com>
13172         * message.el (message-fix-before-sending): Fix comment.
13174 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13176         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13178 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13180         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13181         Used in gnus-score.el.
13183 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13185         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13187 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13189         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13190         whitespace removed in revision 7.8.  Use concatenated string to
13191         protect trailing whitespace.
13193 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13195         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13196         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13197         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13198         Courier IMAP ("some version from 2004").  Mostly based on similar
13199         code in the same function.
13201 2005-10-26  Didier Verna  <didier@xemacs.org>
13203         * gnus-group.el (gnus-group-compact-group): Invalidate original
13204         article buffer.
13205         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13206         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13207         NOV database and in article itself.
13208         Invalidate article backlog.
13210 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13212         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13214 2005-10-26  Simon Josefsson  <jas@extundo.com>
13216         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13217         part of 2004-07-25 change.
13219 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13221         * message.el (message-display-completion-list): New function.
13222         (message-expand-group): Use it; make sure the Completions buffer
13223         is modifiable.
13224 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13226         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13227         user-mail-name is an empty string.
13229 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13231         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13232         depending on gnus-score-decay-constant.
13234         * encrypt.el (encrypt-insert-file-contents)
13235         (encrypt-write-file-contents): Don't use `gnus-message'.
13237         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13238         arguments.
13239         (mm-uu-type-alist): Add message-marks and insert-marks.
13240         Pass arguments to mm-uu-verbatim-marks-extract.
13241         (mm-uu-hide-markers): New variable.
13242         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13244         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13245         (gnus-convert-image-to-face-command): Use "convert" by default to
13246         allow other input image formats.
13247         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13248         accordingly.
13250 2005-10-23  Simon Josefsson  <jas@extundo.com>
13252         * imap.el (imap-gssapi-program): Align command line parameters
13253         with latest GNU SASL.
13254         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13256 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13258         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13259         HTML.
13260         (nnslashdot-request-article): Ditto.
13262         * lpath.el (featurep): Add nobreak-char-display.
13264 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13266         * mail-source.el (mail-source-fetch-pop): Require pop3.
13267         (mail-source-check-pop): Ditto.
13269 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13271         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13272         errors.
13274 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13276         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13277         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13279         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13281         * mm-bodies.el (mm-decode-string):
13282         Call `mm-charset-to-coding-system' with allow-override argument.
13284 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13286         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13287         (rfc2047-charset-to-coding-system): New function.
13288         (rfc2047-decode-encoded-words): New function.
13289         (rfc2047-decode-region): Use them.
13290         (rfc2047-decode-cte): Remove.
13291         (rfc2047-parse-and-decode): Remove.
13292         (rfc2047-decode): Remove.
13294 2005-10-15  Kenichi Handa  <handa@m17n.org>
13296         * rfc2047.el (rfc2047-decode-cte): New function.
13297         (rfc2047-decode-region): Change the way to decode successive
13298         encoded-words: decode B- or Q-encoding in each encoded-word,
13299         concatenate them, and decode it as charset.
13301 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13303         * lpath.el: Fbind codepage-setup for XEmacs.
13305 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13307         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13308         widget-move-and-invoke.
13309         (gnus-custom-mode): Use gnus-custom-map.
13311 2005-10-15  Bill Wohler  <wohler@newt.com>
13313         * message.el (message-tool-bar-map): Rename image file from
13314         mail_send to mail/send.
13316 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13318         * message.el (message-expand-group): Pass the common
13319         prefix substring of completion to `display-completion-list'.
13321 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13323         * mml-sec.el (mml-secure-method): New internal variable.
13324         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13325         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13326         New functions using mml-secure-method.
13328         * mml.el (mml-mode-map): Add key bindings for those functions.
13329         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13330         Harder <harder@myrealbox.com>.
13331         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13332         Goto end of message if point is the headers of the message.
13334         * message.el (message-in-body-p): New function.
13336         * assistant.el: Autoload gnus-util and netrc.
13338         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13339         Use `mm-charset-override-alist' only when decoding.
13341         * mm-bodies.el (mm-decode-body):
13342         Call `mm-charset-to-coding-system' with allow-override argument.
13344         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13345         `filename' from Content-Disposition if Content-Type doesn't
13346         provide `name'.
13347         (gnus-mime-view-part-as-type): Set default instead of
13348         initial-input.
13350 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13352         * format-spec.el (format-spec): Propagate text properties of % spec.
13354 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13356         * gnus-art.el (gnus-treat-predicate): Add `first'.
13358 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13360         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13361         (mm-charset-override-alist): New variable.
13362         (mm-charset-to-coding-system): Use it.
13363         (mm-codepage-setup): New helper function.
13364         (mm-charset-eval-alist): New variable.
13365         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13366         Warn about unknown charsets.
13368         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13370 2005-10-04  David Hansen  <david.hansen@gmx.net>
13372         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13373         (nnrss-check-group): Ditto.
13375 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13377         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13378         Rename x-gnus-verbatim to x-verbatim.
13379         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13381         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13382         x-verbatim.
13384         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13386         * gnus-util.el (gnus-remove-duplicates): Remove.
13388         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13389         instead of gnus-remove-duplicates.
13391         * message.el (message-remove-duplicates): Remove.
13392         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13393         message-remove-duplicates.
13395         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13396         available, else use implementation from `delete-dups'.
13398         * message.el (message-insert-expires): New function.
13399         (message-mode-map): Add key binding.
13400         (message-mode-field-menu): Add menu entry.
13401         (message-mode): Document it.
13402         (message-make-expires-date): Use `message-make-date'.
13404 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13406         * message.el (message-make-expires-date): New function.
13408 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13410         * Makefile.in (list-installed-shadows): New entry.
13411         (install): Use it.
13412         (remove-installed-shadows): New entry.
13414         * dgnushack.el (dgnushack-default-load-path): New variable.
13415         (dgnushack-find-lisp-shadows): New function.
13416         (dgnushack-remove-lisp-shadows): New function.
13418 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13420         * Makefile.in (install-el-elc): New entry.
13421         (install): Use it so that .el files are necessarily installed.
13423 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13425         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13427 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13429         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13430         function rather than the diff-mode.el package.
13431         (mm-display-external): Use with-current-buffer.
13432         (mm-viewer-completion-map, mm-viewer-completion-map):
13433         Move initialization inside declaration.
13435 2005-09-29  Simon Josefsson  <jas@extundo.com>
13437         * spam.el: Load hashcash when compiling, to avoid warnings.
13438         Don't autoload mail-check-payment.
13439         (spam-check-hashcash): Define unconditionally, since hashcash.el
13440         is part of Gnus now.  Ignore errors from payment checking.
13442 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13444         * message.el (message-bold-region, message-unbold-region):
13445         Rename from `bold-region' and `unbold-region'.
13447         * message.el: Remove useless autoloads.
13449 2005-09-28  Simon Josefsson  <jas@extundo.com>
13451         * message.el (message-use-idna): Default to t.
13452         (message-use-idna): Test whether encoding works too.  Doc fix.
13454 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13456         * nntp.el (nntp-warn-about-losing-connection): Remove.
13458 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13460         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13461         customizable.  Change default value.
13462         (mm-uu-diff-groups-regexp): Change default value.
13463         (mm-uu-type-alist): Add doc string.
13464         (mm-uu-configure): Add doc string.  Make it interactive.
13465         (mm-uu-tex-groups-regexp): New variable.
13466         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13467         (mm-uu-type-alist): Add LaTeX documents.
13468         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13469         of "text/verbatim".
13470         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13472         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13473         instead of "text/verbatim".
13475         * message.el (message-mark-inserted-region)
13476         (message-mark-insert-file): Use slrn style marks when called with
13477         prefix argument.
13479 2005-09-27  Simon Josefsson  <jas@extundo.com>
13481         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13483 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13485         * message.el (message-remove-duplicates): New function.
13486         Implementation borrowed from `gnus-remove-duplicates'.
13487         (message-idna-to-ascii-rhs): Also encode idna addresses in
13488         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13489         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13490         only ask about the same idna domain once per header and also tell
13491         in what header to replace the idna domain.
13493         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13494         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13495         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13496         a header is decoded and not just the last one.
13498 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13500         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13501         has been decoded.
13503         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13504         (mm-insert-part): Don't modify text if it has been decoded.
13506         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13507         decoded.
13509         * mm-view.el (mm-inline-text): Don't strip text props unless
13510         decoding enriched or richtext parts.
13512 2005-09-25  Romain Francoise  <romain@orebokech.com>
13514         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13515         * gnus-start.el (gnus-subscribe-interactively):
13516         * gnus-uu.el (gnus-uu-grab-articles):
13517         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13518         space.
13520 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13522         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13523         * mm-view.el (mm-view-pkcs7-decrypt):
13524         * gnus-sum.el (gnus-summary-limit-to-extra)
13525         (gnus-summary-respool-article, gnus-read-move-group-name):
13526         * gnus-score.el (gnus-summary-increase-score):
13527         * gnus-util.el (gnus-completing-read-with-default):
13528         * gnus-art.el (gnus-read-save-file-name)
13529         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13530         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13531         * message.el (message-check-news-header-syntax):
13532         Follow convention for reading with the minibuffer.
13534 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13536         * spam-report.el (spam-report-url-ping-plain):
13537         Use gnus-extended-version as User-Agent.
13539         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13540         default value is nil.
13542         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13543         (mm-uu-verbatim-marks-extract): New function.
13544         (mm-uu-extract): New face.
13545         (mm-uu-copy-to-buffer): Use it.
13547         * spam-report.el (spam-report-gmane-ham): Rename from
13548         `spam-report-gmane-unspam'.
13549         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13550         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13552         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13553         Autoload.
13554         (spam-report-gmane-unregister-routine):
13555         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13557 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13559         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13560         (spam-report-gmane-unregister-routine): Add support for gmane
13561         unregistration.
13563         * spam-report.el (spam-report-gmane-unspam)
13564         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13565         (spam-report-gmane): Change to take a single article and do unspam
13566         registration.
13568 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13570         * mm-url.el (mm-url-decode-entities): Fix regexp.
13572 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13574         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13575         default to nil, to be able to use Gnus at all.  If the default
13576         switches to something else, then the function should be fixed not
13577         be exceedingly slow.
13579 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13581         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13582         fail hard.
13584         * spam-report.el: Add better Keywords line.
13586         * spam.el: Add Maintainer and better Keywords line.
13588 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13590         * gnus-art.el (gnus-article-replace-part)
13591         (gnus-mime-replace-part): New functions.
13592         (gnus-mime-action-alist, gnus-mime-button-commands)
13593         (gnus-mime-save-part-and-strip): Add file argument.
13594         (gnus-article-part-wrapper): Add interactive argument.
13596         * gnus-sum.el (gnus-summary-mime-map):
13597         Add `gnus-article-replace-part'.
13599 2005-09-19  Didier Verna  <didier@xemacs.org>
13601         The nnml compaction feature:
13602         * nnml.el (nnml-request-compact-group): New function.
13603         * nnml.el (nnml-request-compact): New function.
13604         * gnus-int.el (gnus-request-compact-group): New function.
13605         * gnus-int.el (gnus-request-compact): New function.
13606         * gnus-group.el (gnus-group-compact-group): New function.
13607         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13608         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13609         * gnus-srvr.el (gnus-server-compact-server): New function.
13610         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13611         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13613 2005-09-18  Deepak Goel  <deego@gnufans.org>
13615         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13616         format spec.
13618 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13620         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13622 2005-09-15  Romain Francoise  <romain@orebokech.com>
13624         * message.el (message-fill-paragraph): Clarify docstring.
13626 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13628         * gnus-art.el (gnus-mime-display-part): Protect against broken
13629         MIME messages.
13631 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13633         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13634         before parsing header.
13636 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13638         * html2text.el (html2text-replace-list): Add new entities.
13640 2005-09-11  Romain Francoise  <romain@orebokech.com>
13642         * message.el (message-alternative-emails): Improve docstring.
13643         (message-setup-1): Call `message-use-alternative-email-as-from'
13644         after `message-setup-hook' to give it precedence over posting
13645         styles, etc.
13646         (message-use-alternative-email-as-from): Add docstring.
13647         Remove the original From header if present.
13649         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13650         (nnml-save-mail): Use it.
13652         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13653         articles.  Add new argument `silent'.
13654         (gnus-uu-mark-all): Report the total number of marked articles.
13656 2005-09-10  Romain Francoise  <romain@orebokech.com>
13658         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13659         (gnus-uu-mark-series): Likewise.
13661 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13663         * spam-report.el (spam-report-gmane): Fix generation of spam
13664         report URL.
13666 2005-09-10  Simon Josefsson  <jas@extundo.com>
13668         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13669         t, based on discussion on the ding list with Robert Epprecht
13670         <epprecht@solnet.ch>.
13672 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13674         * spam-report.el (spam-report-gmane): Make it work without
13675         X-Report-Spam header.  Gmane now only provides Archived-At.
13676         This is only used if `spam-report-gmane-use-article-number' is nil.
13677         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13679         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13680         make `gnus-summary-sort-by-recipient' work with threading.
13682         * nnweb.el (nnweb-google-wash-article): Print a message if article
13683         is not available.
13685 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13687         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13688         change.  Decode text/* parts content before displaying.
13690 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13692         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13694 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13696         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13698         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13699         url-package-name, url-package-version,
13700         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13701         w3m-display-inline-images, and w3m-minor-mode-map.
13703 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13705         * message.el (message-tab-body-function): Fix mismatched custom type.
13707         * gnus.el (gnus-group-change-level-function): Ditto.
13709         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13711         * gnus-art.el (gnus-signature-limit)
13712         (gnus-article-mime-part-function): Ditto.
13714 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13716         * mml.el (mml-mode): Silence the byte compiler.
13718         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13719         using `(sit-for 0)' before moving the point to the specified part;
13720         skip unbuttonized parts.
13721         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13722         return to the summary window if gnus-auto-select-part is non-nil.
13724 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13726         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13727         New variables.
13728         (mml-dnd-attach-file, mml-mode): Use them.
13730         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13731         Make fetching article by MID work again for Google Groups.
13732         Add FIXME concerning gnus-group-make-web-group.
13734         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13735         Don't depend on Gnus by using mail-extract-address-components if
13736         gnus-extract-address-components is not bound.
13738 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13740         * gnus-art.el (gnus-mime-display-security): Don't display the
13741         signature, but only the signed part.
13743 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13745         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13747         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13748         list, not listp.
13750 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13752         * mm-encode.el (mm-encode-content-transfer-encoding):
13753         Likewise when encoding.
13755         * mm-bodies.el (mm-decode-content-transfer-encoding):
13756         De-canonicalize CRLF for all text content types, not just
13757         text/plain.
13759 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13761         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13762         valid article; point arrow and cursor at the MIME button.
13764 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13766         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13767         Suggested by Dan Christensen <jdc@uwo.ca>.
13769         * mm-decode.el (mm-save-part): Enable change of prompt.
13771 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13773         * gnus-msg.el (gnus-inews-add-send-actions):
13774         Make `message-post-method' lambda parameter ARG `&optional'.
13776 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13778         * gnus-sum.el (gnus-summary-mime-map):
13779         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13780         gnus-article-jump-to-part.
13782         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13783         (gnus-article-edit-part): Use it.
13784         (gnus-article-part-wrapper): Add no-handle argument.
13785         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13786         New functions.
13788 2005-08-29  Romain Francoise  <romain@orebokech.com>
13790         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13791         docstring.
13792         (gnus-face-from-file): Likewise.
13794 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13796         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13797         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13798         non-nil.
13799         (gnus-auto-select-part): New variable.
13800         (gnus-article-jump-to-part): New function.
13801         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13802         (gnus-mime-delete-part): Allow selecting specified part after
13803         deleting or stripping parts.
13804         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13805         part if argument is bogus.
13807 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13809         * gnus-art.el (w3m-minor-mode-map):
13810         * gnus-spec.el (gnus-newsrc-file-version):
13811         * gnus-util.el (nnmail-active-file-coding-system)
13812         (gnus-original-article-buffer, gnus-user-agent):
13813         * gnus.el (gnus-ham-process-destinations)
13814         (gnus-parameter-ham-marks-alist)
13815         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13816         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13817         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13818         * mm-decode.el (gnus-current-window-configuration):
13819         * mm-extern.el (gnus-article-mime-handles):
13820         * mm-url.el (url-current-object, url-package-name)
13821         (url-package-version):
13822         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13823         (smime-keys, w3m-cid-retrieve-function-alist)
13824         (w3m-current-buffer, w3m-display-inline-images)
13825         (w3m-minor-mode-map):
13826         * mml-smime.el (gnus-extract-address-components):
13827         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13828         (gnus-newsrc-hashtb, message-default-charset)
13829         (message-deletable-headers, message-options)
13830         (message-posting-charset, message-required-mail-headers)
13831         (message-required-news-headers):
13832         * mml1991.el (mc-pgp-always-sign):
13833         * mml2015.el (mc-pgp-always-sign):
13834         * nnheader.el (nnmail-extra-headers):
13835         * rfc1843.el (gnus-decode-encoded-word-function)
13836         (gnus-decode-header-function, gnus-newsgroup-name):
13837         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13839 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13841         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13842         the end of the date treatments.
13844 2005-08-15  Simon Josefsson  <jas@extundo.com>
13846         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13847         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13848         Capello and Romain Francoise.
13849         (pgg-fetch-key-function): Remove, not used?
13850         (pgg-insert-url-with-w3): Require url, to get
13851         url-insert-file-contents regardless of where it is defined.
13853 2005-08-13  Romain Francoise  <romain@orebokech.com>
13855         * message.el (message-cite-original-1): New function.
13856         (message-cite-original): Use it.
13857         (message-cite-original-without-signature): Ditto.
13859 2005-08-08  Romain Francoise  <romain@orebokech.com>
13861         * message.el (message-yank-empty-prefix): New variable.
13862         (message-indent-citation): Use it.
13863         (message-cite-original-without-signature): Respect X-No-Archive.
13865 2005-08-08  Simon Josefsson  <jas@extundo.com>
13867         * pgg.el: Autoload url-insert-file-contents instead of loading
13868         w3/url.
13869         (pgg-insert-url-with-w3): Don't load url here.
13871 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13873         * message.el (message-kill-to-signature): Don't insert newline at
13874         bol.
13875         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13877 2005-08-06  Romain Francoise  <romain@orebokech.com>
13879         * message.el (message-user-fqdn): Fix typo in docstring.
13881 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13883         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13885         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13887 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13889         * mm-bodies.el (mm-encode-body): Use coding system rather than
13890         charset to encode text.
13892         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13893         number of charsets if utf-8 is available (XEmacs).
13895 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13897         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13898         taken from `gnus-button-mid-or-mail-regexp'.
13899         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13900         (gnus-button-alist): Improve regexp for domain part of the MIDs
13901         for news:localpart@domain buttons.
13902         (gnus-button-ctan-directory-regexp): Update.
13904 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13906         * sieve-manage.el (sieve-manage-interactive-login):
13907         Use make-local-variable rather than make-variable-buffer-local.
13908         (sieve-manage-open): Ditto.
13909         (sieve-manage-authenticate): Ditto.
13911         * mml.el (mml-generate-mime-1): Make the content type default to
13912         text/plain if the filename is not specified.
13914 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13916         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13917         instead of insert-buffer.
13919         * message.el (message-yank-original): Ditto; set the mark at the
13920         end of the yanked message.
13922 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13924         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13925         lines to scroll rather than to stop it.
13927         * mml.el (mml-generate-default-type): Add doc string.
13928         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13929         default to application/octet-stream when determining the content
13930         type if it is not specified for the part or the mml contents; add
13931         a comment about mml-generate-default-type.
13933 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13935         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13936         make it default to application/octet-stream when determining the
13937         content type if it is not specified for the external contents.
13939 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13941         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13942         segmented parameter but also other parameters might be there.
13944 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13946         * mm-decode.el (mm-display-external): Delete temp file, directory
13947         and buffer immediately if the external process is exited.
13949 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13951         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13952         fewer lines than that of scroll-margin.
13953         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13955 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13957         * gnus-art.el (gnus-article-next-page): Revert.
13958         (gnus-article-beginning-of-window): New macro.
13959         (gnus-article-next-page-1): Use it.
13960         (gnus-article-prev-page): Ditto.
13961         (gnus-article-edit-part): Use insert-buffer-substring instead of
13962         insert-buffer.
13963         (gnus-article-edit-exit): Ditto.
13965         * gnus-util.el (gnus-beginning-of-window): Remove.
13966         (gnus-end-of-window): Remove.
13968         * lpath.el: Don't bind header-line-format and scroll-margin.
13970 2005-07-25  Simon Josefsson  <jas@extundo.com>
13972         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13973         to have the url package without w3.  Reported by Daiki Ueno
13974         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13976 2005-07-20  Didier Verna  <didier@xemacs.org>
13978         * gnus-diary.el: Remove the description comment (nndiary is now
13979         properly documented in the Gnus manual).
13980         Fix the spelling of "Back End".
13981         * nndiary.el: Ditto.
13982         Fix the copyright notice.
13984 2005-07-18  Romain Francoise  <romain@orebokech.com>
13986         * gnus-sum.el (gnus-summary-to-prefix)
13987         (gnus-summary-newsgroup-prefix): New variables.
13988         (gnus-summary-from-or-to-or-newsgroups): Use them.
13990 2005-07-17  Romain Francoise  <romain@orebokech.com>
13992         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13993         space as it's generally not especially interesting to the user.
13995 2005-07-16  Romain Francoise  <romain@orebokech.com>
13997         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13998         nil to avoid prompting and file modification if one of the
13999         messages at the top of the nnfolder file contains a copyright
14000         notice.
14001         Update copyright notice.
14003         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14004         instead of `current-time-string' as the latter creates a time
14005         string that is not RFC 2822 compliant (it lacks the zone).
14006         Update copyright notice.
14008 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14010         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14011         for text/rtf.  Display default in prompt.  Pass default for M-n.
14013         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14015 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14017         * gnus-msg.el (gnus-button-mailto):
14018         Remove save-selected-window-window hackery because it relies on
14019         save-selected-window internals.
14021 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14023         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14024         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14025         (gnus-article-prev-page): Ditto.
14027         * gnus-util.el (gnus-beginning-of-window): New function.
14028         (gnus-end-of-window): New function.
14030         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14032 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14034         * gnus-score.el (gnus-score-edit-all-score):
14035         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14036         gnus-message.
14038 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14040         * gnus-msg.el (gnus-button-mailto):
14041         Remove save-selected-window-window hackery because it relies on
14042         save-selected-window internals.
14044 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14046         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14047         add-minor-mode.
14048         (gnus-binary-mode): Ditto.
14050         * gnus-topic.el (gnus-topic-mode): Ditto.
14052 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14054         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14055         (gnus-article-prev-page): Take scroll-margin into consideration.
14057 2005-07-04  Lute Kamstra  <lute@gnu.org>
14059         Update FSF's address in GPL notices.
14061 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14063         * gnus.el (gnus-exit):
14064         * gnus-group.el (gnus-group-icons):
14065         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14067         * gnus-nocem.el (gnus-nocem):
14068         * message.el (message-various, message-buffers, message-sending)
14069         (message-interface, message-forwarding, message-insertion)
14070         (message-headers, message-news, message-mail):
14071         * pgg-gpg.el (pgg-gpg):
14072         * pgg-parse.el (pgg-parse):
14073         * pgg-pgp.el (pgg-pgp):
14074         * pgg-pgp5.el (pgg-pgp5):
14075         * pop3.el (pop3): Finish `defgroup' description with period.
14077 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14079         * gnus-art.el (article-display-face): Improve the efficiency.
14080         (article-display-x-face): Ditto; remove grey x-face stuff.
14082 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14084         * gnus-art.el (article-display-face): Correct the position in
14085         which Faces are inserted.
14087 2005-06-29  Didier Verna  <didier@xemacs.org>
14089         * gnus-art.el (article-display-face): Display faces in correct
14090         order.
14092 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14094         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14095         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14096         (gnus-nocem-check-article): Fetch the Type header.
14097         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14098         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14099         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14100         make sure gnus-nocem-hashtb is initialized.
14101         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14102         (gnus-nocem-unwanted-article-p): Ditto.
14104         * pgg.el (pgg-verify): Return the verification result.
14106 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14108         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14109         is ascii.
14111 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14113         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14114         `show-nonbreak-escape'.
14116 2005-06-23  Lute Kamstra  <lute@gnu.org>
14118         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14120         * dig.el (dig-mode):
14121         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14123 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14125         * nnimap.el (nnimap-split-download-body): Fix spellings.
14127 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14129         * gnus-art.el (gnus-article-encrypt-body):
14130         * gnus-cus.el (gnus-score-customize):
14131         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14132         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14134 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14136         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14137         header by looking for magic "MII" at the beginnig.
14139 2005-06-16  Miles Bader  <miles@gnu.org>
14141         * gnus-xmas.el (gnus-xmas-group-startup-message):
14142         Use renamed gnus-splash face.
14144         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14145         (assistant-field-face): New backward-compatibility alias for renamed
14146         face.
14147         (assistant-render-text): Use renamed assistant-field face.
14149         * spam.el (spam): Remove "-face" suffix from face name.
14150         (spam-face): New backward-compatibility alias for renamed face.
14151         (spam-face, spam-initialize): Use renamed spam face.
14153         * message.el (message-header-to, message-header-cc)
14154         (message-header-subject, message-header-newsgroups)
14155         (message-header-other, message-header-name)
14156         (message-header-xheader, message-separator, message-cited-text)
14157         (message-mml): Remove "-face" suffix from face names.
14158         (message-header-to-face, message-header-cc-face)
14159         (message-header-subject-face, message-header-newsgroups-face)
14160         (message-header-other-face, message-header-name-face)
14161         (message-header-xheader-face, message-separator-face)
14162         (message-cited-text-face, message-mml-face):
14163         New backward-compatibility aliases for renamed faces.
14164         (message-font-lock-keywords): Use renamed message faces.
14166         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14167         (sieve-test-commands, sieve-tagged-arguments):
14168         Remove "-face" suffix from face names.
14169         (sieve-control-commands-face, sieve-action-commands-face)
14170         (sieve-test-commands-face, sieve-tagged-arguments-face):
14171         New backward-compatibility aliases for renamed faces.
14172         (sieve-control-commands-face, sieve-action-commands-face)
14173         (sieve-test-commands-face, sieve-tagged-arguments-face):
14174         Use renamed sieve faces.
14176         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14177         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14178         (gnus-group-news-3-empty, gnus-group-news-4)
14179         (gnus-group-news-4-empty, gnus-group-news-5)
14180         (gnus-group-news-5-empty, gnus-group-news-6)
14181         (gnus-group-news-6-empty, gnus-group-news-low)
14182         (gnus-group-news-low-empty, gnus-group-mail-1)
14183         (gnus-group-mail-1-empty, gnus-group-mail-2)
14184         (gnus-group-mail-2-empty, gnus-group-mail-3)
14185         (gnus-group-mail-3-empty, gnus-group-mail-low)
14186         (gnus-group-mail-low-empty, gnus-summary-selected)
14187         (gnus-summary-cancelled, gnus-summary-high-ticked)
14188         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14189         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14190         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14191         (gnus-summary-low-undownloaded)
14192         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14193         (gnus-summary-low-unread, gnus-summary-normal-unread)
14194         (gnus-summary-high-read, gnus-summary-low-read)
14195         (gnus-summary-normal-read, gnus-splash):
14196         Remove "-face" suffix from face names.
14197         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14198         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14199         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14200         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14201         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14202         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14203         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14204         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14205         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14206         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14207         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14208         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14209         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14210         (gnus-summary-normal-ticked-face)
14211         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14212         (gnus-summary-normal-ancient-face)
14213         (gnus-summary-high-undownloaded-face)
14214         (gnus-summary-low-undownloaded-face)
14215         (gnus-summary-normal-undownloaded-face)
14216         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14217         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14218         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14219         (gnus-splash-face):
14220         New backward-compatibility aliases for renamed faces.
14221         (gnus-group-startup-message): Use renamed gnus faces.
14223         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14224         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14225         (gnus-server-agent): Remove "-face" suffix from face names.
14226         (gnus-server-agent-face, gnus-server-opened-face)
14227         (gnus-server-closed-face, gnus-server-denied-face)
14228         (gnus-server-offline-face):
14229         New backward-compatibility aliases for renamed faces.
14230         (gnus-server-agent-face, gnus-server-opened-face)
14231         (gnus-server-closed-face, gnus-server-denied-face)
14232         (gnus-server-offline-face): Use renamed gnus faces.
14234         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14235         Remove "-face" suffix from face names.
14236         (gnus-picon-xbm-face, gnus-picon-face):
14237         New backward-compatibility aliases for renamed faces.
14239         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14240         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14241         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14242         (gnus-cite-11): Remove "-face" suffix from face names.
14243         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14244         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14245         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14246         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14247         New backward-compatibility aliases for renamed faces.
14248         (gnus-cite-attribution-face, gnus-cite-face-list)
14249         (gnus-article-boring-faces): Use renamed gnus faces.
14251         * gnus-art.el (gnus-signature, gnus-header-from)
14252         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14253         (gnus-header-content): Remove "-face" suffix from face names.
14254         (gnus-signature-face, gnus-header-from-face)
14255         (gnus-header-subject-face, gnus-header-newsgroups-face)
14256         (gnus-header-name-face, gnus-header-content-face):
14257         New backward-compatibility aliases for renamed faces.
14258         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14260         * gnus-sum.el (gnus-summary-selected-face)
14261         (gnus-summary-highlight): Use renamed gnus faces.
14262         * gnus-group.el (gnus-group-highlight): Likewise.
14264 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14266         * gnus-sieve.el (gnus-sieve-article-add-rule):
14267         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14268         * spam-stat.el (spam-stat-buffer-change-to-spam)
14269         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14271         * message.el (message-is-yours-p):
14272         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14274 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14276         * mm-view.el (mm-inline-text): Withdraw the last change.
14278 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14280         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14281         executing enriched-decode.
14283 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14285         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14286         charset of tar files.
14288 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14290         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14292 2005-06-04  Lute Kamstra  <lute@gnu.org>
14294         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14295         information is never recorded.
14297 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14299         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14301 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14303         * pop3.el (pop3-apop): Run md5 in the binary mode.
14305         * starttls.el (starttls-set-process-query-on-exit-flag):
14306         Use eval-and-compile.
14308 2005-05-31  Simon Josefsson  <jas@extundo.com>
14310         * smime.el (smime-replace-in-string): Define.
14311         (smime-cert-by-ldap-1): Use it.
14313 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14315         * gnus-art.el (article-display-x-face): Replace
14316         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14318         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14319         set-process-query-on-exit-flag or process-kill-without-query.
14321         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14322         loop instead of replace-regexp.
14324         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14325         instead of process-kill-without-query if it is available.
14327         * lpath.el: Fbind ldap-search-entries.
14329         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14330         instead of find-file-hooks if it is available.
14332         * mml1991.el: Bind pgg-default-user-id when compiling.
14334         * mml2015.el: Bind pgg-default-user-id when compiling.
14336         * nndraft.el (nndraft-request-associate-buffer):
14337         Use write-contents-functions instead of write-contents-hooks if it is
14338         available.
14340         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14341         instead of find-file-hooks if it is available.
14343         * nntp.el (nntp-open-connection): Replace
14344         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14345         (nntp-open-ssl-stream): Ditto.
14346         (nntp-open-tls-stream): Ditto.
14348         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14349         set-process-query-on-exit-flag or process-kill-without-query.
14350         (starttls-open-stream-gnutls): Use it instead of
14351         process-kill-without-query.
14352         (starttls-open-stream): Ditto.
14354 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14356         * smime.el (smime-cert-by-ldap-1): Don't use
14357         replace-regexp-in-string.
14359 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14361         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14363         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14364         in PEM format.  Adjust to the XEmacs compability.
14366 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14368         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14369         by `string-to-number'.
14370         * gnus-agent.el (gnus-agent-regenerate-group)
14371         (gnus-agent-fetch-articles): Ditto.
14372         * gnus-art.el (gnus-button-fetch-group): Ditto.
14373         * gnus-cache.el (gnus-cache-generate-active)
14374         (gnus-cache-articles-in-group): Ditto.
14375         * gnus-group.el (gnus-group-set-current-level)
14376         (gnus-group-insert-group-line): Ditto.
14377         * gnus-score.el (gnus-score-set-expunge-below)
14378         (gnus-score-set-mark-below, gnus-summary-score-effect)
14379         (gnus-summary-score-entry): Ditto.
14380         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14381         (gnus-soup-pack): Ditto.
14382         * gnus-spec.el (gnus-xmas-format): Ditto.
14383         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14384         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14385         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14386         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14387         * nndb.el (nndb-get-remote-expire-response): Ditto.
14388         * nndiary.el (nndiary-parse-schedule-value)
14389         (nndiary-string-to-number, nndiary-request-replace-article)
14390         (nndiary-request-article): Ditto.
14391         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14392         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14393         * nneething.el (nneething-make-head): Ditto.
14394         * nnfolder.el (nnfolder-request-article)
14395         (nnfolder-retrieve-headers): Ditto.
14396         * nnheader.el (nnheader-file-to-number): Ditto.
14397         * nnkiboze.el (nnkiboze-request-article): Ditto.
14398         * nnmail.el (nnmail-process-unix-mail-format)
14399         (nnmail-process-babyl-mail-format): Ditto.
14400         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14401         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14402         (nnmh-request-create-group, nnmh-request-list-1)
14403         (nnmh-request-group, nnmh-request-article): Ditto.
14404         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14405         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14406         * nnsoup.el (nnsoup-make-active): Ditto.
14407         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14408         * nntp.el (nntp-find-group-and-number)
14409         (nntp-retrieve-headers-with-xover): Ditto.
14410         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14411         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14412         (pgg-format-key-identifier): Ditto.
14413         * pop3.el (pop3-last, pop3-stat): Ditto.
14414         * qp.el (quoted-printable-decode-region): Ditto.
14416         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14417         of concat.
14419 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14421         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14423         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14425         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14427         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14429         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14431         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14433         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14434         (gnus-carpal-mode): Ditto.
14436         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14437         (gnus-browse-mode): Ditto.
14439         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14441         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14443 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14445         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14447 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14449         * gnus-util.el (gnus-run-mode-hooks): New function.
14451         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14453         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14454         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14456 2005-05-27  Lute Kamstra  <lute@gnu.org>
14458         * dns-mode.el (dns-mode): Specify customization group.
14460 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14462         * gnus-agent.el (gnus-agent-make-mode-line-string):
14463         Use mode-line-highlight as mouse-face.
14465 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14467         * canlock.el (canlock): Change the parent group to news.
14469         * deuglify.el (gnus-outlook-deuglify): Add :group.
14471         * dig.el (dig): Add :group.
14473         * dns-mode.el (dns-mode): Add :group.
14475         * encrypt.el (encrypt): Add :group.
14477         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14478         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14479         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14480         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14481         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14483         * gnus-diary.el (gnus-diary): Add :group.
14485         * gnus.el (gnus-group-news-1-face): Add :group.
14486         (gnus-group-news-1-empty-face): Ditto.
14487         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14488         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14489         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14490         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14491         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14492         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14493         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14494         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14495         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14496         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14497         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14498         (gnus-summary-high-ticked-face): Ditto.
14499         (gnus-summary-low-ticked-face): Ditto.
14500         (gnus-summary-normal-ticked-face): Ditto.
14501         (gnus-summary-high-ancient-face): Ditto.
14502         (gnus-summary-low-ancient-face): Ditto.
14503         (gnus-summary-normal-ancient-face): Ditto.
14504         (gnus-summary-high-undownloaded-face): Ditto.
14505         (gnus-summary-low-undownloaded-face): Ditto.
14506         (gnus-summary-normal-undownloaded-face): Ditto.
14507         (gnus-summary-high-unread-face): Ditto.
14508         (gnus-summary-low-unread-face): Ditto.
14509         (gnus-summary-normal-unread-face): Ditto.
14510         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14511         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14513         * hashcash.el (hashcash): New custom group.
14514         (hashcash-default-payment): Add :group.
14515         (hashcash-payment-alist): Ditto.
14516         (hashcash-default-accept-payment): Ditto.
14517         (hashcash-accept-resources): Ditto.
14518         (hashcash-path): Ditto.
14519         (hashcash-extra-generate-parameters): Ditto.
14520         (hashcash-double-spend-database): Ditto.
14521         (hashcash-in-news): Ditto.
14523         * message.el (message-minibuffer-local-map): Add :group.
14525         * netrc.el (netrc): Add :group.
14527         * sieve-manage.el (sieve-manage-log): Add :group.
14528         (sieve-manage-default-user): Diito.
14529         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14530         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14531         (sieve-manage-authenticators): Ditto.
14532         (sieve-manage-authenticator-alist): Ditto.
14533         (sieve-manage-default-port): Ditto.
14535         * sieve-mode.el (sieve-control-commands-face): Add :group.
14536         (sieve-action-commands-face): Ditto.
14537         (sieve-test-commands-face): Ditto.
14538         (sieve-tagged-arguments-face): Ditto.
14540         * smime.el (smime): Add :group.
14542         * spam-report.el (spam-report): Add :group.
14544         * spam.el (spam, spam-face): Add :group.
14546 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14548         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14549         return \n.\n.\n at the end of articles.  Protect against that.
14550         (nntp-with-open-group): Allow debugging.
14552         * nnheader.el (mail-header-set-extra): Make into a function
14553         because I just could't understand how to quote the list properly.
14555         * dns.el (query-dns-cached): New function.
14557 2005-05-26  Lute Kamstra  <lute@gnu.org>
14559         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14561 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14563         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14565         * gnus-art.el: Don't autoload mail-extract-address-components.
14567         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14568         eval-and-compile to evaluate it.
14570         * hashcash.el: Don't autoload executable-find.
14572         * nndb.el: Don't declare the nndb back end two or more times; don't
14573         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14575         * nntp.el: Autoload format-spec instead of format; use
14576         eval-and-compile to evaluate autoload forms.
14578 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14580         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14582 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14584         * gnus.el (gnus-version-number): Bump version.
14586 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14588         * gnus.el: No Gnus v0.3 is released.
14590 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14592         * lpath.el (featurep): Bind show-nonbreak-escape.
14594 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14596         * gnus-art.el (gnus-article-edit-part): Disable undo.
14598 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14600         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14601         gnus-article-date-lapsed-new-header is t if date timer is active;
14602         skip headers in which the original date value is empty.
14603         (gnus-article-save-original-date): Redefine it as a macro.
14604         (gnus-display-mime): Use it.
14606 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14608         * gnus-art.el (article-date-ut): Support converting date in
14609         forwarded parts as well.
14610         (gnus-article-save-original-date): New function.
14611         (gnus-display-mime): Use it.
14613 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14615         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14616         enclosure element of <item>.
14618 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14620         * message.el (message-kill-buffer-query): Rename from
14621         `message-kill-buffer-query-if-modified'.  Add :version.
14623 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14625         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14626         window layout.
14628 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14630         * mml.el: Autoload dnd when compiling.
14632 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14634         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14635         x-dnd-*.
14637 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14639         * qp.el (quoted-printable-encode-region): Save excursion.
14641 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14643         * message.el (message-kill-buffer-query-if-modified): Add new variable
14644         so the user can kill a modified message buffer quickly.
14645         (message-kill-buffer): Use it.
14647 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14649         * lpath.el: Fbind display-time-event-handler; don't fbind
14650         string-to-multibyte.
14652         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14654 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14656         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14657         contained in text because xml.el decodes entities) with LFs.
14659 2005-04-11  Lute Kamstra  <lute@gnu.org>
14661         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14662         differently.
14664 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14666         * mm-util.el (mm-detect-coding-region): Typo.
14668 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14670         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14672 2005-04-06  Deepak Goel  <deego@gnufans.org>
14674         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14675         user-function allow user modifications of the scores.
14676         (spam-stat-score-buffer-user): New function, to allow
14677         user-computed modifications to the score.
14678         (spam-stat-score-buffer-user-functions): List of additional
14679         scoring functions.
14680         (spam-stat-error-holder): Global temporary error holder.
14681         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14682         variable.
14684 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14686         * gnus-registry.el (gnus-registry-clean-empty-function)
14687         (gnus-registry-trim, gnus-registry-fetch-groups)
14688         (gnus-registry-delete-group): Groups that match
14689         `gnus-registry-ignored-groups' are removed from the registry
14690         entries, not just ignored for splitting.  This helps clean up the
14691         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14692         to get all the groups a message ID is in.
14694         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14695         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14696         (spam-stat-score-buffer-user-functions): Add :number custom type.
14698 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14700         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14701         argument in XEmacs.
14703         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14704         (nnrss-request-group): Decode group name first.
14705         (nnrss-request-article): Make a text/plain article if mml-to-mime
14706         failed.
14707         (nnrss-get-encoding): Return a compatible encoding according to
14708         nnrss-compatible-encoding-alist.
14709         (nnrss-find-el): Use consp instead of listp.
14710         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14712 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14714         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14715         which Emacs 20 doesn't support.
14716         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14718 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14720         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14721         silence the byte compiler inside the defun.
14723         * gnus-demon.el (parse-time-string): Add autoload.
14725         * gnus-delay.el (parse-time-string): Add autoload.
14727         * gnus-art.el (parse-time-string): Add autoload.
14729         * nnultimate.el (parse-time): Require for `parse-time-string'.
14731 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14733         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14735         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14737         * smime.el (smime-ldap-host-list): Add :version.
14739 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14741         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14742         pass it to `gnus-browse-read-group'.
14743         (gnus-browse-read-group): Add NUMBER argument and pass it to
14744         `gnus-group-read-ephemeral-group'.
14746         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14747         argument and pass it to `gnus-group-read-group'.
14749 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14751         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14752         mm-xemacs-find-mime-charset-1 if we have the mule feature
14753         available at runtime.
14755 2005-03-25  Werner Lemberg  <wl@gnu.org>
14757         * nnmaildir.el: Replace `illegal' with `invalid'.
14759 2005-03-23  Lute Kamstra  <lute@gnu.org>
14761         * time-date.el: Add comment on time value formats.
14762         Don't require parse-time.
14763         (with-decoded-time-value): New macro.
14764         (encode-time-value): New function.
14765         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14766         (days-to-time): Return a valid time value when arg is huge.
14767         (time-since): Use time-subtract.
14768         (time-to-number-of-days): Use time-to-seconds.
14770 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14772         * gnus-start.el (gnus-display-time-event-handler):
14773         Check display-time-timer at runtime rather than only at load time
14774         in case display-time-mode is turned off in the mean time.
14776 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14778         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14779         used.
14781         * nneething.el (nneething-map-file-directory): Derive from
14782         `gnus-directory'.
14784         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14785         the To/Cc button.
14787 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14789         * nnmaildir.el (nnmaildir-request-accept-article):
14790         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14792 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14794         * gnus-async.el: Require timer-funcs at compile time when in
14795         XEmacs for `run-with-idle-timer'.
14797 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14799         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14800         autoloaded function.
14802 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14804         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14806 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14808         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14810 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14812         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14813         Add gnus-expert-user to default.
14815 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14817         * nnimap.el (nnimap-open-server): Ditto.
14819         * imap.el (imap-authenticate): Fix typo.
14821 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14823         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14824         buffer (since IMAP server might return FETCH response out of
14825         order, and the nntp buffer must be sorted).
14827 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14829         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14830         comparison on string.
14832         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14833         (gnus-agent-score): Rename category keywords to match gnus-cus.
14834         (gnus-agent-summary-fetch-series): Modify to protect against
14835         gnus-agent-summary-fetch-group clearing processable flags.
14836         (gnus-agent-synchronize-group-flags): Update live group buffer as
14837         synchronization may occur due to the user toggle the plugged
14838         status.
14839         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14840         successfully downloaded.
14841         (gnus-agent-expire-group-1): Avoid using markers when the overview
14842         is in ascending order; greatly improves performance.
14843         (gnus-agent-regenerate-group):
14844         Use gnus-agent-synchronize-group-flags to reset read status in both
14845         gnus and server.
14846         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14848 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14850         * message.el: Don't autoload former message-utils variables.
14851         (message-strip-subject-trailing-was): Change doc string.
14853         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14854         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14855         (nnweb-google-search): Add "hl=en" here.
14856         (nnweb-google-parse-1, nnweb-google-create-mapping):
14857         Don't hardcode URL.
14859 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14861         * message.el (message-get-reply-headers, message-followup):
14862         Mention related variables `message-use-followup-to' and
14863         `message-use-mail-followup-to', in the information buffer.
14865         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14866         of broken groups(-beta).google.com.
14868 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14870         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14871         parameter to invoked gnus-request-move-article; remove the
14872         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14873         all at once instead of once per article.
14874         (gnus-summary-remove-process-mark): Accept a list of articles as
14875         well as a single article for processing.
14877         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14878         parameter.
14880         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14882         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14884         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14885         parameter.
14887         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14888         parameter.
14890         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14891         parameter and remove the gnus-sum-hint-move-is-internal variable.
14893         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14894         parameter.
14896         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14897         parameter.
14899         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14900         parameter.
14902         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14904         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14905         parameter.
14907         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14908         parameter.
14910 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14912         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14913         a more conservative way.
14915 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14917         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14918         buffer, so it moves the window's cursor.
14920 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14922         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14923         `mm-dissect-multipart' and receive the from field as an (optional)
14924         argument from `mm-dissect-multipart'.
14925         (mm-dissect-multipart): Receive the from field as an argument and
14926         pass it on when we call `mm-dissect-buffer' on MIME parts.
14927         Fixes verification/decryption of signed/encrypted MIME parts.
14929 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14931         * gnus-sum.el (gnus-summary-move-article):
14932         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14933         whatever it calls (right now, only nnimap-request-move article
14934         respects it).
14936         * nnimap.el (nnimap-request-move-article):
14937         When gnus-sum-hint-move-is-internal is set, don't do the extra
14938         nnimap-request-article.
14940 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14942         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14944         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14945         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14947         * gnus-sum.el (gnus-summary-caesar-message):
14948         Apply `gnus-treat-article' after rotation.
14950         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14951         doc string.
14953 2005-02-22  Simon Josefsson  <jas@extundo.com>
14955         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14956         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14957         <arne@arnested.dk>.
14958         (encrypt): Add password-cache and password-cache-expiry as group
14959         members.
14961 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14963         * smime.el (smime-ldap-host-list): Doc fix.
14964         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14965         cache) password.
14966         (smime-sign-region): Use it.
14967         (smime-decrypt-region): Use it.
14968         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14969         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14970         fails.
14971         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14972         certificate from DER to PEM format rather than calling openssl.
14974         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14976         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14977         for signing/encryption.
14979         * mml.el (mml-parse-1): Use them.
14981 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14983         * nnrss.el (nnrss-verbose): Remove.
14984         (nnrss-request-group): Use `nnheader-message' instead.
14986 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14988         * nnrss.el (nnrss-verbose): New variable.
14989         (nnrss-request-group): Make it say nnrss is requesting a group.
14991 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14993         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14994         Handle news URL with given port correctly.
14996 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14998         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14999         containing special characters.
15001         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15003         * mml.el (mime-to-mml): Ditto.
15005         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15006         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15007         (rfc2047-decode-region): Quote decoded words containing special
15008         characters when rfc2047-quote-decoded-words-containing-tspecials
15009         is non-nil.
15011 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15013         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15015         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15017 2005-02-15  Simon Josefsson  <jas@extundo.com>
15019         * nnimap.el (nnimap-debug): Doc fix.
15021         * imap.el (imap-debug): Doc fix.
15023 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15025         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15027 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15029         * gnus.el (spam-contents): Improve docs for spam-contents
15030         parameter in its variable incarnation.
15032 2005-02-14  Simon Josefsson  <jas@extundo.com>
15034         * smime-ldap.el: Use require instead of load-library for ldap.
15035         (smime-ldap-search): Indent.
15036         (smime-ldap-search-internal): Shorten line.
15038         * smime.el (smime-cert-by-dns): Add doc-string.
15039         (smime-cert-by-ldap-1): Indent.
15041         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15042         mml-smime-get-dns-ldap.
15043         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15045 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15047         * smime.el: Require smime-ldap.
15048         (smime-ldap-host-list): New variable.
15049         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15051         * mml-smime.el (mml-smime-encrypt-query): New function.
15052         (mml-smime-encrypt-query): Use it.
15054         * smime-ldap.el: New file.
15056 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15058         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15060 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15062         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15063         argument in doc string.  Make query for type more clear.
15065 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15067         * gnus.el (gnus-group-startup-message): Search for gnus images in
15068         etc/images/gnus.
15069         * mm-util.el (mm-image-load-path): Likewise.
15070         * smiley.el (smiley-data-directory): Search for smilies in
15071         etc/images/smilies.
15073 2005-02-09  Kim F. Storm  <storm@cua.dk>
15075         Change Emacs release version from 21.4 to 22.1 throughout.
15076         Change Emacs development version from 21.3.50 to 22.0.50.
15078 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15080         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15082         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15083         non-Mule XEmacs as well.
15084         (mm-decompress-buffer): Signal an error intentionally if it does
15085         not decompress compressed data because auto-compression-mode is
15086         disabled.
15088 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15090         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15091         an ID in the registry even if it has no groups.
15093 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15095         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15096         merge it into mm-decompress-buffer.
15097         (gnus-mime-copy-part): Use the MIME part charset, the value which
15098         a user specified or gnus-newsgroup-charset for decoding, like
15099         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15100         save-buffer what was used.  Suggested by Kevin Ryde
15101         <user42@zip.com.au>.
15102         (gnus-mime-inline-part): Allow the name parameter as well as the
15103         filename parameter; force decompressing of compressed data; always
15104         display contents being not decoded as unibyte.
15106         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15107         as well as the filename parameter.
15109         * mm-util.el (mm-decompress-buffer):
15110         Merge gnus-mime-jka-compr-maybe-uncompress.
15111         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15112         of compressed data.
15114 2005-02-08  Simon Josefsson  <jas@extundo.com>
15116         * imap.el (imap-log): Doc fix.
15118 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15120         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15121         the coding cookies; decompress compressed parts.
15123         * mml.el (mml-generate-mime-1): Add the charset parameter according
15124         to the value which a user specified manually or the coding cookie.
15126         * mm-util.el (mm-string-to-multibyte): New function.
15127         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15128         (mm-coding-system-to-mime-charset): New function.
15129         (mm-decompress-buffer): New function.
15130         (mm-find-buffer-file-coding-system): New function.
15132         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15133         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15134         parts.
15136 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15138         * mm-view.el (mm-display-inline-fontify): Decode a part according
15139         to the charset parameter.
15141 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15143         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15144         prefix arg is neither nil nor a number, as info specifies.
15146 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15148         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15149         timestamps.
15151 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15153         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15154         groups error checking and notify user.
15156 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15158         * message.el (message-send-mail-function): Check existence of
15159         sendmail-program first before using default value
15160         `message-send-mail-with-sendmail'.  Otherwise use more generic
15161         `smtpmail-send-it'.
15163 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15165         * nntp.el (nntp-request-update-info): Always return nil.
15167 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15169         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15171 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15173         * message.el (message-beginning-of-line): Change the behavior when
15174         invoked between BOL and : so that it first moves backward.
15176 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15178         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15179         article buffer when editing of the article is discarded.
15180         (gnus-article-prepare): Revert.
15182 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15184         * gnus-art.el (gnus-article-prepare):
15185         Remove message-strip-forbidden-properties from the local hook.
15187 2005-01-27  Simon Josefsson  <jas@extundo.com>
15189         * password.el (password-cache-add): Only start one timer per key.
15190         Reported by Derek Atkins <warlord@MIT.EDU>.
15192 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15194         * run-at-time.el: Remove.  It is no longer needed as
15195         timer-funcs.el in the xemacs-base package has a working version of
15196         `run-at-time'.
15198         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15200         * password.el: Require timer-funcs instead of run-at-time in
15201         XEmacs.
15202         Remove `password-run-at-time' macro.
15203         (password-cache-add): Use `run-at-time' instead of
15204         `password-run-at-time'.
15206         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15207         Remove `nnheader-cancel-function-timers' alias,
15208         `cancel-function-timers' exists in XEmacs in timer-funcs.
15210         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15211         for `run-with-idle-timer'.
15213         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15214         for `run-at-time'.
15216         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15217         for `with-timeout'.
15219         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15220         the same as for XEmacs 21.4.
15221         No need to ignore `run-with-idle-timer', this function exists in
15222         XEmacs now in timer-funcs.el in the xemacs-base package.
15223         (dgnushack-compile): No need to delete
15224         run-at-time.el from the list of files to compile because it
15225         doesn't exist anymore.
15227 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15229         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15230         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15232 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15234         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15235         sensitively.
15237 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15239         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15241 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15243         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15244         which will be inserted according to the multibyteness of a buffer
15245         rather than the type of contents.  Suggested by ARISAWA Akihiro
15246         <ari@mbf.ocn.ne.jp>.
15248         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15249         of string which old xml.el may return rather than a string.
15251 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15253         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15255 2005-01-16  Simon Josefsson  <jas@extundo.com>
15257         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15258         idn/idna.el isn't available.
15259         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15260         <michael@waxrat.com>.
15262         * hashcash.el: Remove non-FSF copyright header.
15264         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15265         (hashcash-generate-payment): Use it.
15266         (hashcash-generate-payment-async): Use it.
15268 2005-01-15  Simon Josefsson  <jas@extundo.com>
15270         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15271         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15273         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15274         gnus-summary-idna-message.
15275         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15276         (gnus-summary-idna-message): New function.
15278 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15280         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15281         gnus-novice-user.
15283 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15285         * nnrss.el (nnrss-request-delete-group): Delete entries in
15286         nnrss-group-alist as well.
15287         (nnrss-save-server-data): Insert newline.
15289 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15291         * gnus.el (gnus-user-agent): Use list of symbols instead of
15292         symbols.  Display full version number for (S)XEmacs.
15293         Optionally display (S)XEmacs codename.
15295         * gnus-util.el (gnus-emacs-version): Update for new
15296         `gnus-user-agent'.
15298         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15299         Gnus version.
15301 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15303         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15304         which is unreadable in some setups.
15306 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15308         * gnus-spec.el (gnus-update-format-specifications): Flush the
15309         group format spec cache if it doesn't support decoded group names.
15311 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15313         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15314         Allow to apply decay on score files matching a regexp.
15316 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15318         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15319         compatibility in %g and %c.
15321 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15323         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15324         name for only %g and %c.
15325         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15326         of gnus-tmp-group to decoded group name.
15327         (gnus-group-make-rss-group): Exclude `/'s from group names.
15329 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15331         * nnrss.el (nnrss-get-encoding): Fix regexp.
15333 2004-12-27  Simon Josefsson  <jas@extundo.com>
15335         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15336         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15337         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15339 2004-12-17  Kim F. Storm  <storm@cua.dk>
15341         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15343         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15345 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15347         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15349 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15351         * nnrss.el: Require rfc2047 and mml.
15352         (nnrss-file-coding-system): New variable.
15353         (nnrss-format-string): Redefine it as an inline function.
15354         (nnrss-decode-group-name): New function.
15355         (nnrss-string-as-multibyte): Remove.
15356         (nnrss-retrieve-headers): Decode group name; don't use
15357         nnrss-format-string.
15358         (nnrss-request-group): Decode group name.
15359         (nnrss-request-article): Decode group name; allow a Message-ID as
15360         well as an article number; don't use nnrss-format-string; encode a
15361         Message-ID string which may contain non-ASCII characters; use
15362         mml-to-mime to compose a MIME article.
15363         (nnrss-request-expire-articles): Decode group name.
15364         (nnrss-request-delete-group): Decode group name.
15365         (nnrss-fetch): Clarify error message.
15366         (nnrss-read-server-data): Use insert-file-contents instead of load;
15367         bind file-name-coding-system; use multibyte buffer.
15368         (nnrss-save-server-data): Bind coding-system-for-write to the
15369         value of nnrss-file-coding-system; bind file-name-coding-system;
15370         add coding cookie.
15371         (nnrss-read-group-data): Use insert-file-contents instead of load;
15372         bind file-name-coding-system; use multibyte buffer.
15373         (nnrss-save-group-data): Bind coding-system-for-write to the
15374         value of nnrss-file-coding-system; bind file-name-coding-system.
15375         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15376         make it work with non-ASCII text.
15377         (nnrss-find-el): Make it work with old xml.el as well.
15379 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15381         * nnrss.el (nnrss-get-encoding): New function.
15382         (nnrss-fetch): Use unibyte buffer initially; bind
15383         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15384         decode contents according to the encoding attribute.
15385         (nnrss-save-group-data): Add coding cookie.
15386         (nnrss-mime-encode-string): New function.
15387         (nnrss-check-group): Use it to encode subject and author.
15389 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15391         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15392         imaginary variable.
15394 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15396         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15397         correctly even if there are wide characters.
15399 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15401         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15402         downcased symbol names; make a new cache instead of reusing
15403         bbdb-hashtable.
15405 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15407         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15408         concatenating segments rather than before concatenating them.
15409         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15411         * message.el (message-get-reply-headers): Bind `extra'.
15413 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15415         * message.el (message-extra-wide-headers): New variable.
15416         (message-get-reply-headers): Use it.
15418 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15420         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15421         (gnus-agent-group-pathname): Ditto.
15423         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15425         * gnus-group.el (gnus-group-make-group): Decode group name.
15426         (gnus-group-make-rss-group): Register the group data after opening
15427         the nnrss group.
15429 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15431         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15432         by expiry now get marked as read.
15434 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15436         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15438 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15440         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15441         unify Latin characters in XEmacs.
15442         (mm-find-mime-charset-region): Use it.
15444 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15446         * gnus-util.el (gnus-delete-directory): New function.
15448         * gnus-agent.el (gnus-agent-delete-group): Use it.
15450         * gnus-cache.el (gnus-cache-delete-group): Use it.
15452 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15454         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15455         names.
15457 2004-12-16  Simon Josefsson  <jas@extundo.com>
15459         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15461 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15463         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15465         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15466         (gnus-group-set-current-level): Decode group name.
15468 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15470         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15471         failed.
15473 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15475         * gnus-group.el (gnus-group-delete-group): Decode group name.
15476         (gnus-group-make-rss-group): Encode group name.
15477         (gnus-group-catchup-current): Decode group name.
15478         (gnus-group-kill-group): Decode group name.
15480 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15482         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15484 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15486         * gnus-group.el (gnus-group-make-rss-group):
15487         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15489         * gnus-start.el (gnus-setup-news): Honor user's setting to
15490         gnus-message-archive-method.  Suggested by Lute Kamstra
15491         <lute@gnu.org>.
15493 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15495         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15496         global counterparts of the buffer-local variables.
15498 2004-11-16  Romain Francoise  <romain@orebokech.com>
15500         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15501         counterparts of the buffer-local variables.
15503 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15505         * message.el (message-forbidden-properties): Fix typo in doc
15506         string.
15508 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15510         * gnus-util.el (gnus-replace-in-string): Add doc string.
15512         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15513         to avoid problems when splitting mails with many recipients.
15515 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15517         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15518         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15520 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15522         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15523         if there is no hashtable in memory or file modification time is
15524         newer than cached timestamp.
15526 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15528         * gnus-sum.el (gnus-summary-limit-to-recipient):
15529         Implement not-matching option.
15531 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15533         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15534         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15535         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15536         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15537         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15538         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15540 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15542         * message.el (message-forward-make-body-mml): Remove headers
15543         according to message-forward-ignored-headers if a message is decoded.
15545 2004-12-02  Romain Francoise  <romain@orebokech.com>
15547         * message.el (message-forward-make-body-plain): Always remove
15548         headers according to message-forward-ignored-headers.
15550 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15552         * spam.el (spam-summary-prepare-exit): Remove the
15553         gnus-summary-limit pop for now, it has problems with ham marks for
15554         me.
15556 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15558         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15559         correctly.
15561 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15563         * format-spec.el (format-spec): Message the char.
15565 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15567         * gnus-art.el (gnus-split-methods): Reformat comments.
15569         * spam.el (spam-summary-prepare-exit): Remove article limits
15570         before exiting the summary buffer.
15572 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15574         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15575         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15577         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15578         order to silence the byte compiler.
15580         * spam.el: Fix the way to silence the byte compiler, which
15581         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15582         bbdb-search-simple, spam-BBDB-register-routine,
15583         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15584         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15585         spam-stat-buffer-is-spam, spam-stat-load,
15586         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15587         spam-stat-save and spam-stat-split-fancy.
15589 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15591         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15592         which may confuse users.
15593         (canlock-password-for-verify): Ditto.
15595         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15597         * gnus-art.el (gnus-emphasis-alist): Ditto.
15599         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15601         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15603         * gnus-start.el (gnus-save-killed-list): Ditto.
15605         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15606         (gnus-sum-thread-tree-root): Ditto.
15607         (gnus-sum-thread-tree-false-root): Ditto.
15608         (gnus-sum-thread-tree-single-indent): Ditto.
15610         * message.el (message-courtesy-message): Ditto.
15611         (message-archive-note): Ditto.
15612         (message-subscribed-address-file): Ditto.
15613         (message-user-fqdn): Ditto.
15615         * spam-report.el (spam-report-gmane-regex): Ditto.
15617         * spam.el (spam-blackhole-good-server-regex): Ditto.
15619 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15621         * mml.el (mml-preview): Widen the message buffer before copying
15622         the contents to the preview buffer; sort headers before previewing.
15624         * message.el (message-hidden-headers): Fix the way to avoid a bug
15625         in the `repeat' widget in Emacs 21.3 or earlier.
15627 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15629         * message.el (message-hidden-headers): Default to "^References:".
15630         Improve customization type.  Suggested by Reiner Steib
15631         <Reiner.Steib@gmx.de>.
15633 2004-11-25  Romain Francoise  <romain@orebokech.com>
15635         * message.el (message-strip-forbidden-properties): Remove check for
15636         obsolete `message-hidden' text property, hidden headers are not
15637         accessible in the buffer anymore.
15639 2004-11-22  Romain Francoise  <romain@orebokech.com>
15641         * message.el (message-header-format-alist): Add `From' in list
15642         so that it can be sorted.
15643         (message-fix-before-sending): Widen and sort headers before
15644         sending.
15645         (message-hide-headers): Use narrowing to hide headers by moving
15646         them to the top of the buffer and narrowing to the region
15647         underneath.
15649 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15651         * message.el (message-strip-forbidden-properties):
15652         Bind buffer-read-only (etc) to nil.
15654 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15656         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15657         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15659 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15661         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15663 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15665         * dns.el (query-dns): Use sit-for to time instead of
15666         accept-process-output, since that doesn't seem to work on udp
15667         sockets.
15669 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15671         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15673 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15675         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15676         doc string.  Improve doc string.
15678 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15680         * nntp.el (nntp-request-update-info): Return nil if
15681         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15682         may not call gnus-activate-group which uselessly issues the GROUP
15683         commands for all nntp groups and wastes time.  Reported by Romain
15684         Francoise <romain@orebokech.com>.
15686         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15688 2004-11-15  Simon Josefsson  <jas@extundo.com>
15690         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15691         headers separately.
15692         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15693         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15695 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15697         * gnus-start.el (gnus-convert-old-newsrc):
15698         Assign legacy-gnus-agent to 5.10.7.
15700 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15702         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15703         start of the lines.
15705 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15707         * hashcash.el (hashcash-default-payment): Change default to 20.
15708         (hashcash-default-accept-payment): Change default to 20.
15709         (hashcash-process-alist): New variable.
15710         (hashcash-generate-payment-async): Add.
15711         (hashcash-already-paid-p): Add.
15712         (hashcash-insert-payment): Don't generate payments twice.
15713         (hashcash-insert-payment-async): Add.
15714         (hashcash-insert-payment-async-2): Add.
15715         (hashcash-cancel-async): Add.
15716         (hashcash-wait-async): Add.
15717         (hashcash-processes-running-p): Add.
15718         (hashcash-wait-or-cancel): Add.
15719         (mail-add-payment): New optional argument.  Conditionally start
15720         asynchronous calculation.
15721         (mail-add-payment-async): Add.
15723         * message.el (message-send-mail): Wait for asynchronous hashcash
15724         results.  Don't clobber existing X-Hashcash headers.
15725         (message-setup-1): Call mail-add-payment-async when
15726         message-generate-hashcash is non-nil.
15728 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15730         * message.el (message-use-alternative-email-as-from): Examine the
15731         From header as well; use message-make-from in order to include a
15732         user's full name.
15734 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15736         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15737         default; improve customization type.
15738         (gnus-emphasis-custom-with-format): New macro.
15739         (gnus-emphasis-custom-value-to-external): New function.
15740         (gnus-emphasis-custom-value-to-internal): New function.
15742 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15744         * dns.el (query-dns): Resolve reverse addresses.
15746 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15748         * gnus-group.el (gnus-group-get-new-news): Use it.
15750         * gnus-start.el (gnus-check-reasonable-setup): New function.
15752 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15754         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15755         "Args out of range" error.  Reported by Arnaud Giersch
15756         <arnaud.giersch@free.fr>.
15758 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15760         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15762 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15764         * spam.el (spam group): Add :version.
15766         * pgg-def.el (pgg group): Add :version.
15768 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15770         * gnus-art.el (gnus-article-edit-article): Don't associate the
15771         article buffer with a draft file.  This is a temporary measure
15772         against the 2004-08-22 change to gnus-article-edit-mode.
15774 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15776         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15777         (html2text-format-tags): Remove unused variable `attr'.
15779 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15781         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15783         * tls.el (tls-process-connection-type, tls-success)
15784         (tls-certtool-program): Add :version.
15786         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15787         (starttls-extra-arguments, starttls-process-connection-type)
15788         (starttls-connect, starttls-failure, starttls-success): Add :version.
15790         * spam-stat.el (spam-stat): Add :version.
15792         * sieve.el (sieve): Add :version.
15794         * sha1.el (sha1): Add :version.
15795         (sha1-use-external): Remove redundant version.
15797         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15798         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15799         (nnmail-split-fancy-match-partial-words)
15800         (nnmail-split-lowercase-expanded): Add :version.
15802         * nndiary.el (nndiary): Add :version.
15804         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15806         * mml-sec.el (mml-default-sign-method)
15807         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15808         Add :version.
15810         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15812         * mm-url.el (mm-url-use-external, mm-url-program)
15813         (mm-url-arguments): Add :version.
15815         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15816         (mm-attachment-file-modes, mm-decrypt-option)
15817         (mm-w3m-safe-url-regexp): Add :version.
15819         * message.el (message-cite-prefix-regexp)
15820         (message-sendmail-envelope-from, message-minibuffer-local-map)
15821         (message-user-fqdn, message-completion-alist): Add :version.
15823         * gnus-win.el (gnus-configure-windows-hook)
15824         (gnus-use-frames-on-any-display): Add :version.
15826         * gnus-art.el (gnus-article-address-banner-alist)
15827         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15828         (gnus-treat-from-picon, gnus-treat-mail-picon)
15829         (gnus-treat-x-pgp-sig): Add :version.
15831         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15832         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15833         (gnus-summary-article-delete-hook)
15834         (gnus-summary-display-while-building): Add :version.
15836         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15837         (gnus-get-top-new-news-hook): Add :version.
15839         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15840         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15842         * gnus-registry.el (gnus-registry): Add :version.
15844         * gnus-spec.el (gnus-use-correct-string-widths)
15845         (gnus-make-format-preserve-properties): Add :version.
15847         * gnus.el (gnus-group-charter-alist)
15848         (gnus-group-fetch-control-use-browse-url)
15849         (gnus-install-group-spam-parameters): Add :version.
15851         * gnus-diary.el (gnus-diary): Add :version.
15853         * gnus-delay.el (gnus-delay): Add :version.
15855         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15856         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15857         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15858         Add :version.
15860         * gnus-agent.el (gnus-agent-max-fetch-size)
15861         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15862         (gnus-agent-prompt-send-queue): Add :version.
15864         * deuglify.el (gnus-outlook-deuglify): Add :version.
15866         * html2text.el: Beautify code.  Improve doc strings.
15867         Some checkdoc cleanup.
15868         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15870 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15872         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15874 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15876         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15877         when package is loaded.
15879         * spam.el (spam-summary-score-preferred-header): Add global preference
15880         for people who want to override the default SpamAssassin over
15881         Bogofilter preference (when both are set).
15882         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15883         (spam-user-format-function-S):
15884         Check spam-summary-score-preferred-header.
15885         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15886         (spam-user-format-function-S): Format the score correctly.
15888 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15890         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15891         signature file.  Suggested by Manoj Srivastava
15892         <srivasta@golden-gryphon.com>.
15894         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15895         iso-2022-jp even in the Japanese language environment.
15896         Suggested by Jason Rumney <jasonr@gnu.org>.
15898 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15900         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15901         use the same characters as the dummy marks; make it free from
15902         getting affected by the language environment.
15903         (gnus-summary-read-group-1): Update mark positions only when the
15904         format spec is updated.
15906         * gnus-spec.el (gnus-update-format-specifications): Return a list
15907         of updated types.
15909 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15911         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15912         of boundp to check if display-warning is available.
15914 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15916         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15918 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15920         * nnspool.el (nnspool-spool-directory): Use news-path if the
15921         news-directory variable is not bound.
15923         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15924         function instead of display-warning if it is not available.
15926 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15928         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15929         v5-10: Use `point-at-bol'.
15931 2004-10-26  Simon Josefsson  <jas@extundo.com>
15933         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15934         <chenggao@gmail.com>.
15936 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15938         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15939         instead.
15941 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15943         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15944         to remove a server from the nnimap-server-buffer-alist.
15945         (nnimap-open-connection, nnimap-close-server): Use it.
15947         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15949 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15951         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15952         running the major-mode function.
15954 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15956         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15957         dummy marks in the right way.
15959 2004-10-18  David Edmondson  <dme@dme.org>
15961         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15962         excessively.
15964 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15966         * gnus-util.el (gnus-split-references): Accept a nil references
15967         string and go on blissfully.
15969         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15970         cases where the references string is non-nil but has no references.
15972         * encrypt.el: Add autoload tags.
15974         * spam.el (spam-resolve-registrations-routine): Remove article
15975         from unregistration list too.  Reported by David Hanak
15976         <dhanak@isis.vanderbilt.edu>
15978 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15980         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15981         nil.  Change custom type.
15983 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15985         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15987         * gnus-sum.el (gnus-summary-move-article): Use it.
15989 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15991         * encrypt.el: Add autoload cookies.
15993         * spam.el (spam-backend-article-list-property)
15994         (spam-backend-get-article-todo-list)
15995         (spam-backend-put-article-todo-list)
15996         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15997         Resolve registrations separately.
15998         (spam-register-routine): Format comments.
15999         (spam-unregister-routine, spam-register-routine): Always call with
16000         specific-articles, no default list.
16001         (spam-summary-prepare-exit): Use the spam-classifications function.
16003         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16004         gnus-encrypt.el.
16006         * encrypt.el: Copied from gnus-encrypt.el.
16008         * gnus-encrypt.el: Commented that it's obsolete.
16010 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16012         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16013         (gnus-score-save): Use it.
16015         * message.el (message-bury): Use `window-dedicated-p'.
16017 2004-10-15  Simon Josefsson  <jas@extundo.com>
16019         * pop3.el (top-level): Don't require nnheader.
16020         (pop3-read-timeout): Add.
16021         (pop3-accept-process-output): Add.
16022         (pop3-read-response, pop3-retr): Use it.
16024 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16026         * spam.el (spam-register-routine): Move comment.
16027         (spam-verify-bogofilter): Use 'unknown for the initial
16028         spam-bogofilter-valid state, not 'never.
16030         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16031         for netrc-machine.
16033         * nnimap.el (nnimap-open-connection):
16034         Use netrc-machine-user-or-password.
16036 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16038         * gnus-registry.el (gnus-registry-unload-hook):
16039         Set as a variable with add-hook.
16041         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16042         of news-path.
16044         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16046         * spam.el: Delete duplicate `provide'.
16047         (spam-unload-hook): Set as a variable with add-hook.
16049 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16051         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16052         in the doc string.
16054         * message.el (message-ignored-news-headers)
16055         (message-ignored-supersedes-headers)
16056         (message-ignored-resent-headers)
16057         (message-forward-ignored-headers): Improve custom type.
16059 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16061         * message.el (message-tokenize-header): Fix 2004-09-06 change
16062         which used point-min in the wrong place.
16064 2004-10-12  Simon Josefsson  <jas@extundo.com>
16066         * tls.el (tls-certtool-program): New variable.
16067         (tls-certificate-information): New function, based on
16068         ssl-certificate-information.
16070 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16072         * compface.el: Move the version of ELisp-based uncompface program
16073         to the contrib directory because of the copyright problem.
16075 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16077         * message.el (message-kill-buffer): Raise the current frame.
16079 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16081         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16083         * gnus.el (message-y-or-n-p): Autoload.
16085         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16086         (pop3-password-required, pop3-authentication-scheme)
16087         (pop3-leave-mail-on-server): Make customizable.
16088         (pop3): New custom group.
16089         (pop3-retr): Remove `sleep-for' statements.
16090         Suggested by Dave Love <fx@gnu.org>.
16092         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16093         Windows/DOS.
16095         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16096         (imap-parse-body): Fix incorrect use of `assert'.
16097         Suggested by Dave Love <fx@gnu.org>.
16099         * mml.el (mml-minibuffer-read-disposition): Require match.
16100         Suggested by Dave Love <fx@gnu.org>.
16102 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16104         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16105         doc string.
16107 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16109         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16111 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16113         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16114         instead of calling `mm-insert-inline', to decode text/* parts
16115         before displaying them.
16117 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16119         * mm-uu.el (mm-uu-text-plain-type): New variable.
16120         (mm-uu-pgp-signed-extract-1): Use it.
16121         (mm-uu-pgp-encrypted-extract-1): Use it.
16122         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16123         bind mm-uu-text-plain-type with that value.
16124         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16125         mm-uu-dissect.
16127 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16129         * gnus-group.el (gnus-update-group-mark-positions):
16130         * gnus-sum.el (gnus-update-summary-mark-positions):
16131         * message.el (message-check-news-body-syntax):
16132         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16133         of string-as-multibyte.
16135 2004-10-05  Juri Linkov  <juri@jurta.org>
16137         * gnus-group.el (gnus-update-group-mark-positions):
16138         * gnus-sum.el (gnus-update-summary-mark-positions):
16139         * message.el (message-check-news-body-syntax):
16140         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16141         8-bit unibyte values to a multibyte string for search functions.
16143 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16145         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16146         (mm-uu-dissect-text-parts): New function.
16148         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16149         dissect text parts.
16151         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16152         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16154         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16156         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16157         Use gnus-current-topics instead of gnus-current-topic.
16159 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16161         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16163 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16165         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16166         where approriate.
16168         * nnml.el (nnml-generate-active-info): do.
16170         * nndiary.el (nndiary-generate-active-info): do.
16172         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16173         (gnus-topic-move): do.
16175         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16176         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16178         * gnus-srvr.el (gnus-server-prepare)
16179         (gnus-server-open-all-servers): do.
16181         * gnus-msg.el (gnus-summary-cancel-article)
16182         (gnus-summary-resend-message)
16183         (gnus-summary-mail-crosspost-complaint): do.
16185         * gnus-move.el (gnus-change-server): do.
16187         * gnus-group.el (gnus-group-unmark-all-groups)
16188         (gnus-group-set-current-level): do.
16190 2004-10-04  Simon Josefsson  <jas@extundo.com>
16192         * message.el (message-generate-hashcash): Doc fix.
16194 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16196         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16197         avoid infinite recursion via gnus-get-function.
16199 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16201         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16203         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16205         * nnmail.el (nnmail-split-history): do.
16207         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16208         (nnml-request-delete-group): do.
16210         * nnslashdot.el (nnslashdot-read-groups): do.
16212         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16213         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16215         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16216         (nnspool-sift-nov-with-sed): Use last.
16217         (nnspool-retrieve-headers-with-nov): Use mapc.
16218         (nnspool-request-newgroups): Use dolist.
16219         (nnspool-request-group): Use last.
16221         * nntp.el (nntp-read-server-type): Use dolist.
16223         * nnvirtual.el (nnvirtual-create-mapping)
16224         (nnvirtual-update-read-and-marked): Use dolist.
16225         (nnvirtual-convert-headers): Simplify.
16227 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16229         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16230         Add support for sync'ing tick marks.
16232 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16234         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16235         there's no visible header.
16237 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16239         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16240         When necessary, pass full group name to gnus-request-set-marks.
16242 2004-10-01  Simon Josefsson  <jas@extundo.com>
16244         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16245         acroread.
16247 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16249         * spam-report.el (spam-report-gmane): Fix interactive.
16251         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16253         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16254         when writing file.
16255         (gnus-agent-synchronize-flags): Don't default to being
16256         interactive.
16258 2004-09-30  Simon Josefsson  <jas@extundo.com>
16260         * message.el (message-generate-hashcash): Add.
16261         (message-send-mail): Use it, call mail-add-payment.
16263 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16265         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16267 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16269         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16270         gnus-requst-update-info with explicit code to sync the in-memory
16271         info read flags with the marks being sync'd to the backend.
16273         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16275 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16277         * spam.el (spam-verify-bogofilter): Add new function.
16278         (spam-check-bogofilter)
16279         (spam-bogofilter-register-with-bogofilter): Use it.
16280         (spam-verify-bogofilter): Add small fixes.
16282 2004-09-28  Simon Josefsson  <jas@extundo.com>
16284         * hashcash.el (hashcash-generate-payment): Revert.
16286 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16288         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16289         Use gnus-extract-references instead of gnus-split-references.
16291         * gnus-util.el (gnus-extract-references): Add new function, analogous
16292         to gnus-split-references but extracts only the message-ID without
16293         anything extra.
16295         * hashcash.el (hashcash-generate-payment)
16296         (hashcash-check-payment): Do the right thing if hashcash-path is
16297         nil (because the hashcash program could not be found).
16299         * spam.el (spam-use-hashcash): Remove comment.
16301 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16303         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16304         (gnus-cache-enter-article, gnus-cache-remove-article)
16305         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16307         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16309         * gnus-art.el (article-hide-boring-headers)
16310         (article-translate-strings, article-display-face)
16311         (gnus-article-mime-match-handle-first)
16312         (gnus-article-highlight-headers)
16313         (gnus-article-add-buttons-to-head): do.
16315 2004-09-27  Simon Josefsson  <jas@extundo.com>
16317         * hashcash.el: New version, from
16318         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16319         ../contrib/.
16321 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16323         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16325 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16327         * gnus-dup.el (gnus-dup-open): Use mapc.
16328         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16330         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16331         Reported by Stefan Wiens <s.wi@gmx.net>.
16333         * gnus.el (gnus-shutdown): Use dolist.
16335         * gnus-undo.el (gnus-undo): Use mapc.
16337         * nnrss.el (nnrss-generate-active): do.
16339         * message.el (message-cite-original-without-signature)
16340         (message-cite-original): Use mapc.
16341         (message-do-actions, message-make-forward-subject): Use dolist.
16343 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16345         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16346         deletion to remove entire duplicate line.  Fixes merged article
16347         number bug.
16349 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16351         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16352         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16353         first ask if you want to open a server and then, even when you
16354         responded with no, asking if you want to synchronize the server's
16355         flags.
16356         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16357         multi-line expressions.
16358         (gnus-agent-synchronize-group-flags): New internal function.
16359         Updates marks in memory (in the info structure) AND in the
16360         backend.
16362         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16364         * nnagent.el (nnagent-request-set-mark):
16365         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16366         method, to ensure that synchronization updates marks in the
16367         backend and in the info (in memory) structure.
16369 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16371         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16372         convention fully; don't miss the root article of a thread; make
16373         the X-Draft-From header with correct article numbers.
16375 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16377         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16378         unless plugged.  Disable the agent so that an open failure causes
16379         an error.
16381         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16382         Revert 2004-09-21 change.  The backend must be opened while
16383         synchronizing flags even when the backend stores the flags
16384         locally.
16386 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16388         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16389         in `header' match.  Reported by Svend Tollak Munkejord.
16391         * message.el (message-cite-original): Fix use of
16392         `message-cite-articles-with-x-no-archive'.
16394 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16396         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16397         (gnus-window-to-buffer): Ditto.
16399         * mml.el (mml-preview-buffer): New variable.
16400         (mml-preview): Manage window layout with gnus-buffer-configuration.
16402         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16403         X-Draft-From header even if those articles aren't quoted.
16405 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16407         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16408         (gnus-request-set-mark, gnus-request-update-mark): Use new
16409         g-s-t-u-l-m to decide to use backend even when unplugged.
16411 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16413         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16414         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16416 2004-09-20  Simon Josefsson  <jas@extundo.com>
16418         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16419         "utf-16-le".
16421 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16423         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16425 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16427         * uudecode.el (uudecode-use-external): Add :version.
16429         * smime.el (smime-CA-file, smime-encrypt-cipher)
16430         (smime-dns-server): Add :version.
16432         * smiley.el (gnus-smiley-file-types): Add :version.
16434         * sha1.el (sha1-use-external): Add :version.
16436         * pgg-def.el (pgg-query-keyserver): Add :version.
16438         * nnmail.el (nnmail-fancy-expiry-targets)
16439         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16440         Add :version.
16442         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16443         (nnimap-retrieve-groups-asynchronous): Add :version.
16444         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16446         * mml.el (mml-content-disposition-parameters)
16447         (mml-insert-mime-headers-always): Add :version.
16449         * mm-util.el (mm-coding-system-priorities): Add :version.
16451         * mm-decode.el (mm-inline-text-html-with-images)
16452         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16453         (mm-verify-option): Add :version.
16454         (mm-text-html-renderer): Change :version.
16456         * message.el (message-fcc-externalize-attachments)
16457         (message-required-headers, message-draft-headers)
16458         (message-subject-trailing-was-query)
16459         (message-subject-trailing-was-ask-regexp)
16460         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16461         (message-mark-insert-end, message-archive-header)
16462         (message-archive-note, message-cross-post-default)
16463         (message-cross-post-note, message-followup-to-note)
16464         (message-cross-post-note-function, message-use-mail-followup-to)
16465         (message-subscribed-address-functions)
16466         (message-subscribed-address-file, message-subscribed-addresses)
16467         (message-subscribed-regexps, message-allow-no-recipients)
16468         (message-yank-cited-prefix, message-signature-insert-empty-line)
16469         (message-hidden-headers, message-hierarchical-addresses)
16470         (message-mail-user-agent, message-use-idna)
16471         (message-valid-fqdn-regexp)
16472         (message-strip-special-text-properties, message-header-synonyms)
16473         (message-beginning-of-line, message-tab-body-function): Add :version.
16474         (message-insert-canlock, message-wide-reply-confirm-recipients):
16475         Change :version.
16477         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16478         and :version.
16479         (mail-source-delete-old-incoming-confirm)
16480         (mail-source-movemail-program): Add :version.
16482         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16483         (gnus-agent-cache, gnus-agent): Change :version.
16485         * gnus-util.el (gnus-use-byte-compile): Change :version.
16487         * gnus-sum.el (gnus-summary-make-false-root-always)
16488         (gnus-summary-default-high-score)
16489         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16490         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16491         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16492         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16493         (gnus-sum-thread-tree-single-indent)
16494         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16495         (gnus-sum-thread-tree-leaf-with-other)
16496         (gnus-sum-thread-tree-single-leaf): Add :version.
16497         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16498         (gnus-article-loose-mime): Change :version.
16500         * gnus-start.el (gnus-backup-startup-file)
16501         (gnus-save-startup-file-via-temp-buffer): Add :version.
16503         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16504         (gnus-server-offline-face): Add :version.
16506         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16508         * gnus-msg.el (gnus-gcc-externalize-attachments)
16509         (gnus-debug-files, gnus-debug-exclude-variables)
16510         (gnus-discouraged-post-methods): Change :version.
16511         (gnus-confirm-mail-reply-to-news)
16512         (gnus-confirm-treat-mail-like-news): Add :version.
16514         * gnus-int.el (gnus-server-unopen-status): Add :version.
16516         * gnus-group.el (gnus-group-jump-to-group-prompt)
16517         (gnus-large-ephemeral-newsgroup)
16518         (gnus-fetch-old-ephemeral-headers): Add :version.
16520         * gnus-fun.el (gnus-x-face-directory)
16521         (gnus-convert-pbm-to-x-face-command)
16522         (gnus-convert-image-to-x-face-command)
16523         (gnus-convert-image-to-face-command): Add :version.
16525         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16527         * gnus-cite.el (gnus-cite-blank-line-after-header)
16528         (gnus-article-boring-faces): Add :version.
16530         * gnus-art.el (gnus-buttonized-mime-types)
16531         (gnus-inhibit-mime-unbuttonizing)
16532         (gnus-treat-display-face)
16533         (gnus-treat-body-boundary): Change :version.
16534         (gnus-body-boundary-delimiter, gnus-picon-databases)
16535         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16536         (gnus-treat-date-english, gnus-treat-fold-headers)
16537         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16538         (gnus-treat-mail-picon, gnus-treat-wash-html)
16539         (gnus-article-encrypt-protocol)
16540         (gnus-use-idna, gnus-article-over-scroll)
16541         (gnus-mime-display-multipart-alternative-as-mixed)
16542         (gnus-mime-display-multipart-related-as-mixed)
16543         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16544         (gnus-ctan-url, gnus-button-ctan-handler)
16545         (gnus-button-handle-ctan-bogus-regexp)
16546         (gnus-button-ctan-directory-regexp)
16547         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16548         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16549         (gnus-button-man-level, gnus-button-emacs-level)
16550         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16552         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16553         (gnus-agent-go-online): Change :version.
16554         (gnus-agent-expire-unagentized-dirs)
16555         (gnus-agent-auto-agentize-methods): Add :version.
16557         * flow-fill.el (fill-flowed-display-column)
16558         (fill-flowed-encode-column): Add :version.
16560         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16561         (gnus-outlook-deuglify-unwrap-max)
16562         (gnus-outlook-deuglify-cite-marks)
16563         (gnus-outlook-deuglify-unwrap-stop-chars)
16564         (gnus-outlook-deuglify-no-wrap-chars)
16565         (gnus-outlook-deuglify-attrib-cut-regexp)
16566         (gnus-outlook-deuglify-attrib-verb-regexp)
16567         (gnus-outlook-deuglify-attrib-end-regexp)
16568         (gnus-outlook-display-hook): Add :version.
16570         * binhex.el (binhex-use-external): Add :version.
16572 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16574         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16575         and `invisible'.
16577 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16579         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16580         in gnus-registry-trim.
16582 2004-09-13  Simon Josefsson  <jas@extundo.com>
16584         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16586         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16588         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16589         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16590         <yamaoka@jpl.org>.
16591         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16592         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16593         <yamaoka@jpl.org>.
16595         * sieve.el (sieve-manage-mode): Ditto.
16597 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16599         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16601 2004-09-11  Simon Josefsson  <jas@extundo.com>
16603         * dns-mode.el: Add.
16605         * mm-view.el (mm-display-dns-inline): Add.
16607         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16608         (mm-automatic-display): Ditto.
16610         * mailcap.el (mailcap-mime-data): Add text/dns.
16611         (mailcap-mime-extensions): Map .soa to text/dns.
16613 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16615         * gnus-art.el (article-decode-mime-words, article-babel)
16616         (gnus-article-highlight-signature, gnus-article-add-buttons)
16617         (gnus-signature-toggle): Remove unnecessary bindings of
16618         `inhibit-read-only' inherited from v5.10 merge.
16620 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16622         * nntp.el (nntp): New customization group.
16623         (nntp-authinfo-file): Add customization group.
16625         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16627         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16629         * gnus.el (to-address, to-list, subscribed)
16630         (large-newsgroup-initial): Ditto.
16632         * flow-fill.el (fill-flowed-display-column)
16633         (fill-flowed-encode-column): Ditto.
16635 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16637         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16638         Use point-min rather than 1.
16639         (message-send-mail): Use buffer-size rather than point-max.
16641         * gnus-sum.el (gnus-summary-search-article-forward):
16642         Signal a specific `search-failed' rather than a generic `error'.
16644         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16645         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16646         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16648 2004-09-10  Simon Josefsson  <jas@extundo.com>
16650         * nndb.el (require): Remove tcp and duplicate cl.
16652 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16654         * gnus-agent.el (directory-files-and-attributes): Move forward.
16656 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16658         * gnus-agent.el (directory-files-and-attributes):
16659         Optionally defined to support XEmacs.
16661 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16663         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16664         to avoid run-time CL dependencies.
16665         (gnus-agent-unfetch-articles): New function.
16666         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16667         article numbers even when local .overview file is missing.
16668         (gnus-agent-read-article-number): New function.  Only accepts
16669         27-bit article numbers.
16670         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16671         Use gnus-agent-read-article-number.
16672         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16673         from backend while recognizing that article numbers in .overview
16674         must be valid.
16675         (gnus-agent-update-files-total-fetched-for):
16676         Use directory-files-and-attributes to improve performance.
16677         * gnus-int.el (gnus-request-move-article):
16678         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16679         improve performance.
16681         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16682         some users confused by references to .newsrc when they only have a
16683         .newsrc.eld file.
16684         (gnus-convert-mark-converter-prompt)
16685         (gnus-convert-converter-needs-prompt): Fix use of property list.
16686         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16687         New function.  Used internally to only display 'gnus converting
16688         files' message when actually necessary.
16690         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16691         methods now autoloaded.
16693 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16695         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16696         identifiers.
16698 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16700         * gnus-picon.el: Fix indentation and closing parenthesis.
16702 2004-09-01  Simon Josefsson  <jas@extundo.com>
16704         * message.el (message-canlock-generate): Require sha1, not
16705         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16706         to require within a function.  Sadly, if sha1.el isn't loaded, the
16707         let binding in m-c-g will hide the defcustom definition, which is
16708         bad.)
16710         * canlock.el: Require sha1, not sha1-el.
16712         * message.el: Don't autoload sha1 (there is a autoload cookie in
16713         sha1.el).
16715         * sha1-el.el: Rename to sha1.el.
16717 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16719         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16721 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16723         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16725 2004-08-30  Kim F. Storm  <storm@cua.dk>
16727         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16729         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16730         Add :group 'nnimap.
16732 2004-08-30  Andreas Schwab  <schwab@suse.de>
16734         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16735         ?* and ?\;.
16737         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16738         and ?\' to symbol instead of whitespace.
16740 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16742         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16744         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16745         instead of re-search-forward.
16747         * gnus-uu.el (gnus-uu-save-article): Ditto.
16748         (gnus-uu-post-encode-uuencode): Ditto.
16750         * html2text.el (html2text-clean-list-items): Ditto.
16751         (html2text-clean-dtdd): Ditto.
16752         (html2text-format-tags): Ditto.
16754         * message.el (message-send-mail-with-sendmail): Fix regexp.
16755         (message-fill-field-general): Use search-forward instead of
16756         re-search-forward.
16757         (unbold-region): Ditto.
16759         * nnrss.el (nnrss-request-article): Ditto.
16761         * nnslashdot.el (nnslashdot-request-article): Ditto.
16763         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16765         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16766         "Unrecognized menu descriptor" error in XEmacs.
16768 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16770         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16771         parent article of a sparse article in the thread hashtb.
16773 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16775         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16776         (nnmail-expand-newtext): Lowercase expanded entries if
16777         nnmail-split-lowercase-expanded is non-nil.
16779 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16781         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16783         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16784         of gnus-tmp-news-method into string under XEmacs.  It will be
16785         passed to gnus-correct-length which takes only a string argument.
16787 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16789         * gnus-util.el (gnus-bind-print-variables): New macro.
16790         (gnus-prin1): Use it.
16791         (gnus-prin1-to-string): Use it.
16792         (gnus-pp): New function.
16793         (gnus-pp-to-string): New function.
16795         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16796         Replace pp-to-string with gnus-pp-to-string.
16797         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16798         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16799         * gnus-msg.el (gnus-debug): Ditto.
16800         * gnus-score.el (gnus-score-save): Ditto.
16801         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16802         gnus-pp-to-string.
16803         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16804         with gnus-pp.
16805         * score-mode.el (gnus-score-pretty-print): Ditto.
16806         * webmail.el (webmail-debug): Ditto.
16808 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16810         * gnus-art.el (article-display-face, article-display-x-face):
16811         Use buffer-read-only.
16813 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16815         * gnus-art.el (article-hide-list-identifiers):
16816         Bind inhibit-read-only as t.
16818 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16820         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16822 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16824         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16825         (gnus-narrow-to-page): Don't assume point-min == 1.
16826         (gnus-article-edit-mode): Derive from message-mode.
16828         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16829         point-min == 1.
16831         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16832         Disable incorrect use of `assert'.
16834         * message.el (message-mode): Set comment-start-skip.
16837 2004-08-22  Sam Steingold  <sds@gnu.org>
16839         * pop3.el (pop3-leave-mail-on-server): New user variable.
16840         (pop3-movemail): Delete mail only when it is nil.
16842 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16844         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16846         * mml.el (mml-preview): Use `pop-to-buffer'.
16848         * message.el (message-goto-mail-followup-to): Insert after "To".
16849         (message-carefully-insert-headers): Add comment.
16851         * gnus.el: Remove unused variable `gnus-article-check-size'.
16853         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16855         * gnus-art.el (gnus-button-alist):
16856         Improve `gnus-button-handle-library' entry.
16858 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16860         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16861         Use downcase, since XEmacs capitalizes error messages differently.
16863 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16865         * nntp.el: Add (require 'gnus) due to reference to
16866         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16868 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16870         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16871         Bind `mm-fill-flowed'.
16873         * mm-decode.el (mm-dissect-singlepart): Check it.
16875 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16877         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16878         'imap' for netrc parsing.
16880 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16882         * mailcap.el (mailcap-mime-data): Mark as risky.
16884 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16886         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16887         may be included in the encoded word.
16888         (rfc2047-encode): Don't append a space if the encoded word
16889         includes close parenthesis.
16891 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16893         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16894         of text within parentheses.
16896 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16898         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16899         (gnus-encrypt-write-file-contents): Make the password key the file
16900         name PLUS the cipher, not just the cipher.  Also remove failed
16901         passwords from the cache.
16903 2004-08-06  Simon Josefsson  <jas@extundo.com>
16905         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16906         Doc fix.
16908 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16910         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16911         LWSP.
16913 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16915         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16916         Try to append in-reply-to: data to the references: header.
16918         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16919         (netrc-parse): Use gnus-encrypt.el functions.
16921         * gnus-encrypt.el: Add new file for encryption support; currently
16922         does only a few GPG ciphers and an internal XOR cipher.
16924         * password.el: Add comments on using password-read-and-add.
16925         (password-read-and-add): Add function to read and add the
16926         password to the cache at once.
16928 2004-07-28  Simon Josefsson  <jas@extundo.com>
16930         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16931         parameter (but don't use it, for now).
16933         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16934         instead of hard coding to nil.
16936 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16938         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16939         as mm-inline-image-xemacs does.
16941 2004-07-26  Simon Josefsson  <jas@extundo.com>
16943         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16944         Revert part of 2004-07-17 change below.
16946 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16948         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16949         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16951 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16953         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16954         quotes that actually start with ">" at the beginning of the
16955         lines.
16957 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16959         * rfc2047.el (rfc2047-encode-region): Fix last change.
16960         (rfc2047-encode-parameter): Remove useless concat.
16962 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16964         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16965         encode special characters; fix some kind of misconfigured headers;
16966         signal a real error if debug-on-quit or debug-on-error is non-nil.
16967         (rfc2047-encode-max-chars): New variable.
16968         (rfc2047-encode-1): Use it.
16969         (rfc2047-encode-parameter): New function.
16971         * mml.el (mml-insert-parameter): Remove an excessive space.
16973 2004-07-17  Simon Josefsson  <jas@extundo.com>
16975         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16976         Kai Grossjohann <kai@emptydomain.de>.
16977         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16978         (gnus-group-make-menu-bar): Ditto.
16980         * gnus-util.el (gnus-group-server): Add.
16982 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16984         * message.el (message-clone-locals): Clone sendmail and smtp
16985         variables.
16987 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16989         * rfc2047.el (rfc2047-encode-region): Fix last change.
16991 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16993         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16994         characters as non-special.
16996 2004-07-09  Simon Josefsson  <jas@extundo.com>
16998         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16999         Users will lose all flag changes made while unplugged with
17000         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17001         good default.  See numerous reports on ding mailing list.
17003 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17005         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17006         add generate-head-function and generate-article-function to the
17007         rfc822-forward entry.
17008         (nndoc-rfc822-forward-generate-article): New function.
17009         (nndoc-rfc822-forward-generate-head): New function.
17011         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17013 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17015         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17016         respect display group parameter and gnus-summary-expunge-below.
17017         (gnus-articles-to-read): Remove unused reference to display group
17018         parameter.
17020 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17022         * nnheader.el (nnheader-uniquify-message-id): New experimental
17023         variable.
17024         (nnheader-nov-read-message-id): Use it.
17026         * spam-report.el (spam-report-gmane): Add interactive.
17028 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17030         * mm-encode.el (mm-content-transfer-encoding-defaults):
17031         Use qp-or-base64 for the application/* types.
17033 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17035         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17037 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17039         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17040         trim value.
17042 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17044         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17045         New macro and function.
17046         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17048 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17050         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17051         after-load-alist.
17053 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17055         * gnus-group.el (gnus-group-get-new-news-this-group):
17056         Don't update info that isn't there.
17058 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17060         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17061         entry.
17063 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17065         * mm-view.el (mm-inline-render-with-function): Use multibyte
17066         buffer; decode html source by charset.
17068         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17070         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17071         Mule-UCS is loaded under XEmacs.
17072         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17074 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17076         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17078 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17080         * mm-util.el (mm-coding-system-p): Return a coding-system.
17081         (mm-mime-mule-charset-alist): Use shift_jis instead of
17082         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17083         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17084         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17085         instead of japanese-shift-jis and iso-latin-1 respectively in
17086         order to share the default value with both Emacs and XEmacs-mule.
17087         (mm-mule-charset-to-mime-charset):
17088         Make mm-coding-system-priorities effective.
17089         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17090         while predicating of candidates upon the priorities.
17092 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17094         * gnus-sum.el (gnus-summary-make-menu-bar):
17095         Add gnus-uu-invert-processable.
17097         * gnus.el: Autoload gnus-uu-invert-processable.
17099 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17101         * mm-util.el (mm-with-multibyte-buffer): New macro.
17103         * rfc2047.el (rfc2047-encode-string): Use it.
17104         (rfc2047-encode-region): Move point to the end of the region after
17105         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17107 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17109         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17110         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17112 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17114         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17115         (gnus-cite-parse): Ignore quoted envelope From_.
17116         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17118 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17120         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17121         invalid addresses.
17123 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17125         * spam.el: Change section markers, revise TODO list.
17126         (spam-backends): Make new master list of all installed backends.
17127         (spam-summary-exit-behavior): Add new variable to determine how
17128         messages moves are done at summary exit.
17129         (spam-move-spam-nonspam-groups-only)
17130         (spam-process-ham-in-nonham-groups)
17131         (spam-process-ham-in-spam-groups): Remove variables, the
17132         spam-summary-exit-behavior variable should be used to manage this
17133         behavior.
17134         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17135         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17136         and spam-old-spam-articles.
17137         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17138         Add empty variables, placeholders for the backends they represent.
17139         (spam-set-difference): Move, unchanged.
17140         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17141         unless the user has a processor variable.
17142         (spam-classifications, spam-classification-valid-p)
17143         (spam-backend-properties, spam-backend-property-valid-p)
17144         (spam-backend-function-type-valid-p)
17145         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17146         (spam-report-articles-gmane, spam-report-articles-resend):
17147         Remove functions, they are not needed.
17148         (spam-install-backend-super, spam-backend-list)
17149         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17150         (spam-backend-function, spam-backend-ham-registration-function)
17151         (spam-backend-spam-registration-function)
17152         (spam-backend-ham-unregistration-function)
17153         (spam-backend-spam-unregistration-function)
17154         (spam-backend-statistical-p, spam-backend-mover-p)
17155         (spam-install-backend-alias, spam-install-checkonly-backend)
17156         (spam-install-mover-backend, spam-install-nocheck-backend)
17157         (spam-install-backend, spam-install-statistical-backend)
17158         (spam-install-statistical-checkonly-backend): Add backend installation
17159         support.
17160         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17161         (spam-group-processor-p): Use the new backend code and respect the
17162         summary exit behavior.
17163         (spam-mark-spam-as-expired-and-move-routine): Remove.
17164         (spam-summary-prepare): Change to use the new spam-old-articles
17165         variable.
17166         (spam-copy-or-move-routine, spam-copy-spam-routine)
17167         (spam-move-spam-routine, spam-copy-ham-routine)
17168         (spam-move-ham-routine): Add code to copy/move ham or spam.
17169         (spam-fetch-field-fast): Improve doc and code, plus allow the
17170         'number request.
17171         (spam-list-of-checks, spam-list-of-statistical-checks):
17172         Remove variables.
17173         (spam-split, spam-find-spam): Use the new backend code.
17174         (spam-registration-functions): Remove variable.
17175         (spam-unregister-routine): Add convenience wrapper.
17176         (spam-log-undo-registration, spam-register-routine)
17177         (spam-log-processing-to-registry)
17178         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17179         where possible.
17180         (spam-check-gmane-xref, spam-check-regex-headers)
17181         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17182         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17183         (spam-check-bogofilter-headers, spam-check-spamoracle)
17184         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17185         (spam-check-crm114-headers): Use the spam-split-group that
17186         spam-split prepares, no need to determine it every time.
17188         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17189         to the nnheader-parse-naked-head call.
17191         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17193         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17194         the nnheader-nov-read-message-id call.
17196 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17198         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17199         gnus-activate-group twice.  Suggested by Markus Peter
17200         <warp@spin.de>.
17202 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17204         * gnus-art.el (gnus-article-time-format): Exchange the order of
17205         day and month in the default value; fix customization type.
17206         (article-date-ut): Use add-text-properties.
17207         (article-make-date-line): Use message-make-date instead of
17208         current-time-string.
17210         * message.el (message-fetch-field): Don't use set-text-properties.
17211         (message-make-date): Simplify.
17213         * messagexmas.el (message-xmas-make-date): New function.
17214         (message-xmas-redefine): Defalias message-make-date to it.
17216 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17218         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17219         (rfc2047-encode-region): Treat text within parentheses as special;
17220         show the original text when error has occurred.
17222         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17223         already-computed method to gnus-activate-group.
17225         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17226         same select-methods identical Lisp objects.
17228         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17229         object when modifying the info.
17231 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17233         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17234         gnus-opened-servers since it has never been opened with the new
17235         configuration yet.
17237 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17239         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17240         arg to nnheader-generate-fake-message-id.
17242 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17244         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17245         number and build a fake message ID localized to a group and
17246         article number (so it's repeatable from that point on).
17247         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17248         ID format.
17250         * gnus-sum.el (gnus-get-newsgroup-headers):
17251         Call nnheader-generate-fake-message-id with the article number.
17253 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17255         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17256         end-of-buffer.
17258 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17260         * message.el (message-ignored-supersedes-headers): Add Approved.
17262 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17264         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17265         goto-char.
17266         (rfc2047-encode): Fold the line before encoding.
17268 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17270         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17271         folding -- not all headers can be folded, and this should be done
17272         by the message composition mode.  Probably.  I think.
17274 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17276         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17277         fast.
17279         * gnus-ems.el (gnus-remove-image): Don't use
17280         message-text-with-property; remove only the image found first.
17282         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17283         found first.
17285 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17287         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17289 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17291         * message.el (message-text-with-property): Make it fast and accept
17292         optional arguments.
17293         (message-strip-forbidden-properties): Use it.
17294         (message-fix-before-sending): Follow the m-t-w-p change.
17296         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17298 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17300         * gnus-art.el (article-hide-headers): Don't change the buffer
17301         mistakenly when performing mml-preview even if
17302         gnus-single-article-buffer is nil.
17304 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17306         * message.el (message-expand-name-databases): New user option.
17307         (message-expand-name): Use it.
17309 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17311         * spam.el (spam-report-articles-resend)
17312         (spam-report-resend-register-routine): Allow ham reporting.
17313         (spam-report-resend-register-ham-routine): Add wrapper.
17314         (spam-registration-functions): Add ham resending functions.
17315         (spam-list-of-processors): Add ham resend processor.
17317         * gnus.el (ham-resend-to): Add new group parameter.
17318         (spam-process): Add ham resend option.
17320         * spam-report.el (spam-report-resend): Allow reporting ham.
17321         (spam-report-resend-ham): Add wrapper.
17323 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17325         * message.el (message-cite-articles-with-x-no-archive):
17326         New variable.
17327         (message-cite-original): Use it.
17329 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17331         * message.el (message-cite-original): Respect X-No-Archive.
17333 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17335         * gnus-art.el (article-hide-headers): Refer to the values for
17336         gnus-ignored-headers and gnus-visible-headers in the summary
17337         buffer since a user may have set them as group parameters.
17339 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17341         * assistant.el (assistant-node-name): Add convenience function.
17342         (assistant-render-text, assistant-render-node): Add error handling,
17343         plus handle multiple next nodes.
17344         (assistant-find-next-node): Comment out for now.
17345         (assistant-find-next-nodes): Add function, returns list of next
17346         nodes.
17348 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17350         * mail-source.el (mail-source-directory): Fix doc-string.
17352 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17354         * assistant.el (assistant-render-text, assistant-eval): Add :set
17355         widget type, which is different because it takes and returns a
17356         list.  Much hilarity ensues.
17358 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17360         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17362         * gnus-group.el (gnus-group-get-new-news-this-group):
17363         Add doc-string.
17365         * gnus-start.el (gnus-activate-group): Add doc-string.
17367 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17369         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17371 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17373         * assistant.el (assistant-render-text): Try to add a :set
17374         widget, more to come.
17376         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17377         strings.
17378         (spam-report-articles-resend)
17379         (spam-register-routine): Do registration iff any articles warrant
17380         it.
17381         (spam-summary-prepare-exit): Change log message for nil group
17382         destinations.
17384 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17386         * spam.el (spam-report-resend-register-routine):
17387         Allow spam-report-resend-to to be a group parameter or a global value.
17389 2004-05-26  Simon Josefsson  <jas@extundo.com>
17391         * starttls.el: Merge with my GNUTLS based starttls.el.
17392         (starttls-gnutls-program, starttls-use-gnutls)
17393         (starttls-extra-arguments, starttls-process-connection-type)
17394         (starttls-connect, starttls-failure, starttls-success):
17395         New variables.
17396         (starttls-program, starttls-extra-args): Doc fix.
17397         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17398         New functions.
17399         (starttls-negotiate, starttls-open-stream):
17400         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17401         function if it is set.
17403 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17405         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17406         structured fields.
17408 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17410         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17412 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17414         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17415         Add variable.
17416         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17417         assigning the spam-mark to new messages.
17419 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17421         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17423 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17425         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17427         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17428         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17429         default.
17431 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17433         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17434         correct data.
17436 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17438         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17439         (spam-group-processor-p): Fix function.
17440         (spam-group-processor-multiple-p)
17441         (spam-group-spam-processor-report-gmane-p)
17442         (spam-group-spam-processor-report-resend-p)
17443         (spam-group-spam-processor-bogofilter-p)
17444         (spam-group-spam-processor-blacklist-p)
17445         (spam-group-spam-processor-ifile-p)
17446         (spam-group-ham-processor-ifile-p)
17447         (spam-group-spam-processor-spamoracle-p)
17448         (spam-group-spam-processor-crm114-p)
17449         (spam-group-ham-processor-bogofilter-p)
17450         (spam-group-spam-processor-stat-p)
17451         (spam-group-ham-processor-stat-p)
17452         (spam-group-ham-processor-whitelist-p)
17453         (spam-group-ham-processor-BBDB-p)
17454         (spam-group-ham-processor-spamoracle-p)
17455         (spam-group-ham-processor-copy-p): Remove functions with some
17456         prejudice against unneeded code.
17457         (spam-report-articles-resend)
17458         (spam-report-resend-register-routine): Allow the group/topic
17459         spam-resend-to value to override spam-report-resend-to.
17460         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17461         properly now.
17463         * gnus.el (spam-resend-to): Add group/topic parameter.
17464         (spam-process): Move the OBSOLETE processors to the end of the
17465         choices.
17467 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17469         * spam-report.el (spam-report-resend-to, spam-report-resend):
17470         Start with resend-to set to nil, and then ask the user if necessary.
17471         (spam-report-resend): spam-report-resend takes a list of articles, not
17472         separate article numbers.
17474 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17476         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17477         addition to emacs-w3m.
17479 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17481         * assistant.el (assistant-authinfo-data): New function.
17482         (assistant-eval): Eval for entire assistant.
17484         * netrc.el (netrc-services-file): New variable.
17485         (netrc-parse-services): New function.
17486         (netrc-find-service-name): New function.
17487         (netrc-find-service-number): New function.
17488         (netrc-port-equal): New function.
17489         (netrc-machine): Use it.
17491         * nnimap.el (nnimap-open-connection): Use netrc.
17493         * gnus-util.el (gnus-netrc-get): Remove aliases.
17495         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17497         * assistant.el (wid-edit): Fix compilation.
17499         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17501 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17503         * gnus-util.el (gnus-set-file-modes): New function.  (small
17504         patch).
17506 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17508         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17510         * assistant.el (assistant-render-node): Fix up rendering and
17511         read-only text.
17512         (assistant-render-node): Reset.
17513         (assistant-make-read-only): Not sticky.
17515 2004-05-20  Danny Siu  <dsiu@adobe.com>
17517         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17518         centered even when gnus-auto-center-summary is t.
17520 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17522         * dns.el (dns-get-txt-answer): New function.
17523         (dns-read-txt): Ditto.
17524         (query-dns): Use it.
17526 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17528         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17529         active for foreign groups even if the group level is higher than
17530         the specified value.
17532 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17534         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17535         non-active groups.
17537         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17539 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17541         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17543 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17545         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17546         (spam-crm114-header, spam-crm114-spam-switch)
17547         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17548         (spam-crm114-positive-spam-header)
17549         (spam-crm114-database-directory, spam-list-of-processors)
17550         (spam-group-spam-processor-crm114-p)
17551         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17552         (spam-generic-score, spam-list-of-checks)
17553         (spam-list-of-statistical-checks, spam-registration-functions)
17554         (spam-check-crm114-headers, spam-crm114-score)
17555         (spam-check-crm114, spam-crm114-register-with-crm114)
17556         (spam-crm114-register-spam-routine)
17557         (spam-crm114-unregister-spam-routine)
17558         (spam-crm114-register-ham-routine)
17559         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17560         From asjo@koldfront.dk (Adam Sjøgren).
17562         * gnus.el: Add spam-use-crm114.
17564         * spam.el (spam-list-of-processors, spam-registration-functions):
17565         Add spam-use-resend.
17566         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17567         (spam-report-articles-gmane): Add doc fix.
17568         (spam-report-articles-resend, spam-report-resend-register-routine):
17569         Add wrappers around spam-report-resend-to.
17571         * spam-report.el (spam-report-resend-to, spam-report-resend):
17572         Add support for resending spam.
17573         (spam-report-gmane): Fix line length >80.
17575         * gnus.el (spam-process): Add spam-use-resend.
17577 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17579         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17580         number of processed spam messages.
17581         (spam-ham-copy-or-move-routine): Return the number of processed
17582         ham messages.
17583         (spam-summary-prepare-exit): Use the above values to decide
17584         whether status messages shouled be displayed.
17586 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17588         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17589         `rfc2047-encoding-function-alist' in order to avoid conflicting
17590         with the old version.
17591         (rfc2047-encode-region): Concatenate words containing non-ASCII
17592         characters in structured fields; don't encode space-delimited
17593         ASCII words even in unstructured fields; don't break words at
17594         char-category boundaries.
17595         (rfc2047-encode-1): New function.
17596         (rfc2047-encode): Use it; encode text so that it occupies the
17597         maximum width within 76-column; work correctly on Q encoding for
17598         iso-2022-* charsets.
17599         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17600         sure not to break a line just after the header name.
17601         (rfc2047-b-encode-region): Remove.
17602         (rfc2047-b-encode-string): New function.
17603         (rfc2047-q-encode-region): Remove.
17604         (rfc2047-q-encode-string): New function.
17606         * mm-util.el (mm-replace-in-string): New function.
17608 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17610         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17611         Really get it right.
17612         (gnus-inews-make-draft): Really.
17614 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17616         * nnmh.el (nnmh-request-list-1): Don't check the link count
17617         before descending.  (small patch)
17619 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17621         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17622         stuff.
17624         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17625         Match on real group name.
17627         * gnus-art.el (gnus-signature-limit): Doc fix.
17629         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17631         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17633 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17635         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17636         isn't a string.
17638 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17640         * gnus-draft.el (gnus-draft-send):
17641         Bind rfc2047-encode-encoded-words.
17643         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17644         (rfc2047-encodable-p): Say that =? needs encoding.
17645         (rfc2047-encode-encoded-words): New variable.
17647         * gnus-group.el (gnus-group-select-group): Doc fix.
17649         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17651         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17652         to nil.
17654         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17656         * nnheader.el (nnheader-get-lines-and-char): New function.
17658 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17660         * gnus-msg.el (gnus-summary-followup-with-original):
17661         Document yanking of region when active.
17663 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17665         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17666         groups if the group level is higher than the specified value.
17668 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17670         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17671         (gnus-group-jump-to-group): Add prefix argument using
17672         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17673         non-active group.
17675         * compface.el (uncompface): Be verbose when changing
17676         `uncompface-use-external'.
17678         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17679         handle manual section.
17681 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17683         * gnus-art.el (gnus-button-alist): Revert previous change.
17685 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17687         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17689 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17691         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17692         whether backend can accept message.
17694         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17696 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17698         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17699         Avoid creating directory when nntp-marks-is-evil is true.
17700         Reported by Reiner Steib.
17702 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17704         * gnus-picon.el (gnus-picon-style): New variable.
17705         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17706         (gnus-picon-transform-address): Support `gnus-picon-style'.
17707         From Jesper Harder <harder@ifa.au.dk>.
17709 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17711         * message.el (message-fill-field): Return point.
17712         (message-generate-headers): Go to end of field.
17714         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17715         stuff for non-living groups.
17717 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17719         * gnus-art.el (gnus-article-followup-with-original)
17720         (gnus-article-reply-with-original): gnus-mark-active-p ->
17721         gnus-region-active-p.
17723 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17725         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17726         only when there is spam or ham to be processed.
17728 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17730         * mail-source.el (mail-source-delete-crash-box): Refactor.
17731         (mail-source-fetch): Use it.
17732         (mail-source-fetch-file): Ditto.
17733         (mail-source-fetch-directory): Run postscript in loop.
17734         (mail-source-fetch-pop): Delete.
17735         (mail-source-fetch-maildir): Ditto.
17736         (mail-source-fetch-imap): Ditto.
17738         * imap.el (imap-authenticators): Comment out sasl.
17740         * message.el (message-skip-to-next-address): New function.
17741         (message-fill-header-address): Refactor.
17742         (message-fill-address): Use it.
17743         (message-delete-address): Use it.
17744         (message-fill-header-general): Refactor.
17745         (message-fill-field-address): Rename.
17746         (message-narrow-to-field): Find the start of the header.
17747         (message-header-format-alist): Don't pre-fill.
17748         (message-fill-header): Remove.
17749         (message-insert-header): New function.
17750         (message-shorten-references): Use it.
17752         * rfc2047.el (rfc2047-field-value): Strip props.
17754         * mail-parse.el (mail-header-make-address): New alias.
17756         * ietf-drums.el (ietf-drums-make-address): New function.
17758         * imap.el: Add compiler directives.
17760         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17762         * gnus-art.el (article-decode-idna-rhs): Don't use
17763         message-idna-inside-rhs-p.
17765 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17767         * message.el (message-idna-inside-rhs-p): Remove.
17768         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17770         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17771         false positives.
17773 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17775         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17777 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17779         * nneething.el (nneething-file-name): Don't create spurious
17780         files.
17782         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17783         (gnus-inews-do-gcc): Remove sleep.
17785         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17786         part under point.
17788         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17789         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17791 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17793         * spam.el (spam-summary-prepare-exit): Fix (length).
17795 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17797         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17798         as expired without moving it" message when there are spam
17799         messages left.
17801 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17803         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17804         header is not nil.
17806 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17808         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17809         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17810         (nntp-marks-changed-p): New arg SERVER.
17811         (nntp-request-update-info): Adjust caller.
17813 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17815         * nntp.el (nntp-save-marks): Pass missing arg.
17817 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17819         * nntp.el: Support marks.
17820         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17821         (nntp-marks-modtime, nntp-marks-directory): New variables.
17822         (nntp-request-set-mark, nntp-request-update-info)
17823         (nntp-possibly-create-directory, nntp-marks-changed-p)
17824         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17825         New functions.
17827 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17829         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17830         (gnus-xmas-redefine): Rename.
17832         * gnus-score.el (gnus-score-insert-help):
17833         Use gnus-select-lowest-window.
17835         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17836         appt-select-lowest-window and rename to gnus-select-lowest-window.
17838         * gnus.el: do.
17840 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17842         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17843         encodings of MIME-encoded words, in order to improve
17844         interoperability with several broken MUAs.
17846 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17848         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17849         tags, only when charsets are not specified in headers.
17850         (mm-inline-text-html-render-with-w3m): Ditto.
17852         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17853         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17855 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17857         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17858         instead of MIME-decoded from fields when checking
17859         `gnus-article-address-banner-alist'.
17861 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17863         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17864         description rather than subject.
17866 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17868         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17870 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17872         * gnus.el (gnus-version-number): Bump.
17874 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17876         * gnus.el: No Gnus v0.2 is released.
17878 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17880         * gnus-agent.el (gnus-agent-read-agentview):
17881         Inline gnus-uncompress-range.
17883 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17885         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17886         `exec-installed-p'.
17888 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17890         * gnus.el (spam-process, spam-autodetect-methods):
17891         Add bsfilter and bsfilter-headers.
17893         * spam.el (spam-bsfilter): New customize group.
17894         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17895         (spam-bsfilter-header, spam-bsfilter-probability-header)
17896         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17897         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17898         (spam-bsfilter-database-directory): New options.
17899         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17900         (spam-list-of-statistical-checks, spam-registration-functions):
17901         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17902         (spam-bsfilter-score): New command.
17903         (spam-check-bsfilter-headers, spam-check-bsfilter)
17904         (spam-bsfilter-register-with-bsfilter)
17905         (spam-bsfilter-register-spam-routine)
17906         (spam-bsfilter-unregister-spam-routine)
17907         (spam-bsfilter-register-ham-routine)
17908         (spam-bsfilter-unregister-ham-routine): New functions.
17909         (spam-generic-score): Support bsfilter; Accept an optional argument
17910         to recalcurate spam score even if scoring header has already been
17911         added.
17912         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17913         optional argument to recalcurate spam score even if scoring header
17914         has already been added.
17916 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17918         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17919         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17920         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17921         link is missing.
17923 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17925         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17926         (html2text-get-attr): Rewrite.
17928         * message.el (message-setup-1): Remove redundant put-text-property
17929         on mail-header-separator.
17931 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17933         * gnus-registry.el (gnus-registry-cache-whitespace)
17934         (gnus-registry-action, gnus-registry-spool-action)
17935         (gnus-registry-split-fancy-with-parent): Change message levels
17936         from 5 to 3 or 7, as needed.
17938         * spam.el (spam-summary-prepare-exit)
17939         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17940         (spam-split, spam-find-spam, spam-log-undo-registration)
17941         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17942         level from 5 to 6.
17944 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17946         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17947         2004-03-04 change).
17949 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17951         * sieve-manage.el (sieve-manage-open):
17952         * nnweb.el (nnweb-insert-html):
17953         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17954         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17955         * nnspool.el (nnspool-request-group):
17956         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17957         * nnml.el (nnml-request-update-info):
17958         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17959         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17960         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17961         (nnimap-request-set-mark):
17962         * nnfolder.el (nnfolder-request-update-info):
17963         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17964         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17965         * gnus-uu.el (gnus-uu-find-articles-matching):
17966         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17967         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17968         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17969         * gnus-nocem.el (gnus-nocem-scan-groups):
17970         * gnus-int.el (gnus-start-news-server):
17971         * gnus-group.el (gnus-group-make-kiboze-group)
17972         (gnus-group-browse-foreign-server):
17973         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17974         Use mapc when appropriate.
17976 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17978         FIXME: Make separate entries for each person.
17980         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17981         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17982         <shields@msrl.com>:
17984         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17985         may need for spam sorting and scoring.
17986         (spam-user-format-function-S): Add user format function suitable for
17987         general use.
17988         (spam-article-sort-by-spam-status): Add sorting function for summary
17989         sorting.
17990         (spam-extra-header-to-number): Add function to get a score from a
17991         header.
17992         (spam-summary-score): Add function to get a numeric score from the
17993         headers.
17994         (spam-generic-score): Fix function doc, was in wrong place.
17995         (spam-initialize): Take symbols when it's run, and install the
17996         extra headers that spam-necessary-extra-headers thinks we need.
17998 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18000         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18001         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
18003 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18005         * gnus-sum.el (gnus-set-global-variables)
18006         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18007         (gnus-article-get-xrefs, gnus-summary-best-group)
18008         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18009         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18010         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18011         Use with-current-buffer.
18013 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18015         * spam.el (spam-summary-prepare-exit): Simplify logic.
18016         (spam-fetch-article-header): Read the article header if it's not
18017         available.
18018         (spam-list-articles): Simplify logic.
18019         (spam-filelist-register-routine): Fix bug with unregister-list.
18021         * gnus-registry.el: Fix comments at beginning.
18023 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18025         * message.el (message-cater-to-broken-inn): Remove.
18026         (message-shorten-references): Make sure the total folded length of
18027         References is shorter than 998 characters to cater to a bug in INN
18028         2.3.  Also, don't pretend that references aren't folded -- this
18029         hasn't worked for a while.
18031 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18033         * gnus-agent.el (gnus-agentize):
18034         gnus-agent-send-mail-real-function no longer set to current value
18035         of message-send-mail-function but rather a lambda that calls
18036         message-send-mail-function.  The change makes the agent real-time
18037         responsive to user changes to message-send-mail-function.
18039 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18041         * legacy-gnus-agent.el
18042         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18043         help from Florian Weimer <fw@deneb.enyo.de>
18045 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18047         * nnmail.el (nnmail-cache-insert): Revert last change.
18049 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18051         * nnmail.el (nnmail-cache-insert): Always check whether
18052         nnmail-cache-ignore-groups matches a group name.
18054 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18056         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18057         (spam-find-spam, spam-log-processing-to-registry)
18058         (spam-log-registered-p, spam-log-unregistration-needed-p)
18059         (spam-log-undo-registration): Use gnus-message instead of
18060         gnus-error, none of these errors are fatal.
18062         * gnus-registry.el (gnus-registry-clean-empty-function)
18063         (gnus-registry-clean-empty): Remove only empty entries without
18064         extra data.
18066 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18068         * spam-stat.el (spam-stat-buffer-change-to-spam)
18069         (spam-stat-buffer-change-to-non-spam): Change (error) to
18070         (gnus-message 8) invocation.
18072 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18074         * nntp.el (nntp-via-netcat-command): New variable.
18075         (nntp-via-netcat-switches): New variable.
18076         (nntp-open-via-rlogin-and-netcat): New function.
18077         (nntp-open-connection-function): Doc fix.
18078         (nntp-telnet-command): Doc fix.
18079         (nntp-end-of-line): Doc fix.
18080         (nntp-via-rlogin-command): Doc fix.
18081         (nntp-via-user-name): Doc fix.
18082         (nntp-via-address): Doc fix.
18084 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18086         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18087         error in Emacs 21.1.
18089 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18091         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18093 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18095         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18096         (gnus-agent-with-refreshed-group): New macro.
18097         (gnus-agent-rename-group): New function.
18098         (gnus-agent-delete-group): New function.
18099         (gnus-agent-save-group-info): Use gnus-command-method when
18100         `method' parameter is nil.  Don't write nil entries into the
18101         active file.
18102         (gnus-agent-get-group-info): New function.
18103         (gnus-agent-fetch-articles):
18104         Use gnus-agent-update-files-total-fetched-for to increment disk space
18105         used.
18106         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18107         Use gnus-agent-update-view-total-fetched-for to increment disk space
18108         used.
18109         (gnus-agent-get-local): Add optional parameters to avoid calling
18110         gnus-group-real-name and gnus-find-method-for-group.
18111         (gnus-agent-set-local): Delete stored entry if either min, or max,
18112         are nil.
18113         (gnus-agent-fetch-session): Reworded error/quit messages.
18114         On quit, use gnus-agent-regenerate-group to record existance of any
18115         articles fetched to disk before the quit occurred.
18116         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18117         gnus-agent-update-view-total-fetched-for, and
18118         gnus-agent-update-files-total-fetched-for to decrement disk space
18119         used.
18120         (gnus-agent-retrieve-headers):
18121         Use gnus-agent-update-view-total-fetched-for to increment disk space
18122         used.
18123         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18124         with gnus-agent-update-files-total-fetched-for to decrement disk
18125         space and fresh group buffer.
18126         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18127         (gnus-agent-need-update-total-fetched-for): New variable.
18128         (gnus-agent-update-files-total-fetched-for): New function.
18129         (gnus-agent-update-view-total-fetched-for): New function.
18130         (gnus-agent-total-fetched-for): New function.
18132         * gnus-cache.el (gnus-cache-save-buffers):
18133         Use gnus-cache-update-overview-total-fetched-for to change disk space
18134         used by this group.
18135         (gnus-cache-possibly-enter-article):
18136         Use gnus-cache-update-file-total-fetched-for to increment disk space
18137         used by this group.
18138         (gnus-cache-possibly-remove-article):
18139         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18140         used by this group.
18141         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18142         (gnus-cache-rename-group): New function.
18143         (gnus-cache-delete-group): New function.
18144         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18145         (gnus-cache-need-update-total-fetched-for): New variable.
18146         (gnus-cache-with-refreshed-group): New macro.
18147         (gnus-cache-update-file-total-fetched-for): New function.
18148         (gnus-cache-update-overview-total-fetched-for): New function.
18149         (gnus-cache-rename-group-total-fetched-for): New function.
18150         (gnus-cache-delete-group-total-fetched-for): New function.
18151         (gnus-cache-total-fetched-for): New function.
18153         * gnus-group.el: Require gnus-sum and autoload functions to
18154         resolve warnings when gnus-group.el compiled alone.
18155         (gnus-group-line-format): Documented new %F.
18156         (size of Fetched data) group line format; identifies disk space
18157         used by agent and cache.
18158         (gnus-group-line-format-alist): Defined new F format.
18159         (gnus-total-fetched-for): New function.
18160         (gnus-group-delete-group): No longer update
18161         gnus-cache-active-altered as gnus-request-delete-group now keeps
18162         the cache in sync.
18163         (gnus-group-list-active): Let the agent store a server's active
18164         list if currently plugged.
18166         * gnus-int.el (gnus-request-delete-group):
18167         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18168         local disk in sync with the server.
18169         (gnus-request-rename-group):
18170         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18171         local disk in sync with the server.
18173         * gnus-start.el (gnus-get-unread-articles):
18174         Cosmetic simplification to logic.
18176         * gnus-util.el (gnus-rename-file): New function.
18178 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18180         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18182 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18184         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18185         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18187 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18189         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18190         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18192 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18194         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18196 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18198         * spam.el (spam-set-difference): Add function to replace
18199         gnus-set-difference in spam.el.
18200         (spam-summary-prepare-exit): Use spam-set-difference.
18202 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18204         * gnus-registry.el (gnus-registry-cache-file): Update to use
18205         gnus-dribble-directory OR gnus-home-directory OR ~.
18206         (gnus-registry-split-fancy-with-parent): Fix doc.
18208 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18210         * message.el (message-exchange-point-and-mark):
18211         Use message-mark-active-p.  Suggested by Jesper Harder
18212         <harder@ifa.au.dk>.
18214 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18216         * message.el (message-exchange-point-and-mark): Don't activate
18217         region if it was inactive.  Suggested by Hiroshi Fujishima
18218         <pooh@nature.tsukuba.ac.jp>.
18220 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18222         * gnus-art.el (article-display-face): Display Faces in the same
18223         order as X-Faces.
18225 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18227         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18229 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18231         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18232         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18233         (gnus-article-mime-hierarchy): Remove.
18234         (gnus-article-mime-hierarchy-next): Remove.
18235         (gnus-article-mode): Revert 2004-03-19 change.
18236         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18237         (gnus-insert-mime-button): Revert 2004-03-19 change.
18238         (gnus-mime-accumulate-hierarchy): Remove.
18239         (gnus-mime-enter-multipart): Remove.
18240         (gnus-mime-leave-multipart): Remove.
18241         (gnus-mime-display-part): Revert 2004-03-19 change.
18242         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18244         * mml.el (mml-preview): Revert 2004-03-19 change.
18246 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18248         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18250 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18252         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18253         t while entering a file name using the mm-with-multibyte macro.
18254         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18256         * mm-util.el (mm-with-multibyte): New macro.
18258 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18260         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18261         New user option.
18262         (gnus-mime-multipart-functions): Doc and customization fix.
18263         (gnus-article-mime-hierarchy): New variable.
18264         (gnus-article-mime-hierarchy-next): New variable.
18265         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18266         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18267         gnus-article-mime-hierarchy-next to nil.
18268         (gnus-insert-mime-button): Show hierarchy numbers.
18269         (gnus-mime-accumulate-hierarchy): New function.
18270         (gnus-mime-enter-multipart): New function.
18271         (gnus-mime-leave-multipart): New function.
18272         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18273         (gnus-mime-display-alternative): Show hierarchy numbers.
18275         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18276         gnus-article-mime-hierarchy-next to nil.
18278 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18280         * dns.el: Don't require gnus-xmas.
18282 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18284         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18285         inline PGP.
18286         (mml-menu): Disable mml-quote-region if mark is inactive.
18288 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18290         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18291         when the group's active is not available.
18293 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18295         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18296         error.
18298 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18300         * imap.el (imap-store-password): New variable.
18301         (imap-interactive-login): Use it.
18302         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18304 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18306         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18307         window-start and hscroll to summary window.
18309 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18311         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18312         conversion message to newsrc-dribble when an actual conversion is
18313         performed.
18315 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18317         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18319 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18321         * mm-decode.el (mm-complicated-handles): New function reviving
18322         former definition of mm-multiple-handles.
18324         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18325         (gnus-mime-delete-part): Use it.
18327 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18329         * gnus-agent.el (gnus-agent-read-local):
18330         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18331         avoid the implicit assumption that they will always be equal.
18332         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18333         coding-system-for-write, as the with-temp-file macro first prints
18334         to a buffer then saves the buffer.
18336 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18338         * gnus-art.el (gnus-article-edit-part): New function.
18339         (gnus-mime-save-part-and-strip): Use it; do query instead of
18340         signaling an error; don't use mm-multiple-handles.
18341         (gnus-mime-delete-part): Ditto.
18343 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18345         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18346         old file versions.
18347         (gnus-group-prepare-hook): Remove function that converted list
18348         form of gnus-agent-expire-days to group properties.
18350         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18351         (gnus-request-accept-article): Re-indented.
18353         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18354         converters to handle old agent file formats.  Add logic for a
18355         "backup before upgrading warning".
18356         (gnus-convert-mark-converter-prompt): Developers can mark
18357         functions as needing (default), or not needing,
18358         gnus-convert-old-newsrc's "backup before upgrading warning".
18359         (gnus-convert-converter-needs-prompt): Tests whether the user
18360         should be protected from potentially irreversable changes by the
18361         function.
18363         * legacy-gnus-agent.el: New.  Provides converters that are only
18364         loaded when gnus-convert-old-newsrc needs to call them.
18366 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18368         * mail-source.el (mail-source-touch-pop): Doc fix.
18370         * message.el (message-smtpmail-send-it): Doc fix.
18372 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18374         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18376         * nnmail.el (nnmail-split-fancy): do.
18378         * gnus-kill.el (gnus-kill, gnus-execute): do.
18380 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18382         * gnus-sum.el (gnus-widget-reversible-match)
18383         (gnus-widget-reversible-to-internal)
18384         (gnus-widget-reversible-to-external): New functions.
18385         (gnus-widget-reversible): New widget.
18386         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18388 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18390         * gnus-sum.el (gnus-thread-sort-functions)
18391         (gnus-article-sort-functions): Document `(not F)' items.
18393 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18395         * spam.el (spam-use-gmane-xref): Add new backend.
18396         (spam-gmane-xref-spam-group): Add variable to control the name of the
18397         Gmane spam group.
18398         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18399         (spam-regex-headers-spam, spam-regex-headers-ham)
18400         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18401         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18402         backends and checks.
18403         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18405         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18406         an autodetect method.
18408 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18410         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18411         articles are being added to a group.
18412         (gnus-request-replace-article): Inform the agent that articles
18413         need to be uncached as the cached contents are no longer valid.
18415 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18417         * binhex.el: Don't autoload executable-find.
18419         * canlock.el: Don't autoload mail-fetch-field.
18421         * dgnushack.el: Autoload c-mode for XEmacs.
18423         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18425         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18426         rmail-dont-reply-to and rmail-output.
18428         * gnus-score.el: Don't autoload ffap-string-at-point.
18430         * gnus-setup.el: Don't autoload sc-cite-original.
18432         * imap.el: Don't autoload base64-decode-string,
18433         base64-encode-string and md5.
18435         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18436         and rmail-msg-restore-non-pruned-header.
18438         * mm-decode.el: Don't autoload executable-find.
18440         * mm-url.el: Don't autoload executable-find.
18442         * mm-view.el: Don't autoload diff-mode.
18444         * nndb.el: Don't autoload news-reply-mode, news-setup,
18445         cancel-timer and telnet.
18447         * password.el: Don't autoload run-at-time for Emacs.
18449         * sha1-el.el: Don't autoload executable-find.
18451         * sieve-mode.el: Don't autoload c-mode.
18453         * uudecode.el: Don't autoload executable-find.
18455 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18457         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18458         (gnus-agent-possibly-alter-active): Avoid null in numeric
18459         comparison.
18460         (gnus-agent-set-local): Refuse to save null in local object table.
18461         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18462         list of articles that will be marked as unread.
18464 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18466         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18468 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18470         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18471         language tags.
18473 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18475         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18476         Don't bind "obarray".
18478         * gnus-sum.el (gnus-thread-sort-functions):
18479         Add `gnus-thread-sort-by-most-recent-number' and
18480         `gnus-thread-sort-by-most-recent-date'.
18481         Reported by Kai Grossjohann <kai@emptydomain.de>.
18483 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18485         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18487 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18489         * gnus-cus.el (gnus-agent-customize-category):
18490         Remove ignore-errors macro reference that required cl to be loaded at
18491         run-time.
18493         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18494         single-interval range of the form (min . max).  Previously the
18495         range had to look like ((min . max)).  Likewise, return
18496         (min . max) rather than ((min . max)).
18497         (gnus-range-map): Use gnus-range-normalize to accept
18498         single-interval range.
18500         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18501         the cache, but not the agent, now appear with their usual face.
18503         * dgnushack.el (loaddir): New variable that is bound to the
18504         directory containing the dgnushack.el file. Use loaddir, rather
18505         than srcdir, to update load-path. Change lets dgnushack compile
18506         code in directories other than GNUS/lisp.
18508 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18510         * lpath.el: Don't bind w3m-safe-url-regexp.
18512         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18513         w3m-safe-url-regexp variable buffer-local.
18515         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18517 2004-02-27  Simon Josefsson  <jas@extundo.com>
18519         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18520         gnus-group-real-prefix.
18521         (gnus-summary-move-article): Use it, instead of
18522         gnus-group-real-prefix.
18524 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18526         * lpath.el: Bind w3m-safe-url-regexp.
18528         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18529         w3m-safe-url-regexp variable buffer-local and set it as the value
18530         of mm-w3m-safe-url-regexp.
18532         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18534         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18535         parsing gnus-posting-styles when the message is not for replying.
18537         * dgnushack.el: Autoload sgml-mode for XEmacs.
18539         * nnrss.el (nnrss-opml-export):
18540         Use mm-set-buffer-file-coding-system instead of
18541         set-buffer-file-coding-system.
18543 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18545         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18546         of checkdoc.el).
18547         * nnrss.el: do.
18548         * gnus-mlspl.el: do.
18549         * gnus-ml.el: do.
18550         * gnus-srvr.el: do.
18552         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18554 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18556         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18557         Corrections to custom-manual links.
18559         * gnus-art.el (gnus-article): Ditto.
18561         * mm-decode.el (mime-display, mime-security): Ditto.
18563 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18565         * flow-fill.el: Typo.
18567 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18569         * spam-wash.el: New file.
18571 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18573         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18575 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18577         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18578         to be run with new-articles as LIST1, not LIST2.
18579         (spam-registration-functions): Add spam-use-ham-copy as a nil
18580         registration backend.
18582 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18584         * spam-stat.el (spam-stat-washing-hook): New option.
18585         (spam-stat-buffer-words): Use it.
18586         (spam-stat-process-directory, spam-stat-test-directory):
18587         Use insert-file-contents-literally.
18588         (spam-stat-coding-system): New variable.
18589         (spam-stat-load, spam-stat-save): Use it.
18591 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18593         * spam-report.el (spam-report-plug-agent):
18594         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18596 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18598         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18599         Allow / in mailto URLs.
18601 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18603         * spam-report.el (spam-report-process-queue): Fix interactive use.
18604         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18605         (spam-report-unplug-agent): Doc fixes.
18606         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18607         (spam-report-agentize, spam-report-deagentize): Autoload.
18609 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18611         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18613         * message.el (message-setup-fill-variables): Add mml tags to
18614         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18615         <ajk@iu.edu>.
18616         (message-mode): Don't modify paragraph-separate there.
18618 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18620         * compface.el (uncompface-use-external): Default to undecided.
18621         (uncompface-use-external-threshold): New variable.
18622         (uncompface-float-time): New macro.
18623         (uncompface): Determine whether to use the external decoder if
18624         uncompface-use-external is undecided.
18626 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18628         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18629         after images.
18631         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18633 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18635         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18637         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18639         * gnus-sum.el (gnus-summary-limit-to-age)
18640         (gnus-summary-limit-children): do.
18642         * gnus-int.el (gnus-request-scan): do.
18644         * gnus-group.el (gnus-group-suspend): do.
18646         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18648         * gnus-cite.el (gnus-cite-parse-attributions): do.
18650         * gnus-agent.el (gnus-summary-set-agent-mark)
18651         (gnus-agent-regenerate-group): do.
18653         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18655         * binhex.el (binhex-decode-region-internal): do.
18657 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18659         * gnus-fun.el (gnus-face-properties-alist): New user option.
18660         (gnus-display-x-face-in-from): Use it.
18662         * gnus-art.el (article-display-face): Ditto.
18664         * compface.el (uncompface-use-external): Default to nil.
18666 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18668         * nntp.el (nntp-erase-buffer): New function.
18669         (nntp-retrieve-data, nntp-send-command)
18670         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18671         (nntp-possibly-change-group): Use it.
18673         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18674         Use with-current-buffer.
18676 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18678         * compface.el: Merge the ELisp-based uncompface program.
18679         (compface): New customization group.
18680         (uncompface-use-external): New user option.
18681         (uncompface): Call uncompface-internal if uncompface-use-external
18682         is nil.
18683         (uncompface-internal): New function.  Note that there are also
18684         some other functions and variables added for this function.
18686 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18688         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18689         if necessary.
18691 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18693         * spam-report.el (spam-report-unplug-agent)
18694         (spam-report-plug-agent, spam-report-deagentize)
18695         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18696         Add support for the Agent in spam-report: when unplugged, report to a
18697         file; when plugged, submit all the requests.
18699         * spam.el (spam-register-routine): Fix message about
18700         registration.
18702 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18704         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18705         dependencies.
18706         (rfc2047-encode): Use it.
18708         * gnus-art.el (gnus-button-marker-list): Move before first
18709         reference.
18711         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18712         (imap-parse-body): Fix format string mismatch.
18714         * gnus-score.el (gnus-summary-increase-score): do.
18716         * nnrss.el (nnrss-close): New function.
18718 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18720         * nnrss.el (nnrss-make-filename): New function.
18721         (nnrss-request-delete-group, nnrss-read-server-data)
18722         (nnrss-save-server-data, nnrss-read-group-data)
18723         (nnrss-save-group-data): Use it.
18724         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18725         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18726         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18728 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18730         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18732 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18734         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18735         files.
18737         * message.el (message-generate-headers-first): Don't quote nil
18738         and t in docstrings.
18740         * imap.el (imap-id): do.
18742         * gnus-agent.el (gnus-agent-consider-all-articles)
18743         (gnus-agent-queue-mail): do.
18745 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18747         * spam-report.el (spam-report-process-queue): New function.
18748         Process requests from `spam-report-requests-file'.
18749         (spam-report-process-queue): Doc fix.
18751 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18753         * spam.el (spam-register-routine)
18754         (spam-log-processing-to-registry, spam-log-registered-p)
18755         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18756         Change "check" to "spam-check" for semi-clarity.
18758 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18760         * pop3.el: Require nnheader.
18762         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18764         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18766         * gnus-picon.el: Require cl.
18768         * gnus-fun.el: Require gnus-ems and gnus-util.
18770         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18772         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18774         * gnus-art.el (gnus-article-edit-mode): Define before first
18775         reference.
18777 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18779         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18780         (gnus-uu-post-encoded): Use point-at-bol.
18782         * gnus-topic.el (gnus-group-active-topic-p): do.
18784         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18786         * gnus-group.el (gnus-group-kill-region): do.
18788         * gnus-art.el (article-date-ut): do.
18790         * message.el (message-fetch-field): Remove redundant
18791         case-fold-search binding.
18792         (message-narrow-to-field): Simplify.
18794 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18796         * spam.el (spam-directory): Derive from `gnus-directory'.
18798         * spam-report.el (spam-report-url-to-file)
18799         (spam-report-requests-file): New function and variable for offline
18800         reporting.
18801         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18802         and user defined function.
18803         (spam-report-url-ping-mm-url): Remove doubled slash.
18805 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18807         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18809 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18811         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18812         Fix format string mismatch.
18814         * sieve.el (sieve-deactivate-all): do.
18816         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18818         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18820         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18822         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18824 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18826         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18827         the list of checks.
18829 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18831         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18832         padding.
18834 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18836         * mm-view.el (mm-fill-flowed): New variable.
18837         (mm-inline-text): Use it.
18839 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18841         * spam.el (spam-spamassassin-register-ham-routine)
18842         (spam-spamassassin-register-spam-routine): Fix function names.
18844 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18846         * gnus.el (gnus-tmp-grouplens): Remove.
18847         (gnus-summary-line-format): Remove grouplens.
18849         * gnus-group.el (gnus-group-line-format): Ditto.
18851         * gnus-spec.el (gnus-format-specs): Ditto.
18852         (gnus-update-format-specifications): Flush the group format spec
18853         cache if there's the grouplens stuff.
18854         (gnus-parse-simple-format): Replace %l with the empty string.
18856 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18858         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18859         omission.
18861 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18863         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18864         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18866 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18868         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18869         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18870         New macros and functions.
18871         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18872         Handle > NLINK_MAX messages.
18873         * nnmaildir.el (nnmaildir-request-set-mark):
18874         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18876 2004-01-25  Alex Schroeder  <alex@gnu.org>
18878         * spam-stat.el (spam-stat-process-directory-age): New option.
18879         (spam-stat-process-directory): Use it.
18881 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18883         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18884         (spam-stat-save): Accept prefix argument.
18886 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18888         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18889         links" error.
18891 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18893         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18894         the rest of the and/or forms.
18896 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18898         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18899         compatibility with old .newsrc.eld files.
18901         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18903         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18905         * gnus-start.el (gnus-1): do.
18907         * gnus-group.el (gnus-group-line-format-alist): do.
18909         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18911         * gnus-gl.el: Remove.
18913 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18915         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18916         marks consisting of a single range {for example, (3 . 5)} rather
18917         than a list of a single range { ((3 . 5)) }.
18919 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18921         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18922         Use with-current-buffer.
18923         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18924         avoid consing a string.
18926         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18927         Remove obsolete entries for big5 and gb2312.
18929 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18931         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18932         uncompressed list.
18934 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18936         * spam-stat.el (spam-stat-strip-xref): New function.
18937         (spam-stat-process-directory): Use it.
18939         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18940         here -- it's done in message-fetch-field.
18942 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18944         * gnus-agent.el (gnus-agent-queue-mail)
18945         (gnus-agent-prompt-send-queue): New variables.
18946         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18947         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18948         "nndraft:queue" along to gnus-draft-send.
18949         Use gnus-agent-prompt-send-queue.
18950         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18951         is "nndraft:queue".  Suggested by Gaute Strokkenes
18952         <gs234@srcf.ucam.org>
18954         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18955         (agent-enable-undownloaded-faces): Add.
18956         (gnus-agent-cat-groups): Use eval-and-compile, not
18957         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18958         method of gnus-agent-cat-groups even when the buffer has been
18959         evaled.
18960         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18961         delete gnus-agent-save-active-1.
18962         (gnus-agent-save-groups): Delete.  Identical to
18963         gnus-agent-save-active.
18964         (gnus-agent-write-active): No longer adjust agent's copy of active
18965         file as agent's adjustments are now stored in their own
18966         file.  Remove optional parameter.
18967         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18968         servers.  Add use of min/max range limits from server's local
18969         file.
18970         (gnus-agent-save-alist): Remove unused optional argument.
18971         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18972         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18973         (gnus-agent-set-local): A per-server file that keeps min/max range
18974         limits for articles known to the agent.  Provides a fast mechanism
18975         for altering many active ranges.
18976         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18977         active file (local makes it unnecessary).
18978         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18980         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18981         (agent-enable-undownloaded-faces): Add.
18983         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18984         disable it when sending to "nndraft:queue".
18985         (gnus-group-send-queue): Add safety check to avoid sending queue
18986         when unplugged.
18988         * gnus-group.el (gnus-group-catchup): Use new
18989         gnus-sequence-of-unread-articles, not
18990         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18991         numbers of articles.  Use gnus-range-map to avoid having to
18992         uncompress the unread list.
18993         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18994         Fix invalid ange-ftp reference.
18996         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18997         (gnus-sorted-range-intersection): Intersection of two ranges
18998         without requiring that they first be uncompressed.
19000         * gnus-start.el (gnus-activate-group): Unless blocked by the
19001         caller, possibly expand the active range to include both cached
19002         and agentized articles.
19003         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19004         multiple version-dependent converters.
19005         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19006         gnus-agent-save-active.
19007         (gnus-save-newsrc-file): Save dirty agent range limits.
19009         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19010         gnus-agent-possibly-alter-active.
19011         (gnus-adjust-marked-articles): Faster handling of simple lists.
19013 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19015         * spam-stat.el (spam-stat-test-directory): New optional argument
19016         displays a list of files detected.  Suggested by Andrew Cohen
19017         <cohen@andy.bu.edu>.
19018         (spam-stat-buffer-words-with-scores): Don't narrow and change
19019         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19021 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19023         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19024         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19025         (spam-spamassassin-arguments)
19026         (spam-spamassassin-spam-flag-header)
19027         (spam-spamassassin-positive-spam-flag-header)
19028         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19029         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19030         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19031         (spam-list-of-processors, spam-list-of-checks)
19032         (spam-list-of-statistical-checks, spam-registration-functions)
19033         (spam-check-spamassassin-headers, spam-check-spamassassin)
19034         (spam-spamassassin-score)
19035         (spam-spamassassin-register-with-sa-learn)
19036         (spam-spamassassin-register-spam-routine)
19037         (spam-spamassassin-register-ham-routine)
19038         (spam-assassin-register-spam-routine)
19039         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19040         (spam-bogofilter-score): Fix to show article before scoring.
19042 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19044         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19045         default scoring function.
19046         (spam-generic-score): Call spam-spamassassin-score if
19047         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19048         spam-bogofilter-score otherwise.
19050         * gnus.el (spam-process, spam-autodetect-methods):
19051         Add spamassassin and spamassassin-headers.
19053 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19055         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19056         Suppress unnecessary messages.
19058 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19060         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19061         make-hash-table.
19063 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19065         * canlock.el (base64-encode-string): Don't autoload it.
19067 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19069         * run-at-time.el: Remove useless (require 'itimer),
19070         eval-and-compile and (featurep 'xemacs).
19072 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19074         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19075         GROUP is a virtual group.
19077 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19079         * gnus.el: Autoload `message-y-or-n-p'.
19081 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19083         * pgg-parse.el: Remove unnecessary (require 'custom).
19085         * pgg-def.el: do.
19087         * nnmail.el: do.
19089         * gnus-undo.el: do.
19091         * gnus-picon.el: do.
19093         * gnus-util.el: do.
19095 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19097         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19099 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19101         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19102         handle, as well as a list.
19104         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19105         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19106         (mm-w3m-cid-retrieve): Simplify.
19108 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19110         * message.el (message-kill-to-signature): Allow prefix arg to
19111         specify number of lines to keep before signature.
19113 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19115         * message.el (message-kill-to-signature): Change docstring.
19117 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19119         * canlock.el: Always require sha1-el.
19120         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19122         * message.el: Autoload sha1 only when compiling.
19124         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19125         eudc-expand-inline for XEmacs.
19127 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19129         * message.el (message-canlock-generate): Require sha1-el.
19131 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19133         * message.el (message-expand-name): Silence the byte compiler.
19135         * lpath.el: Add detect-coding-system.
19137         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19138         cus-edit.
19140 2004-01-13  Simon Josefsson  <jas@extundo.com>
19142         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19143         Invoke gnus-score-mode.
19144         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19146         * gnus-range.el (gnus-compress-sequence): Doc fix.
19147         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19149 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19151         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19153 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19155         * spam.el (spam-get-article-as-string): Update to use
19156         gnus-request-article-this-buffer, much simpler.
19157         (spam-get-article-as-buffer): Remove.
19159 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19161         * message.el (message-expand-name): Use EUDC if the user uses that.
19163 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19165         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19166         character for the encoding to avoid consing a string.
19168         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19169         unnecessarily.
19171         * mm-util.el (mm-replace-chars-in-string): Remove.
19173         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19174         of mm-replace-chars-in-string.
19176 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19178         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19180         * mm-util.el (mm-subst-char-in-string): Support inplace.
19182         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19183         a new string in every iteration.  Use shy groups.
19185 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19187         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19188         * gnus-soup.el (gnus-soup-group-brew):
19189         * gnus-msg.el (gnus-put-message):
19190         * gnus-move.el (gnus-group-move-group-to-server):
19191         * gnus-kill.el (gnus-batch-score):
19192         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19193         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19194         (gnus-group-update-group, gnus-group-read-group)
19195         (gnus-group-make-group, gnus-group-make-help-group)
19196         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19197         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19198         (gnus-group-sort-by-unread, gnus-group-catchup)
19199         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19200         (gnus-group-yank-group, gnus-group-set-info)
19201         (gnus-group-list-groups):
19202         * gnus.el (gnus-generate-new-group-name):
19203         * gnus-delay.el (gnus-delay-send-queue):
19204         * nnvirtual.el (nnvirtual-catchup-group):
19205         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19206         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19207         (gnus-group-prepare-topics, gnus-topic-check-topology):
19208         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19209         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19210         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19211         (gnus-group-make-articles-read):
19212         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19213         (gnus-group-change-level, gnus-kill-newsgroup)
19214         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19215         (gnus-get-unread-articles, gnus-make-articles-unread)
19216         (gnus-make-ascending-articles-unread): Use accessor
19217         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19218         to get group information for improved readability.
19221 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19223         * gnus-art.el (article-decode-mime-words, article-babel)
19224         (gnus-article-highlight-signature, gnus-article-add-buttons)
19225         (gnus-signature-toggle): Use gnus-with-article-buffer.
19227         * gnus-art.el (gnus-article-highlight-headers)
19228         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19230         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19231         (gnus-article-set-globals, gnus-request-article-this-buffer)
19232         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19233         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19234         (gnus-mime-display-alternative): Use with-current-buffer.
19236 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19238         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19239         also under 80 char limit, and call gnus-error if needed.
19240         (spam-fetch-article-header): Fix - it was a
19241         buffer-local variable (gnus-newsgroup-data).
19242         (spam-find-spam): Use spam-generate-fake-headers, forget about
19243         spam-insert-fake-headers.
19244         (spam-insert-fake-headers): Remove.
19246 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19248         * deuglify.el (gnus-article-outlook-unwrap-lines)
19249         (gnus-outlook-rearrange-article)
19250         (gnus-outlook-repair-attribution-outlook)
19251         (gnus-outlook-repair-attribution-block)
19252         (gnus-outlook-repair-attribution-other): Remove redundant
19253         save-excursion.
19255 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19257         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19258         (spam-fetch-field-subject-fast)
19259         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19260         (spam-fetch-article-header): Add functions to deal with Gnus
19261         internals for fast retrieval of article header data.
19262         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19264 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19266         * pop3.el (pop3-md5): Remove.
19267         (pop3-apop): Replace pop3-md5 with md5.
19269         * mm-bodies.el: base64 is always built-in.
19271         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19272         Use with-current-buffer.
19274 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19276         * canlock.el (canlock-insert-header): Remove excessive grouping in
19277         regexp.
19279         * gnus-sum.el (gnus-summary-read-document): Ditto.
19281         * gnus-uu.el (gnus-uu-part-number): Ditto.
19283         * html2text.el (html2text-remove-tags): Ditto.
19284         (html2text-format-tags): Ditto.
19285         (html2text-format-single-elements): Ditto.
19287         * mml.el (mml-parse-1): Ditto.
19289 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19291         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19293         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19295         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19297         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19299 2003-11-15  Simon Josefsson  <jas@extundo.com>
19301         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19302         (pgg-gpg-lookup-key): Use regexp match instead of
19303         split-string (split-string is different between emacs 21.2 and
19304         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19306 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19308         * gnus-art.el (gnus-mime-view-all-parts)
19309         (gnus-article-part-wrapper, gnus-article-view-part):
19310         Use with-current-buffer.
19312 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19314         * spam.el (spam-disable-spam-split-during-ham-respool)
19315         (spam-spamoracle-database, spam-cache-lookups)
19316         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19317         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19318         (spam-group-ham-marks, spam-group-spam-marks)
19319         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19320         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19321         also add spam-use-blackholes to the statistical checks.
19322         (spam-fetch-field-fast): Add interface to fetching fields, may
19323         become a macro.
19324         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19325         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19326         (spam-insert-fake-headers): Fake an article when needed.
19327         (spam-find-spam): Fake article when possible.
19328         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19329         (spam-check-bogofilter-headers): Use message-fetch-field instead
19330         of nnmail-fetch-field.
19332 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19334         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19336 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19338         * spam.el (spam-split): Do not require spam-use-CHECK to be
19339         enabled if that check is passed to spam-split explicitly; also
19340         fix so 'spam doesn't get converted to spam-split-group when
19341         spam-split-symbolic-return is t.
19342         (spam-find-spam): Find registrations of the article and use those
19343         instead of re-running spam-split to find the spam/ham
19344         classification of the article.
19345         (spam-log-processing-to-registry, spam-log-registered-p)
19346         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19347         Use gnus-error instead of gnus-message.
19348         (spam-log-registration-type): Add function to determine the
19349         classification of a message based on registry entries; will
19350         return nil if both 'spam and 'ham are found.
19351         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19352         a reasonably fast local cache without the loading errors.
19353         (spam-cache-lookups): Set to t by default.
19354         (spam-find-spam): Don't try to guess spam-cache-lookups.
19355         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19356         spam-caches entry.
19357         (spam-filelist-build-cache, spam-filelist-check-cache):
19358         Fix caching of whitelist/blacklist entries.
19359         (spam-check-whitelist, spam-check-blacklist):
19360         Invoke spam-from-listed-p with a type, not a cache variable.
19361         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19363 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19365         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19367         * nnmail.el (nnmail-split-fancy): do.
19369         * mml.el (mml-parse): do.
19371         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19372         (gnus-score-adaptive): do.
19374 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19376         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19377         (gnus-mime-button-map): Don't set keymap parent.
19378         (gnus-button-ctan-directory-regexp): Use shy grouping.
19379         (gnus-prev-page-map): Don't set keymap parent.
19380         (gnus-prev-page-map): Remove duplicated one.
19381         (gnus-next-page-map): Don't set keymap parent.
19382         (gnus-mime-security-button-map): Ditto.
19384         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19385         version number.
19387         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19389 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19391         * canlock.el (canlock-sha1-function): Remove.
19392         (canlock-sha1-function-for-verify): Remove.
19393         (canlock-openssl-program): Remove.
19394         (canlock-openssl-args): Remove.
19395         (canlock-ignore-errors): Remove.
19396         (canlock-sha1-with-openssl): Remove.
19397         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19398         (canlock-verify): Don't use canlock-ignore-errors.
19400         * sha1-el.el (sha1-string-external): Make it can return a string
19401         in binary form.
19402         (sha1-region-external): Ditto.
19403         (sha1-string-internal): Ditto.
19404         (sha1-region-internal): Ditto.
19405         (sha1-region): Ditto.
19406         (sha1-string): Ditto.
19407         (sha1): Ditto.
19409 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19411         * spam.el (spam-report-articles-gmane): New command.
19413 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19415         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19417         * run-at-time.el (run-at-time-saved): Remove.
19418         (run-at-time): Doc fix.
19420 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19422         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19423         (gnus-summary-limit-map): Add it.
19424         (gnus-summary-make-menu-bar): do.
19426 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19428         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19429         Make attempt at some caching support (done for BBDB only now).
19430         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19431         addresses to be checked.
19432         (spam-clear-cache-BBDB): Add function, to be invoked by
19433         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19434         (spam-check-BBDB): Check and use the caches, if
19435         spam-cache-lookups is on, remove superfluous (provide).
19437 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19439         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19441 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19443         * run-at-time.el (run-at-time-saved): Move to after the definition
19444         of `run-at-time'.
19446         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19448 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19450         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19451         mm-w3m-local-map-property.
19453         * mm-view.el (mm-w3m-mode-map): Remove.
19454         (mm-w3m-local-map-property): Remove.
19455         (mm-inline-text-html-render-with-w3m): Don't use
19456         mm-w3m-local-map-property.
19458 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19460         * run-at-time.el: New file.
19462         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19463         under Emacs.
19465         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19466         of gnus-set-text-properties.
19468         * gnus-uu.el (gnus-uu-save-article): Ditto.
19470         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19472         * gnus-cite.el (gnus-cite-parse): Ditto.
19474         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19475         of gnus-.
19477         * gnus-xmas.el (run-at-time): Require run-at-time.
19479         * gnus.el: Change calls to nnheader-run-at-time and
19480         password-run-at-time throughout to use run-at-time directly.
19482         * password.el: Remove definition of run-at-time.
19484         * nnheaderxm.el: Remove definition of run-at-time.
19486 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19488         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19489         in prompt.
19491 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19493         * messagexmas.el (message-xmas-redefine): Alias
19494         `message-make-caesar-translation-table' to
19495         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19496         version.
19498         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19499         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19500         `gnus-xmas-set-text-properties'.
19501         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19502         `gnus-xmas-completing-read'.
19503         (gnus-xmas-completing-read): Removed.
19504         (gnus-xmas-open-network-stream): Removed.
19506         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19507         XEmacs version.
19509         * dns.el (dns-make-network-process): Use `open-network-stream'
19510         instead of `gnus-xmas-open-network-stream'.
19512         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19514         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19516 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19518         * gnus-art.el (gnus-mime-display-alternative)
19519         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19520         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19521         Don't use gnus-local-map-property.
19523         * gnus-util.el (gnus-local-map-property): Remove.
19525         * mm-view.el (mm-view-pkcs7-decrypt):
19526         Replace gnus-completing-read-maybe-default with completing-read.
19528         * gnus-util.el (gnus-completing-read): do.
19529         (gnus-completing-read-maybe-default): Remove.
19531 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19533         * password.el: Only autoload `run-at-time' if not XEmacs.
19534         Only autoload the itimer functions if XEmacs.
19536 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19538         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19539         XEmacsen.
19541         * dgnushack.el: Autoload executable-find for XEmacs.
19543 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19545         * gnus-art.el (gnus-read-string): Remove.
19546         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19547         read-string.
19549 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19551         * netrc.el: Autoload password-read.
19552         (netrc): Add configuration group.
19553         (netrc-encoding-method, netrc-openssl-path):
19554         Add variables for encoding and decoding of files with symmetric
19555         ciphers.
19556         (netrc-encode): Add assistant function to encode a file with
19557         netrc-encoding-method.
19558         (netrc-parse): Add interactive parameter, added optional
19559         decoding if netrc-encoding-method is non-nil but otherwise
19560         behavior is standard.
19561         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19562         Do s/encode/encrypt/ everywhere.
19564         * spam.el: Remove executable-find autoload.
19566 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19568         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19570         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19572 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19574         * gnus-art.el (gnus-treat-ansi-sequences)
19575         (article-treat-ansi-sequences): New variable and function.
19576         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19578         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19579         Use it.
19581 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19583         * mm-util.el (mm-quote-arg): Remove.
19585         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19586         shell-quote-argument.
19588         * gnus-uu.el (gnus-uu-command): do.
19590         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19592         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19593         with make-char.
19595         * mm-util.el (mm-make-char): Remove.
19597         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19598         add-minor-mode.
19600         * gnus-undo.el (gnus-undo-mode): do.
19602         * gnus-topic.el (gnus-topic-mode): do.
19604         * gnus-sum.el (gnus-dead-summary-mode): do.
19606         * gnus-start.el (gnus-slave-mode): do.
19608         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19610         * gnus-ml.el (gnus-mailing-list-mode): do.
19612         * gnus-gl.el (gnus-grouplens-mode): do.
19614         * gnus-draft.el (gnus-draft-mode): do.
19616         * gnus-dired.el (gnus-dired-mode): do.
19618         * gnus-ems.el (gnus-add-minor-mode): Remove.
19620         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19621         Replace gnus-char-width with char-width.
19623         * gnus-ems.el (gnus-char-width): Remove.
19625         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19626         Replace gnus-char-width with char-width.
19628         * gnus-ems.el (gnus-char-width): Remove.
19630         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19631         definition.
19632         Remove Emacs 20 hash table compatibility code.
19634         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19635         20 compatibility code.
19637         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19639         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19641         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19642         Replace with point-at-{eol,bol}.
19644         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19646         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19648         * flow-fill.el (fill-flowed-point-at-bol)
19649         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19651         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19652         Replace with point-at-{eol,bol} throughout all files.
19654 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19656         * ntlm.el (ntlm-string-as-unibyte): New macro.
19657         (ntlm-build-auth-response): Use it.
19659         Remove Emacs 20 stuff:
19660         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19661         (butlast, mapc, remove): Remove the compiler macros.
19662         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19663         of delq and copy-sequence.
19664         * gnus-art.el (popup-menu): Remove the compiler macro.
19665         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19666         Emacs 20.
19668 2004-01-05  Simon Josefsson  <jas@extundo.com>
19670         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19671         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19672         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19673         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19674         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19675         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19676         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19677         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19678         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19679         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19680         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19681         string-xor into ntlm-string-xor.
19682         Suggested by Jesper Harder <harder@myrealbox.com>.
19684         * ntlm.el: Don't include poem.
19686         * md4.el (print-int32, print-string-hexa): Remove.
19687         Suggested by Jesper Harder <harder@myrealbox.com>.
19689         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19691         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19692         probably breaks emacs with DL patch, but do we care? Is anyone
19693         still using the DL stuff?)
19695         * sieve-manage.el: Use the password package.
19696         (sieve-manage-read-passwd): Remove.
19697         (sieve-manage-interactive-login): Use password.  Re-add
19698         condition-case around loop.
19700         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19701         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19702         Use the password package.
19704 2003-02-19  Simon Josefsson  <jas@extundo.com>
19706         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19707         token.
19709 2002-08-07  Simon Josefsson  <jas@extundo.com>
19711         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19712         (sieve-manage-authenticators):
19713         (sieve-manage-authenticator-alist): Add some SASL mechs.
19714         (sieve-sasl-auth): New function.
19715         (sieve-manage-cram-md5-auth):
19716         (sieve-manage-plain-auth): Rewrite using SASL library.
19717         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19718         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19719         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19720         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19722 2004-01-05  Simon Josefsson  <jas@extundo.com>
19724         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19725         New files.
19727 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19729         * gnus-group.el (gnus-no-groups-message): Update.
19731         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19733 2003-11-09  Simon Josefsson  <jas@extundo.com>
19735         * imap.el: Support for ID IMAP extension (RFC 2971).
19736         (imap-local-variables): Add imap-id.
19737         (imap-id): New variable.
19738         (imap-id): New function.
19739         (imap-parse-response): Parse untagged ID response.
19740         * nnimap.el (nnimap-id): New variable.
19741         (nnimap-open-connection): Use it.
19743 2003-12-28  Simon Josefsson  <jas@extundo.com>
19745         * gnus-score.el (gnus-score-edit-all-score): New.
19746         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19748 2004-01-04  Simon Josefsson  <jas@extundo.com>
19750         * password.el: Add.
19752 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19754         * dns.el (dns-query-types): Fix typo.
19755         (dns-query-types): New function.
19756         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19757         PTR and SOA replies, see RFC 1035.
19759 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19761         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19763         * Move to Changelog.2.
19765 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19767         * gnus.el (gnus-version-number): Bump version.
19769 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19771         * gnus.el: No Gnus v0.1 is released.
19773 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19775         * gnus.el: No Gnus v0.0 is released.
19777 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19779         * gnus.el (gnus-version-number): Bump.
19780         (gnus-version): No.
19782 See ChangeLog.2 for earlier changes.
19784     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19785       Free Software Foundation, Inc.
19787   This file is part of GNU Emacs.
19789   GNU Emacs is free software: you can redistribute it and/or modify
19790   it under the terms of the GNU General Public License as published by
19791   the Free Software Foundation, either version 3 of the License, or
19792   (at your option) any later version.
19794   GNU Emacs is distributed in the hope that it will be useful,
19795   but WITHOUT ANY WARRANTY; without even the implied warranty of
19796   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19797   GNU General Public License for more details.
19799   You should have received a copy of the GNU General Public License
19800   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19802 ;; Local Variables:
19803 ;; coding: utf-8
19804 ;; fill-column: 79
19805 ;; add-log-time-zone-rule: t
19806 ;; End: