proto-stream.el (proto-stream-open-tls): Return nil if we don't get any stream.
[emacs.git] / lisp / gnus / ChangeLog
blob0e34fbc5f647fd9df1226bbbfd82da0792cb8cb9
1 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
4         any stream.
6         * shr.el (shr-tag-font): Colorize the region.
7         (shr-tag-body): Ditto.
8         (shr-tag-font): Actually let the styles be inherited instead of
9         overwriting them.
10         (shr-tag-font): Get the background color right.
11         (shr-tag-style): Ignore all <style> tags for the moment.
13         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
14         a Message-ID to avoid having nnimap depend on gnus-sum.
16         * shr.el (shr-descend): Only colorize something if we have a node that
17         sets colors.
19 2010-12-06  Julien Danjou  <julien@danjou.info>
21         * shr.el (shr-render-td): Render td content with shr-descend, so style
22         will be applied to <td> too.
23         (shr-colorize-region): Colorize region even if we only have a background.
24         (shr-tag-body): Fix color and background color inheritance.
25         Do not recolorize after shr-generic.
26         (shr-tag-font): Let shr-generic colorize via inheritance.
28 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
30         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
32 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
34         * nnir.el (nnir-request-move-article): Remove obsolete code.
36 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
38         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
40 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
42         * gnus-sum.el (gnus-summary-respool-article): The completion function
43         expects a list instead of an alist.
45         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
46         string as the parameter.
48         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
50         * shr.el (shr-stylesheet): New dynamic variable for cascading the
51         styles.
52         (shr-colorize-region): New function.
53         (shr-insert-background-overlay): Remove.
54         (shr-render-td): Background setting should be taken care of on a higher
55         level.
56         (shr-tag-body): Use post-hoc colorizations.
57         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
58         (shr-put-color-1): Don't overwrite old colors.
59         (shr-colorize-region): When the background color isn't explicit, use
60         a fixed background.
62         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
63         nnmail variables.
65 2010-12-05  Bjørn Mork  <bjorn@mork.no>
67         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
68         unless necessary.
70 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
72         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
73         server.
75 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
77         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
78         so that TAB works.
80         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
81         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
83         * shr.el (shr-urlify): Show the URL before the title to avoid
84         misleading URLs.
86 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
88         * shr.el (shr-urlify): Display the title in <a> tags.
90 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
92         * nnir.el (nnir-categorize): Replace mapcar with mapc.
94 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
96         * nnir.el: Rearrange code to allow macros to be autoloaded by
97         gnus-sum.el.
98         (nnir-retrieve-headers-override-function): Make this variable
99         customizable.
100         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
102         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
103         from nnir.el.
105 2010-12-03  Julien Danjou  <julien@danjou.info>
107         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
109 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
111         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
112         allow optional argument `environment'.
114 2010-12-03  Glenn Morris  <rgm@gnu.org>
116         * mm-extern.el (message-goto-body): Update declaration.
118 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
120         * gnus-util.el (gnus-macroexpand-all): New function.
122         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
123         instead of macroexpand-all that is unavailable in XEmacs.
125 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
127         * nnir.el (nnir-summary-line-format): New variable.
128         (nnir-mode): Use it.
129         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
130         (nnir-article-ids): Reimplement as defsubst.
131         (nnir-retrieve-headers): Don't mangle the subject header.
132         (nnir-run-imap): Use 100 as RSV score.
133         (nnir-run-find-grep): Fix for full server searching.
134         (nnir-run-gmane): Better restriction to gmane groups.
136         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
137         summary buffers.
139 2010-12-02  Julien Danjou  <julien@danjou.info>
141         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
143         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
145         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
146         support.
148 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
150         * nnir.el: Update to handle the registry better.
151         (autoload): Silence byte-compiler.
152         (nnir-open-server): Add a hook for nnir groups.
153         (nnir-request-move-article): Don't mangle the header. Better to use
154         formating variables (which will be added in the future).
155         (nnir-registry-action): Update the registry using the original article
156         group name.
157         (nnir-mode): Install nnir-specific hooks for updating the registry.
159         * gnus-sum.el
160         (gnus-article-original-subject,gnus-newsgroup-original-name): Remove
161         obsolete variables.
162         (gnus-summary-move-article): Remove use of obsolete variables.
163         (gnus-summary-local-variables): Make move and delete hooks local to
164         summary buffers.
166 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
168         * rtree.el: New file.
170 2010-12-01  Julien Danjou  <julien@danjou.info>
172         * message.el (message-user-organization): Do not use
173         gnus-local-organization.
175         * gnus.el: Remove gnus-local-organization.
177         * gnus-msg.el: Remove nastygram thing.
179 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
181         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
182         funcall.
184 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
186         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
187         names.
189         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
190         characters.
192         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
193         to t of inhibit-read-only since it is inside gnus-with-article-headers.
194         Suggested by Štěpán Němec <stepnem@gmail.com>.
195         (gnus-gravatar-transform-address): Use mail-extract-address-components
196         that supports non-ASCII names rather than mail-header-parse-addresses.
198 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
200         * proto-stream.el (open-protocol-stream): All starttls connections are
201         handled by the network handler.
203 2010-11-30  Julien Danjou  <julien@danjou.info>
205         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
206         (nnimap-open-connection-1): Fix PREAUTH.
208         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
210 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
212         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
213         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
214         (shr-insert): Use them.
215         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
217 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
219         * nnir.el (nnir-request-move-article): Bail out if original group
220         doesn't support article moves.
221         (nnir-get-active): Improve active list retrieval.
223 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
225         * shr.el (shr-find-fill-point): Don't break before apostrophes.
227 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
229         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
230         seem to accept strings-with-numbers as port numbers,
232 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
234         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
235         change the registry.
237 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
239         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
240         delete-dups that is not available in XEmacs 21.4.
242         * mm-util.el (mm-delete-duplicates): Add comment.
244 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
246         * nnir.el (nnir-ignored-newsgroups): New variable.
247         (nnir-get-active): Use it.
249 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
251         * proto-stream.el (proto-stream-open-network): Add some comments.
253         * nntp.el (nntp-open-connection): Provide a :success condition.
255         * nnimap.el (nnimap-open-connection-1): Ditto.
257         * proto-stream.el (proto-stream-open-network): See what the response to
258         the STARTTLS command is.
260         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
261         backwards compatibility).
262         (nnimap-open-connection-1): Really respect nnimap-server-port.
264         * proto-stream.el (proto-stream-open-network): When doing opportunistic
265         TLS upgrades we don't really care about the identity of the peer.
266         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
267         that what we've checked for.
268         (proto-stream-always-use-starttls): Only default to t if
269         open-gnutls-stream exists.
270         (proto-stream-open-network): If STARTTLS failed, then just open a
271         normal connection.
272         (proto-stream-open-network): Wait until the greeting before doing
273         STARTTLS.
275         * nntp.el (nntp-open-connection): Report what the connection error is.
277         * proto-stream.el (open-protocol-stream): Renamed from
278         open-proto-stream.
280 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
282         * nnimap.el (nnimap-stream): Change default to `undecided'.
283         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
284         first, and then network.
285         (nnimap-open-connection-1): Respect nnimap-server-port.
286         (nnimap-open-connection): Be more backwards-compatible.
288         * proto-stream.el (proto-stream-always-use-starttls): New variable.
289         (proto-stream-open-starttls): De-duplicate the starttls code.
290         (proto-stream-open-starttls): Folded back into the main function.
291         (proto-stream-open-network): Fix typo in the gnutls path.
292         (proto-stream-command): Refactor out.
294         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
296         * proto-stream.el (proto-stream-open-starttls): Actually implement the
297         starttls.el STARTTLS.
299         * color.el (color-lab->srgb): Fix function call name.
301         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
302         if we're using tls.el.
303         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
304         built in, then don't try to establish a STARTTLS connection.
306         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
307         servers.
309         * proto-stream.el (open-proto-stream): Use network, not stream.
310         (open-proto-stream): Add a way to specify what the end of a command is.
312         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
313         connections types.
314         (nntp-open-network-stream): Remove.
315         (nntp-open-ssl-stream): Remove.
316         (nntp-open-tls-stream): Remove.
317         (nntp-ssl-program): Remove.
319         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
321 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
323         * nnir.el: Fix typos.
324         (nnir-retrieve-headers-override-function): Rename variable to reflect
325         new semantics.
326         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
327         macros.
328         (nnir-request-article, nnir-request-move-article): Use them.
329         (nnir-categorize): New function.
330         (nnir-run-query): Use it.
331         (nnir-retrieve-headers): Rewrite to batch header retrieval.
332         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
333         sorted.
334         (nnir-group-full-name): Use gnus-group-full-name instead.
335         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
336         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
338 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
340         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
342         * proto-stream.el: New library to provide protocol-specific
343         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
344         protocols.
345         (open-proto-stream): Complete the documentation.
346         (proto-stream-open-network): Fix some typos.
348         * nnimap.el (nnimap-open-connection): Use it.
350 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
352         * pop3.el (pop3-open-server): Read server greeting before starting TLS
353         negotiation.
355 2010-11-26  Julien Danjou  <julien@danjou.info>
357         * color.el: Rename various rgb functions to srgb.
359 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
361         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
362         names.
364 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
366         * shr.el (shr-insert): Revert last change.
367         (shr-find-fill-point): Never leave point being at bol;
368         relax the kinsoku limitation when rendering tables.
370 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
372         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
373         results from -accept-article.
375         * shr-color.el: Require cl when compiling.
377         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
378         checkin.
380         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
382         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
384         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
385         'add and 'delete to set backend marks.
387         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
389         * nnheader.el (nnheader-update-marks-actions): Refactor out.
391         * nntp.el (nntp-request-set-mark): Use it.
393         * nnfolder.el (nnfolder-request-set-mark): Ditto.
395         * nnml.el (nnml-request-set-mark): Ditto.
397         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
398         introduces regressions in article selection.
399         (nnimap-find-uid-response): New function.
400         (nnimap-request-accept-article): Use the UID returned, if any.
401         (nnimap-request-move-article): Use the UID returned, if any.
402         (nnimap-get-groups): Reimplement to work with folded lines.
403         (nnimap-find-uid-response): The UID is the last element in the list.
404         (nnimap-request-set-mark): Extend syntax with 'set.
406         * nnml.el (nnml-request-set-mark): Ditto.
408         * nnfolder.el (nnfolder-request-set-mark): Ditto.
410         * nntp.el (nntp-request-set-mark): Ditto.
412 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
414         * message.el (message-called-interactively-p): A temporary macro.
415         (message-goto-body): Use it temporarily.
417 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
419         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
420         (nnimap-last-response-string): Unfold quoted lines, if they exist.
421         (nnimap-last-response-string): Fix last unfolding fix.
423 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
425         * shr.el (shr-insert): Fix the way to fold lines.
427 2010-11-25  Julien Danjou  <julien@danjou.info>
429         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
431         * color.el: Rename from color-lab.el
432         (color-rgb->hex): Add.
433         (color-complement): Add.
434         (color-complement-hex): Add.
436         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
438 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
440         * shr-color.el (shr-color-visible): Don't bug out if the colour names
441         don't exist.
443 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
445         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
446         assuming that article displaying or another mml-preview may be
447         interrupted for an error or for the like.
449         * shr.el (shr-get-background): Fix argument name.
451 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
453         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
455         * gnus-sum.el (gnus-summary-include-articles): New function.
457         * message.el (message-goto-body): called-interactively-p needs a
458         parameter, so use `any'.
460         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
461         clear marks before moving, since they're synced from the Gnus side
462         first.
464         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
465         (gnus-summary-move-article): Copy over all marks before moving, so that
466         IMAP doesn't think a new article has arrived.
468 2010-11-24  Julien Danjou  <julien@danjou.info>
470         * shr.el (shr-insert-background-overlay): Fix typo.
471         (shr-render-td): Copy the background before rendering.
473         * shr-color.el (shr-color-visible): Fix docstring.
475         * shr.el (shr-tag-table): Add bgcolor support.
476         (shr-render-td): Add bgcolor support.
477         (shr-get-background): Add.
478         (shr-insert-foreground-overlay): Use shr-get-background.
480         * message.el (message-goto-body): Use called-interactively-p.
481         (message-in-body-p): message-goto-body returns point.
483 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
485         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
486         Fixes something or other in Emacs 23, and is backwards compatible.
488         * message.el (message-goto-body): Remove the <#secure special-casing,
489         which is too special.
491         * shr.el (shr-parse-style): Drop !important from styles.
493 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
495         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
496         this function to return incorrect results when calling it with an
497         explicit article argument different from
498         (gnus-summary-article-number).
500 2010-11-24  Julien Danjou  <julien@danjou.info>
502         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
503         (shr-tag-body): Add background support.
504         (shr-descend): Add background support.
505         (shr-tag-title): Add.
507         * shr-color.el (shr-color-visible): Really return original background
508         if fixed.
510 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
512         * shr.el (shr-color-check): Protect against non-existant colour names.
514 2010-11-24  Julien Danjou  <julien@danjou.info>
516         * color-lab.el: Require 'cl when compiling.
518         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
520         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
521         matched part.
523         * color-lab.el: Fix all expt calls to use float type.
525 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
527         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
528         expression to shr-color-check as is.
530         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
532         * color-lab.el: Add coding cookie.
533         (float-pi): Use eval-and-compile.
535 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
537         * shr.el (shr-insert-color-overlay): Split stuff like
538         "#444444 !important" to find the real colour.
539         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
540         parse <font color="red"> entries.
542 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
544         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
545         point when parsing headers.
547         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
548         is positioned properly when parsing headers.
550 2010-11-23  Julien Danjou  <julien@danjou.info>
552         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
554         * shr-color.el (shr-color->hexadecimal): Add support for color names.
556         * shr.el (shr-parse-style): Replace \n with space in style parsing.
558         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
559         shr-color-hue-to-rgb.
560         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
562 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
564         * shr.el (shr-color->hexadecimal): Autoload.
565         (shr-descend): Add color to all tags.
567 2010-11-22  Julien Danjou  <julien@danjou.info>
569         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
570         shr-color->hexadecimal.
572         * shr-color.el (shr-color->hexadecimal): Add converting functions for
573         RGB() or HSL() color representation.
575         * shr.el (shr-tag-font): Add.
576         (shr-tag-color-check): New function to get better colors.
577         (shr-tag-insert-color-overlay): Factorize code between tag-font and
578         tag-span.
580         * shr-color.el: New file.
582         * color-lab.el: New file.
584         * gnus-art.el (gnus-url-mailto): Do not downcase args.
586 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
588         * nnir.el: Fix typo in comments.
589         (nnir-run-imap): Simplify code. No need to reverse artlist.
590         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
592 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
594         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
596         * nnimap.el (nnimap-get-capabilities): Refactor out.
597         (nnimap-open-connection): Re-request capabilities after STARTTLS.
599 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
601         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
602         appearing when `mm-uu-hide-markers' is nil.
604 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
606         * nnimap.el (nnimap-unselect-group): Make into its own function.
607         (nnimap-request-rename-group): Unselect group before renaming.
608         This had gotten lost somewhere.
609         (nnimap-request-accept-article): Keep track of examined groups, and
610         unselect the group before APPENDing to read-only groups.
611         (nnimap-request-move-article): Clear flags before moving so that they
612         can be re-set later.
614 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
616         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
617         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
619 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
621         * gnus-art.el (gnus-mime-display-single)
622         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
623         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
624         parameter.
626 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
628         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
629         (shr-table-vertical-line): New variable.
630         (shr-insert-table): Use it.
632 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
634         * gnus-html.el (gnus-html-wash-images): Don't display images if
635         gnus-inhibit-images is non-nil; register displayer for cid images.
636         (gnus-html-display-image): Work for cid image.
637         (gnus-html-insert-image): Allow arguments.
638         (gnus-html-put-image): Inhibit read-only.
639         (gnus-html-prefetch-images): Don't prefetch images if
640         gnus-inhibit-images is non-nil.
642 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
644         * shr.el (shr-put-image): Break lines when inserting big pictures.
646 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
648         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
649         sender, thanks Katsumi Yamaoka.
651 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
653         * nnir.el (nnir-run-imap): Reverse the article list for each group
654         rather than the whole list.
656 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
658         * shr.el (shr-image-displayer): Protect function against non-existent
659         image source.
661         * gnus-art.el (gnus-inhibit-images): New user option.
662         (gnus-mime-display-single): Don't display image if it is non-nil.
664         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
665         gnus-inhibit-images.
667         * shr.el (shr-image-displayer): New function.
668         (shr-tag-img): Use it.
670 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
672         * mml2015.el (mml2015-epg-sign): Use From header.
674 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
676         * gnus-html.el (gnus-html-wash-images): Register a displayer.
678         * gnus-util.el (gnus-find-text-property-region): Return markers.
680         * shr.el (shr-tag-img): Put a displayer in the text property.
682         * gnus-util.el (gnus-find-text-property-region): New utility function.
684         * gnus-html.el (gnus-html-display-image): Make the alt optional.
685         (gnus-html-show-images): Remove.
687         * gnus-art.el (gnus-article-show-images): New, more general function.
689         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
690         image url text properties.
692         * shr.el: Ditto.
694         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
695         gnus-agent-auto-agentize-methods is set.  Which it isn't.
697 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
699         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
700         work for two or more articles.
702 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
704         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
705         divide an image that's in an html article to two or more when washing
706         non-ASCII characters in alt text of it.
708 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
710         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
711         smime-decrypt-region using function argument.
712         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
714         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
716         * smime.el (smime-decrypt-region): Catch it.
718 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
720         * smime.el (smime-mode-map): Move initialization into declaration.
721         (gnus-run-mode-hooks): Don't autoload.
722         (smime-mode): Use define-derived-mode.
724 2010-11-11  Glenn Morris  <rgm@gnu.org>
726         * smime.el (from): Restrict declaration to XEmacs.
728         * nnir.el (gnus-group-topic-name): Autoload.
730 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
732         * shr.el (shr-insert): Don't break long line if it is because of
733         kinsoku-bol characters in the line end.
735 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
737         * nnir.el (nnir-request-move-article): Fix to provide original group
738         and subject.
739         (nnir-warp-to-article): Don't fail on articles whose headers haven't
740         been retrieved.
742         * gnus-sum.el (gnus-summary-move-article): Use original group and
743         subject for virtual articles such as those in an nnir summary buffer.
745 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
747         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
748         least 21.5).
750         * smime.el (from): Declare it again for XEmacs.
752 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
754         * message.el (message-resend): Don't disable encoding unless it's
755         already encoded.
757         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
758         low-numbered articles.
760 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
762         * rfc2047.el (rfc2047-syntax-table): Simplify.
764         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
765         set-char-table-range for XEmacs.
767 2010-11-10  Glenn Morris  <rgm@gnu.org>
769         * smime.el (from): Remove unused declaration.
771         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
772         (gnus-float-time): On Emacs, always an alias.
774         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
775         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
777 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
779         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
781 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
783         * shr.el (browse-url-mailto): Autoload.
785         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
787         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
788         regexp doesn't need quoting.
790 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
792         * message.el (message-subject-trailing-was-ask-regexp)
793         (message-subject-trailing-was-regexp): Match was: in addition to was.
795 2010-11-09  Glenn Morris  <rgm@gnu.org>
797         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
798         (nnbabyl-check-mbox): Use point-at-bol.
800 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
802         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
804         * message.el (message-mailto): New function.
805         (message-mailto): Should accept other parameters.
806         (message-mailto): Remove since it duplicates browse-url-mailto
807         functionality.
809 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
811         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
812         methods.
813         (gnus-read-active-file): Ditto.
815         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
816         ": " from the prompt.
817         (gnus-group-make-group): Ditto.
819 2010-11-07  Glenn Morris  <rgm@gnu.org>
821         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
822         (gnus-bookmark-kill-line): Use point-at-eol.
824 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
826         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
827         asterisks in From header.
829 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
831         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
832         string to avoid making the From headers syntactically invalid.
834         * message.el (message-send-mail): Don't insert courtesy messages if the
835         message already has List-Post and List-ID messages.
837 2010-11-06  Glenn Morris  <rgm@gnu.org>
839         * gnus-art.el (gnus-treat-article): Give dynamic local variables
840         `condition', `type', `length' a prefix.
841         (gnus-treat-predicate): Update for above name changes.
843 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
845         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
846         binding.  Handled by `gnus-summary-refer-thread' instead.
847         (nnir-warp-to-article): New backend function.
849         * nnimap.el (nnimap-request-thread): Force dependency updating.
851         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
852         (gnus-summary-refer-thread): Rework to improve thread-referral.
854         * gnus-int.el (gnus-warp-to-article): New function.
856         * gnus-sum.el (gnus-summary-article-map): Bind it.
858 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
860         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
861         gnus-summary-refer-thread.
863         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
864         headers.
865         (gnus-summary-limit-include-thread): Prevent articles in thread from
866         being cut in gnus-cut-threads.
867         (gnus-summary-refer-thread): Limit retrieved headers to those in
868         thread.
870 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
872         * message.el (message-send-mail): Use the value of
873         message-courtesy-message from the message buffer.
875         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
877         * shr.el (shr-browse-url): Implement mailto: URLs.
879         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
880         "raw".
882         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
883         if it's already selected.
885         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
887 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
889         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
890         to measure the length and truncate alt text.
892 2010-11-03  Glenn Morris  <rgm@gnu.org>
894         * nndiary.el (nndiary-generate-nov-databases-1)
895         (nndiary-generate-active-info): Rename dynamic variable `files' to
896         something less generic.
898 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
900         * nnir.el (nnir-request-move-article): Call the underlying backend to
901         move articles from nnir.
903 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
905         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
907 2010-11-02  Julien Danjou  <julien@danjou.info>
909         * nnir.el: Remove wais support.
911 2010-11-02  Glenn Morris  <rgm@gnu.org>
913         * gnus-html.el: Reorder requirements to quieten compiler.
915 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
917         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
918         properly for XEmacs as well.
919         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
920         (gnus-article-natural-long-line-p): Use window-width rather than
921         frame-width.
923 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
925         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
926         (nnir-read-parms): Don't modify query.
927         (nnir-run-query): Add ability to search topic on current line.
928         (nnir-get-active): Clean up.
930 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
932         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
933         degenerate articles.
935         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
936         (gnus-print-buffer): Just print the buffer as is, without any copying
937         to a buffer and then re-highlighting.
939         * nnimap.el (nnimap-request-group): Store the new updated info.
940         (nnimap-request-group): Select the group when we don't know whether it
941         exists or not.
943         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
944         groups.
946         * gnus-group.el (gnus-group-find-new-groups): Display all the new
947         groups.
949         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
950         groups.
952         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
953         long-lines case by only filling the long lines.
955         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
956         (bug #7311).
958 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
960         * shr.el: No need to declare `declare-function' since shr.el is for
961         only Emacsen that provide `libxml-parse-html-region'.
963 2010-11-01  Glenn Morris  <rgm@gnu.org>
965         * mm-util.el (gnus-completing-read): Autoload.
966         (mm-read-coding-system): Simplify Emacs definition.
968         * nnmail.el (gnus-activate-group):
969         * nnimap.el (gnutls-negotiate):
970         * nntp.el (netrc-parse): Fix declarations.
972 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
974         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
975         string-match-p in Emacs >=23.
977         * gnus-msg.el (gnus-configure-posting-styles)
978         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
980 2010-11-01  Glenn Morris  <rgm@gnu.org>
982         * nnir.el (declare-function): Add compat stub.
983         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
984         (nnir-run-gmane): Require 'mm-url.
986         * mm-util.el (mm-string-to-multibyte): Simplify.
988         * shr.el (declare-function): Add compat stub.
989         (url-cache-create-filename): Declare.
990         (mm-disable-multibyte, widget-convert-button): Autoload.
992         * smime.el (ldap-search): Declare.
993         (smime-cert-by-ldap-1): Require ldap on Emacs.
995         * nnimap.el: Require nnmail, and gnus-sum when compiling.
996         (nnimap-keepalive): Use gnus-float-time.
998         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
999         (mail-source-delete-crash-box): Use gnus-float-time.
1001         * gnus-dired.el (gnus-completing-read): Autoload.
1003         * mm-view.el (gnus-rescale-image): Autoload.
1005         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1007         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1009         * sieve-manage.el: Require 'cl when compiling.
1011         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1012         (gnus-iswitchb-completing-read): Require iswitchb.
1013         (gnus-select-frame-set-input-focus): Silence compiler.
1015 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1017         * message.el (message-subject-trailing-was-query): Change default to t,
1018         since I think that's what most people want.
1020         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1021         appending for easier debugging.
1022         (nnimap-wait-for-connection): Take a regexp.
1023         (nnimap-request-accept-article): Wait for the continuation line before
1024         sending anything unless we're streaming.
1026         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1027         leave the header washing to take place.
1029 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1031         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1032         regular expression match and replace in posting styles.
1034 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1036         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1037         an entire server.
1038         (nnir-get-active): New function.
1039         (nnir-run-imap): Use it.
1040         (nnir-run-gmane): Who knew, gmane search returns an article score!
1042         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1043         server on the current line with nnir.
1045 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1047         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1048         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1049         left edge.
1050         (gnus-article-foldable-buffer): Skip past the prefix when determining
1051         raggedness.
1053         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1054         the raw article, and change `C-u g' to show the article without doing
1055         treatments.
1057         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1058         on to `gnus-treat-article'.
1059         (gnus-inhibit-article-treatments): New variable.
1061         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1063         * gnus-art.el (gnus-treatment-function-alist): Have
1064         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1065         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1066         sections.
1068         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1069         parameter.
1070         (gnus-article-fill-cited-long-lines): New function.
1071         (gnus-article-fill-cited-article): Allow filling only long sections.
1073         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1074         and non-punctuation (like after the apostrophe in "'We").
1076         * gnus-sum.el (gnus-summary-select-article): Make sure
1077         gnus-original-article-buffer is alive.
1079         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1080         reflect the order they're in in the digest.
1082         * gnus.el (gnus-group-startup-message): Move point to the start of the
1083         buffer.
1085         * nnimap.el (nnimap-capability): New function.
1086         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1087         is set.
1089 2010-10-31  David Engster  <dengste@eml.cc>
1091         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1092         conform with changes to gnus-completing-read.
1094 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1096         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1098 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1100         * nnir.el: Move defvar, defcustom around to keep file organized
1101         and keep byte-compiler quiet.
1102         (nnir-read-parms): Accept search-engine as arg.
1103         (nnir-run-query): Pass search-engine as arg.
1104         (nnir-search-engine): Remove.
1106 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1108         * shr.el (shr-generic): The text nodes should be text, not :text.
1110         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1111         later in the file.
1113 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1115         * nnir.el: General clean up.  Allow searching with multiple engines.
1116         Allow separate extra-parameters for each engine.
1117         Batch queries when possible.
1118         (nnir-imap-default-search-key,nnir-method-default-engines):
1119         Add customize interface.
1120         (nnir-run-gmane): New engine.
1121         (nnir-engines): Use it.  Qualify all prompts with engine name.
1122         (nnir-search-engine): Remove global variable.
1123         (nnir-run-hyrex): Restore for now.
1124         (nnir-extra-parms,nnir-search-history): New variables.
1125         (gnus-group-make-nnir-group): Use them.
1126         (nnir-group-server): Remove in favor of gnus-group-server.
1127         (nnir-request-group): Avoid searching twice.
1128         (nnir-sort-groups-by-server): New function.
1130 2010-10-30  Julien Danjou  <julien@danjou.info>
1132         * gnus-group.el: Remove gnus-group-fetch-control.
1134         * gnus-start.el (gnus-find-new-newsgroups):
1135         Remove gnus-check-first-time-used.
1137         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1139 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1141         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1142         set on groups that don't have \* permanentflags.
1144 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1146         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1147         control the background color.
1148         (shr-tag-img): Ignore very small web bug type images.
1149         (shr-put-image): Add help-echo alt texts to the images.
1150         (shr-tag-video): Show the video poster image.
1152 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1154         * shr.el (shr-table-depth): New variable.
1155         (shr-tag-table-1): Only insert the images after the top-level table.
1157         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1159         * gnus-util.el (gnus-list-memq-of-list): New function.
1161         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1162         selected.
1163         (nnimap-unsplittable-articles): New slot.
1164         (nnimap-new-articles): Use it.
1166 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1168         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1169         move to the previous line on `M-g'.
1171 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1173         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1174         *-request-group, which seems unnecessary.
1176         * nnimap.el (nnimap-quote-specials): Function copied over from
1177         imap.el.
1178         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1179         they support that.  Suggested by Tom Regner.
1181 2010-10-29  Julien Danjou  <julien@danjou.info>
1183         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1184         defalias.
1185         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1187         * gnus.el: Remove `gnus-nntp-service' variable.
1188         (gnus-secondary-servers): Make obsolete.
1189         (gnus-nntp-server): Make obsolete.
1191         * gnus-start.el (gnus-1): Remove x-splash calls.
1193         * gnus-ems.el (gnus-x-splash): Remove.
1195         * gnus.el (gnus-group-startup-message): Simplify/update code.
1197         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1198         capability before doing anything.
1199         (gnus-group-insert-group-line): Remove useless
1200         gnus-group-remove-excess-properties.
1202 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1204         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1206 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1208         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1209         config after reselecting.
1211 2010-10-28  Julien Danjou  <julien@danjou.info>
1213         * shr.el (shr-put-image): Use point even if only inserting text.
1214         (shr-put-image): Save excursion when inserting alt text on non-graphic
1215         display, so the behaviour is the same when we are on a graphic display.
1217         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1219 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1221         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1222         (gnus-mime-copy-part): Check coding system, not charset.
1223         (gnus-mime-view-part-externally): Never remove part.
1224         (gnus-mime-view-part-internally): Don't remove part here.
1225         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1226         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1227         multipart/alternative.
1229         * mm-decode.el (mm-display-part): Take optional arg `force'.
1231 2010-10-26  Julien Danjou  <julien@danjou.info>
1233         * gnus-group.el (gnus-group-default-list-level): Add this function to
1234         compute the default list level.
1235         (gnus-group-default-list-level): Add possibility to use a function.
1237 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1239         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1241         * gnus-group.el (gnus-group-completing-read)
1242         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1243         gnus-replace-in-string.
1245 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1247         * shr.el (shr-tag-div): Add.
1249 2010-10-25  Julien Danjou  <julien@danjou.info>
1251         * gnus-util.el: Remove `gnus-with-local-quit'.
1253         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1255 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1257         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1258         the original article buffer.
1260 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1262         * nnimap.el (nnimap-request-head): New function.
1263         (nnimap-request-move-article): Try to be slighly faster by not
1264         requesting the entire message when moving.
1265         (nnimap-transform-headers): Don't bug out on bodiless articles.
1266         (nnimap-send-command): Have no outstanding messages if the IMAP server
1267         doesn't support streaming.
1268         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1270 2010-10-24  Julien Danjou  <julien@danjou.info>
1272         * message.el (message-default-headers): Fix type.
1274 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1276         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1277         prefetching images.
1279         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1280         backend for unknown groups.  This is mainly useful for nnimap groups.
1282         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1283         group isn't covered by the agent.
1285 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1287         * nnir.el (nnir-method-default-engines): New variable.
1288         (nnir-run-query): Use it.
1289         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1290         (gnus-summary-nnir-goto-thread): Change group if needed.
1292         * gnus-group.el (gnus-group-group-map): Add key binding for
1293         gnus-group-make-nnir-group.
1295 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1297         * shr.el (shr-tag-object): Add.
1299         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1300         original article buffer live.
1301         (gnus-summary-select-article-buffer):
1302         Mention gnus-widen-article-buffer.
1304 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1306         * shr.el (shr-tag-strong): Add.
1308 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1310         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1311         group names.  They mess up the group buffer badly.
1313         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1315         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1316         instead of the summary one.
1318 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1320         * mml.el (mml-preview): Work properly when editing article.
1322         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1323         gnus-have-read-active-file if it's already been in.
1325 2010-10-22  Tom Tromey  <tromey@redhat.com>
1327         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1328         gnus-group-completing-read.
1330 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1332         * message.el (message-mode-map): Don't bind M-; to comment region, to
1333         allow the global comment-dwim to work.
1335 2010-10-21  Julien Danjou  <julien@danjou.info>
1337         * message.el (message-setup-1): Allow message-default-headers to be a
1338         function.
1340 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1342         * shr.el (shr-tag-table): Simplify.
1344 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1346         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1347         to avoid trying to snarf invalid stuff.
1349         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1351         * gnus.el (gnus-message-archive-group): Quote value.
1352         (gnus-message-archive-group): Mark as changed.
1354         * shr.el (shr-add-font): Don't put the font properties on the newline
1355         or the indentation.
1357         * message.el (message-fix-before-sending): Change options when sending
1358         non-printable characters.
1360         * gnus.el (gnus-message-archive-method): Change the default to
1361         monthly outgoing groups.
1363         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1364         that have gotten new numbers.
1366         * nnimap.el (nnimap-request-replace-article): New function.
1368 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1370         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1371         (nnrss-request-article): Don't use special html washing code.
1373 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1375         * shr.el (shr-tag-table): Remove useless nconc.
1377 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1379         * gnus-art.el (article-wash-html): Simplify and remove the charset
1380         stuff.  Use the normal html rendering code instead of the special html
1381         washing code.
1383         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1384         `gnus-w3m' symbols.
1385         (mm-text-html-washer-alist): Remove.
1387         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1388         (mm-inline-media-tests): Remove use.
1389         (mm-text-html-renderer): Change default to the `shr' symbol.
1391         * mm-view.el (mm-inline-text-html): Remove use.
1393         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1394         `gnus-blocked-images' to be a function.
1395         (gnus-article-wash-function): Remove.
1397 2010-10-20  Julien Danjou  <julien@danjou.info>
1399         * spam.el (spam-list-of-processors): Mark as obsolete.
1401         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1402         (nnimap-insert-partial-structure): Fix boundary detection.
1404 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1406         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1407         run file-truename on remote files.  This can be expensive and even
1408         prevent one from editing drafts if some unrelated buffer has a stale
1409         connection.
1411 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1413         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1414         kinsoku-eol regardless of shr-kinsoku-shorten.
1415         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1416         (shr-tag-table): Support caption, thead, and tfoot.
1418 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1420         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1421         lines.
1422         (shr-save-contents): New command and keystroke.
1424         * nndoc.el (nndoc-type-alist): Add git support.
1425         (nndoc-git-type-p): New function.
1426         (nndoc-transform-git-article): Ditto.
1427         (nndoc-transform-git-headers): Ditto.
1428         (nndoc-transform-git-headers): Generate Subject headers.
1430         * shr.el (shr-parse-style): New function.
1431         (shr-tag-span): Ditto.
1433         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1434         to `G G' to avoid collisions.
1436 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1438         * shr.el: Load kinsoku if necessary.
1439         (shr-kinsoku-shorten): New internal variable.
1440         (shr-find-fill-point): Make kinsoku shorten text line if
1441         shr-kinsoku-shorten is bound to non-nil.
1442         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1443         shr-indentation too when testing if table is wider than frame width.
1444         (shr-insert-table): Use `string-width' instead of `length' to measure
1445         text width.
1446         (shr-insert-table-ruler): Make sure indentation is done at bol.
1448 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1450         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1451         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1452         undecoded network data.
1454 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1456         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1457         name in the mode line spec so that the mode line menu works
1458         (bug #2431).
1460         * message.el (message-get-reply-headers): If we're fed `to-address',
1461         then always use that.
1463         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1464         aren't so wide as to need to switch off the edit menu.
1466         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1467         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1469         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1470         `M-g'.
1471         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1472         the permanent marks.
1474 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1476         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1477         Splitting according to references/in-reply-to obeys the ignore-groups
1478         variable, while splitting by sender and subject do not.
1480 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1482         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1483         alist, so that we can look for non-Unicode chars.
1484         (article-translate-strings): Allow both character and string maps.
1486 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1488         * shr.el (shr-insert): Don't insert space behind a wide character
1489         categorized as kinsoku-bol, or between characters both categorized as
1490         nospace.
1492 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1494         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1495         headers to gnus-newsgroup-headers.
1497 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1499         * shr.el (shr-tag-img): Don't align images -- since we're not
1500         rescaling, this often leads to ugly displays.
1502 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1504         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1505         duplicates.
1507 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1509         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1510         call.
1512 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1514         * gnus.el: Autoload gnus-html-show-images.
1516         * nnimap.el: Use nnheader-message throughout.
1518         * shr.el (shr-tag-img): Ignore images with no data.
1520 2010-10-15  Julien Danjou  <julien@danjou.info>
1522         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1523         a possibility to disable format=flow encoding when using hard newlines.
1525 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1527         * shr.el (shr-insert): Remove space inserted before or after a
1528         breakable character or at the beginning or the end of a line.
1529         (shr-find-fill-point): Do kinsoku; find the second best point or give
1530         it up if there's no breakable point.
1532 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1534         * nnimap.el (nnimap-open-connection): Message when opening connection
1535         for debugging purposes.
1537         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1538         on every setup buffer call to allow this to change from article to
1539         article.
1541         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1542         buffers where we have a wide table.
1544 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1546         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1547         uses *-request-thread.
1549 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1551         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1552         incantation, which is no longer valid.
1554 2010-10-14  Julien Danjou  <julien@danjou.info>
1556         * shr.el: Fix defcustom type (char -> character).
1558 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1560         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1561         programs.
1563 2010-10-14  Julien Danjou  <julien@danjou.info>
1565         * shr.el (shr-tag-a): Use url-link as widget type.
1567         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1568         `gnus-group-get-icon'.
1570 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1572         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1573         This should make server editing work better.
1575         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1577         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1578         (nnimap-parse-flags): Fix regexp.
1580         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1581         probably work for CJVK text, too.
1583         * nnimap.el (nnimap-extend-tls-programs): Remove.
1584         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1586 2010-10-13  Julien Danjou  <julien@danjou.info>
1588         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1589         responses.
1591 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1593         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1595         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1596         anything in Emacs.
1598         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1600 2010-10-13  Julien Danjou  <julien@danjou.info>
1602         * shr.el (shr-width): Make shr-width a defcustom with default to
1603         fill-column.
1604         (shr-tag-img): Use shr-width rather than fill-column.
1606 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1608         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1610         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1611         position when (X-)Faces exist.
1612         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1613         avatars when called interactively.
1615 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1617         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1618         gnus-article-x-face-too-ugly is bound.
1620 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1622         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1624         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1625         mailbox that doesn't exist.
1627 2010-10-12  Julien Danjou  <julien@danjou.info>
1629         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1630         (shr-get-image-data): Encode URL properly when fetching from cache.
1631         (shr-tag-img): Use aligned-to spaces to align correctly images.
1633         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1634         before inserting the Gravatar.
1636         * shr.el (shr-tag-img): Add align attribute support for <img>.
1638 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1640         * gnus-gravatar.el (gnus-art): Require.
1642         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1643         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1644         Remove long obsoleted functions.
1646 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1648         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1650         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1651         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1652         * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
1653         * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
1654         * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
1655         * rfc1843.el, sieve-manage.el, smime.el, spam.el:
1656         Fix comment for declare-function.
1658 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1660         * nnimap.el (nnimap-request-rename-group): Select group read-only
1661         before renaming it.
1663         * shr.el (shr-insert): Fix up the white space only regexp.
1665         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1666         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1668         * shr.el (shr-current-column): New function.
1669         (shr-find-fill-point): New function.
1671 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1673         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1674         numbers.
1676 2010-10-11  Julien Danjou  <julien@danjou.info>
1678         * shr.el (shr-hr-line): Add.
1679         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1680         display hr lines.
1681         (shr-max-columns): Do not change state to nil if we just inserting
1682         spaces.
1684 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1686         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1687         select the last group.
1689 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1691         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1693 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1695         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1696         for Gnus.
1697         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1698         (nnimap-update-qresync-info): Mark \Seen articles as read.
1700         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1701         non-variable, too.
1703         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1704         available.
1705         (nnimap-update-info): Rely more on the current active than the param
1706         active to avoid marking articles as read too much.
1708         * auth-source.el (auth-source-create): Use (user-login-name) for the
1709         user name default.
1711         * nnimap.el (nnimap-update-info): If the server doesn't return any
1712         useful info, just use the previous info.
1713         (nnimap-update-info): Prefer old info over start-article.
1714         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1716 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1718         * nnir.el (autoload): Clean up autoloads.
1719         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1720         Use key rather than value.
1721         (nnir-imap-search-other): New variable.
1722         (nnir-read-parm): Use it.
1723         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1724         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1726 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1728         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1729         the process, too.
1731 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1733         * spam.el (gnus-summary-mode-map): Bind to "$".
1734         Suggested by Russ Allbery.
1736         * shr.el: Rework the way things are indented by <li> slightly.
1738         * gnus.el (gnus-group-set-parameter): Fix typo.
1740         * nnimap.el: Start implementing QRESYNC support.
1742 2010-10-09  Julien Danjou  <julien@danjou.info>
1744         * nnir.el (nnir-engines): Fix too many arguments.
1746 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1748         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1749         group is the "last", so that the backends like nnfolder actually save
1750         their folders.
1752         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1753         try to use that for the tls stream.
1754         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1755         UIDVALIDITY and find out which groups are read-only and not.
1756         (nnimap-get-flags): Use the same marks parsing code as the rest of
1757         nnimap.
1759 2010-10-09  Julien Danjou  <julien@danjou.info>
1761         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1763         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1764         retrieving gravatars.
1766         * shr.el (shr-table-corner): Add.
1767         (shr-table-line): Add.
1768         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1770 2010-10-08  Julien Danjou  <julien@danjou.info>
1772         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1774 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1776         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1778         * gnus-sum.el (gnus-mark-article-as-unread)
1779         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1780         (gnus-summary-set-bookmark): Use it.
1782         * gnus-msg.el (gnus-setup-message): Use it.
1784         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1786         * gnus.el (gnus-group-remove-parameter): Use it.
1788         * gnus-group.el (gnus-group-make-web-group): Use it.
1790         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1792         * nnregistry.el: Update docs to mention manual.
1794         * gnus-registry.el: Update docs to mention nnregistry.el.
1795         (gnus-registry-initialize): Don't install nnregistry refer method
1796         automatically.
1797         (gnus-registry-install-nnregistry): Remove it.
1799 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1801         * shr.el (shr-insert): Don't insert double spaces.
1803 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1805         * gnus-gravatar.el (gnus-treat-from-gravatar)
1806         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1807         called interactively.
1809         * gnus-art.el (gnus-mime-view-part-externally)
1810         (gnus-mime-view-part-internally): Make predicate function passed to
1811         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1812         of a mime type.
1814         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1816 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1818         * shr.el (require): Require cl when compiling.
1819         (shr-tag-hr): New function.
1821         * nnimap.el (nnimap-update-info): Remove double setting of high.
1822         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1823         This makes nnimap work properly on Courier again.
1825         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1826         the variable for backwards compatability.
1828         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1829         the file name before using to avoid setting mm-default-directory to
1830         nil.
1832         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1833         bidning gnus-agent variables.
1835         * shr.el (shr-render-td): Use a cache for the table rendering function
1836         to avoid getting an exponential rendering behaviour in nested tables.
1837         (shr-insert): Rework the line-breaking algorithm.
1838         (shr-insert): Don't leave trailing spaces.
1839         (shr-insert-table): Also insert empty TDs.
1840         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1842 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1844         * gnus-sum.el (gnus-number): Rename from `number'.
1845         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1846         (gnus-summary-limit-children): Update uses correspondingly.
1848 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1850         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1851         (gnus-gravatar-transform-address): Don't show avatars of people of
1852         which mail addresses match gnus-gravatar-too-ugly.
1854 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1856         * shr.el (shr-table-widths): Expand TD elements to fill available
1857         space.
1859 2010-10-07  Julien Danjou  <julien@danjou.info>
1861         * nnimap.el (nnimap-request-rename-group): Add this method.
1863 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1865         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1866         name from XEmacs' function-arglist.
1868         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1869         gravatar under XEmacs.
1871 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1873         * auth-source.el: Update docs with TODO items.
1875         * gnus-sync.el: Update docs to explain state and plans.
1877         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1878         Hooks for mark updates.
1879         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1881         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1882         hooks with arguments, which is needed for mark update hooks.
1884 2010-10-06  Julien Danjou  <julien@danjou.info>
1886         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1887         was matched.
1889         * sieve-manage.el: Update example in `Commentary'.
1891         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1893         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1894         not 2000.
1895         (sieve-manage-authenticate): Re-add function.
1897 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1899         * shr.el (shr-insert): Get 'space transition right.
1900         (shr-render-td): Only delete space at the end of the TD.
1902         * nnimap.el (nnimap-open-connection): Prepare to support
1903         open-gnutls-stream.
1905         * shr.el: Rearrange function order to be more logical.
1907 2010-10-06  Julien Danjou  <julien@danjou.info>
1909         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1910         (nnrss-discover-feed): Remove 404 URL in docstring.
1912         * nnir.el: Fix Swish-E URL.
1913         Fix Namazu URL.
1915         * message.el (message-change-subject): Remove 404 URL in a comment.
1917 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1919         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1920         called interactively.
1922         * gnus-util.el (gnus-remove-if): Allow hash table.
1923         (gnus-remove-if-not): New function.
1925         * gnus-art.el (gnus-mime-view-part-as-type)
1926         * gnus-score.el (gnus-summary-score-effect)
1927         * gnus-sum.el (gnus-read-move-group-name):
1928         Replace remove-if-not with gnus-remove-if-not.
1930         * gnus-group.el (gnus-group-completing-read):
1931         Regard collection as a hash table if it is not a list.
1933 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1935         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1937         * shr.el: Document the table-rendering algorithm.
1939         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1940         invalid URLs.
1942         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1943         line-broken.
1944         (shr-tag-img): Ignore image fetching errors.
1945         (shr-overlays-in-region): Compute overlay positions correctly.
1947         * mm-decode.el (mm-shr): Require shr.
1949         * gnus-art.el (gnus-blocked-images): Move variable here.
1951         * shr.el (shr-insert-table): Bind free variable.
1953         * mm-decode.el (mm-shr): Bind shr-content-function.
1955         * shr.el (shr-content-function): New variable.
1957         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1958         added for symmetry.
1960         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1962         * gnus-group.el (gnus-group-make-group): Doc fix.
1964         * nnimap.el (nnimap-request-newgroups): Return success.
1966         * shr.el (shr-find-elements): New function.
1967         (shr-tag-table): Put all the images after the table.
1968         (shr-tag-table): Really inhibit images inside the table.
1969         (shr-collect-overlays): Copy over overlays from the TD elements to the
1970         main document.
1972         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1973         gnus-blocked-images.
1975 2010-10-05  Julien Danjou  <julien@danjou.info>
1977         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1979         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1980         (gnus-html-maximum-image-size): Add this function.
1981         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1983         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1984         server-value of the capability is nil.
1986 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1988         * shr.el (shr-tag-em): Add <EM> tag.
1990 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1992         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1993         customizable.
1995         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1996         handing broken links to browse-url.
1998 2010-10-05  Julien Danjou  <julien@danjou.info>
2000         * gnus-util.el (gnus-emacs-completing-read)
2001         (gnus-iswitchb-completing-read): Use autoload rather than require.
2003 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2005         * gnus-util.el (gnus-completing-read-function): Exclude
2006         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2007         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2008         XEmacs.
2010         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2011         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2013         * gnus-html.el: Don't require help-fns under XEmacs.
2014         (gnus-html-schedule-image-fetching): Work for XEmacs.
2016         * mm-decode.el (mm-shr): Decode contents by charset.
2018 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2020         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2021         unknown.
2023         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2024         (shr-get-image-data): Ensure against the cache file missing.
2026         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2027         for data.
2029         * spam-report.el (spam-report-url-ping-plain): Don't query about
2030         killing the process.
2032         * shr.el (shr-render-td): Protect against too-wide text.
2034 2010-10-04  Julien Danjou  <julien@danjou.info>
2036         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2037         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2039         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2040         retrieved.
2042 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2044         * shr.el (browse-url): Require.
2045         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2046         lines.
2047         (shr-show-alt-text, shr-browse-image): New commands.
2048         (shr-browse-url, shr-copy-url): New commands.
2050         * gnus-sum.el (gnus-widen-article-window): New variable.
2051         (gnus-summary-select-article-buffer): Use it.
2053         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2054         without @ signs.
2056 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2058         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2060 2010-10-04  Julien Danjou  <julien@danjou.info>
2062         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2063         for XEmacs.
2065 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2067         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2069         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2070         (nnimap-close-server): Implement.
2072         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2073         (shr-insert): Tweak line breaking.
2074         (shr-insert): Handle <pre> better.
2075         (shr-tag-li): Get <li> indentation right.
2076         (shr-tag-li): Get <li> indentation even righter.
2077         (shr-tag-blockquote): Ensure paragraph start.
2078         (shr-make-table): Tweak table generation.
2079         (shr-make-table): Fix typo.
2081         * shr.el: Implement table rendering.
2083 2010-10-04  Julien Danjou  <julien@danjou.info>
2085         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2087 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2089         * shr.el (shr-insert): Use string anchors instead of line anchors.
2091 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2093         * shr.el: Add headings.
2094         (shr-ensure-paragraph): Actually work.
2095         (shr-tag-li): Make <ul> prettier.
2096         (shr-insert): Get white space at the beginning/end of elements right.
2097         (shr-tag-p): Collapse subsequent <p>s.
2098         (shr-ensure-paragraph): Don't insert double line feeds after blank
2099         lines.
2100         (shr-insert): \t is also space.
2101         (shr-tag-s): Fix "s" tag name function.
2102         (shr-tag-s): Fix face prop name.
2104 2010-10-03  Julien Danjou  <julien@danjou.info>
2106         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2108         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2109         gnus-window-inside-pixel-edges.
2111         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2112         gnus-ems.
2114         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2116         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2117         function.
2119         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2120         resize choice.
2122 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2124         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2125         beginning of the buffer.
2127         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2128         article buffer again.
2130         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2132         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2133         when it's at the start of the buffer.
2135         * shr.el (shr-tag-blockquote): Convert name.
2136         (shr-rescale-image): Use the right image-size variant.
2138         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2139         buffer isn't shown, then select the current article first instead of
2140         bugging out.
2141         (gnus-summary-select-article-buffer): Show both the article and summary
2142         buffers again.
2144         * shr.el (shr-fontize-cont): Protect against regions with no text.
2145         Rename tag functions to shr-tag-* for enhanced security.
2146         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2148 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2150         * shr.el (shr-insert):
2151         * pop3.el (pop3-movemail):
2152         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2153         loaded.
2155 2010-10-03  Glenn Morris  <rgm@gnu.org>
2157         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2159         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2161         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2163         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2165         * gnus-util.el (gnus-make-local-hook): Simplify.
2167 2010-10-02  Julien Danjou  <julien@danjou.info>
2169         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2170         (gnus-ido-completing-read): New function.
2171         (gnus-emacs-completing-read): New function.
2172         (gnus-completing-read): Use gnus-completing-read-function.
2173         Add gnus-completing-read-function.
2175 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2177         * shr.el (shr-insert-document): Autoload.
2178         (shr-img): Be silent.
2179         (shr-insert): Add a newline after every picture before text.
2180         (shr-add-font): Use overlays for combining faces.
2181         (shr-insert): Pass upwards the text start point.
2183         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2184         possible.
2185         (mm-shr): New function.
2187 2010-10-02  Julien Danjou  <julien@danjou.info>
2189         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2190         should go backward.
2192 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2194         * shr.el (shr): Fix typo in provide call.
2196 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2198         * shr.el: New file.
2200         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2202         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2203         completing read.
2205 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2207         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2208         we're being queried about.  Suggested by Dan Jacobson.
2210         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2211         Suggested by Jason Eisner.
2213         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2214         table, too.  Suggested by Stefan Wiens.
2215         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2216         the table unnecessary.  Suggested by Stefan Wiens.
2218         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2219         longer needed, and probably doesn't work either, as pointed out by
2220         Stefan Wiens.
2221         (gnus-summary-exit): Remove call to the clearing function.
2222         (gnus-summary-exit-no-update): Ditto.
2224         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2225         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2226         Reported by Stefan Monnier.
2227         (gnus-summary-save-in-rmail): Ditto.
2229         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2230         article buffer, instead of both the article buffer and the summary
2231         buffer.  Sort of suggested by Dan Jacobson.
2233         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2235         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2236         Suggested by Dan Jacobson.
2238         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2239         documentation clearer.
2241         * message.el (message-shorten-references): Comment on the number "21".
2242         Suggested by Stefan Monnier.
2244         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2245         Suggested by Dan Jacobson.
2247         * gnus.el (gnus-large-newsgroup):
2248         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2250         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2251         externalize attachments.  Bug reported by Steve Wen.
2253         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2254         really message anything to the user.
2256         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2257         directly.
2259         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2260         messages in empty groups.
2262 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2264         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2265         non-UIDNEXT group.
2267 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2269         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2270         not the value from the collection.
2272         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2273         values.  This sometimes happens on some groups that have no info.
2274         (nnimap-request-newgroups): New function.
2276 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2278         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2279         check into `gnus-registry-initialize'.
2280         (gnus-registry-initialize): Ditto.
2281         Fix and extend header docs.
2283 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2285         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2286         regexp backtrace overflows.
2288         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2289         for starttls that tls.el implements; i.e. openssl.
2291 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2293         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2294         (gravatar-create-image): New function that's an alias to
2295         gnus-xmas-create-image, gnus-create-image, or create-image.
2296         (gravatar-data->image): Use it.
2298 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2300         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2301         install the nnregistry refer method.
2302         (gnus-registry-install-hooks): Use it.
2303         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2304         unfollowed groups.
2306 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2308         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2309         expanding threads.
2311 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2313         * nnir.el: Use the server names without suffixes (bug #7009).
2315         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2316         unencrypted to STARTTLS, if possible.
2318 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2320         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2321         headers before superseding.
2323 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2325         * nnrss.el (nnrss-use-local): Add documentation.
2327         * nnimap.el (nnimap-extend-tls-programs): New function.
2328         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2329         (nnimap-wait-for-connection): Accept the greeting from the stupid
2330         output from openssl s_client -starttls, too.
2332         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2333         article number.
2334         (nnimap-split-fancy): New variable.
2335         (nnimap-split-incoming-mail): Use it.
2337         * nntp.el (nntp-server-list-active-group): Document.
2339         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2340         SELECT to get the message-id.
2342         * mail-source.el (mail-sources): Remove webmail support.
2343         (defvar): Ditto.
2344         (mail-source-fetcher-alist): Ditto.
2345         (mail-source-fetch-webmail): Remove.
2347         * webmail.el: Remove -- doesn't seem relevant any more.
2349         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2351         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2352         the \r.
2354 2010-09-30  Julien Danjou  <julien@danjou.info>
2356         * gnus-agent.el (gnus-agent-add-group): Fix call to
2357         gnus-completing-read.
2359 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2361         * nndoc.el (nndoc-retrieve-groups): New function.
2363         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2364         `default', use nnmail-split-methods.
2365         (nnimap-request-article): Downcase the NILs so that they are nil.
2367         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2368         symbol.
2370         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2371         code, since if the user has requested network, that's what they ought
2372         to get.
2373         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2374         (nnimap-split-rule): Mark as obsolete.
2376         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2377         New variable.
2379         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2380         correct slot, too.
2382 2010-09-29  Julien Danjou  <julien@danjou.info>
2384         * gnus.el (gnus-local-domain): Declare variable obsolete.
2386         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2387         Fix history computing.
2388         (gnus-ido-completing-read): Require ido.
2390 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2392         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2393         build Gnus.
2395         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2396         when interpreting the structures.
2397         (nnimap-request-accept-article): Add \r\n to the lines to make this
2398         work with Cyrus.
2400         * nndraft.el (nndraft-request-expire-articles): Use the group name
2401         instead if "nndraft".  Fix found by Nils Ackermann.
2403 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2405         * nnregistry.el: Add.
2407 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2409         * nnmail.el (group, group-art-list, group-art):
2410         Remove unneeded directives.
2412 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2414         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2415         (mm-mime-charset)
2416         * rfc2047.el (rfc2047-syntax-table)
2417         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2419         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2420         rather than `insert-file-contents' and `eval-region'.
2422 2010-09-29  Julien Danjou  <julien@danjou.info>
2424         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2425         replacement of `gnus-gravatar-relief' to mimic
2426         `gnus-faces-properties-alist'.
2427         Add :version property.
2429 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2431         * mail-source.el (mail-source-report-new-mail)
2432         * message.el (message-default-mail-headers)
2433         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2435         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2437 2010-09-28  Julien Danjou  <julien@danjou.info>
2439         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2440         mail-address contains the same string as real-name.
2442         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2443         non-blank in header, otherwise it'll get stripped.
2445         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2446         real-name, and then for mail address rather than doing : or , search.
2448 2010-09-27  Julien Danjou  <julien@danjou.info>
2450         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2451         right completing-read function.
2452         (gnus-use-ido): New variable
2453         (gnus-completing-read-with-default): Remove.
2454         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2455         (gnus-agent-add-group):
2456         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2457         * mm-view.el (mm-view-pkcs7-decrypt):
2458         * mm-util.el (mm-codepage-setup):
2459         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2460         * mml-smime.el (mml-smime-openssl-sign-query):
2461         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2462         (mml-insert-multipart):
2463         * gnus-msg.el (gnus-summary-yank-message):
2464         * gnus-int.el (gnus-start-news-server):
2465         * mm-decode.el (mm-interactively-view-part):
2466         * gnus-dired.el (gnus-dired-attach):
2467         * gnus.el (gnus-read-method):
2468         * gnus-bookmark.el (gnus-bookmark-jump):
2469         * gnus-art.el (gnus-mime-view-part-as-type)
2470         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2471         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2472         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2473         * nnmairix.el (nnmairix-create-server-and-default-group)
2474         (nnmairix-update-groups, nnmairix-get-server)
2475         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2476         (nnmairix-get-group-from-file-path):
2477         * nnrss.el (nnrss-find-rss-via-syndic8):
2478         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2479         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2480         (gnus-group-browse-foreign-server):
2481         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2482         (gnus-summary-execute-command, gnus-summary-respool-article)
2483         (gnus-read-move-group-name):
2484         * gnus-score.el (gnus-summary-increase-score)
2485         (gnus-summary-score-effect):
2486         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2488 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2490         * nnimap.el (auth-source-forget-user-or-password)
2491         (auth-source-user-or-password): Autoload.
2493         * message.el (message-from-style, message-interactive)
2494         (message-signature): Remove comment.
2495         (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
2496         always.
2497         (message-sendmail-envelope-from): Comment fix.
2498         (message-yank-prefix): Default to mail-yank-prefix always.
2499         (message-indentation-spaces):
2500         Default to mail-indentation-spaces always.
2501         (message-signature-file): Default to mail-signature-file always.
2503 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2505         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2506         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2507         new articles.
2509         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2510         parts.
2511         (nnimap-request-article): Work with the t setting, too.
2513         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2514         that you don't get flashes of other buffers.
2515         (gnus-summary-show-complete-article): Intern before setting.
2517 2010-09-27  David Engster  <dengste@eml.cc>
2519         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2520         well as HEADERS.
2521         (nnmairix-retrieve-headers): Provide new argument for the above.
2523 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2525         * gnus-sum.el (gnus-summary-move-article): Don't alter
2526         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2527         group.
2529         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2531         * message.el (message-cite-prefix-regexp): Revert my last edit.
2533         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2534         variable instead of the Gnus variable.
2536         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2538         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2540         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2541         since some servers don't like it.
2542         (nnimap-open-connection): Forget credentials if the server says the
2543         password was wrong.
2544         (nnimap-parse-line): Protect against invalid data.
2546         * gnus-sum.el (gnus-summary-move-article): Add comment.
2547         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2548         nothing alters it while scanning for new messages.
2550         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2551         which may or may not help.
2552         (nnimap-open-connection): If we're doing a stream connection, and then
2553         discover we're on a STARTTLS-capable server, then open a STARTTLS
2554         connection instead.
2556 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2558         * nnimap.el (utf7): Require.
2560         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2561         prefix.
2563 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2565         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2567 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2569         * nnimap.el (nnimap-request-accept-article): Message the error on
2570         error.
2572 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2574         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2576 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2578         * nndoc.el (nndoc-request-list): Return success always.
2580         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2581         `fetch-old' -- we only want to fetch the articles we've requested.
2582         The rest are in the agent, probably.
2583         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2584         disappeared server" to something low.  It's not important.
2586         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2587         arrived before the FETCH data.
2589         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2590         target here, because we don't know the Gnus name of the group.
2592         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2593         for the correct group.
2595         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2597         * gnus.el (gnus): Give a final warning after startup.
2599         * gnus-util.el (gnus-action-message-log): New variable.
2600         (gnus-message): Use it.
2601         (gnus-final-warning): New function.
2603         * nnimap.el (nnimap-open-connection): Record the greeting.
2604         (nnimap): Add greeting.
2606 2010-09-26  Julien Danjou  <julien@danjou.info>
2608         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2609         arguments.
2610         (gnus-html-wash-images): Fix spec computing to include start/end.
2612         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2614 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2616         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2617         deletion.
2618         (nnimap-retrieve-headers): Don't select the group, because that's
2619         already done by nnimap-possibly-change-group.
2621         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2622         (gnus-picon-transform-address): Use it.
2624         * mail-source.el (mail-source-value): Revert previous patch.
2626         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2627         on failure.
2628         (nnimap-open-connection): Look up both virtual and physical server name
2629         credentials.
2631         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2633 2009-02-08  Dave Love  <fx@gnu.org>
2635         * gnus-win.el (gnus-window-to-buffer-helper)
2636         (gnus-all-windows-visible-p): Function needn't be a symbol.
2638         * mail-source.el (mail-source-value): Function needn't be a symbol.
2640 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2642         * message.el (message-cite-prefix-regexp): Remove } from the cite
2643         prefix.
2645         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2646         highlight again, so that the highlight is correct.
2648         * gnus-picon.el (gnus-picon): Remove again.
2649         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2651         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2652         doing the header highlightling, so that the background colour of the
2653         picon is correct.
2655         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2656         (gnus-picon): Ditto.
2657         (gnus-picon): Reinstate.  The background colour for picons is white.
2658         (gnus-picon-insert-glyph): Make the background white.
2660         * nnml.el (nnml-open-nov): Don't return dead buffers.
2662         * auth-source.el (auth-source-create): Query the user for whether to
2663         store the credentials.
2665         * auth-source.el (auth-source-user-or-password): Use the existing auth
2666         sources, if any, for creation.
2668         * gnus.el (gnus-group-fast-parameter): Return the last matching
2669         parameter instead of the first matching parameter.
2671 2010-09-26  Julien Danjou  <julien@danjou.info>
2673         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2675 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2677         * mml2015.el (mml2015-use): Remove gpg support.
2679         * mml1991.el (mml1991-function-alist): Remove gpg function.
2680         (mml1991-gpg-sign): Remove.
2682 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2684         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2685         (gnus-browse-unsubscribe-current-group): Document it.
2686         (gnus-browse-unsubscribe-group): Use it.
2688 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2690         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2691         address to the To list for easier response.
2693         * gnus.el (gnus-play-startup-jingle): Remove.
2694         (gnus-splash): Don't play jingle.
2695         (gnus): Silence gnus-load message.
2697         * gnus-art.el (gnus-treat-play-sounds): Remove.
2699         * gnus.el (gnus-play-jingle): Remove audio support.
2701         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2703         * earcon.el: Remove -- no users.
2705         * gnus-audio.el: Remove -- no users of this package.
2707         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2709         * gnus-start.el (gnus-setup-news): Remove nocem support.
2711         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2713         * gnus.el (gnus-use-nocem): Remove.
2715         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2716         Remove.
2718         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2719         uses NoCeM any more.
2721         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2722         (gnus-button-ctan-handler): Ditto.
2723         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2724         (gnus-button-ctan-directory-regexp): Ditto.
2725         (gnus-button-handle-ctan): Ditto.
2726         (gnus-button-tex-level): Ditto.
2727         (gnus-button-alist): Remove CTAN stuff.
2729 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2731         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2732         nnimap-streaming test.
2734         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2735         servers twice.
2737         * nnimap.el (nnimap-open-connection): Add more error reporting when
2738         nnimap fails early.
2740         * nnheader.el (nnheader-get-report-string): New function.
2741         (nnheader-get-report): Use it.
2743         * gnus-int.el (gnus-check-server): Say what the error was when opening
2744         failed.
2746         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2747         using streaming.
2749 2010-09-25  Julien Danjou  <julien@danjou.info>
2751         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2752         gnus-window-inside-pixel-edges.
2754 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2756         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2758         * mm-decode.el (mm-save-part): Allow saving to other directories the
2759         normal Emacs way.
2761         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2762         Suggested by Jay Berkenbilt.
2764         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2765         there isn't a single byte.
2767         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2768         just do it.  It doesn't really seem to matter what the user responds
2769         here, I think, so it's just a confusing question.
2771         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2772         non-streaming case.
2774         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2775         (gnus-article-encrypt-body): Use it.
2777         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2778         keystroke.
2780         * nnimap.el (nnimap-find-wanted-parts-1):
2781         Use gnus-fetch-partial-articles.
2783         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2785         * nnimap.el (nnimap-insert-partial-structure): New function.
2786         (nnimap-get-partial-article): New function.
2787         (nnimap-request-article): Use it.
2788         (nnimap-wait-for-response): Return whether the wait was successful.
2789         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2790         retrieval wasn't successful.
2791         (nnimap-retrieve-group-data-early): Allow throttling servers.
2792         (nnimap-streaming): New variable.
2793         (nnimap-fetch-partial-articles): Remove.
2795         * mm-decode.el (mm-with-part): Protect against killed buffers.
2797         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2798         for prettier summary display.
2800 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2802         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2804 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2806         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2807         apparently third-party libraries depend on it.
2809         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2810         before starting negotiation.
2812         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2813         privacy reasons.
2814         (gnus-treat-mail-gravatar): Ditto.
2816         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2817         buffer when inserting images.  Inserting text into the headers, for
2818         instance, can make them invalid.
2820 2010-09-25  Julien Danjou  <julien@danjou.info>
2822         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2823         variables.
2825         * nnheader.el: Remove useless variables news-reply-yank-from and
2826         news-reply-yank-message-id.
2828         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2829         variables.
2831         * mml1991.el: Remove useless mml1991-verbose.
2833         * gnus.el: Remove useless variable gnus-use-generic-from.
2834         Remove obsolete variable gnus-topic-indentation.
2836         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2838         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2840         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2842         * gnus-group.el: Remove useless gnus-group-icon-cache.
2843         Remove useless gnus-ephemeral-group-server.
2845         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2847         * mml2015.el: Remove useless mml2015-verbose.
2849         * mml-smime.el: Remove useless mml-smime-verbose.
2851         * gnus.el: Remove useless gnus-local-domain.
2853         * gnus-gravatar.el (gnus-gravatar-transform-address):
2854         Use gnus-gravatar-size.
2856         * gnus-art.el: Remove useless gnus-treat-translate.
2858 2010-09-24  Julien Danjou  <julien@danjou.info>
2860         * gnus-sum.el: Add support for Gravatars.
2862         * gnus-art.el: Add support for Gravatars.
2864         * gnus-gravatar.el: Add this file.
2866         * gravatar.el: Add this file.
2868 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2870         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2872         * gnus-group.el (gnus-group-fetch-faq): Remove.
2874         * gnus.el (gnus-group-faq-directory): Remove.
2876         * gnus-group.el (gnus-group-fetch-charter): Remove.
2878         * gnus.el (gnus-group-charter-alist): Remove.
2880         * gnus-group.el (gnus-group-archive-directory): Remove.
2881         (gnus-group-recent-archive-directory): Ditto.
2882         (gnus-group-make-archive-group): Remove.
2884         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2886         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2887         use the same article number for all the cached articles.
2889         * nnimap.el (nnimap-command): Register the last command time so
2890         that we can use it for idling NOOPs.
2891         (nnimap-open-connection): Start the keeplive timer.
2892         (nnimap-make-process-buffer): Store all the process buffers.
2893         (nnimap-keepalive): New function.
2895         * starttls.el (starttls-open-stream): Add autoload cookie.
2897 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2899         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2900         handling.
2902 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2904         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2905         its data structures.
2907         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2908         instead of the cl.el copy-list.
2909         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2910         equalp.
2912 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2914         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2915         and tool-bar-local-item-from-menu.
2917         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2918         mode-line-highlight face for Emacs.
2920         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2921         loading gnus-sum.elc; fix comment for canlock-verify.
2922         (gnus-article-jump-to-part): Use read-number.
2923         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2924         Remove Emacs pre-21 compatible code for help-echo.
2925         (gnus-article-next-page-1): No need to adjust the number of lines.
2926         (gnus-article-describe-bindings): Always use help-buffer.
2928         * gnus-audio.el (gnus-audio-inline-sound)
2929         * gnus-cus.el (gnus-custom-mode)
2930         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2932         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2934         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2935         compatible code.
2937 2010-09-24  Glenn Morris  <rgm@gnu.org>
2939         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2940         visiting the fcc file in rmail-mode.
2942 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2944         * nnir.el: Silence the byte compiler.
2946         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2947         alias to browse-url-url-encode-chars if any.
2948         (gnus-html-encode-url): Use it.
2950 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2952         * gnus-start.el (gnus-use-backend-marks): New variable.
2953         (gnus-get-unread-articles-in-group): Use it.
2955         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2956         makeover.
2958 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2960         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2962 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2964         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2965         Remove.
2966         (gnus-setup-news-hook):
2967         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2969         * gnus-int.el (gnus-request-update-info): Protect against backends not
2970         having the function.
2972         * nnimap.el (nnimap-stream): Mention starttls.
2973         (nnimap-open-connection): Add starttls support.
2975 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2977         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2979 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2981         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2982         BODYSTRUCTUREs.
2983         (nnimap-transform-headers): Unfold quoted {42} headers.
2985         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2986         the info.
2987         (gnus-get-unread-articles): Only call updatep on backends that support
2988         it.
2990         * nnweb.el (nnweb-request-update-info): NOOP.
2992         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
2994         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
2995         since it only deals with marks.
2997         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
2998         gnus-request-marks, and make a new gnus-request-update-info.
3000         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3001         the active instead of the high number, which is usually too low.
3003 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3005         * encrypt.el: Remove.
3007 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3009         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3010         server in symbolic form.
3012         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3014 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3016         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3017         (nnimap-update-info): Fix up code slightly.
3019         * gnus-int.el (gnus-open-server): Add tracing for performance
3020         debugging.
3022         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3023         (gnus-group-insert-group-line): Pass the real group name so that it
3024         gets the right data.
3026         * gnus-start.el (gnus-get-unread-articles): Don't have
3027         `gnus-get-unread-articles-in-group' update info, since that can be
3028         really slow and doesn't seem to be needed?
3030 2010-09-22  Julien Danjou  <julien@danjou.info>
3032         * gnus-group.el (gnus-group-insert-group-line):
3033         Call gnus-group-highlight-line.
3034         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3035         default hook list.
3036         (gnus-group-update-eval-form): Add new function.
3037         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3038         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3040 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3042         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3043         immediate, then expire all articles.
3044         (nnimap-update-info): Fix off-by-one errors.
3045         (nnimap-flags-to-marks): Would return no marks lists for group with no
3046         flags.  Instead return the other data.
3048 2010-09-22  Julien Danjou  <julien@danjou.info>
3050         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3051         Only return an icon.
3052         (gnus-group-insert-group-line): Compute icon to return.
3054         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3055         (gnus-html-image-fetched): Only cache if
3056         gnus-html-image-automatic-caching is set.
3057         (gnus-html-image-fetched): Check for errors.
3059 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3061         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3062         once per method on `g'.  This ensures that backends like nnfolder don't
3063         open all their folders.
3065         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3066         (nnimap-request-list): Nix out group in the correct buffer.
3067         (nnimap-parse-flags): Implement by using `read' instead of
3068         hand-parsing.
3069         (nnimap-flags-to-marks): Pass on permanent-flags.
3070         (nnimap-make-process-buffer): Record the server name.
3071         (nnimap-parse-flags): Fix typo.
3072         (nnimap-request-scan): Run split on the server in general, not just a
3073         single group.
3075         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3076         parameter, and propagate this downwards.
3078         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3079         since EXAMINE changes it on the server.
3081         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3082         this command might take a while.
3084 2010-09-22  Julien Danjou  <julien@danjou.info>
3086         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3087         harmful if you have 2 images side-by-side, they can't be properly
3088         update on text deletion.  Using text-property is safer here.
3089         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3090         data.
3092 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3094         * nnimap.el (nnimap-expunge-inbox): Remove.
3095         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3096         (nnimap-expunge): Flip default to t.
3098         * gnus.el (gnus-method-to-server): Don't push things to the cache
3099         unless it's unique.
3100         (gnus-server-to-method): Ditto.
3102 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3104         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3106 2010-09-22  Julien Danjou  <julien@danjou.info>
3108         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3109         get the start of data.
3110         (gnus-html-encode-url): Add this function to encode special chars in
3111         URL.
3112         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3113         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3115         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3116         default.
3117         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3119         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3120         images alt-text.
3121         (gnus-html-put-image): Put alt-text as help-echo.
3123 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3125         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3126         * mm-util.el (mm-decompress-buffer)
3127         * nnir.el (nnir-run-find-grep)
3128         * pop3.el (pop3-list): Use 3rd arg of split-string.
3130 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3132         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3133         outside the active range.  Suggested by Dan Christensen.
3135         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3136         slightly later to avoid double-getting it.
3138         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3139         previous patch.
3141         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3143 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3145         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3147 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3149         * gnus-int.el (gnus-open-server): Give a better error message in the
3150         "go offline" case.
3152         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3153         marks for nnimap, which is seldom the right thing to do.
3155         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3156         (gnus-same-method-different-name): New function.
3158         * nnimap.el (parse-time): Require.
3160         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3161         method in the presence of many similar methods.
3163         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3165         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3166         nnml-inhibit-expiry.
3168         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3169         find out whether methods are equal.
3171         * nnimap.el (nnimap-find-expired-articles): New function.
3172         (nnimap-process-expiry-targets): New function.
3173         (nnimap-request-move-article): Request the article before looking at
3174         what the Message-ID is.  Fix found by Andrew Cohen.
3175         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3177         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3178         for oldness in addition to being a predicate.
3180         * nnimap.el (nnimap-request-group): When we have zero articles, return
3181         the right data to Gnus.
3182         (nnimap-request-expire-articles): Only delete articles immediately if
3183         the target is 'delete.
3185         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3186         method, this would bug out.
3188         * gnus-group.el (gnus-group-expunge-group): Rename from
3189         gnus-group-nnimap-expunge, and implemented as a normal interface
3190         function.
3192         * gnus-int.el (gnus-request-expunge-group): New function.
3194         * nnimap.el (nnimap-request-create-group): Implement.
3195         (nnimap-request-expunge-group): New function.
3197 2010-09-21  Julien Danjou  <julien@danjou.info>
3199         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3200         (gnus-html-cache-expired): Add new function.
3201         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3202         wethever we should display image for fetch it.
3203         Compute alt-text earlier to pass it to the fetching function too.
3204         (gnus-html-schedule-image-fetching): Change function argument to only
3205         get one image at a time, not a list.
3206         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3207         cache.
3208         (gnus-html-get-image-data): New function to retrieve image data from
3209         cache.
3210         (gnus-html-put-image): Change buffer argument to use image data rather
3211         than file, and place image above region rather than inserting a new
3212         one.  Do not take alt-text as argument, since it's useless now: we place
3213         the image above alt-text.
3214         (gnus-html-prune-cache): Remove.
3215         (gnus-html-show-images): Start to fetch image when we find one, do not
3216         push into a temporary list.
3217         (gnus-html-prefetch-images): Only fetch image if they have expired.
3218         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3219         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3221 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3223         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3225 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3227         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3228         spec inser "*" if the group isn't active instead of 0.
3230         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3231         opening the server.
3232         (nnimap-request-delete-group): Implement group deletion.
3233         (nnimap-transform-headers): Return the size of the entire message in
3234         the Bytes header, not just the size of the first part.
3235         (nnimap-request-move-article): When moving an article from nnimap,
3236         request the article first so the accepting form has an article to
3237         accept.  Reported by Dan Christensen.
3238         (nnimap-command): Make sure that the error message doesn't error out.
3240 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3242         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3243         we haven't requested anything.
3245 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3247         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3248         "".  Fix found by Andrew Cohen.
3250         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3251         instead of -encode-string.
3253 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3255         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3257         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3258         by mm-subst-char-in-string.
3260 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3262         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3263         waiting for the connection string.
3265         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3266         arriving.
3268         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3269         bogus characters.  This allows selecting certain Gmail groups.
3271         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3272         (nnimap-fetch-partial-articles): New variable.
3273         (nnimap-open-connection): When looking for credentials, also use the
3274         nnimap-server-port.
3275         (nnimap-request-article): Return the group/article number, so that Gnus
3276         `^' works as expected.
3277         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3279         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3280         comments.
3281         (gnus-methods-sloppily-equal): New function.
3282         (gnus): When using the development version of Gnus, load the gnus-load
3283         file.
3285         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3286         `gnus-open-server' on each method before trying to scan them etc.
3287         This ensures that all the backend parameters are set correctly.
3289         * nnimap.el (nnimap-authenticator): New variable.
3290         (nnimap-open-connection): Allow anonymous login.
3291         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3292         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3294         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3295         patch, found by Knut Anders Hatlen.
3297 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3299         * gnus-agent.el (gnus-agent-batch-confirmation)
3300         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3301         to gnus-message.
3302         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3303         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3304         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3305         * gnus-int.el (gnus-open-server): Likewise.
3306         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3307         (gnus-score-check-syntax): Likewise.
3308         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3309         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3310         Likewise.
3311         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3313 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3315         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3316         calling conventions so that prefetch doesn't bug out.
3318 2010-09-19  Julien Danjou  <julien@danjou.info>
3320         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3321         rather than `subst-char-in-region' in order to be able to replace ASCII
3322         char by UTF-8 ones.
3324         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3325         than curl.
3326         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3327         the right URL and ALT text on images.
3328         (gnus-html-wash-tags): Fix tag case.
3329         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3330         (gnus-article-html): Add -o display_ins_del=2 option.
3331         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3333 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3335         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3336         the extra mail headers, which sometimes seem to happen for unknown
3337         reasons.
3339         * mail-parse.el (mail-header-encode-parameter): Define as
3340         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3341         (or most, perhaps?) mail readers don't understand the latter, but do
3342         understand the former.
3344         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3345         to nil, so that no methods are automatically agentized.  I think this
3346         is probably what most users want.
3348         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3349         from url-retrieve, for instance about invalid URLs.
3351         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3352         groups that have no articles.
3353         (nnimap-request-article): Check that we really got an article when we
3354         requested one.
3356         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3357         doesn't exist.
3359         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3360         nntp buffer so the agent can save it.
3361         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3362         that CRLF doesn't get translated to \n.
3363         (nnimap-open-connection): Don't make 'shell commands only send \n.
3365 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3367         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3368         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3369         Update var name.
3370         (nnml-generate-nov-file): Use dolist.
3371         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3372         Use with-current-buffer.
3374 2010-09-18  Julien Danjou  <julien@danjou.info>
3376         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3377         parallel.
3379 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3381         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3382         the range update right.
3383         (nnimap-request-group): Don't make `M-g' bug out on group with no
3384         marks.
3385         (nnoo): Require, so that other packages can require nnimap.
3386         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3387         command we're looking for.  This helps when the server sends more
3388         responses after we've gotten everything we expected.
3389         (nnimap): Add a `newlinep' field to keep track of end-of-line
3390         conventions.
3391         Don't send CRLF to things that don't want it.
3392         (nnimap-request-accept-article): Ditto.
3394 2010-09-18  Julien Danjou  <julien@danjou.info>
3396         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3397         than curl to retrieve images.
3399 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3401         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3402         the marks.
3403         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3404         (nnimap-wait-for-connection): New function.
3405         (nnimap-open-connection): If we have PREAUTH, don't query for login
3406         credentials.
3407         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3408         when doing a partial update.
3410 2010-09-18  Julien Danjou  <julien@danjou.info>
3412         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3413         tags.
3415 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3417         * nnimap.el (nnimap-credentials): New function.
3418         (nnimap-open-connection): Use the new function to look for credentials
3419         also on the numeric equivalents of "imap" and "imaps".
3421         * gnus-start.el (gnus-activate-group): Send the info to
3422         gnus-request-group.
3424         * nnimap.el (nnimap-request-group): Have the "check" version of the
3425         function parse flags and update the info, so that a `M-g' get a total
3426         resync of all flags from the group.
3428         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3429         to allow backends to alter the info on group selection.  Also alter all
3430         the backend -request-group functions to take the parameter.
3432         * nnimap.el (nnimap-store-info): New function.
3433         (nnimap-update-info): Store the info for later usage.
3434         (nnimap-request-group): Use the stored info for the dont-check case, so
3435         that we don't retrieve all marks when we enter a group.
3437         * nnimap.el: Use deffoo instead of defun for interface functions.
3439         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3440         update the group info.  This makes the nndraft groups, for instance, go
3441         back to their old behaviour.
3443         * gnus-sum.el (gnus-select-newsgroup): Indent.
3445         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3446         in.
3447         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3448         nothing.
3450         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3451         from methods that are denied.
3453         * gnus-int.el (gnus-method-denied-p): New function.
3455         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3456         store the password instead of netrc.
3457         (nnimap-open-connection): Don't error out when we can't make a
3458         connections.
3460         * auth-source.el (auth-source-create): In the password prompt, say what
3461         we're querying for.  Also prompt for user name if that hasn't been
3462         given.
3464         * nnimap.el (nnimap-with-process-buffer): Remove.
3466 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3468         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3469         method when we're reading from the agent.
3471         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3473         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3474         that's probably most useful for users.
3476         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3477         "failed" all the time.
3479         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3480         ...)) with (with-current-buffer ... ).
3482         * nntp.el (nntp-open-server): Return whether the open was successful or
3483         not.
3485         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3486         select an unread unseen article first.
3488         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3489         /etc/services, supply some sensible port defaults.
3491 2010-09-17  Julien Danjou  <julien@danjou.info>
3493         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3495 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3497         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3498         doesn't have any parameters.
3500 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3502         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3503         only upcased checks.
3505         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3507         * nnimap.el (nnimap-open-shell-stream): New function.
3508         (nnimap-open-connection): Use it.
3509         (nnimap-transform-headers): Get the number of lines in each message.
3510         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3511         number of lines.
3512         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3513         problem.
3515         * utf7.el (utf7-encode): Autoload.
3517         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3518         to allow the mail splitting to not return a default group.  This is
3519         useful for nnimap, which will leave unmatched mail in the inbox.
3521         * nnimap.el: Rewritten.
3523         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3524         nnimap usage.
3526         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3527         if the move is internal, so that nnimap can do fast internal moves.
3529         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3530         data.
3531         (gnus-read-active-for-groups): Support finishing the early retrieval of
3532         data.
3534         * gnus-range.el (gnus-range-nconcat): New function.
3536         * gnus-int.el (gnus-finish-retrieve-group-infos)
3537         (gnus-retrieve-group-data-early): New functions.
3539 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3541         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3542         (nnrss-retrieve-groups):
3543         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3544         (pop3-quit): Use with-current-buffer.
3546 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3548         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3549         instead of nnheader-accept-process-output.
3551         * gnus-html.el (gnus-html-schedule-image-fetching)
3552         (gnus-html-prefetch-images): Replace process-kill-without-query by
3553         gnus-set-process-query-on-exit-flag.
3555 2010-09-16  Romain Francoise  <romain@orebokech.com>
3557         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3559 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3561         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3562         parameter to unintern is mandatory-ish in Emacs 24.
3564         * gnus-html.el (gnus-html-schedule-image-fetching)
3565         (gnus-html-prefetch-images): Check for curl before using it.
3567         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3568         depend on curl, which isn't essential.
3570         * imap.el: Revert back to version
3571         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3572         seem problematic.
3574 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3576         * gnus-registry.el (gnus-registry-install-shortcuts):
3577         Explicitly pass `obarray' to `unintern' to avoid a warning.
3579 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3581         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3582         change.
3584         * nnrss.el (nnrss-request-list): Remove this function and related
3585         functions, including the moreover stuff.
3587 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3589         * nnrss.el (nnrss-retrieve-groups): New function.
3591 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3593         * .dir-locals.el: Add no-byte-compile cookie.
3595 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3597         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3598         for back end that doesn't support request-scan.
3600 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3602         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3603         then do request scans from the backends.
3605         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3606         avoid running a hook per line, since this takes a lot of time,
3607         profiling shows.
3608         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3609         directly if gnus-visual-p is true.
3611 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3613         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3614         groups; replace mapcar with dolist which is a bit faster; pass groups
3615         info to gnus-read-active-file-1.
3616         (gnus-read-active-file-1): Scan only specified groups if the new
3617         optional arg `infos' is given.
3619 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3621         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3623         * pop3.el (pop3-movemail): Remove.
3624         (pop3-streaming-movemail): Rename to pop3-movemail.
3626         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3627         don't restrict end-tag searches to the end of the line.
3629 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3631         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3632         articles of every unchecked group to t, which means unknown since the
3633         server has never been opened.
3635 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3637         * gnus-html.el (gnus-html-show-alt-text): New command.
3638         (gnus-html-browse-image): Ditto.
3639         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3640         to browse the image directly.
3641         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3642         better.
3644         * gnus-async.el (gnus-async-article-callback):
3645         Call `gnus-html-prefetch-images' unconditionally.
3647         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3648         before feeding URLs to curl.
3650 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3652         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3653         internal images as deletable by `W D D'.
3655         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3656         (gnus-async-article-callback): Fix typo.
3658 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3660         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3661         current line to work around bugs in the output from w3m.
3663         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3664         for groups that want that.
3666         * nntp.el (nntp-wait-for-string): Supply a timeout for
3667         accept-process-output to ensure progress.
3669         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3670         level to get unread articles from, then use that for foreign groups,
3671         too.
3673         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3674         confuses the rest of the function.
3676         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3677         for the methods that support -retrieve-groups, too.
3679         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3681 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3683         * pop3.el: Require cl when compiling.
3684         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3686 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3688         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3689         that aren't going to be activated.
3690         (gnus-get-unread-articles): Fix up the last commit.
3692         * gnus-html.el (gnus-article-html): Allow calling without specifying
3693         the handle.  In that case, dissect the buffer first.
3695         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3697         * nnimap.el (nnimap-open-connection): Revert the change that would look
3698         into authinfo for imaps instead of imap.
3700         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3701         say that you don't want to call gnus-request-group with don-check, but
3702         do check the reponse.  This is for virtual groups only.
3703         (gnus-get-unread-articles): Count the archive groups as secondary, so
3704         that they're activated the same way as before.
3706         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3707         case-insensitively.
3708         (nnimap-debug): Remove.
3710         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3711         mail from a file, and the file doesn't exist.
3713         * pop3.el (pop3-streaming-movemail): Return t for success.
3715         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3716         .authinfo if we're using ssl connection.
3718         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3719         already have if we're in a main Gnus `g' run.
3721         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3723 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3725         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3727         * nnmh.el (nnmh-request-list-1): Bind `file'.
3729         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3730         alias to set-process-query-on-exit-flag or process-kill-without-query.
3731         (pop3-open-server): Use it.
3733 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3735         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3736         box to the Incoming file.  Fixes mistake in previous checkin.
3738         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3739         request loop (for debugging purposes) removed.
3741         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3742         culprit is more visible.
3743         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3744         (nnml-add-incremental-nov): New functions to do "incremental" nov
3745         updates, where we just append to the end of the existing nov files
3746         without reading/writing them in full.
3748         * mail-source.el (mail-source-delete-crash-box): Really only check the
3749         incoming files once in a while.
3751         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3753         * mail-source.el (mail-source-delete-crash-box): Only check the
3754         incoming files for deletion once per day to save a lot of file
3755         accesses.
3757         * pop3.el (pop3-logon): Fix up unbound variable typo.
3759         * mail-source.el (pop3-streaming-movemail): Autoload.
3761         * pop3.el (pop3-streaming-movemail):
3762         Respect pop3-leave-mail-on-server.
3764         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3765         retrieval.
3767         * pop3.el (pop3-process-filter): Remove unused function.
3768         (pop3-streaming-movemail, pop3-send-streaming-command)
3769         (pop3-wait-for-messages, pop3-write-to-file)
3770         (pop3-number-of-responses): New functions for streaming pop3
3771         retrieval.
3773         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3774         come from no known methods.
3775         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3776         list.
3778         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3779         message sizes.
3780         (pop3-movemail): Use erase-buffer instead of looping and deleting
3781         regions, which seems rather odd.
3783         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3784         file once per `g' run.
3786         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3787         directories.  This makes the draft queue directory work.
3789         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3790         data from the backends, so that we only request the list of groups from
3791         each method once.  This should speed things up considerably.
3793         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3794         detect that it's not implemented.
3796         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3797         we actually do recurse down into the tree, but don't stat all leaf
3798         nodes.
3800         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3801         then say so instead of bugging out.
3803         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3804         files exist before trying to read them.
3806         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3807         around <pre_int>.
3809         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3811         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3813 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3815         * mm-util.el (mm-image-load-path): Just return the image directories,
3816         not all directories in the path in addition to the image directories.
3817         (mm-image-load-path): Maintain a cache of the image directories so that
3818         the `g' command in Gnus doesn't have to stat dozens of directories each
3819         time.
3821         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3822         (gnus-html-wash-tags): Add a new `i' command to insert images.
3823         (gnus-html-insert-image): New command and keystroke.
3824         (gnus-html-redisplay-with-images): New command and keystroke.
3825         (gnus-html-show-images): Rename command.
3826         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3827         spacers.
3828         (gnus-html-wash-tags): Decode entities at the end, so that entities
3829         inside the tags don't mess up the rest of the "parsing".
3831         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3832         so that nnimap methods aren't agentized by default.  There's apparently
3833         many problems related to agent/imap behaviour.
3835         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3837         * gnus-html.el: Doc fix.
3839 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3841         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3842         glyph-width and glyph-height instead of display-graphic-p and
3843         image-size; make avoidance of displaying small images work for XEmacs.
3845         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3846         for XEmacs.
3848         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3849         of symbol that holds plist data.
3850         (gnus-process-plist): Remove plist of process after getting it.
3852 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3854         * message.el (message-generate-hashcash): Change default to
3855         'opportunistic if hashcash is installed.
3857         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3858         (gnus-html-put-image): Only call image-size once, since it's somewhat
3859         time-consuming on remote X servers.
3861 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3863         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3864         decoded contents.
3865         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3867 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3869         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3870         group line format, since it isn't very interesting.
3872         * gnus-agent.el (gnus-agent-short-article),
3873         (gnus-agent-long-article): Increase values for these two variables,
3874         since most people are likely to have more network connection and
3875         storage than before.
3877         * gnus.el (gnus-refer-article-method): Change default to 'current.
3878         When referring an article, the common behaviour is to refer it from the
3879         current select method, not the native select method.  The chances of
3880         the native select method having the message in question is rather slim
3881         these days.
3883         * gnus-sum.el (gnus-auto-select-subject): Change default to
3884         `unseen-or-unread'.  I think it's likely that most people want to
3885         select an unseen article over a previously seen, but unread one.
3887         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3888         means that in the article buffer none of the minor mode elements will
3889         be shown, usually, and this is not desirable in most cases.
3891         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3892         that commands like `d' (and the like) go to the next line in the
3893         buffer, instead of the next unread article.  I think this is the
3894         behaviour that is most natural for most users.
3895         (gnus-single-article-buffer): Change default to nil, so that people can
3896         have as many article buffers open as they have summary buffer.  I think
3897         this is the most natural way for the groups to behave.
3899         * message.el (message-generate-new-buffers): Change default to
3900         `unsent', so that all new message buffers start their names with the
3901         string "*unsent", and it's easier to find the buffers if you move from
3902         them.
3904 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3906         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3907         small.  They're probably tracking images.
3908         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3909         (gnus-html-rescale-image): Yet another try at getting the image sizing
3910         right.
3912         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3913         nntp-marks-file-name is nil.
3915 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3917         * gnus-html.el (gnus-html-wash-tags)
3918         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3919         Better logging.
3921 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3923         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
3925         * gnus-html.el (gnus-html-wash-tags): Check the value of
3926         gnus-blocked-images in the summary buffer.
3928 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3930         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3932 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3934         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3935         like "a", it seems like.
3936         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3937         since it needs to be picked from the correct buffer.
3939         * nnwfm.el: Remove.
3941         * nnlistserv.el: Remove.
3943 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3945         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3946         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3948 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3950         * nnkiboze.el: Remove.
3952         * nndb.el: Remove.
3954         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3955         alt text.
3956         (gnus-html-rescale-image): Try to get the rescaling logic right for
3957         images that are just wide and not tall.
3959         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3960         overshadow variable bindings.
3962 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3964         * gnus-html.el (gnus-html-wash-tags)
3965         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
3966         Add extra logging.
3968 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3970         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3971         (gnus-max-image-proportion): New variable.
3972         (gnus-html-rescale-image): New function.
3973         (gnus-html-put-image): Rescale images.
3975 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3977         Fix up some byte-compiler warnings.
3978         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3979         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3980         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3981         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3982         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3983         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3984         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3986 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3988         * gnus-html.el (gnus-article-html): Decode contents by charset.
3990 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3992         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3993         (gnus-html-frame-width, gnus-blocked-images)
3994         * message.el (message-prune-recipient-rules): Add custom version.
3995         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3997         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3998         functions.
4000         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4001         gnus-process-get.
4003 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4005         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4006         instead of lsub directly.
4008 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4010         * nnwarchive.el: Remove.
4012         * gnus-soup.el: Remove.
4014         * nnsoup.el: Remove.
4016         * nnultimate.el: Remove.
4018         * gnus-html.el (gnus-blocked-images): New variable.
4020         * message.el (message-prune-recipients): New function.
4021         (message-prune-recipient-rules): New variable.
4023         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4024         guess whether a long line is natural text or not.
4026         * gnus-html.el (gnus-html-schedule-image-fetching):
4027         Use gnus-process-plist and friends for compatibility.
4029 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4031         * gnus-html.el: Require packages that define macros used in this file.
4032         (gnus-article-mouse-face): Declare to silence byte-compiler.
4033         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4034         process-get.
4035         (gnus-html-put-image): Use plist-get to avoid getf.
4036         (gnus-html-prefetch-images): Use with-current-buffer.
4038 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4040         * gnus-ems.el: Provide compatibility functions for
4041         gnus-set-process-plist.
4043         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4044         * gnus.el (gnus-valid-select-methods)
4045         * message.el (message-send-mail-partially-limit)
4046         * mm-decode.el (mm-text-html-renderer)
4047         * mml.el (mml-insert-mime-headers-always)
4048         * smiley.el (smiley-regexp-alist): Bump custom version.
4050 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4052         * gnus-html.el: require mm-url.
4053         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4054         with the url to `url'.
4055         (gnus-html-wash-tags): Support cid: URLs/images.
4057 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4059         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4060         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4061         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4063         * gnus-move.el: Remove file, since it doesn't really work.
4065         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4066         UTF-8.  This seems to fix problems with some German web feeds.
4068         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4069         at the top so that the proper colours are applied.
4071         * gnus-art.el (gnus-article-view-part): Doc fix.
4073         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4074         XEmacs-compatible.
4075         (gnus-html-put-image): Don't do images on non-graphic displays.
4077         * nnslashdot.el: Remove this unused backend.
4079         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4080         actions.
4081         (gnus-undo-register-1): Revert last change.
4083         * gnus-group.el (gnus-group-completing-read): Protect against not
4084         having completion-styles bound.
4086         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4087         make broken recipients happier.
4089         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4091         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4092         point parameter.
4094         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4095         completion-styles for group selection.
4097 2009-02-04  Andreas Schwab  <schwab@suse.de>
4099         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4100         headers and regexp-quote the match if necessary.
4102 2009-03-24  Miles Bader  <miles@gnu.org>
4104         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4105         the blinking smiley.
4107 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4109         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4110         blink smiley.
4112 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4114         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4115         where the dribbel file lives exists.
4117         * message.el (message-send-mail-partially-limit): Change the default to
4118         nil, since most people don't want this.
4120         * mm-url.el (mm-url-decode-entities): Also decode entities like
4121         &#x3212.
4123 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4125         * gnus-sum.el (gnus-summary-idna-message):
4126         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4127         Hyperlink urls in docstrings with URL `...'.
4129 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4131         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4132         functions.
4134 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4136         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4137         say what the mouseover text should be.
4139         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4140         version of the mm-w3m-safe-url-regexp variable to only download images
4141         in the groups where we want that to happen.
4143         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4145         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4146         easier debugging.
4147         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4148         big pictures in the article buffer.
4150         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4151         gnus-article-html.
4152         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4153         w3m.
4155         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4157 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4159         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4160         which doesn't exist.
4162         * message.el (message-inhibit-ecomplete): New variable to allow some
4163         function to inhibit ecomplete address storage.
4164         (message-resend): Disable ecomplete message storage when resending
4165         messages.
4167         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4169 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4171         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4172         Save excursion while copying, moving, and deleting articles in order to
4173         prevent the cursor from jumping to unforeseen place.
4175 2010-08-17  Glenn Morris  <rgm@gnu.org>
4177         * gnus-sync.el: Require gnus components whose functions are used.
4179         * gnus-art.el (bookmark-make-record-function):
4180         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4181         Declare for compiler.
4183         * mm-url.el (mml-compute-boundary): Autoload.
4185 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4187         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4189 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4191         Typo fix "hoo4a" -> "hook".
4193         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4195 2010-08-14  Glenn Morris  <rgm@gnu.org>
4197         * gnus-sync.el (gnus-sync): Fix defgroup version.
4199 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4201         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4203         * gnus-sync.el: Fix docs.
4204         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4205         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4207 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4209         Optimizations for gnus-sync.el.
4211         * gnus-sync.el: Add docs about gnus-sync-backend
4212         possibilities.
4213         (gnus-sync-save): Remove unnecessary message.
4214         (gnus-sync-read): Optimize and show what groups were skipped.
4216 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4218         Minor bug fixes for gnus-sync.el.
4220         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4221         Don't read the sync on get-new-news.
4223         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4224         quiet.
4226         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4227         (fix typo).
4229 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4231         Make saving and restoring of hidden threads work with overlays.
4232         Patch applied by Ted Zlatanov.
4234         * gnus-sum.el (gnus-hidden-threads-configuration)
4235         (gnus-restore-hidden-threads-configuration): Update to deal with text
4236         properties, rather than searching for a magic character.
4238 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4240         New gnus-sync.el library for synchronization of marks.
4242         * gnus-sync.el: New library for synchronization of marks.
4244         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4245         renamed from `gnus-registry-grep-in-list'.
4247         * gnus-registry.el (gnus-registry-follow-group-p):
4248         Use `gnus-grep-in-list'.
4250         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4252 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4254         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4255         determining charset of text fails.
4257 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4259         * nnmail.el (nnmail-get-new-mail-1): Revert.
4261         * nnml.el (nnml-active-number): Make sure names of newly created groups
4262         in nnml-group-alist are encoded.
4264 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4266         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4267         containing non-ASCII characters in active file for nnml back end.
4269 2010-07-24  David Engster  <dengste@eml.cc>
4271         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4272         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4274 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4276         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4277         tag (Bug#6654).
4279 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4281         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4282         the article buffer, not the summary buffer.
4284 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4286         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4287         Emacs 23 as well.
4289 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4291         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4292         Patch applied by Karl Fogel.
4294         * gnus-sum.el (gnus-summary-bookmark-make-record):
4295         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4297 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4299         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4300         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4301         C-w still not working correctly from Article buffers; Thierry's
4302         patch to fix that will be applied after this.
4304         * gnus-art.el (bookmark-make-record-function): New local variable.
4306         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4307         article buffer.
4308         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4310 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4312         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4313         on changes in bookmark.el.
4315 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4317         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4318         the *other* type of HTML form submission.
4320 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4322         * auth-source.el (auth-source-pick): If choice does not contain a
4323         questioned keyword, set the check to t.
4325 2010-06-12  Romain Francoise  <romain@orebokech.com>
4327         * gnus-util.el (gnus-date-get-time): Move up before first use.
4329 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4331         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4332         (gnus-article-edit-part): Bind it to make last part that is substituted
4333         or deleted visible.
4334         (gnus-mime-display-single): Buttonize part of which id equals to
4335         gnus-mime-buttonized-part-id.
4337 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4339         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4340         (gnus-dd-mmm): Use gnus-date-get-time.
4341         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4342         simplify logic.
4343         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4344         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4346 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4348         * auth-source.el (top): Autoload `secrets-list-collections',
4349         `secrets-create-item', `secrets-delete-item'.
4350         (auth-sources): Fix tag string.
4351         (auth-get-source, auth-source-retrieve, auth-source-create)
4352         (auth-source-delete): New defuns.
4353         (auth-source-pick): Rewrite in order to avoid 2 passes.
4354         (auth-source-forget-user-or-password): New parameter USERNAME.
4355         (auth-source-user-or-password): New parameters CREATE-MISSING and
4356         DELETE-EXISTING.  Retrieve password interactively, if needed.
4358 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4360         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4361         deleting unused directories when gnus-expert-user is t.
4363 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4365         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4366         for each temp file when gnus-article-browse-delete-temp is ask.
4368 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4370         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4372 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4374         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4375         article unless decoding article to be saved.
4377 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4379         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4380         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4381         generated within the mm-with-unibyte-current-buffer macro.
4383 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4385         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4386         to nil when we're in a mml-preview buffer and no group is selected.
4388 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4390         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4391         when catching the `C-g'.  Reported by "Leo".
4393 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4395         * message.el (message-forward-make-body-plain)
4396         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4397         multibyte-string-p.
4399 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4401         * message.el (message-forward-make-body-mml): Assume original message
4402         is multibyte string; error on unibyte.
4403         (message-forward-make-body-plain): Ditto; don't add excessive newline
4404         in body end.
4406 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4408         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4409         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4411 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4413         * mm-extern.el (mm-extern-url): Don't use
4414         mm-with-unibyte-current-buffer.
4415         (mm-extern-cache-contents): Use with-current-buffer instead of
4416         save-excursion + set-buffer.
4418 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4420         * mm-util.el (mm-emacs-mule): Remove.
4422 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4424         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4425         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4426         change.
4428 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4430         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4431         bind the default value of enable-multibyte-characters to nil.
4433 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4435         * message.el (message-forward-make-body-plain)
4436         (message-forward-make-body-mml):
4437         Don't use mm-with-unibyte-current-buffer.
4439 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4441         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4442         (Bug#5592).
4444 2010-05-07  Julien Danjou  <julien@danjou.info>
4446         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4447         it to mm-pipe-part.
4449         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4450         it is given.
4452 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4454         * nnweb.el (nnweb-gmane-search)
4455         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4456         XEmacs.
4458         * gnus-art.el (gnus-article-browse-html-parts)
4459         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4460         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4461         make-temp-file.
4463         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4464         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4465         compiling.
4467         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4468         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4469         XEmacs when compiling.
4471         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4472         gnus-pick-mode-off-hook for XEmacs when compiling.
4473         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4474         gnus-binary-mode-off-hook for XEmacs when compiling.
4476         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4477         Return nil if char-charset is not available.
4479         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
4480         macro.
4482         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4483         instead of encode-coding-string.
4485         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4486         'xemacs) instead of mm-emacs-mule to switch function definitions.
4487         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4489 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4491         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4493 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4495         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4496         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4498 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4500         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4501         alias `jka-compr-delete-temp-file' no longer exists.
4503 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4505         Use define-minor-mode in Gnus where applicable.
4506         * mml.el (mml-mode): Use define-minor-mode.
4507         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4508         (gnus-undo-mode): Use define-minor-mode.
4509         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4510         (gnus-dead-summary-mode): Use define-minor-mode.
4511         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4512         Initialize in declaration.
4513         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4514         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4515         (gnus-mailing-list-mode): Use define-minor-mode.
4516         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4517         (gnus-draft-mode): Use define-minor-mode.
4518         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4519         (gnus-dired-mode): Use define-minor-mode.
4521 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4523         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4524         handles on recursive mml-to-mime translation and check them for
4525         boundary delimiter collisions.  Reported by Greg Troxel.
4527 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4529         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4531 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4533         * mm-util.el (mm-find-buffer-file-coding-system):
4534         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4536 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4538         * message.el (message-generate-headers): Record insertion of optional
4539         headers as well.  Otherwise the check to prevent repeated insertion of
4540         optional headers is a no-op.
4542 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4544         * smime.el: Don't mention CVS.
4546         * nnrss.el (nnrss-fetch): Don't mention CVS.
4548         * nnir.el: Don't mention CVS.
4550 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4552         * gnus-sum.el (gnus-summary-bookmark-make-record):
4553         Add `location' field.
4555 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4557         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4558         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4559         Use with-current-buffer to silence the byte-compiler.
4560         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4561         bother to require `gnus'.
4562         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4564 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4566         * gnus-sum.el (gnus-summary-bookmark-make-record)
4567         (gnus-summary-bookmark-jump): New functions.
4568         (gnus-summary-mode): Setup bookmark support.
4570 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4572         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4573         if set.
4575 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4577         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4578         gnus-article-browse-html-save-cid-image; make it work recursively for
4579         forwarded messages as well.
4580         (gnus-article-browse-html-parts): Work when prefix arg is given.
4581         (gnus-article-browse-html-article): Doc fix.
4583 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4585         * message.el (message-default-mail-headers):
4586         (message-default-headers): Carry the value mail-default-headers over
4587         into message-default-mail-headers, rather than message-default-headers.
4589 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4591         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4592         charset.
4594         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4595         charset into the <meta> tag when the article is encoded to utf-8.
4597 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4599         * gnus-art.el (gnus-article-browse-delete-temp-files):
4600         Delete directories as well.
4601         (gnus-article-browse-html-parts): Work for images that do not specify
4602         file names; delete temp directory when quitting; insert header at the
4603         right place; use file: scheme for image files.
4605 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4607         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4608         (gnus-article-browse-html-parts): Use it to make temporary cid image
4609         files in addition to html file so that browser may display them.
4611 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4613         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4615 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4617         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4619 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4621         * auth-source.el (auth-sources): Change default to be simpler.
4622         Explain about Secret Service API sources.  Improve Customize options.
4623         (auth-source-pick): Change to accept any number of search parameters.
4624         Implement fallbacks iteratively, not recursively.  Add scoring on the
4625         second pass and sort by score.  Call Secret Service API when needed.
4626         (auth-source-user-or-password): Use it.  Call Secret Service API
4627         directly when needed to get the user name and the password.
4629 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4631         * message.el (message-interactive): Doc fix.
4632         (message-qmail-inject-args): Reflow.
4633         (message-kill-to-signature): Fix typo in docstring.
4635         * smiley.el (smiley-buffer): Fix typo in docstring.
4637 2010-03-24  Glenn Morris  <rgm@gnu.org>
4639         * mail-source.el (gnus-message): Declare.
4640         (mail-source-delete-old-incoming): Require gnus-util.
4642 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4644         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4646         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4648         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4649         password-cache's default if it is not bound.
4650         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4651         password-cache-expiry's default if it is not bound.
4653         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4654         available in Emacs 21.
4656 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4658         * auth-source.el (auth-sources): Fix up definition so extra parameters
4659         are always inline.
4661 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4663         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4664         wasn't updated after mismatch.  Clear cached mailbox info correctly
4665         when uidvalidity changes.
4666         (nnimap-group-prefixed-name): New function to avoid some code
4667         duplication.
4668         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4669         (nnimap-request-group): Use it.
4670         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4671         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4672         with many imap folders.  This is done by caching the group status from
4673         the imap server persistently in a group parameter `imap-status'.  (This
4674         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4675         but not persistently, so every Gnus startup was still very slow.)
4677 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4679         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4680         secrets.el dependency.
4681         (auth-sources): Add optional user name.  Add secrets.el configuration
4682         choice (unused right now).
4684 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4686         * gnus-sum.el (gnus-summary-make-menu-bar):
4687         Let `gnus-registry-install-shortcuts' fill in the functions.
4689         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4690         warnings.
4691         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4692         (gnus-registry-install-shortcuts): Populate and use it in a
4693         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4695 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4697         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4698         In-place substitutions for the group name encoding/decoding.
4699         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4700         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4701         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4702         (nnimap-update-unseen, nnimap-request-list)
4703         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4704         (nnimap-request-set-mark, nnimap-split-to-groups)
4705         (nnimap-split-articles, nnimap-request-newgroups)
4706         (nnimap-request-create-group, nnimap-request-accept-article)
4707         (nnimap-request-delete-group, nnimap-request-rename-group)
4708         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4709         `encoded-mbx' for consistency.
4710         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4711         variable `imap-current-mailbox'.
4713         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4714         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4716 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4718         * pop3.el (pop3-display-message-size-flag): Display message size byte
4719         counts during POP3 download.
4720         (pop3-movemail): Use it.
4721         (pop3-list): Implement listing of available messages.
4723 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4725         * nnir.el (nnir-get-article-nov-override-function): New function to
4726         override the normal NOV retrieval.
4727         (nnir-retrieve-headers): Use it.
4729 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4731         * auth-source.el (netrc-machine-user-or-password): Autoload.
4733 2010-03-19  Glenn Morris  <rgm@gnu.org>
4735         Stop message.el from loading about 40 libraries it doesn't always need.
4736         The general approach is to autoload rather than require, and to
4737         require in the specific functions rather than the file.  (Bug#5642)
4739         * gmm-utils.el: Don't require wid-edit.
4740         (widget-create-child-value, widget-convert, widget-default-get):
4741         Autoload.
4743         * gnus-util.el: Don't require time-date, netrc.
4744         (message-fetch-field, gnus-group-name-decode): Declare rather than
4745         autoloading.
4746         (gnus-fetch-field): Require message.
4747         (gnus-decode-newsgroups): Require gnus-group.
4749         * ietf-drums.el: Don't require time-date.
4751         * message.el: Don't require hashcash, canlock, ecomplete.
4752         Do require mail-utils.  Require nnheader only when compiling.
4753         (smtpmail-default-smtp-server): Remove declaration.
4754         (message-send-mail-function): Check smtpmail-default-smtp-server
4755         is bound rather than requiring smtpmail.
4756         (message-auto-save-directory, message-insert-signature):
4757         Use expand-file-name rather than nnheader-concat.
4758         (nnheader-insert-file-contents): Autoload.
4759         (hashcash-wait-async): Declare.
4760         (message-send-mail): Only call gnus-setup-posting-charset if
4761         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4762         (message-send-mail-with-sendmail): Require sendmail.
4763         (canlock-password, canlock-password-for-verify): Declare.
4764         (message-canlock-password): Require canlock.
4765         (nnheader-get-report): Autoload.
4766         (gnus-setup-posting-charset): Declare.
4767         (message-send-news): Require gnus-msg.
4768         (message-make-references, message-make-in-reply-to): Use mail-header-id
4769         rather than the alias mail-header-message-id.
4770         (ecomplete-add-item, ecomplete-save): Declare.
4771         (message-put-addresses-in-ecomplete): Require ecomplete.
4772         (ecomplete-display-matches): Autoload.
4774         * mm-decode.el: Don't require mailcap, gnus-util.
4775         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4776         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4777         Autoload.
4778         (mailcap-mime-extensions): Declare.
4780         * mm-encode.el: Don't require mailcap.
4781         (mailcap-extension-to-mime): Autoload.
4783         * mml-sec.el: Don't require password-cache.
4785         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4786         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4787         (mml-minibuffer-read-type): Require mailcap.
4788         (mml-preview): Require gnus-msg.
4790         * mml1991.el: Require password-cache.
4791         (password-cache-expiry): Remove declaration.
4793         * mml2015.el: Require password-cache.
4794         (password-cache-expiry): Remove declaration.
4796         * nneething.el (mailcap): Require mailcap.
4798         * nnheader.el (declare-function): Add compatibility stub.
4799         (message-remove-header): Declare rather than autoload.
4800         (nnheader-replace-header): Require message.
4802         * nnimap.el (declare-function): Add compatibility stub.
4803         (netrc-parse, netrc-machine-user-or-password): Declare.
4804         (nnimap-open-connection): Require netrc.
4806         * nntp.el (declare-function): Add compatibility stub.
4807         (netrc-parse, netrc-machine, netrc-get): Declare.
4808         (nntp-send-authinfo): Require netrc.
4810         * rfc2047.el: Don't require qp.
4811         (quoted-printable-encode-region, quoted-printable-decode-string):
4812         Autoload.
4814         * sieve-mode.el: Don't require easymenu.
4815         (easy-menu-add-item): Autoload it.
4817         * spam-stat.el (time-to-number-of-days): Autoload it.
4819 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4821         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4822         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4823         value if any backslash escapes).
4825 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4827         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4828         if it is available.  (bug#5647)
4830 2010-02-26  Glenn Morris  <rgm@gnu.org>
4832         * message.el (message-send-mail-function): Change the default, so that
4833         it inherits from a customized send-mail-function.  (Bug#5643)
4835 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4837         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4838         shell-command-to-string signals an error (bug#5299).
4840 2010-02-24  Glenn Morris  <rgm@gnu.org>
4842         * message.el (message-smtpmail-send-it)
4843         (message-send-mail-with-mailclient): Doc fixes.
4845 2010-02-16  Glenn Morris  <rgm@gnu.org>
4847         * message.el (message-default-mail-headers): Change the default value
4848         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4850 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4852         * message.el (message-mail): Just pass yank-action on to message-setup.
4853         (message-setup): Handle (FUN . ARGS) form of yank-action.
4854         (message-with-reply-buffer, message-widen-reply)
4855         (message-yank-original): Handle non-buffer values of
4856         message-reply-buffer (Bug#4080).
4857         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4859 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4861         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4862         Fix typo in docstring.
4864 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4866         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4867         response.
4869 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4871         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4873         * message.el (message-check-news-header-syntax): Protect against a
4874         string that `rfc822-addresses' returns when parsing fails.
4876 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4878         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4879         (gnus-previous-char-property-change): New functions.
4881         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4883 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4885         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4886         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4888 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4890         * message.el (message-exchange-point-and-mark): Rework last change to
4891         avoid using optional arg of exchange-point-and-mark, for backward
4892         compatibility.
4894 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4896         * message.el (message-exchange-point-and-mark):
4897         Call exchange-point-and-mark with an argument rather than setting
4898         mark-active by hand (Bug#5175).
4900 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4902         * nntp.el (nntp-service-to-port): Work for service expressed with
4903         numeric string; replace [:digit:] with [0-9] for XEmacs.
4905 2009-12-17  Glenn Morris  <rgm@gnu.org>
4907         * gnus-group.el (gnus-bug-group-download-format-alist):
4908         Change emacs entry to debbugs.gnu.org.  Bump :version.
4910 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4912         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4914 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4916         * message.el (message-info): Explain why we use `Info-goto-node'.
4918 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4920         * message.el (message-completion-in-region): New compatibility function.
4921         (message-expand-group): Use it.
4923 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4925         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4926         with no unread article should be listed if the 2nd arg `predicate' is
4927         given.
4929 2009-11-29  Juri Linkov  <juri@jurta.org>
4931         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4932         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4933         on `gnus-recenter'.  (Bug#4698, Bug#4981)
4935 2009-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4937         * message.el (message-from-style, message-interactive)
4938         (message-signature): Always set default values from the corresponding
4939         mail-* variables.
4940         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4941         (message-yank-prefix, message-indentation-spaces)
4942         (message-signature-file, message-default-headers): Use boundp rather
4943         than (featurep 'xemacs) to check if the corresponding mail-* variables
4944         exist.
4946 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
4948         * message.el (message-send-mail-with-sendmail): Revert last change.
4950 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
4952         * message.el (message-from-style, message-interactive)
4953         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4954         (message-yank-prefix, message-indentation-spaces, message-signature)
4955         (message-signature-file, message-default-headers): For GNU Emacs, set
4956         default values from the corresponding mail-* variables.
4957         (message-send-mail-with-sendmail): Use envelope-from only if
4958         mail-specify-envelope-from is non-nil.
4960 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4962         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4963         containing tspecial characters if they have been already quoted.
4965 2009-10-24  Glenn Morris  <rgm@gnu.org>
4967         * gnus-art.el (help-xref-stack-item): Define for compiler.
4969 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4971         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4973 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4975         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4976         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4978 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4980         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4981         (gnus-overlays-in): New alias to overlays-in.
4983         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4984         gnus-overlay-get, and gnus-delete-overlay.
4985         (gnus-summary-show-thread): Make it work as well for systems in which
4986         next-single-char-property-change is not available.
4987         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4989 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4991         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4993 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4995         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4996         and XEmacs that don't have `remove-overlays'.
4998 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5000         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5001         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5002         selective display.  Use overlays instead.
5004 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5006         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5008 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5010         * spam-stat.el (spam-stat-load): Fix typo in message.
5012 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5014         * gnus-art.el (gnus-article-encrypt-body):
5015         * message.el (message-check-recipients):
5016         * mm-util.el (mm-codepage-setup):
5017         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5018         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5020 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5022         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5023         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5024         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5025         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5026         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5028 2009-09-18  Glenn Morris  <rgm@gnu.org>
5030         * gnus-diary.el (gnus-diary-check-message):
5031         * message.el (message-insert-formatted-citation-line):
5032         * nnbabyl.el (top-level):
5033         * nndiary.el (nndiary-schedule):
5034         Fix typos in condition-case handlers.
5036 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5038         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5039         configuration that provides the sole article window in a frame;
5040         position point correctly after deleting a part.
5042 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5044         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5045         (spam-resolve-registrations-routine): Use it to unregister articles
5046         that change status.
5048 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5050         * nnrss.el (nnrss-request-article): Remove binding of
5051         default-enable-multibyte-characters that has gotten needless by
5052         the 2007-07-13 change in rfc2047-encode-message-header.
5054         * mml.el (mml-insert-multipart): Error on the message header.
5055         (mml-insert-part): Error on the message header; position point at
5056         the end of a MIME tag.
5058 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5060         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5061         (gnus-float-time): Alias to float-time if it exists.
5063         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5064         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5065         float-time is available; suppress compile warning for time-to-seconds.
5067 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5069         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5070         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5071         Add the optional argument `encoding' that overrides the default.
5073         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5074         mm-encode-buffer.
5076 2009-09-04  Glenn Morris  <rgm@gnu.org>
5078         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5079         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5080         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5081         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5082         * mm-util.el (mm-with-unibyte-current-buffer)
5083         (mm-find-buffer-file-coding-system):
5084         * yenc.el (yenc-decode-region): Use default-value rather than
5085         default-enable-multibyte-characters.
5087 2009-09-03  Glenn Morris  <rgm@gnu.org>
5089         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5090         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5091         than default-enable-multibyte-characters.
5093 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5095         * gnus-art.el (gnus-article-read-summary-keys):
5096         Fix gnus-buffer-configuration's value temporarily used.
5098 2009-09-02  Glenn Morris  <rgm@gnu.org>
5100         * gnus-util.el (gnus-float-time): New function.
5101         * gnus-delay.el (gnus-delay-article):
5102         * gnus-sum.el (gnus-thread-latest-date):
5103         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5104         * nnspool.el (nnspool-request-newgroups):
5105         Use gnus-float-time rather than time-to-seconds.
5106         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5108         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5109         (gnus-header-subject-face, gnus-header-newsgroups-face)
5110         (gnus-header-name-face, gnus-header-content-face):
5111         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5112         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5113         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5114         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5115         (gnus-cite-face-11):
5116         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5117         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5118         (gnus-server-closed-face, gnus-server-denied-face)
5119         (gnus-server-offline-face):
5120         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5121         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5122         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5123         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5124         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5125         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5126         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5127         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5128         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5129         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5130         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5131         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5132         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5133         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5134         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5135         (gnus-summary-high-undownloaded-face)
5136         (gnus-summary-low-undownloaded-face)
5137         (gnus-summary-normal-undownloaded-face)
5138         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5139         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5140         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5141         (gnus-splash-face):
5142         * message.el (message-header-to-face, message-header-cc-face)
5143         (message-header-subject-face, message-header-newsgroups-face)
5144         (message-header-other-face, message-header-name-face)
5145         (message-header-xheader-face, message-separator-face)
5146         (message-cited-text-face, message-mml-face):
5147         * sieve-mode.el (sieve-control-commands-face)
5148         (sieve-action-commands-face, sieve-test-commands-face)
5149         (sieve-tagged-arguments-face):
5150         * spam.el (spam-face):
5151         Mark face aliases with "-face" in the name as obsolete.
5153 2009-09-01  Glenn Morris  <rgm@gnu.org>
5155         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5156         than goto-line.
5158 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5160         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5161         Don't move point if the command is invoked inside the message header.
5163 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5165         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5166         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5167         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5168         * nnir.el (nnir-swish-e-index-file):
5169         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5170         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5171         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5172         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5173         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5174         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5176 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5178         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5179         Don't save excursion.
5181 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5183         * nnheader.el (nnheader-find-file-noselect):
5184         * mm-util.el (mm-insert-file-contents):
5185         Use (default-value 'major-mode) instead of default-major-mode.
5187 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5189         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5191 2009-08-25  Glenn Morris  <rgm@gnu.org>
5193         * nnir.el (top-level): Don't require cl at run-time.
5194         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5195         Replace cl-function substitute with gnus-replace-in-string.
5196         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5197         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5198         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5199         simplified expansions.
5201 2009-08-22  Glenn Morris  <rgm@gnu.org>
5203         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5204         goto-line.
5206 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5208         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5210         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5211         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5212         (gnus-mm-display-part, gnus-mime-display-single)
5213         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5214         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5216         * gnus-sum.el
5217         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5218         (gnus-summary-move-article): Add expirable mark to articles copied or
5219         moved to group that has auto-expire turned on if the option is non-nil.
5221 2009-07-24  Glenn Morris  <rgm@gnu.org>
5223         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5224         Fix typo.  (Bug#3903)
5226 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5228         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5229         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5230         that should not be used for draft articles.
5231         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5232         that has no concern in minor mode keys.
5233         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5234         Abolish.
5236 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5238         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5239         article without making inquiry to a user for unknown encoding.
5241         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5242         (nnmaildir--scan): Assume i-node and device number that file-attributes
5243         returns might be cons-cell.
5245 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5247         * auth-source.el: Remove docs now in auth.texi.  Don't use
5248         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5249         `auth-source-hide-passwords' and use them.
5251 2009-07-15  Glenn Morris  <rgm@gnu.org>
5253         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5255 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5257         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5258         excessive whitespace from the default values of title and description.
5260 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5262         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5263         mail-fetch-field to fetch Content-Description header in order to
5264         exclude newlines.
5266 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5268         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5269         to deleted part.
5271 2009-05-30  David Engster  <dengste@eml.cc>
5273         * nnmairix.el: Remove old documentation in the commentary block.
5274         (nnmairix-request-group): Do not update active file for nnml back ends.
5275         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5276         end so that overview files are ignored.
5277         (nnmairix-update-groups): Make updating the groups more robust by using
5278         marks.
5279         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5280         with dollar characters in message-id.
5282 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5284         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5285         2008-12-25 in dns.el.
5287 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5289         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5290         could happen if the text is only composed of spaces and/or tabs.
5292 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5294         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5295         when sending a queued message to avoid extra mml tags.
5297 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5299         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5301 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5303         * gnus-dired.el: Remove autoload for gnus-setup-message.
5304         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5305         displaying Gnus logo; always use compose-mail.
5307 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5309         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5311 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5313         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5314         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5315         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5316         available.
5317         (gnus-nocem-epg-verify): New function.
5319 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5321         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5323 2009-02-15  Glenn Morris  <rgm@gnu.org>
5325         * gnus-util.el (rmail-insert-rmail-file-header)
5326         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5327         autoloads.
5328         (rmail-default-rmail-file): Remove unnecessary declaration.
5329         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5331 2009-02-14  Glenn Morris  <rgm@gnu.org>
5333         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5334         variable (only used in gnus-util, which declares it anyway).
5335         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5336         which was only needed by gnus-art (changed to not use it any more).
5337         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5338         only used in gnus-util, which autoloads it itself.
5339         (rmail-update-summary): Fix autoload.
5341         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5342         rather than rmail-output-to-rmail-file.
5344 2009-02-07  Glenn Morris  <rgm@gnu.org>
5346         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5347         autoload of function that no longer exists.
5348         (rmail-toggle-header): Declare.
5349         (message-forward-rmail-make-body): Handle mbox Rmail.
5351 2009-01-31  Glenn Morris  <rgm@gnu.org>
5353         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5354         2009-01-09 change.
5356 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5358         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5359         (auth-source-forget-all-cached): New convenience function.
5360         (auth-source-user-or-password): Accept list of modes or a single mode.
5362         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5363         auth-source modes.
5365         * nnimap.el (nnimap-open-connection): Use list of
5366         auth-source modes.
5368         * nntp.el (nntp-send-authinfo): Use list of
5369         auth-source modes.
5371 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5373         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5374         now.
5376 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5378         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5379         coding system in XEmacs; add a workaround for XEmacs.
5381 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5383         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5384         of current-language-environment.
5386 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5388         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5389         available at runtime.
5391 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5393         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5395 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5397         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5398         the greatest positive fixnum value doesn't work under an XEmacs with
5399         bignum support; use the most-positive-fixnum constant instead,
5400         available since Emacs 21.1 with cl and XEmacs 21.1.
5402 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5404         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5405         XEmacs gets not to work.
5407 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5409         * mm-util.el (mm-coding-system-priorities): Allow the value like
5410         "Japanese (UTF-8)" of current-language-environment.
5412 2009-01-09  Glenn Morris  <rgm@gnu.org>
5414         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5415         with last-command-event.
5417 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5419         * message.el (message-fix-before-sending): Amend comment.
5421 2009-01-07  David Engster  <dengste@eml.cc>
5423         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5424         simplified server definitions by converting it via
5425         gnus-server-to-method.
5427 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5429         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5430         parameter's operands.
5432 2009-01-06  David Engster  <dengste@eml.cc>
5434         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5435         primary select method (for gnus-group-mark-article-as-read).
5437 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5439         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5440         `(gnus)Face', not `(gnus)X-Face'.
5442 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5444         * mm-util.el (mm-ucs-to-char): New function.
5446         * mm-url.el (mm-url-decode-entities): Use it.
5448 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5450         * message.el (message-fix-before-sending): Add `eight-bit' to
5451         illegible-text check.
5453 2009-01-03  Michael Olson  <mwolson@gnu.org>
5455         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5456         `headers' is nil.  This can occur if the IMAP server does not have
5457         permissions to read messages from a folder, but can write new messages
5458         to the folder.
5459         (nnimap-request-article-part): Do not insert `data' if it is nil.
5461 2009-01-01  Dave Love  <fx@gnu.org>
5463         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5465         * nnimap.el: Fix author email.
5466         (nnimap-split-rule): Add FIXME comment.
5467         (nnimap-debug): Fix doc string.
5469 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5471         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5472         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5473         to check if those variables exist (first appeared in Emacs 18.50).
5475 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5477         * mm-util.el (mm-line-number-at-pos): New function.
5479         * spam-report.el (spam-report-process-queue): Use it.
5481 2008-12-24  David Engster  <dengste@eml.cc>
5483         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5484         parameters that haven't existed as variables as buffer-local variables.
5486 2008-12-23  Dave Love  <fx@gnu.org>
5488         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5489         cadar.
5491         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5492         imap-starttls-p.
5493         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5495 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5497         * spam-report.el (spam-report-gmane-max-requests): New constant.
5498         (spam-report-gmane-wait): New variable.
5499         (spam-report-gmane-ham, spam-report-gmane-spam)
5500         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5501         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5502         the server.
5504         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5505         Add explanations.
5507         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5508         nnheader-accept-process-output and nnheader-read-timeout if available.
5509         (pop3-movemail): Use it.
5511         * message.el (message-check-news-body-syntax): Fix signature check if
5512         there's an attachment.
5514 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5516         * mm-util.el: Add comments to the mm- emulating functions.
5518 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5520         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5521         Reported by Stephen Berman <stephen.berman@gmx.net>.
5523 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5525         * mm-util.el (mm-substring-no-properties): New function.
5526         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5527         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5528         (mm-string-to-multibyte): Doc fix.
5530         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5532 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5534         * mml.el (mml-attach-file): Strip text properties from file name.
5535         (Bug#1574)
5537 2008-12-16  Glenn Morris  <rgm@gnu.org>
5539         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5541 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5543         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5544         knows since the charset specified might be a bogus alias that
5545         mm-charset-synonym-alist provides.
5547 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5549         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5550         "ISO_8859-1".
5552         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5554 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5556         * mm-util.el (mm-charset-eval-alist):
5557         Define it before mm-charset-to-coding-system.
5558         (mm-charset-to-coding-system): Add optional argument `silent';
5559         define it before mm-charset-override-alist.
5560         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5561         default value if it can be used in Emacs currently running;
5562         silence mm-charset-to-coding-system.
5564 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5566         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5567         `allow-override' which says whether to use `mm-charset-override-alist'.
5568         (rfc2047-decode-encoded-words): Use it.
5570         * mm-util.el (mm-charset-override-alist): Fix custom type;
5571         add `(gb2312 . gbk)' to choices.
5573 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5575         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5576         fast.
5578         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5580 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5582         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5583         on links.
5585         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5587 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5589         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5590         users' addresses that don't have domain parts.
5591         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5592         rather than message-narrow-to-head since there will be the message
5593         header separator.
5595 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5597         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5598         since the result is inserted in a unibyte buffer anyway.
5599         (nnimap-demule-use-string-to-multibyte): Remove.
5600         (nnimap-demule): Alias it to mm-string-to-multibyte.
5602 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5604         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5605         variable for debugging bug#464 and bug#1174.
5606         (nnimap-demule): Use it.
5608 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5610         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5611         score calculation correctly.
5613 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5615         * message.el (message-send-mail): Just set the buffer to unibyte
5616         rather than use mm-with-unibyte-current-buffer which does a lot more.
5617         (message-send-mail-partially): Don't bother with
5618         mm-with-unibyte-current-buffer since it's already been made unibyte by
5619         message-send-mail.
5621 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5623         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5625 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5627         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5629 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5631         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5632         require itself and to remove `with-no-warnings'.
5634 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5636         * starttls.el (starttls-any-program-available): Get the name of the
5637         available TLS layer program.
5638         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5639         well as the host name in the "opening" message.
5641         * auth-source.el (auth-source-cache, auth-source-do-cache)
5642         (auth-source-user-or-password): Cache passwords and logins by default,
5643         allow override with `auth-source-do-cache'.
5644         (auth-source-forget-user-or-password): Allow users to remove cache
5645         entries if needed.
5647 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5649         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5650         condition-case to only the forward-sexp call.
5652 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5654         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5655         quotes contained.  Make it more robust regardless by an extra
5656         condition-case wrapper.
5658 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5660         * nnml.el (nnml-request-expire-articles): Check if the function set to
5661         `nnmail-expiry-target' returns the symbol `delete'.
5663         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5665         * nnmail.el (nnmail-expiry-target): Fix custom type.
5667 2008-10-02  Glenn Morris  <rgm@gnu.org>
5669         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5670         Silence compiler warning.
5672 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5674         * mml.el (mml-menu): Don't assume mml2015 is bound.
5676 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5678         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5679         exists.
5681 2008-09-27  Glenn Morris  <rgm@gnu.org>
5683         * gnus-util.el (mail-header-remove-comments): Autoload it.
5685 2008-09-27  Andreas Schwab  <schwab@suse.de>
5687         * gnus-util.el (gnus-split-references): Strip comments.
5688         (gnus-parent-id): Likewise.
5690 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5692         * message.el (message-confirm-send): Fix version.
5694 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5696         * message.el (message-idna-to-ascii-rhs-1): Use
5697         mail-extract-address-components rather than mail-header-parse-addresses
5698         that is an alias by default to ietf-drums-parse-addresses that does not
5699         support non-ASCII names in headers' contents.
5701 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5703         * message.el (message-confirm-send): Fix variable documentation to
5704         avoid the "y/n" wording.
5706 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5708         * message.el (message-set-auto-save-file-name): Save to a different
5709         filename so multiple messages (especially drafts) can be recovered.
5711 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5713         * message.el (message-confirm-send): Add appropriate version.
5715 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5717         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5718         defvar.
5720 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5722         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5723         (mm-pkcs7-enveloped-magic): Ditto.
5725 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5727         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5728         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5730 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5732         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5733         default, it's better.
5735 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5737         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5738         summary line gnus-number property and ignore them (with a warning
5739         message).
5741 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5743         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5744         macro caddr in the interactive form since it won't be expanded.
5746 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5748         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5749         `charset'; fix name of function called recursively.
5750         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5752 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5754         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5755         (gnus-mime-set-charset-parameters): New function.
5756         (gnus-mime-view-part-as-charset): Use it to correctly display part
5757         specifying wrong charset.
5759 2008-09-08  David Engster  <dengste@eml.cc>
5761         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5762         in completing-read for back end server.
5764 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5766         * message.el (message-confirm-send): New variable to confirm sending a
5767         message.
5768         (message-send): Use it.
5770 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5772         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5774 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5776         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5778 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5780         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5781         prevent tracking too many groups.
5782         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5783         Use it.
5785 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5787         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5788         moving point to the bottom of the window in order to avoid recentering.
5790 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5792         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5793         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5794         (gnus-article-beginning-of-window): Fix calculation.
5796 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5798         * gnus-msg.el (gnus-summary-supersede-article)
5799         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5800         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5801         message header.
5803 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5805         * message.el:
5806         * gnus-start.el:
5807         * gnus-registry.el: Remove VMS support.
5809 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5811         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5812         macro.
5813         (rfc2104-hash): Use it.
5815 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5817         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5818         (gnus-summary-sort-by-most-recent-date): New commands.
5819         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5820         and menu entries.
5822 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5824         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5825         don't redisplay article for raw contents; remove plural articles stuff.
5827         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5828         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5829         on gnus-summary-save-article; display results properly.
5831 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5833         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5835 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5837         * gnus-art.el (gnus-summary-save-in-pipe):
5838         Consider gnus-save-all-headers.
5840 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5842         * gnus-util.el (ns-focus-frame): Remove declaration.
5843         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5844         like x.
5846 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5848         * rfc2104.el (rfc2104-zero): Delete defconst.
5849         (rfc2104-hex-alist): Likewise.
5850         (rfc2104-hex-to-int): Delete func.
5851         (rfc2104-hexstring-to-bitstring): Likewise.
5852         (rfc2104-nybbles): New defconst.
5853         (rfc2104-hash): Rewrite for speed.
5855 2008-07-16  Glenn Morris  <rgm@gnu.org>
5857         * gnus-util.el (ns-focus-frame): Declare for compiler.
5859 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5861         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5862         set as a group parameter.
5863         (gnus-summary-save-in-pipe): Work when it is called independently.
5864         (gnus-summary-pipe-to-muttprint): Don't modify
5865         gnus-summary-pipe-output-default-command.
5867 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5869         * message.el (message-send-mail-with-sendmail):
5870         Display the error message.
5872 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5874         * gnus-art.el (gnus-default-article-saver):
5875         Add gnus-summary-save-in-pipe to choices.
5876         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5877         gnus-summary-pipe-output-default-command as the default command.
5878         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5879         instead of gnus-last-shell-command.
5881         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5882         New user option.
5883         (gnus-summary-muttprint-program): Mention the value will be changed.
5884         (gnus-summary-save-article): Force showing of all headers.
5885         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5887 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5889         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5891 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5893         * nnimap.el (nnimap-id):
5894         * sieve-manage.el (sieve-manage-open): Doc fixes.
5896 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5898         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5899         if available.
5901 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5903         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5905         * nnkiboze.el (nnkiboze-generate-group):
5906         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5908         * nnmairix.el: Require CL.
5910 2008-06-15  David Engster  <dengste@eml.cc>
5912         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5914 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5916         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5917         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5918         runtime choice under XEmacs.
5920         * gnus-sum.el (gnus-summary-set-display-table):
5921         Use `gnus-put-display-table', `gnus-get-display-table',
5922         `gnus-set-display-table' for the display table, instead of `aset'.
5924 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5926         * nnmairix.el: Add autoloads.
5928 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5930         * nnmairix.el (nnmairix-delete-recreate-group)
5931         (nnmairix-update-and-clear-marks): Fix error messages.
5933 2008-06-14  David Engster  <dengste@eml.cc>
5935         * nnmairix.el: Upgrade to version 0.6.
5936         (nnmairix-group-toggle-propmarks-this-group)
5937         (nnmairix-group-toggle-readmarks-this-group)
5938         (nnmairix-group-delete-recreate-this-group)
5939         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5940         (nnmairix-remove-tick-mark-original-article): New commands.
5941         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5942         (nnmairix-propagate-marks-to-nnmairix-groups)
5943         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5944         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5945         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5946         functions needed for marks propagation and manipulation of read marks.
5947         (nnmairix-update-groups): New function.
5948         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5949         (nnmairix-determine-original-group-from-registry)
5950         (nnmairix-determine-original-group-from-path)
5951         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5952         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5953         New helper functions.
5954         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5955         keystrokes for new commands.
5956         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5957         (nnmairix-request-group): Check allow-fast group parameter.
5958         (nnmairix-request-create-group): Set allow-fast group parameter if
5959         nnmairix-allowfast-default is set.
5960         (nnmairix-close-group): Propagate marks upon closing if needed.
5961         (nnmairix-group-toggle-threads-this-group): Use new.
5962         nnmairix-group-toggle-parameter helper function.
5963         (nnmairix-search): Better check for empty search result.
5964         (nnmairix-goto-original-article): Use new helper functions for
5965         determining original article.
5966         (nnmairix-show-original-article): Make sure message-id is in brackets.
5967         (nnmairix-call-mairix-binary): Change variable name.
5968         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5969         helper function.
5970         (nnmairix-widget-toggle-activate): Fix doc string.
5972 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5974         * nnir.el: Require edmacro when compiling with XEmacs.
5975         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5976         available in Emacs 21.
5978 2008-06-11  Glenn Morris  <rgm@gnu.org>
5980         * gnus-util.el (x-focus-frame):
5981         * gnus.el (image-size):
5982         * mm-decode.el (image-size): Declare.
5984         * gnus-picon.el (declare-function): Add compat definition.
5985         (image-size): Declare.
5987         * gnus-group.el (tool-bar-map):
5988         * gnus-sum.el (tool-bar-map): Define for compiler.
5990         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5992         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5994         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5995         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5996         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5997         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5998         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5999         * sieve-manage.el, spam-report.el, spam.el:
6000         Remove unnecessary eval-and-compile of autoloads.
6002 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6004         * auth-source.el: Precise Tramp doc.
6006 2008-06-07  Glenn Morris  <rgm@gnu.org>
6008         * nnmairix.el: Remove unnecessary eval-when-compile.
6010 2008-06-06  Kai Großjohann  <grossjohann@ls6.cs.uni-dortmund.de>
6012         * nnir.el: New file.
6014 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6016         * gnus-util.el (gnus-read-shell-command): New function.
6017         * mm-decode.el (mm-pipe-part):
6018         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6020 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6022         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6024 2008-06-03  Glenn Morris  <rgm@gnu.org>
6026         * pop3.el (nnheader-accept-process-output): Autoload it.
6028 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6030         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6031         are not 2-digit hexadecimal characters that follow `%'s.
6033 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6035         * message.el (message-bogus-recipient-p): Fix type in doc string.
6036         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6037         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6038         Improve custom options.
6039         (message-bogus-recipient-p): Adjust accordingly.
6041 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6043         * nnmairix.el: Require edmacro when compiling with XEmacs.
6045 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6047         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6048         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6050 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6052         * auth-source.el: Add more docs.
6054 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6056         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6057         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6058         retrieval faster in some cases, but might make CPU usage larger.
6059         If this has any bad side effects, we might revert this change.
6061         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6062         seems to make mail retrieval much, much faster.
6063         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6064         unconditionally.
6066         * gnus-draft.el (gnus-group-send-queue):
6067         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6069 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6071         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6073         * message.el (message-bogus-address-regexp): Fix and improve custom
6074         type.
6075         (message-setup-hook): Add message-check-recipients as custom option.
6077 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6079         * message.el (message-cite-function): Remove bogus autoload which crept
6080         in during merge from v5-10.
6082 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6084         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6086         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6088         * auth-source.el: Preliminary Tramp docs.
6089         (auth-sources): Change the default auth-sources to use
6090         EPA .gpg files.
6092 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6094         * nntp.el: Autoload `auth-source-user-or-password'.
6095         (nntp-send-authinfo): Use it.
6097         * nnimap.el: Autoload `auth-source-user-or-password'.
6098         (nnimap-open-connection): Use it.
6100         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6101         for the gnus-message function.
6102         (auth-source-user-or-password): Use it.
6104 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6106         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6107         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6108         (rfc2104-hash): Use it.
6110 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6112         * gnus-art.el (gnus-article-toggle-truncate-lines):
6113         Don't use `iff' in docstring.
6115 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6117         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6119         * gnus-util.el (gnus-extract-address-component-name)
6120         (gnus-extract-address-component-email): Convenience functions around
6121         `gnus-extract-address-components'.
6123         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6124         Use `gnus-extract-address-component-email' to fix bug of comparing full
6125         sender name to `user-mail-address'.
6127 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6129         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6130         catch/throw to optimize.
6131         (gnus-registry-find-keywords): Just use member to find a keyword.
6133 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6135         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6136         is current before calling gnus-server-prepare.
6137         (gnus-server-setup-buffer, gnus-server-update-server)
6138         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6140 2008-05-04  Juri Linkov  <juri@jurta.org>
6142         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6143         (mailcap-file-default-commands): Use mailcap-replace-in-string
6144         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6145         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6147 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6149         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6151 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6153         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6154         hooks.
6155         (gnus-update-read-articles): Speed up non-marks-using users.
6156         (gnus-use-marks): Define gnus-use-marks.
6157         (gnus-propagate-marks): Rename variable to something more sensible.
6159 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6161         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6162         (gmm-image-load-path-for-library): Fix typos in docstrings.
6163         (gmm-message): Reflow docstring.
6165 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6167         * mail-source.el (mail-source-set-1, mail-source-bind):
6168         Move auth-source code out of the macro to clean it up and fix bugs.
6170 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6172         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6173         by sender if it's equal to user-mail-address, it's likely to be
6174         useless.
6176         * mail-source.el (mail-source-bind): Don't use user or password if they
6177         are not bound.  Unintern them if they are nil.  Don't use server unless
6178         it's bound, and default it to empty string otherwise.
6180 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6182         * mail-source.el: Load auth-source.el.
6183         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6184         get user name or password, if auth-sources is set up.
6186         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6187         strategy of splitting with parent.
6188         (gnus-registry-split-fancy-with-parent)
6189         (gnus-registry-post-process-groups): Use it and fix prior
6190         bug (returning a list as the split result).
6192         * auth-source.el (auth-sources): Remove server parameter.
6193         (auth-source-pick, auth-source-user-or-password)
6194         (auth-source-user-or-password-imap)
6195         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6196         (auth-source-user-or-password-sftp)
6197         (auth-source-user-or-password-smtp): Remove server parameter.
6199 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6201         * smime.el (smime-sign-region, smime-encrypt-region)
6202         (smime-decrypt-region):
6203         Remove redundant calls to `generate-new-buffer-name'.
6205 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6207         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6208         Don't use QP for message/rfc822.
6209         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6211 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6213         * sieve-manage.el (sieve-string-bytes): Remove.
6214         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6215         correct byte-length only if the process's coding-system is the same as
6216         the one used internally by Emacs to represent strings.
6218 2008-04-22  Juri Linkov  <juri@jurta.org>
6220         * mailcap.el (mailcap-file-default-commands): New function.
6222 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6224         * message.el (message-signature-separator, message-cite-function):
6225         Change custom version.
6227 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6229         * mm-decode.el (mm-display-external): Make temp file read-only.
6231 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6233         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6234         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6235         `C-c C-f d'.
6237 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6239         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6241 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6243         * auth-source.el: Add docs.
6244         (auth-sources): Modify format to support server.
6245         (auth-source-pick, auth-source-user-or-password)
6246         (auth-source-user-or-password-imap)
6247         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6248         (auth-source-user-or-password-sftp)
6249         (auth-source-user-or-password-smtp): Add server parameter.
6251 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6253         * gnus-registry.el: Initialize the registry when gnus-registry-install
6254         is t.
6256 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6258         * compface.el (uncompface): Make buffer unibyte.
6260 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6262         * mail-source.el (mail-source-value):
6263         Prefer fboundp to functionp so it works with macros as well.
6265 2008-04-05  Glenn Morris  <rgm@gnu.org>
6267         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6269 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6271         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6272         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6274         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6275         multibyteness after rather than before erasing it.
6277         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6278         mm-with-multibyte.
6279         (gnus-request-article-this-buffer): Make sure the proper decoding is
6280         used if gnus-original-article-buffer happens to be unibyte.
6282         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6283         default-enable-multibyte-characters.
6285         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6286         default-enable-multibyte-characters.
6288         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6290         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6292 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6294         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6295         Fix last change in case the element is not even a symbol.
6297 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6299         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6300         imap-enable-exchange-bug-workaround.
6301         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6303 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6305         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6306         a 100 byte status-checks into a 2-3MB transfer for each group.
6307         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6308         to enable bug workaround or not.
6309         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6311 2008-03-31  Glenn Morris  <rgm@gnu.org>
6313         * message.el (mml2015-use): Declare for compiler.
6314         (message-info): Require mml2015 when appropriate.
6316 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6318         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6319         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6320         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6321         (nntp-service-to-port): New function.
6322         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6323         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6324         (nntp-open-netcat-stream): New function.
6325         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6327 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6329         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6331 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6333         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6335 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6337         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6339 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6341         * message.el (message-signature-separator): Change default.
6342         Improve custom type.
6343         (message-cite-function): Change default to
6344         message-cite-original-without-signature.
6346         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6347         toggle.
6349         * message.el (message-check-news-body-syntax): Fix signature check.
6350         (message-setup-1): Mark buffer as unmodified _after_ running
6351         message-setup-hook and handling message-alternative-emails.
6352         (message-shorten-references): Be more strict when building list of
6353         valid references to comply with GNKSA.
6355         * gnus-group.el (gnus-read-ephemeral-bug-group)
6356         (gnus-read-ephemeral-debian-bug-group)
6357         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6359         * message.el (message-info): Don't use booleanp which isn't supported
6360         in Emacs 21 and XEmacs.
6362 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6364         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6365         gnus-group-gmane-group-download-format.
6366         (gnus-group-read-ephemeral-gmane-group): Rename from
6367         gnus-group-read-ephemeral-gmane-group.
6368         (gnus-read-ephemeral-gmane-group-url): Rename from
6369         gnus-group-read-ephemeral-gmane-group-url.
6370         (gnus-bug-group-download-format-alist): New variable.
6371         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6372         (gnus-read-ephemeral-emacs-bug-group): New commands.
6374 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6376         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6377         (gnus-visible-headers): Improve custom type.
6379 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6381         * mml.el (mml-menu): Add workarounds for XEmacs.
6383         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6384         X-Boundary header.
6386         * message.el (message-simplify-recipients): Fix previous commit.
6388 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6390         * mm-util.el (mm-set-buffer-multibyte): New function.
6391         * mm-decode.el (mm-copy-to-buffer): Use it.
6393         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6394         Prefer fboundp to functionp so it works with macros as well.
6396 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6398         * message.el (message-alter-recipients-discard-bogus-full-name):
6399         New function.
6400         (message-alter-recipients-function): New variable.
6401         (message-get-reply-headers): Use it.
6402         (message-replace-header): New helper function.
6403         (message-recipients-without-full-name): New variable.
6404         (message-simplify-recipients): New command.
6406         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6408         * message.el (message-info): Handle EasyPG manual.
6410         * mml.el (mml-menu): Add entry for EasyPG.
6412 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6414         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6415         parameter.
6417         * message.el (message-disassociate-draft): Specify drafts group name
6418         fully.
6420 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6422         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6423         Eliminate unnecessary duplicates from the match list.
6425 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6427         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6428         args of `how-many' of which the XEmacs version doesn't take; declare
6429         Info-index-next as function.
6431 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6433         * gnus-score.el (gnus-score-headers): Fix handling of
6434         gnus-inhibit-slow-scoring.
6436         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6437         string.
6438         (gnus-button-url-regexp): Improve handling of parenthesis.
6439         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6440         (gnus-button-handle-info-keystrokes): Handle index entries.
6442 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6444         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6445         Incoming* files.
6447 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6449         * auth-source.el (auth-sources): Rename from auth-source-choices.
6450         (auth-source-pick): Use it.
6452 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6454         * auth-source.el (auth-source-protocols)
6455         (auth-source-protocols-customize, auth-source-choices): Add and
6456         modified variable customizations and defaults.
6457         (auth-source-pick, auth-source-user-or-password)
6458         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6459         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6460         (auth-source-user-or-password-sftp)
6461         (auth-source-user-or-password-smtp): Use new variables and provide an
6462         interface to netrc.el.
6464 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6466         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6467         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6468         Make sure the nntp port to specify is a string.
6470 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6472         * nntp.el: Use with-current-buffer.
6473         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6474         dubious mm-with-unibyte-current-buffer.
6475         (nntp-with-open-group-function): New function extracted from
6476         nntp-with-open-group macro.
6477         (nntp-with-open-group): Use the function, so it's easier to debug.
6478         Add indentation and debugging info.
6479         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6480         Recommend the use of the netcat alternatives.
6482         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6483         Avoid mm-string-as-multibyte as well.
6485         * nnweb.el (nnweb-insert-html):
6486         Remove use of nnheader-string-as-multibyte.
6488         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6489         (nnheader-string-as-multibyte): Remove.
6491         * mm-view.el: Use inhibit-read-only.
6492         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6493         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6494         or unibyte-string.
6496         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6497         (mm-uu-yenc-extract): Use with-current-buffer.
6499         * gnus-soup.el (gnus-soup-send-packet): Don't use
6500         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6502         * nnmh.el: Use with-current-buffer.
6503         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6504         mm-string-as-multibyte on the output of mm-encode-coding-string.
6506         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6507         (nnimap-request-move-article): Use with-current-buffer.
6509         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6510         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6511         conversion uses string-make-unibyte rather than string-as-unibyte.
6513         * gnus-msg.el: Use with-current-buffer.
6515         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6517 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6519         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6520         string for caching if it is 'PIN.
6522 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6524         * mail-source.el (mail-source-delete-old-incoming-confirm):
6525         Change default to nil.
6526         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6528 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6530         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6531         (gnus-article-goto-prev-page): Work for articles having ^L's.
6533         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6535         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6537 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6539         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6540         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6541         (gnus-bookmark-jump): Adjust some variable names.
6543 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6545         * auth-source.el: New package.
6546         (auth-source-choices): Add customization entry point variable.
6548         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6549         bug.
6551 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6553         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6554         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6555         (gnus-registry-install-shortcuts): Rename from
6556         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6557         the `gnus-registry-mark-map' keymap dynamically from
6558         `gnus-registry-marks'.  The generated functions update the summary line
6559         when a registry mark is added or deleted, and will call
6560         `gnus-registry-install-p' (see the comments in the code).
6561         (gnus-registry-user-format-function-M): Use concat intelligently.
6563         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6564         the registry mark functions.
6566 2008-03-05  Glenn Morris  <rgm@gnu.org>
6568         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6569         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6570         gnus-art.
6571         (top-level): No need to load own source when compiling.
6573 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6575         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6576         Suggested by <chris.anderton@zetnet.co.uk>.
6578 2008-03-04  Glenn Morris  <rgm@gnu.org>
6580         * gnus-sum.el (top-level): No need to require gnus when compiling,
6581         since unconditionally required near start of file.
6582         (gnus-summary-display-while-building): Move definition before use.
6584 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6586         * gnus-registry.el (gnus-registry-user-format-function-M):
6587         Add formatting function.
6589 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6591         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6592         with plists.
6593         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6594         Use new format.
6596 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6598         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6599         `where-is-internal' that returns a range of key sequences.
6601 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6603         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6605         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6606         (gnus-summary-jump-to-group): Consider windows on other displayed
6607         frames as well.  Similar changes might be needed elsewhere, but that's
6608         the one I've bumped into during my use.
6610         * nndoc.el (nndoc-oe-dbx-type-p):
6611         * gnus-msg.el (gnus-debug):
6612         * gnus-group.el (gnus-update-group-mark-positions):
6613         Use mm-string-to-multibyte.
6615 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6617         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6618         doesn't handle NotDashEscaped.
6620         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6621         (mml-dnd-attach-options): Fix typo in custom choice.
6623         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6624         Change nndoc-article-type to mbox.
6625         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6627         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6628         to nil, instead of html2text.
6630         * imap.el (imap-debug): Add `imap-ping-server'.
6632         * gnus-bookmark.el: Add FIXMEs.
6634         * message.el (message-form-letter-separator)
6635         (message-send-form-letter-delay): New variables.
6636         (message-send-form-letter): Use them.  New command to send form
6637         letters.  Requested by Uwe Siart.
6638         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6640 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6642         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6643         empty author.
6645 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6647         * gnus-registry.el (gnus-registry-marks): Add variable for
6648         customization of marks and their appearance.
6649         (gnus-registry-read-mark): Use it.
6650         (gnus-registry-do-marks): Add utility function to loop through
6651         `gnus-registry-marks'.
6652         (gnus-registry-install-shortcuts-and-menus): Add function to install
6653         shortcuts and menus.
6654         (gnus-registry-initialize): Use it.
6655         (gnus-registry-default-mark): Clarify documentation.
6657 2008-02-29  Glenn Morris  <rgm@gnu.org>
6659         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6660         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6661         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6662         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6663         Change defcustom :version from 23.0 to 23.1.
6665 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6667         * gnus-registry.el (gnus-registry-follow-group-p)
6668         (gnus-registry-post-process-groups): Add functions to aid registry
6669         splitting and improve logging.  Clarify behavior in function
6670         documentation.
6671         (gnus-registry-split-fancy-with-parent): Use them.
6673 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6675         * gnus-art.el: Use with-current-buffer.
6677 2008-02-27  David Engster  <dengste@eml.cc>
6679         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6680         Express real group name in the response.
6682 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6684         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6685         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6686         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6687         autoload gnus-registry-fetch-group when compiling.
6688         (nnmairix-request-group-with-article-number-correction):
6689         Remove unreferenced argument passed to nnmairix-call-backend.
6691 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6693         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6694         (mm-uu-extract): Improve face for low color ttys.
6695         Reported by Sascha Wilde.
6697 2008-02-27  Glenn Morris  <rgm@gnu.org>
6699         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6700         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6701         variables to defconsts.  Convert comments to doc-strings.
6702         (nnmairix-last-server, nnmairix-current-server): Convert from free
6703         variables to defvars.  Convert comments to doc-strings.
6704         (gnus-registry-fetch-group): Autoload.
6705         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6706         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6707         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6708         caddr.
6709         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6710         nnmairix-request-group-with-article-number-correction call.
6711         (nnmairix-fast, nnmairix-group): New, less general names, for free
6712         variables passed from nnmairix-request-group to
6713         nnmairix-request-group-with-article-number-correction.  Declare.
6714         (nnmairix-request-group-with-article-number-correction):
6715         Use nnmairix-fast, nnmairix-group rather than fast, group.
6717 2008-02-26  David Engster  <dengste@eml.cc>
6719         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6720         version 0.5.
6722 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6724         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6725         instead of making an extra function call.  Don't add the current group
6726         to articles only when they have the group.  Use
6727         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6728         Reported by David <de_bb@arcor.de>.
6730 2008-02-24  Miles Bader  <miles@gnu.org>
6732         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
6733         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
6734         (mm-find-mime-charset-region):
6735         * mm-bodies.el (mm-encode-body):
6736         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
6738 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6740         * mail-source.el (mail-source-delete-incoming): Change default.
6741         Supplement doc string.
6743         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6745 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6747         * nnmail.el (nnmail-message-id-cache-file): Derive from
6748         `gnus-home-directory'.
6750 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6752         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6753         Document negative prefix.
6755         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6757 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6759         * message.el (message-unsent-separator): Add the Exim bounce
6760         separator.
6762 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6764         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6765         list.
6766         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6767         recipient/signer list.
6769 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6771         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6772         fbound (Emacs 23 unicode), signal an error.
6774 2008-02-08  Glenn Morris  <rgm@gnu.org>
6776         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6778 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6780         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6781         ports to the calls to `netrc-machine-user-or-password' in addition to
6782         "imap" and "imaps".
6784 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6786         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6787         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6788         <hanche@math.ntnu.no>.
6790 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6792         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6794 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6796         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6798         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6800 2008-02-01  Miles Bader  <miles@gnu.org>
6802         * mml.el (mml-parse-1): Remove apparently vestigial use of
6803         `mm-hack-charsets'.
6804         * mm-bodies.el (mm-encode-body): Likewise.
6806 2008-02-01  Kenichi Handa  <handa@m17n.org>
6808         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6809         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6810         (rfc2104-hash): Convert the result of concat to unibyte string.
6812 2008-02-01  Dave Love  <fx@gnu.org>
6814         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6815         coding-system-for-read.
6816         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6818         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
6819         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
6820         (mm-find-mime-charset-region): Remove hack-charsets stuff.
6822 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6824         * mail-source.el (mail-sources): Add `group' choice.
6826         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6827         parameter `in-group' to control into which group the articles go.
6828         Add treatment of `group' mail-source.
6830 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
6832         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6833         * message.el (message-beginning-of-line): Use featurep instead of bound
6834         tests in order to resolve conditionals at compile time.
6836 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6838         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6840         * mm-decode.el (mm-dissect-buffer): Decode description.
6842         * mml.el (mml-to-mime): Encode message header first.
6844 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6846         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6847         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6849 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6851         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6853 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6855         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6856         prefix keys.
6857         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6858         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6859         gnus-xmas.el.
6861 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6863         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6864         Add new variables for article mark management.
6865         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6866         list of extra data entries which, when present, will indicate that the
6867         article ID should not be trimmed from the registry.
6868         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6869         functions.
6870         (gnus-registry-read-mark): New function to read a mark name from the
6871         user.
6872         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6873         (gnus-registry-set-article-mark-internal): New functions to add and
6874         remove marks.
6875         (gnus-registry-get-article-marks): New function to show the marks for
6876         an article, or retrieve them for further use.
6878 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6880         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6881         keys when no argument is given.
6883 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6885         * gnus-sum.el (gnus-article-sort-by-random)
6886         (gnus-thread-sort-by-random): Fix doc strings.
6887         Reported by jidanni@jidanni.org.
6889 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6891         * gnus-art.el (gnus-article-describe-bindings): New function.
6892         (gnus-article-read-summary-keys): Use it.
6893         (gnus-article-mode-map): Bind `C-h b' to it.
6895 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6897         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6898         XEmacs.
6899         (gnus-article-describe-key, gnus-article-describe-key-briefly):
6900         Protect against non-character events.
6902 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6904         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
6905         New command.
6906         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6907         instead of END.  Change name of the temp file.
6908         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6909         customizable.
6911 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6913         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6914         bind `S W' to gnus-article-wide-reply-with-original; set default
6915         binding to gnus-article-read-summary-send-keys.
6916         (gnus-article-read-summary-keys): Fix the order of keys; display
6917         continuation keys correctly in the echo area; describe bindings
6918         correctly when keys end with `C-h'.
6919         (gnus-article-read-summary-send-keys): New function.
6920         (gnus-article-describe-key, gnus-article-describe-key-briefly):
6921         Work for gnus-article-read-summary-send-keys; display continuation keys
6922         correctly in the echo area.
6923         (gnus-article-reply-with-original): Ignore prefix argument.
6924         (gnus-article-wide-reply-with-original): New function.
6926 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6928         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6929         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6931 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6933         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6934         (gnus-group-read-ephemeral-gmane-group): New command.
6936 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6938         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6940 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6942         * message.el (message-send-mail-function): Increase custom version.
6944         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6945         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6947 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6949         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6950         html parts correctly; support forwarded messages.
6951         (gnus-article-browse-html-article): Remove work buffers.
6953         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6954         compiling.
6955         (netrc-bound-and-true-p): New macro.
6956         (netrc-parse): Use it instead of bound-and-true-p that is not available
6957         in XEmacs 21.4.
6959 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6961         * gnus-registry.el (gnus-registry-mark-article)
6962         (gnus-registry-article-marks): Add functionality to mark articles
6963         through the Gnus registry.
6965         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6966         (netrc-parse): Use encrypt-file-alist to determine if
6967         encrypt-find-model or encrypt-insert-file-contents should be used.
6969 2007-12-19  Glenn Morris  <rgm@gnu.org>
6971         * mml.el (message-options-set, message-narrow-to-head)
6972         (message-in-body-p, message-mail-p, message-encode-message-body):
6973         Autoload.
6974         (message-remove-header, message-narrow-to-headers-or-head)
6975         (message-subscribed-p, message-make-mail-followup-to)
6976         (message-position-on-field, message-news-p)
6977         (message-options-set-recipient, message-generate-headers)
6978         (message-sort-headers): Declare as functions.
6980 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6982         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6983         convention in doc string.
6985 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6987         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6988         title to html parts.
6989         (gnus-article-browse-html-article): Pass message header to it.
6991         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6993 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6995         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6996         or password compatible with XEmacs.
6998 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7000         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7001         format document.
7002         (gnus-mime-delete-part): Don't write description line if empty.
7003         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7005 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
7007         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7008         (gnus-summary-mark-read-and-unread-as-read)
7009         (gnus-summary-mark-current-read-and-unread-as-read)
7010         (gnus-summary-mark-unread-as-ticked): Doc fix.
7011         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7013 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7015         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7016         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7018 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7020         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7021         yes-or-no-p.
7023 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7025         * mm-decode.el (mm-add-meta-html-tag): New function.
7026         (mm-save-part-to-file, mm-pipe-part): Use it.
7028         * gnus-art.el (gnus-article-browse-delete-temp-files):
7029         Use gnus-y-or-n-p instead of y-or-n-p.
7030         (gnus-article-browse-html-parts): Work with message/external-body; use
7031         mm-add-meta-html-tag.
7033 2007-12-11  Glenn Morris  <rgm@gnu.org>
7035         * gnus-cache.el: Require gnus-sum not just when compiling.
7037         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7039         * gnus-int.el (gnus-server-opened, gnus-status-message):
7040         Move definitions before use.
7042         * mm-decode.el: Require gnus-util.
7043         (mm-remove-part): Only call delete-annotation on XEmacs.
7045         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7047         * nnmail.el: Require gnus-int.
7049         * spam.el: Move `require's before `eval-when-compile's.
7051         * gnus-ems.el (gnus-alive-p):
7052         * gnus-fun.el (message-goto-eoh):
7053         * gnus-util.el (gnus-group-name-decode):
7054         * mail-source.el (gnus-compress-sequence):
7055         * message.el (Info-goto-node, format-spec):
7056         * mm-bodies.el (message-options-get):
7057         * mm-decode.el (mm-view-pkcs7):
7058         * mm-util.el (gmm-write-region):
7059         * mml-smime.el (mml-compute-boundary)
7060         (gnus-completing-read-with-default):
7061         * mml.el (widget-button-press, gnus-make-hashtable):
7062         * mml1991.el (mm-decode-content-transfer-encoding)
7063         (mm-encode-content-transfer-encoding)
7064         (message-options-get, message-options-set):
7065         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7066         * nnfolder.el (gnus-request-group):
7067         * nnheader.el (ietf-drums-unfold-fws):
7068         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7069         * smime.el (gnus-run-mode-hooks):
7070         * spam-stat.el (gnus-message): Autoload.
7072         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7073         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7074         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7075         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7076         Add declare-function compatibility definition.
7078         * gnus-cache.el (nnvirtual-find-group-art):
7079         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7080         (gnus-add-image, gnus-add-wash-type):
7081         * gnus-group.el (nnkiboze-score-file):
7082         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7083         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7084         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7085         (message-tokenize-header, gnus-get-buffer-create)
7086         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7087         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7088         * gnus.el (gnus-group-decoded-name):
7089         * mail-source.el (imap-capability):
7090         * mm-bodies.el (message-options-set):
7091         * mm-decode.el (gnus-configure-windows):
7092         * mm-extern.el (message-goto-body):
7093         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7094         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7095         (epg-sub-key-validity, message-options-set):
7096         * mml.el (widget-event-point, gnus-configure-windows):
7097         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7098         * mml2015.el (epg-check-configuration, epg-configuration)
7099         (message-options-set):
7100         * nndb.el (nndb-request-article):
7101         * nnfolder.el (gnus-request-create-group):
7102         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7103         * nnmaildir.el (gnus-group-mark-article-read):
7104         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7105         * rfc1843.el (message-fetch-field):
7106         * spam.el (gnus-extract-address-components):
7107         Declare as functions.
7109 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7111         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7113 2007-12-09  Glenn Morris  <rgm@gnu.org>
7115         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7117         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7118         * message.el, mm-view.el, sieve-manage.el, smime.el:
7119         Add declare-function compatibility definition.
7121         * gnus-art.el (w3-region, w3m-region, Info-menu):
7122         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7123         * gnus-sum.el (gnus-get-predicate):
7124         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7125         * message.el (mail-abbrev-in-expansion-header-p):
7126         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7127         (w3m-detect-meta-charset, w3m-region):
7128         * sieve-manage.el (password-read, password-cache-add)
7129         (password-cache-remove):
7130         * smime.el (password-read-and-add): Declare as functions.
7132 2007-12-08  David Kastrup  <dak@gnu.org>
7134         * gnus-sum.el (gnus-summary-simplify-subject-query):
7135         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7136         `message'.
7138 2007-12-07  Glenn Morris  <rgm@gnu.org>
7140         * gnus-art.el (article-make-date-line): Revert previous change.
7142 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7144         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7146 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7148         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7149         Call gnus-add-to-range ranges only once with a prepared article-list.
7151 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7153         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7154         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7155         group names with backslashes.
7156         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7158 2007-12-06  Deepak Goel  <deego3@gmail.com>
7160         * gnus-art.el (article-make-date-line):
7161         * gnus-start.el (gnus-load):
7162         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7164 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7166         * gnus-art.el (gnus-use-idna)
7167         * gnus-start.el (gnus-site-init-file)
7168         * message.el (message-use-idna)
7169         * mm-uu.el (mm-uu-hide-markers)
7170         * smiley.el (smiley-style): Revert changes that suppress warnings.
7172 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7174         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7175         specify charset to html source.
7176         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7178 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7180         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7181         idna-program in order to suppress byte compile warning issued by XEmacs
7182         that came to byte compile the default value section of defcustom forms
7183         recently.
7185         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7186         value of installation-directory.
7188         * message.el (message-use-idna): Don't directly refer to the value of
7189         idna-program.
7191         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7193         * smiley.el (smiley-style): Don't directly call face-attribute.
7195 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7197         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7199         * gnus-dired.el: Reduce Gnus dependencies.
7200         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7201         Don't require.  Use autoloads instead.
7202         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7203         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7204         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7205         (gnus-dired-mode): Adjust doc string.
7206         (gnus-dired-mail-mode): New variable.
7207         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7208         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7209         (gnus-dired-mail-buffers): New function.  Return mail or message
7210         composition buffers.
7211         (gnus-dired-attach): Use it.
7212         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7213         NO-DECODE.
7214         (gnus-dired-print): Use `gnus-print-buffer' depending on
7215         `gnus-dired-mail-mode'.
7217 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7219         * rfc2047.el (rfc2047-encoded-word-regexp)
7220         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7221         explaining what regexp patterns are for.
7223 2007-12-04  Glenn Morris  <rgm@gnu.org>
7225         * password.el: Move to ../password-cache.el.
7227         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7228         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7229         * mml-smime.el (password-read, password-cache-add)
7230         (password-cache-remove):
7231         No need to autoload, since mml-sec requires password.
7233         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7234         * message.el (gnus-extract-address-components):
7235         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7237         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7238         password.
7240 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7242         * mailcap.el: Reduce dependencies.
7243         (mail-header-parse-content-type): Autoload.
7244         (mailcap-delete-duplicates): New alias.
7245         (mailcap-mime-info): Add optional argument NO-DECODE.
7246         (mailcap-mime-types): Use mailcap-delete-duplicates.
7248         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7250 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7252         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7253         function.
7255         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7256         (gnus-uu-yenc-article): New function.
7258         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7260         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7262 2007-12-02  Glenn Morris  <rgm@gnu.org>
7264         * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
7265         Move to ../net.
7267         * binhex.el, uudecode.el: Move to ../mail.
7269         * encrypt.el: Remove file.
7271 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7273         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7274         matches on patches.
7276         * gnus-art.el (gnus-article-browse-html-article):
7277         Mention `mm-text-html-renderer' in the doc string.
7279         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7280         string.  Add comments.
7282         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7283         if rhs is ASCII.
7285 2007-12-01  Glenn Morris  <rgm@gnu.org>
7287         * dig.el, dns.el: Move to ../net.
7288         * format-spec.el, hex-util.el, sha1.el: Move to ../.
7290         * mail-source.el (top-level): Require format-spec before
7291         eval-when-compile.
7293 2007-11-30  Glenn Morris  <rgm@gnu.org>
7295         * encrypt.el: Require password, rather than autoloading password-read.
7297 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7299         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7300         caller can indicate whether the cache should be disregarded for this
7301         call.  This way the result of the call is reproducible at all times and
7302         can be considered a canonical server name for the supplied method.
7303         (gnus-agent-method-p): Canonicalize server names by pushing their
7304         method through `gnus-method-to-server' using the no-cache argument.
7306         * gnus-srvr.el (gnus-server-insert-server-line):
7307         Call `gnus-method-to-server' with `no-cache' argument.
7309         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7310         gnus-agent-possibly-synchronize-flags as this should be called when the
7311         server is actually being opened.
7312         (gnus-agent-possibly-synchronize-flags)
7313         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7314         flags file of an agentized server to the latter function.
7316         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7317         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7318         after a connection has been established successfully.
7320 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7322         * gnus-art.el (article-display-face): Force to display face if called
7323         interactively; check if gnus-article-x-face-too-ugly matches author.
7324         (article-display-x-face): Display face even if From header is missing
7325         as article-display-face does.
7327 2007-11-28  Richard Stallman  <rms@gnu.org>
7329         * md4.el: Move to ../.
7330         * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
7332 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7334         * mail-source.el (mail-sources): Default to fetch from file for
7335         compatibility with default of nnmail-spool-file.
7337 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7339         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7340         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7341         to look for encoded word that should be encoded again.
7342         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7343         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7344         encoding pattern.
7345         (rfc2047-decode-region): Switch strict regexp and loose one according
7346         to rfc2047-allow-irregular-q-encoded-words.
7348 2007-11-26  Simon Josefsson  <simon@josefsson.org>
7350         * imap.el: Move to ../net directory.
7352 2007-11-25  Romain Francoise  <romain@orebokech.com>
7354         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7356 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7358         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7359         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7361         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7362         `nnmail-spool-file'.
7364         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7365         `nnmail-spool-file'.
7367         * gnus-move.el (gnus-change-server): Ditto.
7369         * gnus-kill.el (gnus-batch-score): Ditto.
7371         * gnus-cache.el (gnus-jog-cache): Ditto.
7373         * gnus-msg.el (gnus-summary-reply):
7374         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7376 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7378         * gnus-cache.el (gnus-cache-generate-nov-databases):
7379         Use nnml-generate-nov-databases-directory instead of
7380         nnml-generate-nov-databases-1.
7382 2007-11-24  Glenn Morris  <rgm@gnu.org>
7384         * message.el (message-tool-bar-retro): Update for rename
7385         mail_send.xpm->mail-send.xpm.
7387 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7389         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7390         `smime-ldap-search' for Emacs 22 and up.
7392 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7394         * hashcash.el: Move to ../mail directory.
7396         * smime-ldap.el: Remove.  Not used in Emacs 22 and up.
7398         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7399         `smime-ldap-search' for Emacs 22 and up.
7401 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7403         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7405         * message.el (message-send-mail-function): Fix error convention.
7406         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7407         (message-widen-reply, message-send-mail, message-talkative-question)
7408         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7409         (message-clone-locals, message-send-news): Use with-current-buffer.
7410         (message-insert-or-toggle-importance): Remove unused var `valid'.
7411         (message-make-references): Remove unused var `new-references'.
7412         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7414 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7416         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7417         (spam-split-symbolic-return-positive): Reflow docstring.
7418         (spam-backends, spam-summary-exit-behavior)
7419         (spam-mark-ham-unread-before-move-from-spam-group)
7420         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7421         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7422         (spam-clear-cache, spam-backend-check, spam-install-backend)
7423         (spam-install-statistical-backend, spam-list-of-processors)
7424         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7425         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7426         (spam-check-crm114, spam-initialize, spam-unload-hook):
7427         Fix typos in docstrings.
7429 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7431         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7432         been checked if they have never been read and those group levels are
7433         higher than the one that a user specified.
7435 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7437         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7438         foreign groups unless a group level is specified by a user.
7439         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7441 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7443         * message.el (message-send-mail-function): Require sendmail.
7445 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7447         * message.el (message-send-mail-function): Check for smtpmail too.
7449         * utf7.el (utf7-encode, utf7-decode): Use coding system
7450         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7452         * message.el (message-send-mail-function): New function.
7453         (message-send-mail-function): Set default using
7454         message-send-mail-function.  Adjust doc string.
7455         (message-send-mail-with-mailclient): New function.
7457 2007-11-17  Richard Stallman  <rms@gnu.org>
7459         * assistant.el: Remove file.
7461 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7463         * smime.el (from):
7464         * rfc2047.el (message-posting-charset):
7465         * qp.el (mm-use-ultra-safe-encoding):
7466         * pop3.el (parse-time-months):
7467         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7468         * nnml.el (files):
7469         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7470         (jka-compr-compression-info-list, ange-ftp-path-format)
7471         (efs-path-regexp):
7472         * nndiary.el (files):
7473         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7474         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7475         (epg-digest-algorithm-alist, inhibit-redisplay)
7476         (password-cache-expiry):
7477         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7478         (pgg-output-buffer, password-cache-expiry):
7479         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7480         (efs-path-regexp):
7481         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7482         (inhibit-redisplay):
7483         * mm-uu.el (file-name, start-point, end-point, entry)
7484         (gnus-newsgroup-name, gnus-newsgroup-charset):
7485         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7486         (latin-unity-ucs-list):
7487         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7488         (mm-uu-binhex-decode-function):
7489         * message.el (gnus-message-group-art, gnus-list-identifiers)
7490         (rmail-enable-mime-composing, gnus-local-organization)
7491         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7492         (gnus-read-active-file, facemenu-add-face-function)
7493         (facemenu-remove-face-function, gnus-article-decoded-p)
7494         (tool-bar-mode):
7495         * mail-source.el (display-time-mail-function):
7496         * gnus-util.el (nnmail-pathname-coding-system)
7497         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7498         (gnus-original-article-buffer, gnus-user-agent)
7499         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7500         (xemacs-codename, sxemacs-codename, emacs-program-version):
7501         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7502         * gnus-start.el (gnus-agent-covered-methods)
7503         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7504         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7505         (gnus-newsgroup-headers, gnus-group-list-mode)
7506         (gnus-group-mark-positions, gnus-newsgroup-data)
7507         (gnus-newsgroup-unreads, nnoo-state-alist)
7508         (gnus-current-select-method, mail-sources)
7509         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7510         (nnmail-spool-file, gnus-cache-active-hashtb):
7511         * gnus-mh.el (mh-lib-progs):
7512         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7513         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7514         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7515         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7516         (gnus-group-buffer):
7517         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7518         (font-lock-set-defaults):
7519         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7520         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7521         (gnus-summary-post-menu, total-parts, type, condition, length):
7522         * gnus-agent.el (gnus-agent-read-agentview):
7523         * flow-fill.el (show-trailing-whitespace):
7524         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7525         eval-and-compile wrappers for byte compiler pacifiers.
7527         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7528         (mm-display-inline-fontify): Check for featurep 'xemacs not
7529         extent-list.
7531         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7532         itimer-list.
7533         (mm-create-image-xemacs): Only do something for XEmacs.
7534         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7536         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7538         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7539         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7541 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7543         * nnimap.el (nnimap-split-download-body):
7544         * gnus-demon.el (gnus-demon):
7545         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7547 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7549         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
7550         New macros.
7551         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7552         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7553         copy data from unibyte buffer to multibyte current buffer.
7554         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7555         to copy data from unibyte current buffer to multibyte buffer.
7556         (nntp-make-process-buffer): Make process buffer unibyte.
7558         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7560 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7562         * pop3.el (pop3-open-server): Accept and process data more robustly at
7563         connexion start to avoid spurious "POP SSL connexion failed" errors.
7565 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7567         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7568         read group names.
7570 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7572         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7574 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7576         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7577         (nnmail-save-active): Use a unibyte buffer when saving active file,
7578         which may contain non-ASCII group names.
7580         * nnml.el (nnml-request-group): Decode group names in messages.
7582 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7584         * message.el (message-citation-line-function)
7585         (message-insert-formatted-citation-line): Fix spelling of
7586         `message-insert-formated-citation-line'.
7588 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7590         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7592 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7594         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7595         nnmail-pathname-coding-system.
7597         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7598         that a user enters; decode group names in messages.
7600         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7602 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7604         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7606         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7608         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7609         risky local variable.
7611         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7613 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7615         * encrypt.el: Improve documentation to fix function name typo.
7616         Reported by Daiki Ueno <ueno@unixuser.org>.
7618 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7620         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7621         even if the point is not in the last page of an article.
7622         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7623         back to the previous page.
7625 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7627         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7629 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7631         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7633 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7635         * message.el (message-check-news-body-syntax):
7636         Avoid mm-string-as-multibyte.
7637         (message-hide-headers): Don't assume (point-min)==1.
7639 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7641         * message.el (message-remove-blank-cited-lines): Fix if remove is
7642         given.
7643         (message-bogus-address-regexp): New variable.
7644         (message-bogus-recipient-p): New function.
7645         (message-check-recipients): New command.
7646         (message-syntax-checks): Add `bogus-recipient'.
7647         (message-fix-before-sending): Add `bogus-recipient'.
7649         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7650         (gnus-treat-body-boundary): Don't test window-system.
7652 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7654         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7656 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7658         * gnus.el: Bump version to Gnus v5.13.
7660 2007-10-28  Miles Bader  <miles@gnu.org>
7662         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7663         at compile-time too.
7665 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7667         * gnus-msg.el (gnus-message-setup-hook):
7668         Add `message-remove-blank-cited-lines' to options.
7670 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7672         * message.el (message-remove-blank-cited-lines): New function.
7673         Suggested by Karl Plästerer.
7675 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7677         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7678         mapc.
7680         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7681         (top-level): Use mapc to set functions to be traced for debugging.
7683         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7684         called for effect with while loop.
7686         * message.el (message-talkative-question): Replace mapcar called for
7687         effect with mapc.
7689         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7690         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7691         called for effect with dolist.
7693         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7695         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7696         gnus-extra-headers and nnmail-extra-headers.
7698         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7699         called for effect with dolist.
7700         (top-level): Use mapc to set functions to be traced for debugging.
7702         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7703         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7704         dolist.
7706         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7707         Replace mapcar called for effect with mapc.
7708         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7709         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7710         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7711         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7713         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7714         remove-if that's a cl function.
7716         * webmail.el (webmail-debug): Replace mapcar called for effect with
7717         dolist.
7719 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7721         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7722         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7723         with while loop.
7725         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7726         functions from article-* functions.
7727         (gnus-multi-decode-header): Replace mapcar called for effect with
7728         dolist.
7730         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7731         (gnus-bookmark-show-details): Replace mapcar called for effect with
7732         while loop.
7734         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7735         called for effect with while loop.
7737         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7738         with dolist.
7740         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7741         Replace mapcar called for effect with dolist.
7743         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7745         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7746         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7747         Replace mapcar called for effect with dolist.
7748         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7749         mapc.
7751         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7752         Replace mapcar called for effect with dolist.
7753         (gnus-topic-list): Replace mapcar called for effect with mapc.
7755         * gnus.el: Use mapc instead of mapcar to add autoloads.
7757 2007-10-23  Richard Stallman  <rms@gnu.org>
7759         * gnus-group.el (gnus-group-highlight): Mark as risky.
7761 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7763         * gnus.el (gnus-server-to-method): Return method found first in
7764         gnus-newsrc-alist.
7766         * gnus-art.el (gnus-article-highlight-signature)
7767         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7768         button overlay without the front stickiness.
7770 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7772         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7773         overview buffer needed a catch to receive its throw.
7774         (gnus-agent-flush-cache): Declare as interactive to make this function
7775         easier to use.
7777 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7779         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7780         `next-line'.
7782 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7784         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7785         exclude address matching message-dont-reply-to-names.
7787 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7789         * gnus-util.el (gnus-string<): New function.
7791         * gnus-sum.el (gnus-article-sort-by-author)
7792         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7794 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7796         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7797         the frame-focus tag is set in gnus-buffer-configuration.
7799 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7801         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7802         the front stickiness.
7804 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7806         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7807         url pattern; remove duplicate one.
7808         (gnus-article-extend-url-button): New function.
7809         (gnus-article-add-buttons): Use it.
7810         (gnus-button-push): Use concatenated url that it makes.
7812 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7814         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7815         (sieve-manage-open): Use `mapc' instead of `mapcar'.
7817 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7819         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7820         Don't hardcode point-min==1.
7822 2007-09-30  David Kastrup  <dak@gnu.org>
7824         * gnus-art.el (gnus-article-reply-with-original)
7825         (gnus-article-followup-with-original): When `transient-mark-mode' is
7826         off, refrain from active-region behavior for followups.
7828 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7830         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7831         Fix comment about "iso8859-1".
7833 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7835         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7836         ones returned from the verify-function.
7838         * mm-uu.el (mm-uu-pgp-signed-extract-1):
7839         Call mml2015-extract-cleartext-signature if extraction failed.
7841 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7843         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7844         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7845         failed.
7847 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7849         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7851 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7853         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7854         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7855         thread for both the null and zero (kill/expire thread) universal prefix
7856         cases.
7857         (gnus-summary-expire-thread): Add new function to expire a thread,
7858         using gnus-summary-kill-thread.
7859         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7860         shortcuts for gnus-summary-expire-thread.
7861         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7862         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7864 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7866         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7867         extras value, so an extras entry can be deleted.
7868         (gnus-registry-delete-extra-entry): Use it.
7869         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7870         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7871         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7872         storage through the gnus-registry, and provide an appropriate API for
7873         it.
7875 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7877         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7878         Suggested by Leo <sdl.web@gmail.com>.
7880         * gnus.el: Do.
7882 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7884         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7885         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7887         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7889         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7890         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7892 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7894         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7895         newline.
7896         (nnmbox-request-accept-article): Don't change article in source buffer;
7897         narrow to header to use message-fetch-field rather than
7898         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7899         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7900         as delimiters; make sure article ends with newline.
7901         (nnmbox-delete-mail): Correct last position of article to be deleted;
7902         ignore X-Gnus-Newsgroup header in article body.
7903         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7904         positions; make sure article ends with newline.
7906         * message.el (message-display-abbrev): Don't infloop when a user
7907         inserts SPC in the beginning of header.
7909 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7911         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7912         list of groups not followed by default.  Fix type to be regexp.
7913         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7915 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7917         * hmac-def.el (define-hmac-function): Switch from old-style to
7918         new-style backquotes.
7920         * md4.el (md4-make-step): Likewise.
7922 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7924         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7925         raw-text coding system when saving .newsrc file, which may contain
7926         non-ASCII group names.
7928 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7930         * gnus-cus.el (gnus-score-extra): New widget.
7931         (gnus-score-extra-convert): New function.
7932         (gnus-score-customize): Use it for Extra.
7934 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7936         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7937         (mml2015-mailcrypt-clear-verify): Use it.
7938         (mml2015-gpg-clear-verify): Use it.
7939         (mml2015-pgg-clear-verify): Use it.
7940         (mml2015-epg-clear-verify): Replace the current part with the output
7941         from GnuPG; don't extract the plaintext by itself.
7943         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7944         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7945         mml2015-clear-verify-function; don't touch the armor headers or
7946         dash-escaped text here.
7948 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7950         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7951         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7952         parts, or application/octet-stream as a last resort.
7953         (gnus-mime-view-part-as-type): Don't toggle display.
7954         (gnus-mime-view-part-as-charset): Don't turn off display before
7955         querying charset.
7957         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7958         stuff to undisplayer function in Emacs.
7959         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7961         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7962         text/calendar parts.
7964 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7966         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7967         decoding text/calendar parts.
7969         * message.el (message-forward-make-body-mime): Always mark body as
7970         having no illegible text; remove signed-or-encrypted argument.
7971         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7973         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7974         (mml-generate-mime-1): Don't encode body if it is specified to be in
7975         raw form; don't make buffer be unibyte when inserting multibyte string.
7977 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7979         * sha1.el: Fix up comment style.
7980         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7981         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7983         * hex-util.el: Fix up comment style.
7984         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7986         * gnus-salt.el: Use with-current-buffer.
7987         (gnus-pick-setup-message): Fix long-standing typo.
7989 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7991         * imap.el (imap-logout-timeout): New variable.
7992         (imap-logout, imap-logout-wait): New functions.
7993         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7995         * nnimap.el (nnimap-logout-timeout): New server variable.
7996         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7997         nnimap-logout-timeout.
7999         * gnus-art.el (gnus-article-summary-command-nosave)
8000         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8002 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8004         * gnus.el (gnus-maximum-newsgroup): New variable.
8006         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8007         according to gnus-maximum-newsgroup.
8009         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8010         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8011         Limit the range of articles according to gnus-maximum-newsgroup.
8013 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8015         * gnus-art.el (gnus-sticky-article): Fix problems described in
8016         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8017         Don't perform gnus-configure-windows here; reuse existing sticky
8018         article buffer.
8020         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8021         it doesn't exist in gnus-article-mode.
8023 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8025         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8026         (gnus-agent-decoded-group-name): New function.
8027         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8028         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8030 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8032         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8033         Add binding for gnus-sticky-article.
8034         (gnus-summary-exit): Don't kill sticky article buffers.
8036         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8037         article buffer.
8038         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8039         (gnus-kill-sticky-article-buffers): New commands.
8041 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8043         * nntp.el (nntp-xref-number-is-evil): New server variable.
8044         (nntp-find-group-and-number): If it is non-nil, don't trust article
8045         numbers in the Xref header.
8047 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8049         * gnus-agent.el (gnus-agent-read-group): New function.
8050         (gnus-agent-flush-group, gnus-agent-expire-group)
8051         (gnus-agent-regenerate-group): Use it.
8052         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8053         nnmail-pathname-coding-system.
8055 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8057         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8059         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8060         that are unread as unread, and also as selected so that information of
8061         marks having been changed by a user may be updated when exiting group.
8063 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8065         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8067 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8069         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8070         calculated ignoring signature parts to gnus-treat-article.
8072 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8074         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8075         a point here in order to keep the window start.
8076         (gnus-insert-mime-security-button): Make a button overlay without the
8077         front stickiness.
8078         (gnus-mime-display-security): Goto the end of a button.
8080         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8082 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8084         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8085         group-name-at-point.
8086         (gnus-group-completing-read): New function that offers decoded
8087         non-ASCII group names for completion.
8088         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8089         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8090         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8091         (gnus-group-fetch-control): Use it.
8092         (gnus-fetch-group): Use group-name-at-point for the initial value
8093         rather than the default value; use gnus-alive-p.
8095         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8096         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8097         (gnus-summary-post-news): Use gnus-group-completing-read.
8099         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8100         (gnus-read-move-group-name): Decode group name for completion.
8102 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8104         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8105         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8106         Yamaoka slightly modified the code).
8108 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8110         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8111         (nnmail-split-incoming): Bind it.
8113         * nnml.el (nnml-group-name-charset): New function.
8114         (nnml-decoded-group-name): Use it; don't decode group name if
8115         nnmail-group-names-not-encoded-p is non-nil.
8116         (nnml-encoded-group-name): New function.
8117         (nnml-group-pathname): Inline nnml-decoded-group-name.
8118         (nnml-request-expire-articles): Decode group name in message.
8119         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8120         nnmail-pathname-coding-system.
8121         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8122         not decoded ones according to nnmail-group-names-not-encoded-p.
8123         (nnml-generate-active-info): Use nnml-encoded-group-name.
8125 2007-08-08  Glenn Morris  <rgm@gnu.org>
8127         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8128         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8129         doc-strings and comments.
8131 2007-07-25  Glenn Morris  <rgm@gnu.org>
8133         * Relicense all FSF files to GPLv3 or later.
8135 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8137         * gnus-sum.el (gnus-summary-move-article):
8138         Make gnus-summary-respool-article work.
8140 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8142         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8143         string.
8145 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8147         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8148         that should be ignored when comparing distant RSS articles with local
8149         ones.
8150         (nnrss-make-hash-index): New function.  Create a hash index according
8151         to the ignored fields.
8152         (nnrss-check-group): Use it.
8154 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8156         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8158         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8160         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8161         the new optional argument ENCODED is non-nil.
8162         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8163         coding system for encoding group name.
8164         (gnus-group-make-rss-group): Pass un-encoded group name to
8165         gnus-group-make-group.
8166         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8167         encoded.
8169         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8170         Encode group name to which articles are moved or copied.
8171         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8172         coding system for encoding Newsgroup, Followup-To and Xref headers.
8174         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8175         marks; use nnheader-file-coding-system to write a file.
8176         (nnagent-retrieve-headers): Bind file-name-coding-system to
8177         nnmail-pathname-coding-system.
8179         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8181         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8182         (nnml-request-article, nnml-request-create-group)
8183         (nnml-request-rename-group, nnml-find-id)
8184         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8185         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8186         (nnml-save-marks): Use nnml-group-pathname instead of
8187         nnmail-group-pathname.
8189         (nnml-request-create-group, nnml-request-expire-articles)
8190         (nnml-request-move-article, nnml-request-delete-group)
8191         (nnml-deletable-article-p, nnml-possibly-create-directory)
8192         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8193         (nnml-open-marks): Bind file-name-coding-system to
8194         nnmail-pathname-coding-system.
8196         (nnml-request-article): Pass server argument to nnml-find-group-number.
8197         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8198         Pass server argument to nnml-possibly-create-directory.
8199         (nnml-request-accept-article): Pass server argument to
8200         nnml-active-number and nnml-save-mail.
8201         (nnml-find-group-number): Pass server argument to nnml-find-id.
8202         (nnml-request-update-info): Pass server argument to
8203         nnml-marks-changed-p.
8205         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8206         (nnml-save-mail, nnml-active-number): Add server argument.
8208         (nnml-request-delete-group): Warn if group is missing.
8209         (nnml-get-nov-buffer): Decode group name.
8210         (nnml-generate-active-info): Encode group name.
8211         (nnml-open-marks): Decode group name in messages.
8213 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8215         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8216         if it is not specified.
8217         (gnus-article-pipe-part, gnus-article-save-part)
8218         (gnus-article-interactively-view-part, gnus-article-copy-part)
8219         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8220         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8221         (gnus-article-replace-part, gnus-article-delete-part)
8222         (gnus-article-view-part-as-type): Pass raw prefix argument to
8223         gnus-article-part-wrapper.
8225 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8227         * gnus-agent.el (gnus-agent-save-active):
8228         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8230         * gnus-cache.el (gnus-cache-save-buffers)
8231         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8232         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8233         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8234         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8235         (gnus-cache-generate-active, gnus-cache-rename-group)
8236         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8237         (gnus-cache-update-overview-total-fetched-for):
8238         Bind file-name-coding-system to nnmail-pathname-coding-system.
8239         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8240         New variables.
8241         (gnus-cache-decoded-group-name): New function.
8242         (gnus-cache-file-name): Use it.
8243         (gnus-cache-generate-active): Use non-decoded group name for active.
8245         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8246         right place.
8247         (gnus-write-active-file): Don't break non-ASCII group names.
8249         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8250         nnmail-pathname-coding-system.
8252         * gnus-uu.el (gnus-uu-decode-save): Typo.
8254 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8256         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8258 2007-07-14  David Kastrup  <dak@gnu.org>
8260         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8261         finishing actions if we did not edit the article.
8263 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8265         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8266         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8267         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8268         (gnus-agent-flush-group, gnus-agent-flush-cache)
8269         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8270         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8271         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8272         (gnus-agent-regenerate-group)
8273         (gnus-agent-update-files-total-fetched-for)
8274         (gnus-agent-update-view-total-fetched-for):
8275         Bind file-name-coding-system to nnmail-pathname-coding-system.
8276         (gnus-agent-group-pathname): Don't encode file names by
8277         nnmail-pathname-coding-system.
8278         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8279         coding-system-for-write instead of buffer-file-coding-system to
8280         gnus-agent-file-coding-system.
8282         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8283         Decode group name.
8285         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8287         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8288         (gnus-read-newsrc-el-file): Make group names unibyte.
8290         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8291         nnmail-pathname-coding-system.
8293         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8294         (nnrss-request-delete-group): Bind file-name-coding-system to
8295         nnmail-pathname-coding-system.
8296         (nnrss-read-server-data, nnrss-read-group-data):
8297         Bind file-name-coding-system correctly.
8298         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8300         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8301         (nntp-server-to-method-cache): New variable.
8302         (nntp-group-pathname): New function that decodes non-ASCII group names.
8303         (nntp-possibly-create-directory, nntp-marks-changed-p)
8304         (nntp-save-marks, nntp-open-marks): Use it.
8305         (nntp-possibly-create-directory, nntp-open-marks):
8306         Bind file-name-coding-system to nnmail-pathname-coding-system.
8307         (nntp-open-marks): Decode group names when bootstrapping marks.
8309         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8310         Newsgroups and Folowup-To headers.
8312 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8314         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8315         (gnus-server-closed-face, gnus-server-denied-face)
8316         (gnus-server-offline-face): Remove variable.
8317         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8319         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8320         of modifying message-stack directly for XEmacs.
8322         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8323         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8324         if the coding-system argument is nil for XEmacs.
8326         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8327         mm-charset-override-alist.
8329         * rfc2047.el: Don't require base64; require rfc2045 for the function
8330         rfc2045-encode-string.
8331         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8332         to quote the parameter value.
8334 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8336         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8337         form in gnus-group-name-charset-method-alist.
8339         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8340         overrides the default layout edit-form.
8342         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8344         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8346 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8348         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8349         as unfetched articles.
8351 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8353         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8355 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8357         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8358         original back end that keeps marks in the local system.
8360 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8362         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8363         arg of pop-to-buffer for XEmacs.
8364         (gnus-article-read-summary-keys): Ditto; don't restore window
8365         configuration if summary command ends up with neither article buffer
8366         nor summary buffer; describe bindings if summary keys end with C-h.
8368 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8370         * message.el (message-fix-before-sending): Skip raw message part to be
8371         forwarded while checking illegible text.
8372         (message-forward-make-body-mime, message-forward-make-body):
8373         Mark signed or encrypted raw message as having no illegible text.
8375 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8377         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8378         (gnus-message-with-timestamp-1): New macro.
8379         (gnus-message-with-timestamp): New function.
8380         (gnus-message): Use them.
8382         * nnheader.el (nnheader-message): Use them.
8384 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8386         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8387         .newsrc.eld file.
8389 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8391         * gnus-agent.el (gnus-agent-fetch-headers)
8392         (gnus-agent-retrieve-headers):
8393         Bind gnus-decode-encoded-address-function to identity.
8395         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8396         available also when the server returns simply a dot.
8398         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8400 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8402         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8404 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8406         * gnus-ems.el (gnus-x-splash): Make it work.
8408         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8409         from being used.
8411 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8413         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8414         the front stickiness.
8415         (gnus-article-summary-command-nosave): Correct the order of the
8416         arguments passed to pop-to-buffer.
8417         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8418         summary command ends up with the article buffer.
8420         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8421         the same faces.
8423 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8425         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8427 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8429         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8430         * gnus-sum.el (gnus-summary-highlight):
8431         * mail-source.el (mail-source-delete-old-incoming-confirm):
8432         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8434 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8436         * gnus-art.el (gnus-mime-view-part-externally)
8437         (gnus-mime-view-part-internally): Fix predicate function passed to
8438         completing-read.
8440         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8442         * gnus.el (gnus-update-message-archive-method): Add :version.
8444 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8446         * gnus.el (gnus-update-message-archive-method): New variable.
8448         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8449         according to gnus-message-archive-method if
8450         gnus-update-message-archive-method is non-nil.
8452 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8454         * gnus-sum.el (gnus-summary-limit-to-address): New function.
8455         Suggested by Loic Dachary <loic@dachary.org>.
8456         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8458 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8460         * message.el (message-pop-to-buffer): Add switch-function argument.
8461         (message-mail): Pass switch-function argument to it.
8463 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8465         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8466         Improve doc string.
8468 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8470         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8471         (gnus-header-content)
8472         * gnus-cite.el (gnus-cite-10)
8473         * gnus-srvr.el (gnus-server-closed)
8474         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8475         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8476         (gnus-group-mail-3-empty, gnus-group-mail-low)
8477         (gnus-group-mail-low-empty, gnus-splash)
8478         * message.el (message-header-to, message-header-cc)
8479         (message-header-subject, message-header-other, message-header-name)
8480         (message-header-xheader, message-separator, message-cited-text)
8481         (message-mml): Lighten colors of faces used for dark background.
8483 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8485         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8486         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8488 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8490         * message.el (message-narrow-to-headers-or-head):
8491         Ignore mail-header-separator in the body.
8493 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8495         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8496         same as window size.
8498 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8500         * message.el (message-font-lock-keywords): Use message-header-xheader
8501         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8502         ahead of the anything pattern, to get it recognised.
8504 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8506         * gnus-sum.el (gnus-articles-to-read)
8507         (gnus-summary-insert-old-articles): Don't truncate group name for
8508         `read-string'.
8510         * gnus-util.el (gnus-limit-string): Delete this function.
8512         * gnus-sum.el (gnus-simplify-subject-fully):
8513         Use `truncate-string-to-width' instead.
8515 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8517         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8518         Tell if, on summary exit, the next group has to be selected.
8519         (gnus-summary-exit): Use it.
8521 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8523         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8524         non-break space.
8526 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8528         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8529         Check if group is not a directory.
8530         (nnfolder-request-expire-articles): Don't delete articles if the target
8531         group is not available.
8533         * nnml.el (nnml-request-create-group): Properly check if group is not a
8534         file.
8535         (nnml-request-expire-articles): Don't delete articles if the target
8536         group is not available.
8538         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8539         Don't quote characters that are within parentheses.
8541 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8543         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8544         (gnus-handle-ephemeral-exit): Select article according to it.
8546 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8548         * message.el (message-insert-formated-citation-line): Remove newline.
8549         (message-citation-line-format): Add final \n here so that the user can
8550         avoid a blank line.
8552 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8554         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8555         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8556         Update lanl/arXiv support.
8558 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8560         * gnus.el: Bump version number.
8562 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8564         * gnus.el (gnus-version-number): Bump version.
8566 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8568         * gnus.el: No Gnus v0.6 is released.
8570 2007-04-27  Didier Verna  <didier@xemacs.org>
8572         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
8573         * gmm-utils.el (gmm-regexp-concat): ... here.
8574         * message.el: Don't require 'gnus-util.
8575         (message-dont-reply-to-names): Handle name change above.
8576         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8578 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8580         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8581         since the initial value varies according to the system.
8583 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8585         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8587 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8589         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8591 2007-04-24  Didier Verna  <didier@xemacs.org>
8593         Improve the type of gnus-ignored-from-addresses.
8594         * gnus-util.el (gnus-orify-regexp): New function.
8595         * message.el (gnus-util): Require it.
8596         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8597         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8598         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8600 2007-04-24  Didier Verna  <didier@xemacs.org>
8602         * gnus-sum.el:
8603         * gnus-utils.el: Fix some trailing whitespaces.
8605 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8607         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8608         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8609         article's Message-ID; refer parent article in summary buffer.
8611         * message.el (message-bounce): Call mime-to-mml.
8613 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8615         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8617 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8619         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8620         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8621         displayed of multipart/alternative part if it is invoked from summary
8622         buffer.
8624         * mm-view.el (mm-inline-text-html-render-with-w3m)
8625         (mm-inline-text-html-render-with-w3m-standalone)
8626         (mm-inline-render-with-function): Use mail-parse-charset by default.
8628 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8630         * parse-time.el (parse-time-string-chars): Check if CHAR
8631         is less than the length of parse-time-syntax.
8633 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8635         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8636         from gnus-newsgroup-processable.
8638 2007-04-16  Didier Verna  <didier@xemacs.org>
8640         * gnus-msg.el (gnus-configure-posting-styles):
8641         Handle message-signature-directory properly with :file syntax.
8642         Reported by "Leo".
8644 2007-04-11  Didier Verna  <didier@xemacs.org>
8646         New user option: message-signature-directory.
8647         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8648         * message.el (message-insert-signature): Ditto.
8649         * message.el (message-signature-file): Doc update.
8650         * message.el (message-signature-directory): New.
8652 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8654         * gnus-msg.el (gnus-inews-yank-articles):
8655         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
8657 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8659         * message.el (message-yank-original): Make sure cited text ends with
8660         newline; don't exchange point and mark.
8662 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8664         * tls.el (open-tls-stream): Properly handle case where there
8665         is no associated buffer.
8667 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8669         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8670         message-yank-original, make sure (< mark TEXT point).
8672 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8674         * message.el (message-fill-column): New variable.
8675         (message-mode): Use it.  Add comment on a possible new hook.
8677         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8678         (nnmail-get-new-mail): Reformat.
8680         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8682         * gmm-utils.el: Fix Commentary.
8683         (gmm-tool-bar-from-list): Fix typo in doc string.
8685 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8687         * message.el (message-yank-original): Don't switch point and mark
8688         unnecessarily to put point and mark as documented.
8690 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8692         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8693         from the message heads.
8695 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8697         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8698         article buffer does not have a window.  This may not be the best
8699         solution but is certainly better than setting the start of the null,
8700         that is the current, window.
8702 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8704         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8705         (gnus-draft-setup): Run it.
8707         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8708         gnus-score-fast-scoring.  Allow regexp.
8709         (gnus-score-headers): Use it.
8711         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8712         XEmacs.
8714         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8715         string.
8716         (gnus-button-alist): Also catch `<f1> k ...'.
8717         (gnus-treat-display-x-face): Fix doc string.
8719 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8721         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8722         evaluation of gnus-extended-version to ensure correct generation of the
8723         User-Agent header when message-generate-headers-first is used.
8725 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8727         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8728         hashcash-path is nil.  Don't call callback with incorrect number of
8729         parameters if val is 0.
8731 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8733         * message.el (message-required-news-headers):
8734         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8736 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8738         * message.el (message-generate-new-buffers): Change the meaning of the
8739         nil value; add `standard' to the choices; treat t as `unique'; improve
8740         doc string.
8741         (gnus-select-frame-set-input-focus): Autoload.
8742         (message-buffer-name): Search for the existing message buffer if
8743         message-generate-new-buffers is nil or `standard'; treat the value t of
8744         message-generate-new-buffers as `unique'.
8745         (message-pop-to-buffer): Raise the frame already displaying the message
8746         buffer; clear the echo area after querying.
8747         (message-setup): Pass the `continue' argument to compose-mail.
8748         (message-mail): Prefer `switch-function' if it is given; search for the
8749         existing message buffer if the `continue' argument is non-nil; pass
8750         continue and switch-function arguments to compose-mail by way of
8751         message-setup.
8752         (message-mail-other-window): Adjust argument of message-setup.
8753         (message-mail-other-frame): Ditto.
8755 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8757         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8758         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8759         to turn font-lock on when turning gnus-message-citation-mode on.
8761 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8763         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8764         (mml-smime-function-alist): New variable; add epg as the backend.
8765         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8766         mml-smime- functions instead.
8767         * mm-view.el: Require smime.
8769 2007-03-05  Didier Verna  <didier@xemacs.org>
8771         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8772         instead of just inheritance for posting styles.
8773         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8775 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8777         * tls.el (tls-certtool-program): Fix custom type.
8779 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8781         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8782         and point-at-eol instead of line-(beginning|end)-position.
8784         * assistant.el (assistant-parse-buffer): Ditto.
8786 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8788         * mml2015.el (mml2015-epg-find-usable-key): New function.
8789         (mml2015-epg-sign): Use it.
8790         (mml2015-epg-encrypt): Use it.
8792 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8794         * message.el (message-make-in-reply-to): Quote name containing
8795         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8796         if there are special characters.  Reported by NAKAJI Hiroyuki
8797         <nakaji@jp.freebsd.org>.
8799 2007-02-27  Didier Verna  <didier@xemacs.org>
8801         Include the group parameters as well as the topic ones in the
8802         inheritance filter process.
8803         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8804         argument GROUP-PARAMS-LIST.
8805         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8807 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8809         * nntp.el (nntp-never-echoes-commands)
8810         (nntp-open-connection-functions-never-echo-commands): New variables.
8811         (nntp-send-command): Use them.
8813 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8815         * mml2015.el (mml2015-epg-verify): Simplify.
8817 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8819         * mml.el (mml-content-disposition-alist): New user option.
8820         (mml-content-disposition): New function.
8821         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8822         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8824 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8826         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8827         verification.
8829 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8831         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8832         articles posted in the last 24 hours.
8834 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8836         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8838 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8840         * nntp.el (nntp-send-command): Don't wait for echoes when
8841         nntp-open-ssl-stream is used.
8843 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8845         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8846         (gnus-message-add-citation-keywords)
8847         (gnus-message-remove-citation-keywords): Remove.
8848         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8849         directly, make the variables in font-lock-defaults buffer-local, add
8850         gnus-message-citation-keywords to them and then update the value of
8851         font-lock-keywords.
8853 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8855         * message.el (message-cite-original-1): Don't call
8856         gnus-article-highlight-citation.
8858         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8859         citations; fix line count.
8861 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8863         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8864         (gnus-message-add-citation-keywords)
8865         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8866         versions of font-lock-add-keywords and font-lock-remove-keywords to
8867         work with XEmacs correctly.
8869 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8871         * gnus-cite.el (gnus-cite-face-list): Set the values of
8872         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8873         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8874         (gnus-message-cite-prefix-regexp): New variable.
8875         (gnus-message-search-citation-line): Use it; protect against long
8876         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8877         the 0th match data for Emacs.
8878         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8879         (gnus-message-add-citation-keywords): Append keywords rather than
8880         prepending; emulate font-lock-add-keywords if it is not available.
8881         (gnus-message-remove-citation-keywords):
8882         Emulate font-lock-remove-keywords if it is not available.
8884         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8886         * message.el (message-cite-prefix-regexp): Set the value of
8887         gnus-message-cite-prefix-regexp.
8889 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8891         * nnweb.el (nnweb-google-parse-1): Update parser.
8893 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8895         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8897 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8899         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8900         regexp.
8902 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8904         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8905         string-to-multibyte.
8906         (uudecode-decode-region-internal): Use it.
8908 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8910         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
8911         Fix custom choice.
8913         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8915 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8917         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8919         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8920         `write-region' to respect `mm-inhibit-file-name-handlers'.
8922 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8924         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8925         Use gnus-home-directory instead of "~/" or "$HOME".
8927 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8929         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8930         to mention filename.
8931         Add comments at beginning regarding usage.
8932         (encrypt-write-file-contents): Change interactive so a string is
8933         acceptable.  If the file has no associated model, show an error instead
8934         of a nonsense prompt.
8936 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8938         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8939         Thanks to Yoshihiko Yamada for kind notification of this typo.
8941 2007-01-12  Kenichi Handa  <handa@m17n.org>
8943         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8944         multibyte buffer.
8946 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8948         * gnus-score.el (gnus-score-fast-scoring): New variable.
8949         (gnus-score-headers): Use it.
8951         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8953         * message.el (message-cite-original-1):
8954         Call gnus-article-highlight-citation if requested.
8955         (message-make-from): Allow name and address as optional arguments.
8957         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8959         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8960         bugs to doc string.
8961         (gnus-button-alist): Add mid\\|message-id.
8962         (gnus-button-fetch-group): Extend for use in
8963         `browse-url-browser-function'.
8964         (gnus-button-url-regexp): Try to catch paired parentheses like in
8965         Wikipedia URLs.
8967         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8968         Suggested by Simon Krahnke <overlord@gmx.li>.
8970 2007-01-13  Romain Francoise  <romain@orebokech.com>
8972         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8973         Update copyright.
8975 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8977         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8979 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8981         * gnus-registry.el (gnus-registry-unfollowed-groups)
8982         (gnus-registry-split-fancy-with-parent): Fix documentation.
8984 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8986         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8987         from nnweb groups.
8989 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8991         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8992         Xref urls.  Erase buffer before requesting head.
8994         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8996 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8998         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8999         customizable.
9001 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9003         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9004         no signing key is found.
9005         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9006         no encrypting and/or signing key is found.
9008 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9010         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9012 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9014         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9015         headers read from disk with the ones newly found in the current search.
9016         This should no longer cause problems, because the article numbers in
9017         Gmane's `nov.php' output are ignored since the previous change.
9019 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9021         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9023 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9025         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9027 2007-01-01  Romain Francoise  <romain@orebokech.com>
9029         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9031 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9033         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9034         `define-minor-mode' macro definition expanded properly.
9035         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9036         exclude it there.
9038         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9039         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9040         `fboundp' test.
9041         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9042         This is OK to autoload in (S)XEmacs now.
9044 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9046         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9047         keystroke.
9048         (gnus-summary-limit-to-singletons): Fix typo.
9050         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9051         else fails.
9053 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9055         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9056         docstring.
9058         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9059         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9060         (gnus-summary-insert-dormant-articles): Fix typo in message.
9062 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9064         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9065         nil for XEmacs.
9066         (gnus-message-citation-mode): Don't autoload in XEmacs.
9068         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9070 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9072         * nnimap.el (nnimap-expunge-search-string):
9073         Mention nnimap-search-uids-not-since-is-evil in docstring.
9075 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9077         * spam.el: Revert to make-obsolete-variable because
9078         define-obsolete-variable-alias is not supported in Emacs 21.
9080         * spam.el (spam-ifile-path, spam-ifile-database-path)
9081         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9082         make-obsolete-variable.
9083         (spam-bsfilter-path, spam-bsfilter-program)
9084         (spam-spamassassin-path, spam-spamassassin-program)
9085         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9086         Don't use "path" inappropriately.
9087         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9088         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9089         variable names.
9091 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9093         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9094         summary buffer.
9096         * password.el (password-cache-remove): Use clear-string to burn
9097         password, if available.
9099 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9101         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9103         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9105         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9106         (gnus-message-highlight-citation): Move defcustom here from
9107         gnus-cite.el.
9108         (gnus-message-citation-mode): Autoload.
9110         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9111         checks to make it compile with XEmacs.
9112         (gnus-message-citation-mode): New minor mode.
9113         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9114         (gnus-message-highlight-citation): New variables.
9115         (gnus-message-search-citation-line)
9116         (gnus-message-add-citation-keywords)
9117         (gnus-message-remove-citation-keywords)
9118         (turn-on-gnus-message-citation-mode)
9119         (turn-off-gnus-message-citation-mode): New functions.
9121 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9123         * gnus-cite.el: Enable highlighting of different citation levels in
9124         message-mode.
9126 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9128         * message.el (message-make-fqdn): Fix comment.
9129         (message-bogus-system-names): Add ".local".
9131         * spam.el (spam-ifile-path, spam-ifile-program)
9132         (spam-ifile-database-path, spam-ifile-database)
9133         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9134         Don't use "path" inappropriately.
9135         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9136         strings.
9137         (spam-check-ifile, spam-ifile-register-with-ifile)
9138         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9139         Use new variable names.
9141         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9142         (gnus-treat-display-smileys): Simplify using
9143         gnus-image-type-available-p.
9145         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9146         available.
9148 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9150         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9151         one after turning on the buffer's multibyteness instead of decoding
9152         them directly in the unibyte buffer that causes unexpected conversion
9153         in Emacs 23 (unicode).
9155 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9157         * message.el (message-generate-hashcash): Fix custom type.
9159 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9161         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9163 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9165         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9166         disconnect icons.  Add help text.
9168 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9170         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9171         negated to be consistent with the others we handle.
9173 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9175         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9176         version of gnus-summary-buffer to something, so that we can use two
9177         article buffers at the same time.
9179 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9181         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9182         trigger all the extra headers.
9183         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9184         sorting.
9186 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9188         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9189         solid groups.
9191 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9193         * legacy-gnus-agent.el: Add Copyright notice.
9195 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9197         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9199 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9201         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9203         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9204         to make it work reliably in CVS Emacs.
9205         (gnus-summary-limit-strange-charsets-predicate)
9206         (gnus-summary-limit-to-predicate): New functions.
9208 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9210         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9211         specifying array size.
9212         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9213         array if it is too small.
9214         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9215         (gnus-sort-threads-loop): New function.
9217 2006-12-06  Chris Moore  <dooglus@gmail.com>
9219         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9220         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9222 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9224         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9225         options.
9227 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9229         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9230         DOS-ing the recipient.
9232         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9233         the headers when creating the mapping to avoid mismappings.
9234         (nnweb-gmane-create-mapping): Always nix out old mapping.
9236 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9238         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9239         and mm-verify-option to never.
9241 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9243         * message.el (message-signed-or-encrypted-p): New function.
9244         (message-forward-make-body): Use it.
9246         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9247         Replace encode-coding-string with mm-encode-coding-string.
9249 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9251         * nneething.el (nneething-decode-file-name):
9252         Replace decode-coding-string with mm-decode-coding-string.
9254         * gnus-int.el (gnus-open-server): Say failed server's name.
9256 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9258         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9259         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9261         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9262         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9263         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9264         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9265         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9266         (gnus-subscribe-newsgroup, gnus-1):
9267         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9268         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9269         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9270         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9272 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9274         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9275         keystroke.
9276         (gnus-summary-limit-to-bodies): Implement headersp.
9278 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9280         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9282 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9284         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9286 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9288         * message.el (message-generate-hashcash): Expand range of values to
9289         include `opportunistic'.
9290         (message-send-mail): Use it.
9292 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9294         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9295         and comment it.
9297         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9299 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9301         * gnus-util.el (gnus-extract-address-components): Improve comment.
9303 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9305         * gnus-util.el (gnus-extract-address-components): Work with address in
9306         which the name portion contains @.
9308 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9310         * gnus.el (gnus-start): Move custom group up.
9311         (gnus-select-method): Don't autoload, but make it available for
9312         `customize-variable'.
9313         (gnus-getenv-nntpserver): Don't autoload.
9315 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9317         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9319 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9321         * message.el (message-sendmail-extra-arguments): New variable.
9322         (message-send-mail-with-sendmail): Use it.
9324 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9326         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9327         mm-with-unibyte-current-buffer to make string unibyte.
9329         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9330         mm-string-as-multibyte.
9332 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9334         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9335         Reported by Werner Koch <wk@gnupg.org>.
9337 2006-11-14  Daiki Ueno  <ueno@p360>
9339         * mml2015.el: Autoload epa-select-keys when compiling.
9341 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9343         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9344         message-options.
9345         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9347 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9349         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9350         EasyPG (< 0.0.6).
9351         (mml2015-always-trust): New user option.
9352         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9353         prompt.
9355 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9357         * nntp.el (nntp-authinfo-force): New variable.
9358         (nntp-send-authinfo): Use it.
9360 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9362         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9363         decode encoded words.  Improve prompt.  Add comment about forwarding.
9364         (message-replacement-char): Move up.
9366 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9368         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9369         instead of gnus-intersection because arguments of gnus-sorted-nunion
9370         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9372 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9374         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9375         (message-simplify-subject-functions):
9376         Enable message-strip-subject-encoded-words by default.
9378 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9380         * message.el (message-strip-subject-encoded-words): New function.
9381         (message-simplify-subject-functions): New variable.
9382         (message-simplify-subject): Use it.  Fix typo in doc string.
9383         Support message-strip-subject-encoded-words.
9385 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9387         * gnus-diary.el (gnus-diary-delay-format-function):
9388         * nndiary.el (nndiary-reminders):
9389         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9391 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9393         * gnus-art.el (article-hide-boring-headers): Fetch date from
9394         gnus-original-article-buffer to avoid problems with localized date
9395         strings.
9397 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9399         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9401 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9403         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9404         New variables.
9405         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9406         (mm-charset-synonym-alist): Move some entries to
9407         mm-codepage-iso-8859-list.
9408         (mm-charset-synonym-alist, mm-charset-override-alist):
9409         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9411 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9413         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9415 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9417         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9418         with Emacs 21 and XEmacs.
9420 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9422         * spam.el (spam-parse-address): New function for better parsing,
9423         catching errors, etc.
9424         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9426 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9428         * mm-view.el: Add interactive arg to html2text autoload.
9430 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9432         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9434 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9436         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9437         New variables.
9438         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9439         (mm-charset-synonym-alist): Move some entries to
9440         mm-codepage-iso-8859-list.
9442         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9444 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9446         * message.el (message-citation-line-format)
9447         (message-insert-formated-citation-line): Fix implementation of %E, %N
9448         and %n according to the doc string.
9450 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9452         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9453         Use car-safe to avoid bad parses.
9455 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9457         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9458         names.
9460         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9462 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9464         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9465         header.
9467         * message.el (message-draft-headers): Add Date.
9468         (message-headers-to-generate): Fix typo in docstring.
9470         * nndraft.el (nndraft-required-headers): New variable.
9471         (nndraft-generate-headers): Use it.
9473         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9475 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9477         * gnus-registry.el (gnus-registry-wash-for-keywords)
9478         (gnus-registry-find-keywords): New functions to allow easy searching of
9479         articles that are in the registry.
9481 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9483         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9484         Use ietf-drums-parse-address instead of gnus-extract-address-components.
9485         Reported by Damien Elmes <damien@repose.cx>.
9487 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9489         * gnus.el (gnus-mime): Remove unused custom group.
9491 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9493         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9494         "blank line" when searching for end of armor headers.
9496 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9498         * gmm-utils.el (gmm-write-region): Fix variable name.
9500 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9502         * gmm-utils.el (gmm-write-region): New function based on compatibility
9503         code from `mm-make-temp-file'.
9505         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9507         * nnmaildir.el (nnmaildir--update-nov)
9508         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9509         Use `gmm-write-region'.
9511 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9513         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
9514         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9516         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9518         * message.el (message-replacement-char): New variable.
9519         (message-fix-before-sending): Use it.
9520         (message-simplify-subject): New function to remove duplicate code.
9521         (message-reply, message-followup): Use it.
9523         * gnus-sum.el (gnus-summary-make-menu-bar):
9524         Clarify gnus-summary-limit-to-articles.
9526 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9528         * gnus-util.el (gnus-with-local-quit): New macro.
9530         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9532 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9534         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9535         ignore non-string data.
9537 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9539         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9540         non-string data (needs to be done in the registry too).
9542 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9544         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9545         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9546         (gnus-registry-split-fancy-with-parent)
9547         (gnus-registry-fetch-simplified-message-subject-fast)
9548         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9549         Remove text properties on ingress into the registry and when it's saved.
9550         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9551         registry from entries with no groups.
9553 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9555         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9556         function to remove string properties.
9558 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9560         * gmm-utils.el (gmm): Adjust custom version.
9562         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
9563         Adjust custom version.
9565         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9567 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9569         * gnus-art.el (gnus-insert-prev-page-button)
9570         (gnus-insert-next-page-button): Simplify.  Reformat.
9572 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9574         * gnus-art.el (gnus-insert-prev-page-button)
9575         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9577 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9579         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9581 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9583         * gnus-art.el (gnus-insert-mime-button)
9584         (gnus-insert-mime-security-button):
9585         Apply gnus-article-button-face to MIME and security buttons.
9587 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9589         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9590         readable.
9592 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9594         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9595         `browse-url-of-file' instead of `browse-url'.
9597 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9599         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9600         regexp.  Articles containing quotation were cut prematurely.
9602 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9604         * message.el (message-cite-original-1): Use nobody by default for the
9605         value of From header.
9606         (message-reply): Ditto.
9608 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9610         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9611         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9612         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9614 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9616         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9617         mails in the doc string.  Add some URLs in comment.
9618         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9620 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9622         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9623         backslashes handling and the way to find boundaries of quoted strings.
9625 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9627         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9628         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9629         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9630         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9632 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9634         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9635         doc string.
9636         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9638 2006-09-06  Simon Josefsson  <jas@extundo.com>
9640         * mml2015.el (mml2015-use): Doc fix, mention epg.
9642 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9644         * mml2015.el (mml2015-use): Default to epg, if available.
9646 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9648         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9649         message-sender.
9650         (mml1991-epg-encrypt): Ditto.
9651         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9652         message-sender.
9653         (mml2015-epg-encrypt): Ditto.
9655 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9657         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9658         several common directories.
9660 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9662         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9663         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9665 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9667         * gnus-art.el (article-decode-encoded-words): Make it fast.
9669 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9671         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9673         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9674         in quoted string into `\'.
9676 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9678         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9679         Use standard-syntax-table.
9681 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9683         * gnus-art.el (gnus-decode-address-function): New variable.
9684         (article-decode-encoded-words): Use it to decode headers which are
9685         assumed to contain addresses.
9686         (gnus-mime-delete-part): Remove useless `or'.
9688         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9689         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9690         (gnus-nov-parse-line): Use it to decode From header.
9691         (gnus-get-newsgroup-headers): Ditto.
9692         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9694         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9695         (mail-decode-encoded-address-string): New alias.
9697         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9698         New function.
9699         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9700         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9701         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9702         (rfc2047-decode-string): Ditto.
9703         (rfc2047-decode-address-region): New function.
9704         (rfc2047-decode-address-string): New function.
9706 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9708         * message.el (message-caesar-buffer-body): Allow rotating headers.
9710         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9712         * message.el (message-insert-formated-citation-line): Fix %f.
9713         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9715 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9717         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9718         (gnus-bookmark-mouse-available-p): New macro.
9719         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9720         (gnus-bookmark-bmenu-show-infos): Use it.
9721         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9722         (gnus-bookmark-bmenu-hide-infos): Ditto.
9723         (gnus-bookmark-remove-properties): New function.
9724         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9725         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9726         (gnus-bookmark-write-file): Bind coding-system-for-write.
9727         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9728         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9729         group before selecting it.
9730         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9731         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9732         quit-window if it is not available; use gnus-mouse-2 and bind it to
9733         gnus-bookmark-bmenu-select-by-mouse.
9734         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9735         (gnus-bookmark-bmenu-select-by-mouse): New function.
9737 2006-08-13  Romain Francoise  <romain@orebokech.com>
9739         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9740         space.
9742 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9744         * compface.el (uncompface): Use binary rather than raw-text-unix.
9746 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9748         * compface.el (uncompface): Make sure the eol conversion doesn't take
9749         place when communicating with the external programs.
9750         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9752 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9754         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9756 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9758         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9759         Make it more robust by parsing author and date independently.
9761 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9763         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9765 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9767         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9768         first matching secret key.
9769         (mml2015-epg-encrypt): Ditto.
9771         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9772         first matching secret key.
9773         (mml1991-epg-encrypt): Ditto.
9775         * mml2015.el (mml2015-encrypt-to-self): New user option.
9776         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9777         mml2015-epg-encrypt-to-self is set.
9779         * mml1991.el (mml1991-encrypt-to-self): New variable.
9780         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9781         mml1991-epg-encrypt-to-self is set.
9783         * mml2015.el (mml2015-signers): New user option.
9784         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9785         (mml2015-epg-encrypt): Allow to select signing keys.
9787         * mml1991.el (mml1991-signers): New variable.
9788         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9789         (mml1991-epg-encrypt): Allow to select signing keys.
9791 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9793         * nnheader.el (nnheader-insert-head): Make it work even if the file
9794         uses CRLF for the line-break code.
9796 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9798         * mml2015.el: Require mml-sec instead of password.
9799         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9800         (mml2015-cache-passphrase): Inherit the default value from
9801         mml-secure-cache-passphrase.
9802         (mml2015-passphrase-cache-expiry): Inherit the default value from
9803         mml-secure-passphrase-cache-expiry.
9805         * mml1991.el: Require mml-sec instead of password.
9806         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9807         (mml1991-cache-passphrase): Inherit the default value from
9808         mml-secure-cache-passphrase.
9809         (mml1991-passphrase-cache-expiry): Inherit the default value from
9810         mml-secure-passphrase-cache-expiry.
9812         * mml-sec.el: Require password.
9813         (mml-secure-verbose): New user option.
9814         (mml-secure-cache-passphrase): New user option.
9815         (mml-secure-passphrase-cache-expiry): New user option.
9817 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9819         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9820         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9821         andreas@altroot.de (Andreas Vögele).
9823         FIXME: Use `tiny change'?
9825 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9827         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9828         workaround for the url package included with Emacs.
9830         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9832 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9834         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9835         correctly.  This fixes a bug caused by the 2006-05-12 change.
9837 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9839         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9840         some information about the error when saying that the `bogus' mail
9841         group will be used.
9843 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9845         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9846         string.
9848 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9850         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9852 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9854         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9856 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9858         * mml1991.el (mml1991-function-alist): Add epg.
9859         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9860         (mml1991-epg-encrypt): New functions.
9862 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9864         * mml2015.el (mml2015-verbose): New variable.
9865         (mml2015-cache-passphrase): Ditto.
9866         (mml2015-passphrase-cache-expiry): Ditto.
9867         (mml2015-function-alist): Add epg.
9868         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9869         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9870         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
9871         New functions.
9873 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9875         * message.el (message-cite-original-1): Preserve region when removing
9876         quoted text due to X-No-Archive in order to avoid bogus attribution
9877         when citing multiple messages.
9879 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9881         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
9882         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
9884 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9886         * gnus-diary.el (gnus-user-format-function-d)
9887         (gnus-user-format-function-D): Autoload.
9889         * imap.el (Commentary): Fix typo.
9891         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9892         2006-04-22 contribution.
9894 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9896         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9897         It didn't really fix the bogosity I'm seeing with solid web groups.
9899 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9901         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9902         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9903         created using server names.  If we use the feature without declaring
9904         it, Gnus does not properly manage server and group state.
9906         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9907         bound.
9909 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9911         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9912         looking up the method using GROUP's prefix before inventing a new one.
9913         It is used on killed/unknown groups in various places where returning
9914         an all-new method isn't expected by the caller.
9916         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9917         and match semantics of gnus-group-real-prefix.
9919 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9921         * nnmail.el (nnmail-broken-references-mailers): New variable.
9922         (nnmail-ignore-broken-references): New function generalizing
9923         nnmail-fix-eudora-headers.
9924         (nnmail-fix-eudora-headers): Now obsolete.
9926         * gnus-art.el (gnus-button-handle-custom):
9927         Support `customize-apropos*'.
9929 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9931         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9933         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9934         articles.
9936 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9938         * message.el (message-cite-reply-above): New variable.
9939         (message-yank-original): Use it.
9941 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9943         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9945 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9947         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9948         as read.
9950         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9952 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9954         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9955         (gnus-bookmark-default-file): Use gnus-directory.
9956         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9957         Remove "*" in doc string.
9958         (gnus-bookmark-write-file): Simplify.
9959         (gnus-bookmark-maybe-sort-alist): Use `when'.
9960         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9961         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
9962         Add FIXME about Emacs 21 and XEmacs compatibility.
9963         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9964         compatibility.
9965         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9966         compatibility.
9967         (gnus-bookmark-menu-heading): Fix version.
9969 2006-06-19  Bastien Guerry  <bzg@altern.org>
9971         * gnus-bookmark.el: New file.
9973 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9975         * message.el (message-syntax-checks): Doc fix.
9977 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9979         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9980         unsubscribed groups as if they were killed ones.  It causes duplicate
9981         entries in gnus-newsrc-alist.
9983 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9985         * message.el (message-syntax-checks): Doc fix.
9986         (message-send-mail): Add check for continuation headers.
9987         (message-check-news-header-syntax): Fix regexp used to check for
9988         continuation headers.
9990 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9992         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9994 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9996         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9998 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10000         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10001         default-truncate-lines.
10003 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10005         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10006         to fill the utf-8 entry.
10008 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10010         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10012 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10014         * gnus-agent.el (directory-files-and-attributes): Move all the way
10015         forward (the third and final move).
10016         (gnus-agent-read-agentview): Trap reconstruction errors due to
10017         nonexistent directory.  Handle by returning nil.
10019 2006-05-30  Didier Verna  <didier@xemacs.org>
10021         * message.el (message-dont-reply-to-names): Update the custom type.
10022         * message.el (message-dont-reply-to-names): New defsubst: potentially
10023         convert a list of regexps into a single one.
10024         * message.el (message-get-reply-headers): Use it.
10025         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10027 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10029         * gnus-agent.el (directory-files-and-attributes): Move forward.
10031 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10033         * gnus-ml.el (gnus-mailing-list-subscribe)
10034         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10035         (gnus-mailing-list-message): Fix doc strings.
10037 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10039         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10040         of doing it manually.
10042 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10044         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10045         comment.
10047 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10049         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10050         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10051         (gnus-agent-read-local): All symbols allocated in my-obarray.
10052         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10053         (gnus-agent-regenerate-group): Check numeric names to see if they are
10054         messages or groups.
10055         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10056         better way of do this...)
10058         * gnus-cache.el (gnus-agent-total-fetched-for):
10059         Ignore 'dummy.group' (there should be a better way of do this...)
10061 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10063         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10064         (gnus-saved-headers): Ditto.
10065         (gnus-default-article-saver): Mention functions may have properties.
10066         (gnus-article-save): Override gnus-save-all-headers and
10067         gnus-saved-headers by :headers property which saver function may have.
10068         (gnus-summary-save-in-file): Add :headers property.
10069         (gnus-summary-write-to-file): Ditto.
10071         * gnus-sum.el (gnus-summary-save-article): Bind
10072         gnus-prompt-before-saving to t when saving many articles in a file;
10073         always show all headers.
10075 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10077         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10078         marks.
10080         * message.el (message-indent-citation): Add optional arguments to allow
10081         using it outside of message buffers.
10083         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10084         (gnus-article-treat-unfold-headers): Use it.
10085         (gnus-article-truncate-lines): New variable.
10086         (gnus-article-mode): Use it.
10087         (gnus-article-toggle-truncate-lines): New function.
10089         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10090         Add gnus-article-toggle-truncate-lines.
10092         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10093         coding system in XEmacs, use binary.
10095 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10097         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10098         after-load-alist.
10100         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10101         this function should save decoded articles.
10102         (gnus-summary-write-to-file): Use property to specify this function
10103         should save decoded articles and specify gnus-summary-save-in-file
10104         should be used to save articles other than the first one when saving
10105         many articles.
10106         (gnus-summary-save-body-in-file): Use property to specify this
10107         function should save decoded articles.
10108         (gnus-summary-write-body-to-file): Use property to specify this
10109         function should save decoded articles and specify
10110         gnus-summary-save-body-in-file should be used to save articles other
10111         than the first one when saving many articles.
10113         * gnus-sum.el (gnus-summary-save-article): Simplify.
10115 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10117         * gnus-art.el (gnus-default-article-saver):
10118         Add gnus-summary-write-body-to-file.
10119         (gnus-article-save-coding-system): Don't use coding system object
10120         in XEmacs.
10121         (gnus-read-save-file-name): Add optional `dir-var' argument which
10122         specifies directory in which files are saved; work even if optional
10123         `variable' argument is not specified.
10124         (gnus-summary-write-to-file): Read file name.
10125         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10126         (gnus-summary-write-body-to-file): New function.
10128         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10129         (gnus-summary-local-variables): Add it.
10130         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10131         (gnus-summary-save-article): Remove optional `decode' argument;
10132         determine whether to decode articles by the value of
10133         gnus-default-article-saver; when saving many files using
10134         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10135         it first and use gnus-summary-save-in-file or
10136         gnus-summary-save-body-in-file thereafter unless
10137         gnus-prompt-before-saving is always; move point to article which
10138         will be saved.
10139         (gnus-summary-save-article-file): Revert.
10140         (gnus-summary-write-article-file): Revert.
10141         (gnus-summary-save-article-body-file): Revert.
10142         (gnus-summary-write-article-body-file): New function.
10144 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10146         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10148 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10150         * gnus-art.el (gnus-default-article-saver): Doc fix.
10151         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10152         from gnus-summary-save-article-coding-system, and default to a
10153         certain coding system.
10154         (gnus-output-to-file): Add coding cookie and encode text according
10155         to gnus-article-save-coding-system; don't use mm-append-to-file.
10157         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10158         gnus-art.el and rename to gnus-article-save-coding-system.
10159         (gnus-summary-save-article): Require gnus-art; don't show all
10160         headers if it decodes articles; don't add coding cookie here;
10161         don't bind mm-text-coding-system-for-write.
10162         (gnus-summary-save-article-file): Save decoded articles.
10163         (gnus-summary-write-article-file): When saving many files, use
10164         gnus-summary-write-to-file first and gnus-summary-save-in-file
10165         thereafter unless gnus-prompt-before-saving is always.
10166         (gnus-summary-save-article-body-file): Save decoded articles.
10168 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10170         * nnrss.el (nnrss-check-group): Bind hash-index.
10172 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10174         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10175         its hash index.  Store this hash in `nnrss-group-data'.
10176         (nnrss-read-group-data): Update accordingly.
10178 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10180         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10181         entry.
10183         * gnus-sum.el (gnus-summary-make-menu-bar):
10184         Add gnus-article-browse-html-article.
10186 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10188         * gnus-sum.el (gnus-summary-mime-map):
10189         Add gnus-article-browse-html-article.
10191 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10193         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10194         suitable coding systems in customize.
10196 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10198         * mail-source.el (mail-sources): Fix custom type.
10200 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10202         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10203         (gnus-summary-expire-articles-now): Shorten prompt.
10205         * gmm-utils.el (wid-edit): Require.
10206         (defun-gmm): Rename from `gmm-defun-compat'.
10207         (gmm-image-search-load-path): Use it.
10208         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10210 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10212         * gnus-sum.el (gnus-summary-save-article-coding-system):
10213         New variable.
10214         (gnus-summary-save-article): Add optional `decode' argument.
10215         If it is set and gnus-summary-save-article-coding-system is non-nil,
10216         save decoded article.
10217         (gnus-summary-write-article-file): Save decoded article if
10218         gnus-summary-save-article-coding-system is non-nil.
10220         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10221         type.
10223 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10225         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10227 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10229         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10230         first to test gnus-single-article-buffer which may be buffer-local.
10232         * gnus-sum.el (gnus-summary-setup-buffer):
10233         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10234         group; make gnus-article-buffer, gnus-article-current, and
10235         gnus-original-article-buffer always buffer-local.
10236         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10237         group.
10238         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10240 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10242         * nnml.el (nnml-request-compact-group): Compressed files might not
10243         have .gz extension.
10245 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10247         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10248         (mm-copy-to-buffer): Use with-current-buffer.
10249         (mm-display-part): Simplify.
10250         (mm-inlinable-p): Add optional arg `type'.
10252 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10254         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10255         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10256         Try harder to show the attachment internally or externally using
10257         gnus-mime-view-part-as-type.
10259 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10261         * message.el (message-from-style, message-signature-separator)
10262         (message-user-organization-file, message-send-mail-function)
10263         (message-citation-line-function, message-yank-prefix)
10264         (message-indent-citation-function, message-signature)
10265         (message-signature-file, message-signature-insert-empty-line):
10266         Remove autoloads.
10268         * gnus-art.el (gnus-buttonized-mime-types):
10269         Remove "multipart/signed".  Revert 2006-04-26 change.
10271 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10273         * gnus.el (gnus-version-number): Bump version.
10275 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10277         * gnus.el: No Gnus v0.5 is released.
10279 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10281         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10282         fetching articles by message-id.
10284 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10286         * message.el (hashcash): Require hashcash as normal.
10288         * ecomplete.el (ecomplete-highlight-match-line):
10289         Use point-at-eol.
10290         (ecomplete-highlight-match-line): Use `highlight', because that
10291         face exists in both Emacs and XEmacs.
10293         * message.el (message-display-abbrev): Use point-at-bol.
10295         * mail-source.el: Don't require timer/timer-funcs.
10297         * gnus-async.el: Ditto.
10299         * password.el: Ditto.
10301         * mm-url.el: Ditto.
10303         * mm-util.el: Require timer/timer-funcs.
10305 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10307         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10308         Close.
10310 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10312         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10313         unibyte after clear-decrypt function runs.
10315         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10316         returns as a unibyte string.
10318 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10320         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10321         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10322         (mml1991-pgg-encrypt): Ditto.
10324 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10326         * message.el (message-user-organization-file): Check several
10327         locations of the organization file.
10329         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10330         Add gnus-article-view-part-as-type.
10332         * gnus-art.el (gnus-article-view-part-as-type): New function.
10334         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10335         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10337         * mml.el: Simplify autoload.
10338         (mml-mode): defvar dnd-protocol-alist instead of using
10339         symbol-value.
10340         (mml-default-directory): New variable.
10341         (mml-minibuffer-read-file): Use it.
10342         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10344         * message.el (message-citation-line-format): New variable.
10345         (message-insert-formated-citation-line): New function.
10346         (message-citation-line-function):
10347         Add `message-insert-formated-citation-line' to custom type.
10349         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10350         to doc string.
10352         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10353         depending on mm-verify-option.
10355 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10357         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10358         binding pgg-* variables; reimplement the section which prevents
10359         MIME header from being signed.
10360         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10361         pgg-text-mode; remove a blank line at the top of body.
10363         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10364         lines at the top of body; use gnus-newsgroup-charset if there's no
10365         Charset header.
10367 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10369         * message.el (message-self-insert-commands): Doc fix.
10371         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10372         (mm-uu-pgp-encrypted-test): Ditto.
10373         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10374         between header and body; return application/pgp-encrypted handle
10375         if decryption failed; decode decrypted body by charset.
10377         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10378         element match to application/pgp-*.
10380 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10382         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10383         HTML.
10385 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10387         * mail-source.el (mail-source-call-script): Message the error
10388         string.
10390 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10392         * gnus-util.el (gnus-byte-compile): Use it.
10394 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10396         * gnus-util.el (kill-empty-logs): New function.
10398 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10400         * message.el (message-mail-alias-type): Doc fix.
10401         (message-mail-alias-type-p): New function.
10402         (message-send): Use it.
10403         (message-mode): Ditto.
10404         (message-strip-forbidden-properties): Ditto.
10406         * ecomplete.el (ecomplete-database-file-coding-system):
10407         New variable.
10408         (ecomplete-save): Use it.
10409         (ecomplete-setup): Use it.
10411 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10413         * message.el (message-self-insert-commands): New variable.
10414         (message-strip-forbidden-properties): Use it.
10416 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10418         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10419         that doesn't make XEmacs choke.
10421 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10423         * gnus-util.el (gnus-replace-in-string):
10424         Prefer replace-regexp-in-string over of replace-in-string.
10426 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10428         * gnus-util.el (gnus-select-frame-set-input-focus):
10429         Use select-frame-set-input-focus if it is available in XEmacs; use
10430         definition defined in Emacs 22 for old Emacsen.
10432 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10434         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10436 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10438         * gnus-registry.el (gnus-registry-cache-save): Remove text
10439         properties when saving via the temp buffer.
10441 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10443         * message.el (message-generate-hashcash): Honor custom type.
10445 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10447         * message.el (message-generate-hashcash): Default to non-nil when
10448         hashcash is found.
10450         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10451         (gnus-refer-thread-limit): Increase default to 500.
10453         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10455         * flow-fill.el (fill-flowed): Allow delete-space.
10457 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10459         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10460         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10461         Remove autoloads.
10463 2006-04-18  Simon Josefsson  <jas@extundo.com>
10465         * message.el (message-generate-hashcash): Default to.
10467 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10469         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10470         concatenating segments rather than before concatenating them.
10472 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10474         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10476         * imap.el (imap-quote-specials): New function.
10477         (imap-login-auth): Quote specials.
10479 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10481         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10483         * message.el (message-forward-make-body-plain):
10484         Allow message-forward-ignored-headers to be a list.
10485         (message-remove-ignored-headers): Factor out into function.
10486         (message-forward-make-body-mml): Use it.
10487         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10488         (rfc2231-parse-string): Allow concatanation of parameters that
10489         aren't contiguous.  The test case is
10490           (mail-header-parse-content-type "message/external-body;
10491             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10492             access-type=LOCAL-FILE;
10493             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10495 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10497         * nntp.el (nntp-accept-process-output): Return the value of
10498         `nnheader-accept-process-output'.
10500 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10502         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10503         (gnus-button-alist): Recognize more diff formats.
10504         (gnus-button-patch): Strip directory.
10506 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10508         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10509         Emacs 22 when setting focus.
10511 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10513         * gnus-art.el (gnus-article-treat-types): Do treatment of
10514         text/x-verbatim parts.
10515         (gnus-button-patch): New command.
10517         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10518         addresses that contain invalid characters.
10520 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10522         * message.el (message-put-addresses-in-ecomplete):
10523         Use gnus-replace-in-string.
10524         (message-is-yours-p): Use the more correct
10525         mail-header-parse-address instead of
10526         mail-extract-address-components.
10527         (message-put-addresses-in-ecomplete): Fix typo.
10529         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10530         keystroke.
10532         * gnus-art.el (gnus-treatment-function-alist): Change order of
10533         newsgroups/generic header folding to avoid double-folding.
10535         * message.el (message-hidden-headers): Add X-Draft-From.
10537         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
10538         New command.
10539         (gnus-summary-repeat-search-article-backward): New command.
10541         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10542         groups in the parent topic.
10544 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10546         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10547         (spam-extra-header-to-number): Return the CRM114 number as a
10548         number instead of a string.
10550 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10552         * gnus-art.el (gnus-face-properties-alist): Move here from
10553         gnus-fun.
10555         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10557 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10559         * message.el (message-strip-forbidden-properties): Only display on
10560         self-insert-command.
10562         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10563         reindent.
10564         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10566 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10568         * smiley.el (smiley-style): Fix typo.
10570 2006-03-23  Kenichi Handa  <handa@m17n.org>
10572         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
10573         instead of set-buffer-multibyte.
10575 2006-03-23  Kenichi Handa  <handa@m17n.org>
10577         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10578         buffer and then decode the buffer text if necessary.
10579         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10580         first, and after mm-encode-body, change the buffer to unibyte.
10582 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10584         * hashcash.el (hashcash-insert-payment-async-2):
10585         Use message-goto-eoh instead of doing it manually.
10586         (mail-add-payment): Use message-narrow-to-header instead of trying
10587         to do the same itself.
10589         * message.el (message-hidden-headers): Add Face.
10591         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10592         reparenting code.
10593         (gnus-summary-reparent-children): Refactored out code.
10594         (gnus-summary-thread-map): New keystroke.
10595         (gnus-summary-reparent-children): Make into command.
10597         * smiley.el (smiley-style): Default to `medium' if using a large
10598         font.
10600         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10601         does it itself.
10603         * message.el (message-point-in-header-p): Simplify definition.
10605 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10607         * nnagent.el (nnagent-request-set-mark): Silence log file
10608         writing.
10609         (nnagent-request-set-mark): Use write-region instead of
10610         append-to-file.
10612         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10613         strange select method.
10615         * ecomplete.el (ecomplete-display-matches): Get highlightling
10616         right.
10617         (ecomplete-display-matches): Use literals.
10618         (ecomplete-display-matches): Disable message logging.
10620         * message.el (message-display-abbrev): Small optimization.
10622         * ecomplete.el (ecomplete-display-matches): Allow automatic
10623         display.
10625         * message.el (message-strip-forbidden-properties):
10626         Display abbrevs.
10627         (message-display-abbrev): Get automatic display right.
10629         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10630         keystrokes.
10632 2006-04-13  Romain Francoise  <romain@orebokech.com>
10634         TODO: Backport to v5-10!
10636         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10637         Move here (and rename) from gnus-registry.el.
10639         * gnus-registry.el: Require gnus-util.
10640         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10642 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10644         * gnus-group.el (gnus-group-catchup-current):
10645         Change if-then-else-if-then-else into cond.
10646         (gnus-group-catchup): Indent.
10647         (group-name-at-point): New function.
10648         (gnus-fetch-group): Provide default from thing at point.
10650 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10652         * message.el (message-display-abbrev): Fix regexp.
10654         * ecomplete.el (ecomplete-highlight-match-line):
10655         Reimplement choosing.
10656         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10657         dead variables.
10659         * message.el (message-newline-and-indent): Remove debugging.
10660         (message-display-abbrev): Use new implementation.
10662 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10664         * gnus-art.el (gnus-article-mode):
10665         Set cursor-in-non-selected-windows to nil.
10667         * smiley.el: Revert previous change.
10668         (smiley-data-directory): defvar it before using it in the
10669         defcustom of `smiley-style'.
10671 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10673         * message.el (message-newline-and-indent): New function.
10675         * ecomplete.el: Implement more bits.
10677         * message.el (message-put-addresses-in-ecomplete): Clean up the
10678         string.
10680         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10682         * gnus-sum.el (gnus-summary-save-parts):
10683         Bind gnus-summary-save-parts-counter and use it to make unique file
10684         names.
10686         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10688         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10689         parameter to say whether to actually parse the individual
10690         addresses.
10692         * message.el (message-put-addresses-in-ecomplete): New function.
10693         (ecomplete): Require.
10694         (message-mail-alias-type): Add ecomplete as an option.
10696 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10698         * flow-fill.el (fill-flowed): Remove trailing space from blank
10699         quoted lines.
10701 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10703         * smiley.el (smiley-style): Move definition later to avoid a
10704         compilation warning.
10706 2006-04-12  Kenichi Handa  <handa@m17n.org>
10708         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10709         buffer and then decode the buffer text if necessary.
10710         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10711         first, and after mm-encode-body, change the buffer to unibyte.
10712         Use mm-disable-multibyte instead of set-buffer-multibyte.
10714 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10716         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10717         Content-Type header instead of Content-Disposition header.
10718         (gnus-mime-inline-part): Ditto.
10719         (gnus-mime-view-part-as-charset): Ignore charset that the part
10720         specifies.
10722         * mm-decode.el (mm-display-part): Work with external parts and
10723         usual parts similarly.
10725         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10726         instead of gnus-display-mime.
10728         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10729         instead of with-temp-buffer.
10731         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10732         tag to summarized topics part in order to encode non-ASCII text.
10734 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10736         * smiley.el (smiley-style): New variable.
10737         (smiley-directory): New function.
10738         (smiley-data-directory): Derive from `smiley-style' using
10739         `smiley-directory'.
10740         (smiley-regexp-alist): Add new entries.
10742         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10743         (gnus-article-browse-delete-temp): Add :version.
10745 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10747         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10748         the sieve region.
10750 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10752         * gnus.el (gnus-version-number): Bump version.
10754 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10756         * gnus.el: No Gnus v0.4 is released.
10758 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10760         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10761         layout.
10763         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10764         unknown charset.
10766         * message.el (message-header-synonyms): Add Original-To to the
10767         default.
10769         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10770         optional parameter.
10772 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10774         * gnus-fun.el (gnus): Require it for gnus-directory.
10776 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10778         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10780 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10782         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10784 2006-04-05  Simon Josefsson  <jas@extundo.com>
10786         * password.el (password-reset): New function.
10788 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10790         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
10791         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10793 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10795         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10796         Some whitespace was matched into the url, which broke browsing hits
10797         > 100 when mm-url-use-external was nil.
10799 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10801         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
10802         Check gnus-extra-headers for 'Newsgroups.
10804         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10805         bound.
10807 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10809         * pgg-gpg.el: Clean up process buffers every time gpg processes
10810         complete.
10812 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10814         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10815         doc string.
10817 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10819         * pgg-gpg.el (pgg-gpg-process-filter)
10820         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10822         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10823         lines, temporary fix.
10825 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10827         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10829 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10831         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10832         default-enable-multibyte-characters.  This reverts the change from
10833         revision 6.17 which is no longer necessary because the passphrase
10834         is sent separately now.  GnuPG messages are unreadable under
10835         multibyte locales with default-enable-multibyte-characters set to
10836         nil.
10838 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10840         * message.el (message-tool-bar-gnome): Move "spell".
10842 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10844         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10845         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10846         instead.
10848 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10850         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
10851         Improve newsgroups handling for NNTP overviews which don't include
10852         Newsgroups.
10854 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10856         * message.el (message-resend): Bind message-generate-hashcash to nil.
10858 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10860         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10861         when searching for already-paid recipients.
10863 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10865         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10866         passphrases when it is not needed.
10867         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10868         passphrase stuff from gpg, should only be necessary when you use
10869         gpg with a smartcard.
10871 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10873         * mml.el (mml-insert-mime): Ignore cached contents of
10874         message/external-body part.
10876         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10877         (mm-insert-part): Ditto.
10879 2006-03-23  Simon Josefsson  <jas@extundo.com>
10881         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10882         Reiner.
10883         (pgg-gpg-use-agent-p): Use it again.
10885 2006-03-23  Simon Josefsson  <jas@extundo.com>
10887         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10888         older emacsen.
10889         (pgg-gpg-use-agent-p): Don't use it.
10891 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10893         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10894         if we can.
10896 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10898         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10899         (pgg-gpg-update-agent): New function.
10900         (pgg-gpg-use-agent-p): New function.
10901         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10902         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10903         (pgg-gpg-sign-region): Use it.
10905 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10907         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10908         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10910 2006-03-21  Simon Josefsson  <jas@extundo.com>
10912         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10913         <wilde@sha-bang.de>.
10914         (pgg-gpg-use-agent): New variable.
10915         (pgg-gpg-process-region): Use it.
10916         (pgg-gpg-encrypt-region): Likewise.
10917         (pgg-gpg-encrypt-symmetric-region): Likewise.
10918         (pgg-gpg-decrypt-region): Likewise.
10919         (pgg-gpg-sign-region): Likewise.
10920         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10922 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10924         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10926         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10927         Add comment on version.
10929 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10931         * smiley.el: Add missing test smiley.
10933 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10935         * mm-decode.el (mm-with-part): New macro.
10936         (mm-get-part): Use it; work with message/external-body as well.
10937         (mm-save-part): Treat name and filename equally.
10939         * mm-extern.el (mm-extern-cache-contents): New function.
10940         (mm-inline-external-body): Use it; force the part to be displayed;
10941         move undisplayer added to the cached handle to the parent.
10943         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10944         (gnus-mime-view-part-as-type): Work with message/external-body.
10946         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10948 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10950         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10951         images in image-load-path.  [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
10952         Emacs.]
10954 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10956         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10957         path rather than symbol.  Always return list of directories.
10958         Guarantee that image directory comes first.  [Sync with image.el,
10959         , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
10961         * message.el (message-make-tool-bar): Adjust to new API of
10962         `gmm-image-load-path-for-library'.
10964         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10966         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10968 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10970         * gnus-art.el (gnus-article-only-boring-p):
10971         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10972         intangible text.
10973         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10975 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10977         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
10978         Use `defun' instead of `gmm-defun-compat'.
10980 2006-03-14  Simon Josefsson  <jas@extundo.com>
10982         * message.el (message-unique-id): Don't use message-number-base36
10983         if (user-uid) is a float.
10984         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10986 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10988         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10990         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10991         empty line between a part and a message part.
10993 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10995         * smiley.el: Add more test smileys.
10996         (smiley-data-directory, smiley-regexp-alist)
10997         (gnus-smiley-file-types): Fix doc strings.
10998         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10999         adding new elements.
11000         (smiley-mouse-map): Unused code.  Make it a comment.
11002 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11004         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11005         scan latest NoCeM messages instead of old ones.
11006         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11007         delimiters that are recently used.
11008         (gnus-nocem-load-cache): Add autoload cookie.
11010         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11012         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11013         level which is larger than gnus-use-nocem is specified.
11015         * gnus-group.el (gnus-group-get-new-news): Ditto.
11017 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11019         * gnus-util.el (gnus-tool-bar-update): New function.
11021         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11022         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11024         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11026         * gnus-group.el (gnus-group-redraw-when-idle)
11027         (gnus-group-redraw-check): Remove.
11028         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11030 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11032         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11033         if optional last element is specified in splits (FIELD VALUE...).
11035 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11037         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11038         to gmm-image-load-path-for-library.  Call with no-error argument.
11039         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11041         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11043         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11045         * gmm-utils.el (gmm-image-load-path): Remove alias.
11047 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11049         * gmm-utils.el (gmm-image-load-path): Add alias.
11051         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11052         nnml-generate-nov-databases-1.
11053         (nnml-generate-nov-databases): Use it.
11054         (nnml-generate-nov-databases-directory): Document no-active
11055         argument.
11057         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11058         directory if path is t.  Add no-error.
11060         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11061         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11063         * gnus-art.el (gnus-article-browse-delete-temp-files):
11064         Simplify resetting gnus-article-browse-html-temp-list.
11066         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11067         mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs.  Rename `gmm-image-load-path'.
11068         Add example to docstring.  Rename local variables.  Move error
11069         checks to default case in cond and simplify.
11071 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11073         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11074         handle is multipart when calling it recursively.
11075         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11077 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11079         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11080         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11082 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11084         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11085         is loaded.
11087         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11088         loaded.
11090 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11092         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11093         to "Emacs 23 (unicode)" in doc string.
11095         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11096         "Emacs 23 (unicode)" in comment.
11098 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11100         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11102         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11103         characters 160 through 255 in Emacs 23.
11105 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11107         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11108         gnus-article-browse-html-temp.
11109         (gnus-article-browse-delete-temp): Make it customizable.
11110         Add `file'.  Adjust doc string.
11111         (gnus-article-browse-delete-temp-files): Add argument.
11112         Allow query for each file.  Adjust doc string.
11113         (gnus-article-browse-html-parts):
11114         Add `gnus-article-browse-delete-temp-files' to
11115         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11117 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11119         * gnus-art.el (gnus-article-browse-html-temp)
11120         (gnus-article-browse-delete-temp): New variables.
11121         (gnus-article-browse-delete-temp-files): New function.
11122         (gnus-article-browse-html-parts): Use it.
11124 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11126         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11128         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11129         string.
11131         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11132         gnus-summary-insert-new-articles when unplugged.
11133         Remove gnus-summary-search-article-forward.
11135         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11136         display-visual-class instead of display-color-cells.
11138 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11140         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11141         message/* containing non-ASCII text properly.
11143 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11145         * message.el: Require gmm-utils, remove autoloads.
11146         (message-tool-bar): Set default based on
11147         gmm-tool-bar-style.
11148         (message-tool-bar-gnome): Add gmm-customize-mode.
11150         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11151         gmm-tool-bar-style.
11152         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11154         * gnus-group.el (gnus-group-tool-bar): Set default based on
11155         gmm-tool-bar-style.
11156         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11158         * gmm-utils.el (gmm-image-directory): Rename variable from
11159         gmm-image-load-path.
11160         (gmm-image-load-path): Use gmm-image-directory.
11161         (gmm-customize-mode): New function.
11162         (gmm-tool-bar-style): New variable.
11164         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11165         gnus-group-redraw-line-number.
11166         (gnus-group-redraw-check): Simplify.
11167         (gnus-group-tool-bar-update): Remove redraw check.
11168         (gnus-group-make-tool-bar): Add redraw check.
11170 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11172         * gnus-art.el (gnus-button): Add missing parentheses.
11174 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11176         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11178 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11180         * gnus-art.el (gnus-button): New face.
11181         (gnus-article-button-face): Use it.
11183         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11184         Add gnus-summary-next-page.  Re-order.
11186         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11187         next-node are now included.
11188         (gnus-group-redraw-line-number): New internal variable.
11189         (gnus-group-redraw-check): Helper function for updating the tool
11190         bar.
11191         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11193         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11195         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11196         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11197         Use it to match format of Spamassassin 3.0 and later.
11198         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11199         (spam-check-bogofilter)
11200         (spam-bogofilter-register-with-bogofilter): Fix args of
11201         `gnus-error' calls.
11203 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11205         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11206         unnecessary interaction when sending queued mails.
11207         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11209 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11211         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11212         first or last are nil.
11214 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11216         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11218 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11220         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11222 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11224         * dns.el (query-dns): Protect more against buggy tcp output.
11226 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11228         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11229         nov.php.
11231 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11233         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11234         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11235         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11236         output on the server side.
11237         (nnweb-google-create-mapping): Update regexps and add some
11238         progress indication.
11240 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11242         * gnus-group.el (gnus-group-tool-bar-gnome):
11243         Fix gnus-agent-toggle-plugged.  Re-order icons.
11244         (gnus-group-tool-bar-gnome):
11245         Add gnus-group-{prev,next}-unread-group.
11246         (gnus-group-tool-bar-gnome): Re-order icons.
11248         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11249         Move gnus-summary-insert-new-articles.
11251         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11252         Fix comments.
11254         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11255         also available in Emacs 21.3.
11257         * message.el (message-fix-before-sending): Change "Emacs 22" to
11258         "Emacs 23 (unicode)" in comment.
11260         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11261         "Emacs 23 (unicode)" in comment.
11263         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11264         comment.
11265         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11267         * mm-view.el (mm-fill-flowed): Add :version.
11269 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11271         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11272         and load-path.
11274 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11276         * message.el: Autoload gmm-image-load-path.
11277         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11278         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11279         consitency.
11281         * gmm-utils.el (gmm-image-load-path): Also search in
11282         "../etc/images".  Don't set gmm-image-load-path if we don't find
11283         the image.
11285 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11287         * gmm-utils.el (gmm-image-load-path): Don't make
11288         `gmm-image-load-path' include subdirectories which the second arg
11289         `image' might specify.
11291         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11292         subdirectory to icon file names.
11294         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11296 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11298         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11299         gmm-image-load-path calls.
11301         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11303         * message.el (message-make-tool-bar): Ditto.
11305         * mml.el (mml-preview): Add comment concerning tool bar icons.
11307         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11308         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11310         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11311         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11313         * message.el (message-tool-bar-gnome): Use new icon names.
11314         (message-make-tool-bar): Use `gmm-image-load-path'.
11316         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11317         New functions from MH-E.
11318         (gmm-image-load-path): New variable from MH-E.
11319         (gmm-image-load-path): New function from MH-E.  Add arguments
11320         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11321         *-image-load-path-called-flag.
11323 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11325         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11327 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11329         * nnimap.el (nnimap-request-move-article): Change folder back to
11330         source group before deleting.
11332 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11334         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11336         * gnus-art.el (mm-url-insert-file-contents-external):
11337         Autoload mm-url.
11339         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11341 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11343         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11344         coding system which mm-charset-to-coding-system returns for a
11345         given charset is valid.
11347 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11349         * html2text.el (html2text-remove-tag-list):
11350         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11352 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11354         * gnus-cus.el: Revert 2005-10-17 change.
11356 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11358         * gnus-art.el (article-strip-banner):
11359         Call article-really-strip-banner only when the regexp match is made.
11361 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11363         * gnus-art.el (article-strip-banner):
11364         Use gnus-extract-address-components instead of
11365         mail-header-parse-addresses to make it work with non-ASCII text;
11366         remove mail-encode-encoded-word-string.
11368         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11369         values which are surrounded with \"...\"; make it never cause a
11370         Lisp error; give up parsing of parameters if it failed in
11371         extracting type.
11373 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11375         * smime.el (smime-cert-by-ldap-1): Fix bug where
11376         `smime-ldap-search' returns results without userCertificates.
11378 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11380         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11382 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11384         * spam.el (spam-check-spamassassin-headers): Adapt format for
11385         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11386         <ari@mbf.ocn.ne.jp>.
11387         (spam-list-of-processors): Add spam-use-gmane.
11389 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11391         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11392         make-temp-file; make it work with XEmacs as well.
11394         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11395         mm-make-temp-file.
11397         * mm-decode.el (mm-display-external): Use the 3rd arg of
11398         mm-make-temp-file.
11399         (mm-create-image-xemacs): Ditto.
11401 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11403         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11404         with message-narrow-to-headers.
11405         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11406         (gnus-draft-check-draft-articles): New function.
11407         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11409 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11411         * gnus-art.el (gnus-article-browse-html-parts):
11412         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11413         Don't use suffix argument for mm-make-temp-file for Emacs 21
11414         compatibility.  Remove useless `format'.
11416 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11418         * nnweb.el (nnweb-google-wash-article): Update regexps.
11419         (nnweb-group-alist): Use defvoo instead of defvar.
11421 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11423         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11424         re-loading nn* modules.
11426 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11428         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11429         for `tool-bar-mode' and don't check it's default-value.
11431         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11433         * message.el (message-make-tool-bar): Ditto.
11435         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11436         `substring'.  Shorten tmp-file name.
11438         * gnus.el: Remove bogus comment.
11440 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11442         * gnus-art.el (gnus-article-browse-html-parts): New function.
11443         (gnus-article-browse-html-article): New function for viewing html
11444         articles with a browser.
11446 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11448         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11449         (mml2015-pgg-encrypt): Ditto.
11451         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11452         (mml1991-pgg-encrypt): Ditto.
11454 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11456         * nnfolder.el (nnfolder-insert-newsgroup-line):
11457         Use message-make-date instead of current-time-string.
11459         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11460         to gnus-decoded which mm-uu might set.
11462 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11464         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11465         don't decode quoted parameters; remove misimported Emacs code.
11466         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11467         (rfc2231-decode-encoded-string): Don't use split-string which
11468         behaves differently according to Emacs version; use
11469         mm-decode-coding-region to convert charset to coding-system.
11470         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11471         (rfc2231-encode-string): Remove misimported Emacs code.
11473 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11475         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11476         when calling mail-header-parse-content-type.
11477         (article-de-quoted-unreadable): Ditto.
11478         (article-de-base64-unreadable): Ditto.
11479         (article-wash-html): Ditto.
11481         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11482         calling mail-header-parse-content-type and
11483         mail-header-parse-content-disposition.
11484         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11485         mail-header-parse-content-type.
11487         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11488         insert charset and format parameters; encode description after
11489         inserting it to buffer.
11490         (mml-insert-parameter): Fold lines properly even if a parameter is
11491         segmented into two or more lines; change the max column to 76.
11493         * rfc1843.el (rfc1843-decode-article-body): Don't use
11494         ignore-errors when calling mail-header-parse-content-type.
11496         * rfc2231.el (rfc2231-parse-string): Return at least type if
11497         possible; don't cause an error even if it fails in parsing of
11498         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11499         (rfc2231-encode-string): Don't break lines at the beginning, leave
11500         it to mml-insert-parameter.
11502         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11503         calling mail-header-parse-content-type.
11505 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11507         * spam-report.el (spam-report-gmane-use-article-number):
11508         Improve doc string.
11509         (spam-report-gmane-internal): Check if a suitable header was found
11510         in the article.
11512 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11514         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11515         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11517 2006-02-05  Romain Francoise  <romain@orebokech.com>
11519         Update copyright notices of all files in the gnus directory.
11521 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11523         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11525 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11527         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11528         segmented lines of parameter value to cope with Thunderbird 1.5
11529         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11530         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11531         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11533 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11535         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11536         parts.
11538 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11540         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11541         there's only one active file for all servers.
11542         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11543         solid groups.  Gnus might have used a FAST request to select the group.
11544         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11545         and nnweb-search redundantly in the active file.
11546         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11547         (nnweb-request-create-group): Don't use ARGS.
11548         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11549         initialisations.  Let nnoo do the work.
11551 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11553         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11554         Say the part has been decoded.
11556         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11558 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11560         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11561         mailcap-viewer-test-cache when there's no 'test clause, since that
11562         will invert the meaning of a "nil" test previously determined by
11563         mailcap-mailcap-entry-passes-test.
11565 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11567         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11568         compiling.
11570         * gnus-sum.el: Ditto.
11572         * message.el: Don't bind tool-bar-map when compiling.
11574 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11576         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11578 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11580         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11581         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11582         current Google Groups.
11584 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11586         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11587         and tool-bar-mode.
11589         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11590         and tool-bar-mode.
11592         * message.el (message-tool-bar-update): Simplify.
11593         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11595         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11596         gnus-summary-buffer.
11597         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11598         gnus-summary-reply.
11600         * gmm-utils.el (gmm): Add :version.
11602 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11604         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
11605         Don't autoload.
11607 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11609         * gmm-utils.el (gmm-verbose): Add :group.
11611 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11613         * message.el: Change some comments WRT tool-bars.
11615         * gnus-sum.el (gnus-summary-tool-bar)
11616         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11617         (gnus-summary-tool-bar-zap-list): New variables.
11618         (gnus-summary-make-tool-bar): Complete rewrite using
11619         `gmm-tool-bar-from-list'.
11621         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11622         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
11623         New variables.
11624         (gnus-group-make-tool-bar): Complete rewrite using
11625         `gmm-tool-bar-from-list'.
11626         (gnus-group-tool-bar-update): New function.
11628         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11630 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11632         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11633         is dissected into a single part of which the type is the same as
11634         the given one; decode charset.
11636 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11638         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11639         into alists as symbol not string, since that's what
11640         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11641         look for.
11643 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11645         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11646         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11648         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11650 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11652         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11653         (gnus-mime-security-button-menu): New definition.
11654         (gnus-mime-security-button-map): Use them.
11655         (gnus-mime-security-button-menu): New function.
11656         (gnus-insert-mime-security-button): Addition to help echo.
11657         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11658         (gnus-mime-security-pipe-part): New functions.
11660         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11661         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11663         * mm-decode.el (mm-handle-set-disposition): Remove.
11664         (mm-handle-set-description): Remove.
11666 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11668         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11669         (mm-w3m-standalone-supports-m17n-p): New function.
11670         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11671         w3m usage.
11673         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
11674         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11676 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11678         * message.el (message-tool-bar-zap-list):
11679         Use gmm-tool-bar-zap-list as custom type.
11680         (message-tool-bar-update): New function.
11681         (message-tool-bar, message-tool-bar-gnome)
11682         (message-tool-bar-retro): Add message-tool-bar-update.
11683         (message-tool-bar-gnome): Add flyspell-buffer.
11685         * gnus-util.el (gnus-error): Describe `args'.
11687         * gmm-utils.el (gmm-error): Describe `args'.
11688         (gmm-tool-bar-zap-list): New widget.
11689         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11691 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11693         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11694         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11695         the number of recursive calls.
11697         * mm-decode.el (mm-handle-set-disposition): New macro.
11698         (mm-handle-set-description): New macro.
11700 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11702         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11703         encoding.
11705 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11707         * message.el (message-tool-bar-zap-list, message-tool-bar)
11708         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11709         (message-tool-bar-local-item-from-menu): Remove.
11710         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11711         (message-make-tool-bar): New function.
11712         (message-mode): Use `message-make-tool-bar'.
11714         * gmm-utils.el: New file.
11715         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11716         (gmm-lazy): New widget copied from `nnmail.el'.
11717         (gmm-tool-bar-from-list): New function for creating customizable
11718         tool bars.
11719         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11720         output.
11721         (gmm): Add :prefix to defgroup.
11723 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11725         * gmm-utils.el (gmm-widget-p): New function.
11727 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11729         * mml.el (mml-attach-file): Describe `description' in doc string.
11730         (mml-menu): Add Emacs MIME manual and PGG manual.
11732 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11734         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11736 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11738         * nntp.el (nntp-end-of-line): Doc fix.
11740 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11742         * imap.el (imap-open): Handle case where buffer is a buffer
11743         object.
11745 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11747         * gnus-delay.el (gnus-delay): Don't autoload.
11748         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11749         to be re-loaded when customizing the `gnus-delay' group.
11751 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11753         * message.el (message-insert-citation-line): Use newlines.
11755 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11757         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11759         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11761 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11763         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11765 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11767         * mm-decode.el (mm-inlined-types): Add application/pgp.
11768         (mm-automatic-display): Ditto.
11770         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11771         part as text.
11773 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11775         * nnrss.el: Update copyright.
11776         (nnrss-opml-import): Query whether to subscribe to each entry.
11778         * gnus-art.el:
11779         * gnus-sum.el:
11780         * mm-uu.el:
11781         * mm-view.el: Update copyright.
11783 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11785         * message.el (message-info): New function.
11786         (message-mode-menu): Add it.
11787         Update copyright.
11789         * ChangeLog: Fix and update copyright.
11791 2006-01-13  Romain Francoise  <romain@orebokech.com>
11793         * message.el (message-forward-subject-name-subject): Prefer the
11794         address to 'nowhere' if the sender has no name.
11795         Fix typo.  Update copyright year.
11797 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11799         * gnus-art.el (article-wash-html):
11800         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
11801         (gnus-article-wash-html-with-w3m-standalone): New function.
11803         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11804         mm-inline-text-html-render-with-w3m-standalone.
11805         (mm-text-html-washer-alist): Map w3m-standalone to
11806         gnus-article-wash-html-with-w3m-standalone.
11807         (mm-inline-text-html-render-with-w3m-standalone): New function.
11809 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11811         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11812         Improve LaTeX.
11814 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11816         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11817         (nnrss-request-article): Render text/plain parts as HTML.
11819         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11820         the buffer.
11822 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11824         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11825         custom definition of `gnus-posting-styles'.
11827         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
11828         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11830 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11832         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11833         Use nntp for bug archive.
11835 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11837         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11838         parts.
11839         (nnrss-normalize-date): New function converts ISO 8601 date into
11840         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11841         (nnrss-check-group): Use it.
11843 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11845         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11847         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11848         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11849         (nnrss-insert-w3): Ditto.
11851 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11853         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11854         the articles to be forwarded including the case where neither a
11855         number of articles nor a region is specified.
11857 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11859         * nnrss.el (nnrss-request-article): Fix last change; fill
11860         text/plain parts.
11862 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11864         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11865         in text/plain part.
11866         (nnrss-check-group): Don't add excessive newline to dc:subject.
11868 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11870         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11871         article.
11873 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11875         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11876         (nnml-use-compressed-files, nnml-save-mail): Support other
11877         comression programs such as bzip2.
11879 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11881         * dns.el (query-dns): Make sure we check the buffer size before
11882         removing tcp headers.
11884 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11886         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11887         remove MIME buttons associated with multipart/alternative parts.
11888         (gnus-mime-display-alternative): Tag buttons using `article-type'
11889         text property.
11891         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11892         associated with multipart/alternative parts.
11894         * gnus-art.el (gnus-signature-separator): Fix custom type.
11896         * mm-decode.el (mm-inlined-types): Fix custom type.
11897         (mm-keep-viewer-alive-types): Ditto.
11898         (mm-automatic-display): Ditto.
11899         (mm-attachment-override-types): Ditto.
11900         (mm-inline-override-types): Ditto.
11901         (mm-automatic-external-display): Ditto.
11903 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11905         * spam-report.el (spam-report-user-mail-address)
11906         (spam-report-user-agent): New variables.
11907         (spam-report-url-ping-plain): Use spam-report-user-agent.
11909 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11911         * gnus-art.el (gnus-button-handle-custom): Do not just use
11912         `customize-apropos' for any "M-x customize-*" button but the
11913         function called for.  Accept both the function name and its
11914         argument in order to achieve this.
11915         (gnus-button-alist): Remove support for "custom:" URL's.
11916         Pass function name to `gnus-button-handle-custom' in case of "M-x
11917         customize-*" buttons.
11919 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11921         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11922         multipart/alternative and add xref to mm-discouraged-alternatives
11923         in doc string.
11925         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11926         gnus-buttonized-mime-types in doc string.
11928 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11930         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11931         Suggest image/.* in the doc string.
11933 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11935         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11936         message-marks (Debian bug #342521).
11938 2005-12-12  Simon Josefsson  <jas@extundo.com>
11940         * password.el (password-read-from-cache): Add.
11941         (password-read): Use it.
11943 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11945         * rfc2047.el (rfc2047-charset-to-coding-system):
11946         Recognize us-ascii as a MIME charset.
11948         * mm-bodies.el (mm-decode-content-transfer-encoding):
11949         Protect against the case where the 2nd arg TYPE is nil.
11951 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11953         * pop3.el (pop3-stream-type): Fix custom version.
11955         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11957 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11959         * mm-decode.el (mm-display-external): Add missing cdr.
11961 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11963         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11964         RFC1524) if it is in mailcap or add a suffix according to
11965         mailcap-mime-extensions when generating a temp filename; postpone
11966         deleting a temp file for 2 seconds for some wrappers, shell
11967         scripts, and so on, which might exit right after having started a
11968         viewer command as a background job.
11970 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11972         * nntp.el (nntp-marks-directory): Fix custom group.
11974         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11975         steps when < 10.
11977         * gnus-start.el (gnus-no-server-1):
11978         Mention `gnus-level-default-subscribed' in doc string.
11980 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11982         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11983         parens.
11985 2005-11-26  Dave Love  <fx@gnu.org>
11987         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11988         (tls-program, tls-success): Provide openssl alternative.
11990         * starttls.el: Doc fixes.
11991         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11992         SERVICE to PORT.
11994         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11995         port null or service name.
11996         (starttls-negotiate): Autoload.
11998 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12000         * message.el (message-kill-to-signature): Fix interactive spec.
12002 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12004         * pop3.el (pop3-open-server): Recognize a string as a service name.
12006 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12008         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12010 2005-11-23  Dave Love  <fx@gnu.org>
12012         Add pop3s, pop3/starttls.
12014         * pop3.el (pop3-authentication-scheme): Clarify doc.
12015         (open-tls-stream, starttls-open-stream): Autoload.
12016         (pop3-stream-type): New.
12017         (pop3-open-server): Use it.
12019         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12020         for POP.
12021         (mail-source-keyword-map): Add :stream for POP.
12022         (mail-source-fetch-pop): Use pop3-stream-type.
12024 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12026         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12027         of current-time-string.
12029 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12031         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12032         date header.
12034 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12036         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12037         it can seriously impact performance as it bypasses the agent's
12038         local caches.
12040 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12042         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12043         must be explicitly online rather than "not explicitly offline" for
12044         its flags to be synchronized.
12046         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12047         that gnus-uu-unmark-thread will function correctly.
12049         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12050         1024K is instead displayed as 1M.
12052 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12054         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12056 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12058         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12060 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12062         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12063         error message to display actual error condition.
12064         (gnus-agent-save-local): Avoid saving symbols that are bound to
12065         nil as they simply result in a warning message in
12066         gnus-agent-read-local.
12068 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12070         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12071         rather than make-variable-buffer-local for file-precious-flag.
12073 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12075         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12076         for duplicates which are removed.  The invalid sort check then
12077         triggers a rescan after the sort as sorting may have moved
12078         duplicate entries such that they can be cheaply detected.
12080 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12082         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12084 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12086         * gnus-agent.el (gnus-agent-article-alist-save-format):
12087         Change internal variable to a custom variable.  Change default value
12088         from compressed(2) to uncompressed(1).
12089         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12090         support for uncompressed agentview files.  Taken together, reading
12091         the agentview file should now be 6-7 times faster.
12093 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12095         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12096         as a buffer-local variable.  This avoids creating truncated
12097         dribble files as a result of a hang up, eg.
12099 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12101         * gnus-start.el (gnus-start-draft-setup):
12102         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12104         * gnus.el (gnus-splash): Change custom group.
12105         (gnus-group-get-parameter, gnus-group-parameter-value):
12106         Describe allow-list argument.
12108         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12109         string.
12111 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12113         * gnus-art.el (gnus-default-article-saver): Add user-defined
12114         `function' to custom type.
12116 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12118         * imap.el (imap-open): Handle case where buffer is a buffer
12119         object.
12121 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12123         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12124         long lines.
12125         (gnus-cache-delete-group): Wrap doc strings.
12127         * gnus-agent.el (gnus-agent-rename-group)
12128         (gnus-agent-delete-group): Wrap doc strings.
12130 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12132         * gnus-start.el (gnus-1): Add "native" to
12133         gnus-predefined-server-alist.
12135         * gnus.el (gnus-method-to-server): Don't add "native" to the
12136         lists here, because that leads to problems when
12137         gnus-select-method is bound.
12139 2005-11-09  Simon Josefsson  <jas@extundo.com>
12141         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12142         use (not sort-by-date) instead.
12144 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12146         * gnus-delay.el (gnus-delay-group): Don't autoload.
12147         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12148         to be re-loaded when customizing the `gnus-delay' group.
12150 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12152         * message.el: Revert last changes.
12153         (message-insert-citation-line): Use newlines.
12155 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12157         * message.el (message-courtesy-message)
12158         (message-mark-insert-begin, message-mark-insert-end)
12159         (message-elide-ellipsis, message-cancel-message)
12160         (message-add-header, message-change-subject)
12161         (message-cross-post-followup-to-header)
12162         (message-cross-post-insert-note, message-reduce-to-to-cc)
12163         (message-widen-reply, message-delete-not-region)
12164         (message-kill-to-signature, message-insert-signature)
12165         (message-insert-importance-high, message-insert-importance-low)
12166         (message-insert-or-toggle-importance)
12167         (message-insert-disposition-notification-to)
12168         (message-indent-citation, message-yank-original)
12169         (message-cite-original-without-signature, message-cite-original)
12170         (message-insert-citation-line, message-position-on-field)
12171         (message-fix-before-sending, message-send-mail-partially)
12172         (message-send-mail, message-send-mail-with-sendmail)
12173         (message-send-mail-with-qmail, message-send-news)
12174         (message-check-news-header-syntax, message-generate-headers)
12175         (message-insert-courtesy-copy, message-fill-address)
12176         (message-fill-header, message-shorten-references)
12177         (message-setup-1, message-cancel-news)
12178         (message-forward-make-body-plain, message-forward-make-body-mime)
12179         (message-forward-make-body-mml, message-encode-message-body)
12180         (message-forward-make-body-digest-plain)
12181         (message-forward-make-body-digest-mime)
12182         (message-use-alternative-email-as-from): Insert `hard-newline'
12183         instead of ordinary newlines.
12185 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12187         * message.el (message-generate-headers): Downcase the argument
12188         given to message-check-element.
12190 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12192         * nntp.el (nntp-authinfo-rejected): New error condition.
12193         (nntp-wait-for): Use new error condition to signal authentication
12194         error.
12195         (nntp-retrieve-data): Rethrow new error condition to break out of
12196         recursive call to nntp-send-authinfo.
12198 2005-11-08  Romain Francoise  <romain@orebokech.com>
12200         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12201         (gnus-summary-exit-map): Bind to `Z p'.
12202         (gnus-summary-make-menu-bar): Add menu item.
12204 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12206         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12207         (gnus-treat-*): Add `first' in all doc strings.
12209         * gnus-group.el (gnus-group-compact-group): Fix typo.
12211 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12213         * gnus.el (gnus-parameters-case-fold-search): New variable.
12214         (gnus-parameters-get-parameter): Use it.
12216         * gnus-score.el (gnus-home-score-file): Doc fix.
12218 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12220         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12222 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12224         * mm-util.el (mm-special-display-p): New function.
12226         * mml.el (mml-preview): Use it; doc fix.
12228 2005-10-29  Romain Francoise  <romain@orebokech.com>
12230         * message.el (message-fix-before-sending): Fix comment.
12232 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12234         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12236 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12238         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12239         Used in gnus-score.el.
12241 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12243         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12245 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12247         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12248         whitespace removed in revision 7.8.  Use concatenated string to
12249         protect trailing whitespace.
12251 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12253         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12254         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12255         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12256         Courier IMAP ("some version from 2004").  Mostly based on similar
12257         code in the same function.
12259 2005-10-26  Didier Verna  <didier@xemacs.org>
12261         * gnus-group.el (gnus-group-compact-group): Invalidate original
12262         article buffer.
12263         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12264         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12265         NOV database and in article itself.
12266         Invalidate article backlog.
12268 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12270         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12272 2005-10-26  Simon Josefsson  <jas@extundo.com>
12274         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12275         part of 2004-07-25 change.
12277 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12279         * message.el (message-display-completion-list): New function.
12280         (message-expand-group): Use it; make sure the Completions buffer
12281         is modifiable.
12283 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12285         * imap.el (imap-open): Handle case where buffer is a buffer object.
12287 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
12289         * pgg-def.el:
12290         * pgg-gpg.el:
12291         * pgg-parse.el:
12292         * pgg-pgp.el:
12293         * pgg-pgp5.el:
12294         * pgg.el: Move to the parent lisp directory.
12296 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12298         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12299         user-mail-name is an empty string.
12301 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12303         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12304         depending on gnus-score-decay-constant.
12306         * encrypt.el (encrypt-insert-file-contents)
12307         (encrypt-write-file-contents): Don't use `gnus-message'.
12309         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12310         arguments.
12311         (mm-uu-type-alist): Add message-marks and insert-marks.
12312         Pass arguments to mm-uu-verbatim-marks-extract.
12313         (mm-uu-hide-markers): New variable.
12314         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12316         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12317         (gnus-convert-image-to-face-command): Use "convert" by default to
12318         allow other input image formats.
12319         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12320         accordingly.
12322 2005-10-23  Simon Josefsson  <jas@extundo.com>
12324         * imap.el (imap-gssapi-program): Align command line parameters
12325         with latest GNU SASL.
12326         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12328 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12330         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12331         HTML.
12332         (nnslashdot-request-article): Ditto.
12334 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12336         * mail-source.el (mail-source-fetch-pop): Require pop3.
12337         (mail-source-check-pop): Ditto.
12339 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12341         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12342         errors.
12344 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12346         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12347         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12349         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12351         * mm-bodies.el (mm-decode-string):
12352         Call `mm-charset-to-coding-system' with allow-override argument.
12354 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12356         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12357         (rfc2047-charset-to-coding-system): New function.
12358         (rfc2047-decode-encoded-words): New function.
12359         (rfc2047-decode-region): Use them.
12360         (rfc2047-decode-cte): Remove.
12361         (rfc2047-parse-and-decode): Remove.
12362         (rfc2047-decode): Remove.
12364 2005-10-15  Kenichi Handa  <handa@m17n.org>
12366         * rfc2047.el (rfc2047-decode-cte): New function.
12367         (rfc2047-decode-region): Change the way to decode successive
12368         encoded-words: decode B- or Q-encoding in each encoded-word,
12369         concatenate them, and decode it as charset.
12371 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12373         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12374         widget-move-and-invoke.
12375         (gnus-custom-mode): Use gnus-custom-map.
12377 2005-10-15  Bill Wohler  <wohler@newt.com>
12379         * message.el (message-tool-bar-map): Rename image file from
12380         mail_send to mail/send.
12382 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12384         * message.el (message-expand-group): Pass the common
12385         prefix substring of completion to `display-completion-list'.
12387 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12389         * mml-sec.el (mml-secure-method): New internal variable.
12390         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12391         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
12392         New functions using mml-secure-method.
12394         * mml.el (mml-mode-map): Add key bindings for those functions.
12395         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12396         Harder <harder@myrealbox.com>.
12397         (mml-attach-file, mml-attach-buffer, mml-attach-external):
12398         Goto end of message if point is the headers of the message.
12400         * message.el (message-in-body-p): New function.
12402         * assistant.el: Autoload gnus-util and netrc.
12404         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12405         Use `mm-charset-override-alist' only when decoding.
12407         * mm-bodies.el (mm-decode-body):
12408         Call `mm-charset-to-coding-system' with allow-override argument.
12410         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12411         `filename' from Content-Disposition if Content-Type doesn't
12412         provide `name'.
12413         (gnus-mime-view-part-as-type): Set default instead of
12414         initial-input.
12416 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12418         * format-spec.el (format-spec): Propagate text properties of % spec.
12420 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12422         * gnus-art.el (gnus-treat-predicate): Add `first'.
12424 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12426         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12427         (mm-charset-override-alist): New variable.
12428         (mm-charset-to-coding-system): Use it.
12429         (mm-codepage-setup): New helper function.
12430         (mm-charset-eval-alist): New variable.
12431         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
12432         Warn about unknown charsets.
12434 2005-10-04  David Hansen  <david.hansen@gmx.net>
12436         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12437         (nnrss-check-group): Ditto.
12439 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12441         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12442         Rename x-gnus-verbatim to x-verbatim.
12443         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12445         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12446         x-verbatim.
12448         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12450         * gnus-util.el (gnus-remove-duplicates): Remove.
12452         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12453         instead of gnus-remove-duplicates.
12455         * message.el (message-remove-duplicates): Remove.
12456         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12457         message-remove-duplicates.
12459         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12460         available, else use implementation from `delete-dups'.
12462         * message.el (message-insert-expires): New function.
12463         (message-mode-map): Add key binding.
12464         (message-mode-field-menu): Add menu entry.
12465         (message-mode): Document it.
12466         (message-make-expires-date): Use `message-make-date'.
12468 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12470         * message.el (message-make-expires-date): New function.
12472 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12474         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12476 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12478         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12479         function rather than the diff-mode.el package.
12480         (mm-display-external): Use with-current-buffer.
12481         (mm-viewer-completion-map, mm-viewer-completion-map):
12482         Move initialization inside declaration.
12484 2005-09-29  Simon Josefsson  <jas@extundo.com>
12486         * spam.el: Load hashcash when compiling, to avoid warnings.
12487         Don't autoload mail-check-payment.
12488         (spam-check-hashcash): Define unconditionally, since hashcash.el
12489         is part of Gnus now.  Ignore errors from payment checking.
12491 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12493         * message.el (message-bold-region, message-unbold-region):
12494         Rename from `bold-region' and `unbold-region'.
12496         * message.el: Remove useless autoloads.
12498 2005-09-28  Simon Josefsson  <jas@extundo.com>
12500         * message.el (message-use-idna): Default to t.
12501         (message-use-idna): Test whether encoding works too.  Doc fix.
12503 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12505         * nntp.el (nntp-warn-about-losing-connection): Remove.
12507 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12509         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12510         customizable.  Change default value.
12511         (mm-uu-diff-groups-regexp): Change default value.
12512         (mm-uu-type-alist): Add doc string.
12513         (mm-uu-configure): Add doc string.  Make it interactive.
12514         (mm-uu-tex-groups-regexp): New variable.
12515         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12516         (mm-uu-type-alist): Add LaTeX documents.
12517         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12518         of "text/verbatim".
12519         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12521         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12522         instead of "text/verbatim".
12524         * message.el (message-mark-inserted-region)
12525         (message-mark-insert-file): Use slrn style marks when called with
12526         prefix argument.
12528 2005-09-27  Simon Josefsson  <jas@extundo.com>
12530         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12532 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12534         * message.el (message-remove-duplicates): New function.
12535         Implementation borrowed from `gnus-remove-duplicates'.
12536         (message-idna-to-ascii-rhs): Also encode idna addresses in
12537         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12538         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12539         only ask about the same idna domain once per header and also tell
12540         in what header to replace the idna domain.
12542         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12543         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12544         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12545         a header is decoded and not just the last one.
12547 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12549         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12550         has been decoded.
12552         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12553         (mm-insert-part): Don't modify text if it has been decoded.
12555         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12556         decoded.
12558         * mm-view.el (mm-inline-text): Don't strip text props unless
12559         decoding enriched or richtext parts.
12561 2005-09-25  Romain Francoise  <romain@orebokech.com>
12563         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12564         * gnus-start.el (gnus-subscribe-interactively):
12565         * gnus-uu.el (gnus-uu-grab-articles):
12566         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12567         space.
12569 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12571         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12572         * mm-view.el (mm-view-pkcs7-decrypt):
12573         * gnus-sum.el (gnus-summary-limit-to-extra)
12574         (gnus-summary-respool-article, gnus-read-move-group-name):
12575         * gnus-score.el (gnus-summary-increase-score):
12576         * gnus-util.el (gnus-completing-read-with-default):
12577         * gnus-art.el (gnus-read-save-file-name)
12578         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12579         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12580         * message.el (message-check-news-header-syntax):
12581         Follow convention for reading with the minibuffer.
12583 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12585         * spam-report.el (spam-report-url-ping-plain):
12586         Use gnus-extended-version as User-Agent.
12588         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12589         default value is nil.
12591         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
12592         (mm-uu-verbatim-marks-extract): New function.
12593         (mm-uu-extract): New face.
12594         (mm-uu-copy-to-buffer): Use it.
12596         * spam-report.el (spam-report-gmane-ham): Rename from
12597         `spam-report-gmane-unspam'.
12598         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
12599         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12601         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12602         Autoload.
12603         (spam-report-gmane-unregister-routine):
12604         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12606 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12608         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12609         (spam-report-gmane-unregister-routine): Add support for gmane
12610         unregistration.
12612         * spam-report.el (spam-report-gmane-unspam)
12613         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12614         (spam-report-gmane): Change to take a single article and do unspam
12615         registration.
12617 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12619         * mm-url.el (mm-url-decode-entities): Fix regexp.
12621 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12623         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12624         default to nil, to be able to use Gnus at all.  If the default
12625         switches to something else, then the function should be fixed not
12626         be exceedingly slow.
12628 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12630         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12631         fail hard.
12633         * spam-report.el: Add better Keywords line.
12635         * spam.el: Add Maintainer and better Keywords line.
12637 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12639         * gnus-art.el (gnus-article-replace-part)
12640         (gnus-mime-replace-part): New functions.
12641         (gnus-mime-action-alist, gnus-mime-button-commands)
12642         (gnus-mime-save-part-and-strip): Add file argument.
12643         (gnus-article-part-wrapper): Add interactive argument.
12645         * gnus-sum.el (gnus-summary-mime-map):
12646         Add `gnus-article-replace-part'.
12648 2005-09-19  Didier Verna  <didier@xemacs.org>
12650         The nnml compaction feature:
12651         * nnml.el (nnml-request-compact-group): New function.
12652         * nnml.el (nnml-request-compact): New function.
12653         * gnus-int.el (gnus-request-compact-group): New function.
12654         * gnus-int.el (gnus-request-compact): New function.
12655         * gnus-group.el (gnus-group-compact-group): New function.
12656         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12657         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12658         * gnus-srvr.el (gnus-server-compact-server): New function.
12659         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12660         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12662 2005-09-18  Deepak Goel  <deego@gnufans.org>
12664         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12665         format spec.
12667 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12669         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12671 2005-09-15  Romain Francoise  <romain@orebokech.com>
12673         * message.el (message-fill-paragraph): Clarify docstring.
12675 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12677         * gnus-art.el (gnus-mime-display-part): Protect against broken
12678         MIME messages.
12680 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12682         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12683         before parsing header.
12685 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12687         * html2text.el (html2text-replace-list): Add new entities.
12689 2005-09-11  Romain Francoise  <romain@orebokech.com>
12691         * message.el (message-alternative-emails): Improve docstring.
12692         (message-setup-1): Call `message-use-alternative-email-as-from'
12693         after `message-setup-hook' to give it precedence over posting
12694         styles, etc.
12695         (message-use-alternative-email-as-from): Add docstring.
12696         Remove the original From header if present.
12698         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12699         (nnml-save-mail): Use it.
12701         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12702         articles.  Add new argument `silent'.
12703         (gnus-uu-mark-all): Report the total number of marked articles.
12705 2005-09-10  Romain Francoise  <romain@orebokech.com>
12707         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12708         (gnus-uu-mark-series): Likewise.
12710 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12712         * spam-report.el (spam-report-gmane): Fix generation of spam
12713         report URL.
12715 2005-09-10  Simon Josefsson  <jas@extundo.com>
12717         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12718         t, based on discussion on the ding list with Robert Epprecht
12719         <epprecht@solnet.ch>.
12721 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12723         * spam-report.el (spam-report-gmane): Make it work without
12724         X-Report-Spam header.  Gmane now only provides Archived-At.
12725         This is only used if `spam-report-gmane-use-article-number' is nil.
12726         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12728         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12729         make `gnus-summary-sort-by-recipient' work with threading.
12731         * nnweb.el (nnweb-google-wash-article): Print a message if article
12732         is not available.
12734 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12736         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12737         change.  Decode text/* parts content before displaying.
12739 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12741         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12743 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12745         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12747 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12749         * message.el (message-tab-body-function): Fix mismatched custom type.
12751         * gnus.el (gnus-group-change-level-function): Ditto.
12753         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12755         * gnus-art.el (gnus-signature-limit)
12756         (gnus-article-mime-part-function): Ditto.
12758 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12760         * mml.el (mml-mode): Silence the byte compiler.
12762         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12763         using `(sit-for 0)' before moving the point to the specified part;
12764         skip unbuttonized parts.
12765         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12766         return to the summary window if gnus-auto-select-part is non-nil.
12768 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12770         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
12771         New variables.
12772         (mml-dnd-attach-file, mml-mode): Use them.
12774         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12775         Make fetching article by MID work again for Google Groups.
12776         Add FIXME concerning gnus-group-make-web-group.
12778         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12779         Don't depend on Gnus by using mail-extract-address-components if
12780         gnus-extract-address-components is not bound.
12782 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12784         * gnus-art.el (gnus-mime-display-security): Don't display the
12785         signature, but only the signed part.
12787 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12789         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12791         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12792         list, not listp.
12794 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12796         * mm-encode.el (mm-encode-content-transfer-encoding):
12797         Likewise when encoding.
12799         * mm-bodies.el (mm-decode-content-transfer-encoding):
12800         De-canonicalize CRLF for all text content types, not just
12801         text/plain.
12803 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12805         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12806         valid article; point arrow and cursor at the MIME button.
12808 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12810         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12811         Suggested by Dan Christensen <jdc@uwo.ca>.
12813         * mm-decode.el (mm-save-part): Enable change of prompt.
12815 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12817         * gnus-msg.el (gnus-inews-add-send-actions):
12818         Make `message-post-method' lambda parameter ARG `&optional'.
12820 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12822         * gnus-sum.el (gnus-summary-mime-map):
12823         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
12824         gnus-article-jump-to-part.
12826         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
12827         (gnus-article-edit-part): Use it.
12828         (gnus-article-part-wrapper): Add no-handle argument.
12829         (gnus-article-save-part-and-strip, gnus-article-delete-part):
12830         New functions.
12832 2005-08-29  Romain Francoise  <romain@orebokech.com>
12834         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12835         docstring.
12836         (gnus-face-from-file): Likewise.
12838 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12840         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12841         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12842         non-nil.
12843         (gnus-auto-select-part): New variable.
12844         (gnus-article-jump-to-part): New function.
12845         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12846         (gnus-mime-delete-part): Allow selecting specified part after
12847         deleting or stripping parts.
12848         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12849         part if argument is bogus.
12851 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12853         * gnus-art.el (w3m-minor-mode-map):
12854         * gnus-spec.el (gnus-newsrc-file-version):
12855         * gnus-util.el (nnmail-active-file-coding-system)
12856         (gnus-original-article-buffer, gnus-user-agent):
12857         * gnus.el (gnus-ham-process-destinations)
12858         (gnus-parameter-ham-marks-alist)
12859         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12860         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12861         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12862         * mm-decode.el (gnus-current-window-configuration):
12863         * mm-extern.el (gnus-article-mime-handles):
12864         * mm-url.el (url-current-object, url-package-name)
12865         (url-package-version):
12866         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12867         (smime-keys, w3m-cid-retrieve-function-alist)
12868         (w3m-current-buffer, w3m-display-inline-images)
12869         (w3m-minor-mode-map):
12870         * mml-smime.el (gnus-extract-address-components):
12871         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12872         (gnus-newsrc-hashtb, message-default-charset)
12873         (message-deletable-headers, message-options)
12874         (message-posting-charset, message-required-mail-headers)
12875         (message-required-news-headers):
12876         * mml1991.el (mc-pgp-always-sign):
12877         * mml2015.el (mc-pgp-always-sign):
12878         * nnheader.el (nnmail-extra-headers):
12879         * rfc1843.el (gnus-decode-encoded-word-function)
12880         (gnus-decode-header-function, gnus-newsgroup-name):
12881         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12883 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12885         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12886         the end of the date treatments.
12888 2005-08-15  Simon Josefsson  <jas@extundo.com>
12890         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12891         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12892         Capello and Romain Francoise.
12893         (pgg-fetch-key-function): Remove, not used?
12894         (pgg-insert-url-with-w3): Require url, to get
12895         url-insert-file-contents regardless of where it is defined.
12897 2005-08-13  Romain Francoise  <romain@orebokech.com>
12899         * message.el (message-cite-original-1): New function.
12900         (message-cite-original): Use it.
12901         (message-cite-original-without-signature): Ditto.
12903 2005-08-08  Romain Francoise  <romain@orebokech.com>
12905         * message.el (message-yank-empty-prefix): New variable.
12906         (message-indent-citation): Use it.
12907         (message-cite-original-without-signature): Respect X-No-Archive.
12909 2005-08-08  Simon Josefsson  <jas@extundo.com>
12911         * pgg.el: Autoload url-insert-file-contents instead of loading
12912         w3/url.
12913         (pgg-insert-url-with-w3): Don't load url here.
12915 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12917         * message.el (message-kill-to-signature): Don't insert newline at
12918         bol.
12919         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12921 2005-08-06  Romain Francoise  <romain@orebokech.com>
12923         * message.el (message-user-fqdn): Fix typo in docstring.
12925 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12927         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12929         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12931 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12933         * mm-bodies.el (mm-encode-body): Use coding system rather than
12934         charset to encode text.
12936         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12937         number of charsets if utf-8 is available (XEmacs).
12939 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12941         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12942         taken from `gnus-button-mid-or-mail-regexp'.
12943         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12944         (gnus-button-alist): Improve regexp for domain part of the MIDs
12945         for news:localpart@domain buttons.
12946         (gnus-button-ctan-directory-regexp): Update.
12948 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12950         * sieve-manage.el (sieve-manage-interactive-login):
12951         Use make-local-variable rather than make-variable-buffer-local.
12952         (sieve-manage-open): Ditto.
12953         (sieve-manage-authenticate): Ditto.
12955         * mml.el (mml-generate-mime-1): Make the content type default to
12956         text/plain if the filename is not specified.
12958 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12960         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12961         instead of insert-buffer.
12963         * message.el (message-yank-original): Ditto; set the mark at the
12964         end of the yanked message.
12966 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12968         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12969         lines to scroll rather than to stop it.
12971         * mml.el (mml-generate-default-type): Add doc string.
12972         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12973         default to application/octet-stream when determining the content
12974         type if it is not specified for the part or the mml contents; add
12975         a comment about mml-generate-default-type.
12977 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12979         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12980         make it default to application/octet-stream when determining the
12981         content type if it is not specified for the external contents.
12983 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12985         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12986         segmented parameter but also other parameters might be there.
12988 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12990         * mm-decode.el (mm-display-external): Delete temp file, directory
12991         and buffer immediately if the external process is exited.
12993 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12995         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12996         fewer lines than that of scroll-margin.
12997         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12999 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13001         * gnus-art.el (gnus-article-next-page): Revert.
13002         (gnus-article-beginning-of-window): New macro.
13003         (gnus-article-next-page-1): Use it.
13004         (gnus-article-prev-page): Ditto.
13005         (gnus-article-edit-part): Use insert-buffer-substring instead of
13006         insert-buffer.
13007         (gnus-article-edit-exit): Ditto.
13009         * gnus-util.el (gnus-beginning-of-window): Remove.
13010         (gnus-end-of-window): Remove.
13012 2005-07-25  Simon Josefsson  <jas@extundo.com>
13014         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13015         to have the url package without w3.  Reported by Daiki Ueno
13016         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13018 2005-07-20  Didier Verna  <didier@xemacs.org>
13020         * gnus-diary.el: Remove the description comment (nndiary is now
13021         properly documented in the Gnus manual).
13022         Fix the spelling of "Back End".
13023         * nndiary.el: Ditto.
13024         Fix the copyright notice.
13026 2005-07-18  Romain Francoise  <romain@orebokech.com>
13028         * gnus-sum.el (gnus-summary-to-prefix)
13029         (gnus-summary-newsgroup-prefix): New variables.
13030         (gnus-summary-from-or-to-or-newsgroups): Use them.
13032 2005-07-17  Romain Francoise  <romain@orebokech.com>
13034         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13035         space as it's generally not especially interesting to the user.
13037 2005-07-16  Romain Francoise  <romain@orebokech.com>
13039         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13040         nil to avoid prompting and file modification if one of the
13041         messages at the top of the nnfolder file contains a copyright
13042         notice.
13043         Update copyright notice.
13045         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13046         instead of `current-time-string' as the latter creates a time
13047         string that is not RFC 2822 compliant (it lacks the zone).
13048         Update copyright notice.
13050 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13052         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13053         for text/rtf.  Display default in prompt.  Pass default for M-n.
13055         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13057 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13059         * gnus-msg.el (gnus-button-mailto):
13060         Remove save-selected-window-window hackery because it relies on
13061         save-selected-window internals.
13063 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13065         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13066         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13067         (gnus-article-prev-page): Ditto.
13069         * gnus-util.el (gnus-beginning-of-window): New function.
13070         (gnus-end-of-window): New function.
13072 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13074         * gnus-score.el (gnus-score-edit-all-score):
13075         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13076         gnus-message.
13078 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13080         * gnus-msg.el (gnus-button-mailto):
13081         Remove save-selected-window-window hackery because it relies on
13082         save-selected-window internals.
13084 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13086         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13087         add-minor-mode.
13088         (gnus-binary-mode): Ditto.
13090         * gnus-topic.el (gnus-topic-mode): Ditto.
13092 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13094         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13095         (gnus-article-prev-page): Take scroll-margin into consideration.
13097 2005-07-04  Lute Kamstra  <lute@gnu.org>
13099         Update FSF's address in GPL notices.
13101 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13103         * gnus.el (gnus-exit):
13104         * gnus-group.el (gnus-group-icons):
13105         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13107         * gnus-nocem.el (gnus-nocem):
13108         * message.el (message-various, message-buffers, message-sending)
13109         (message-interface, message-forwarding, message-insertion)
13110         (message-headers, message-news, message-mail):
13111         * pgg-gpg.el (pgg-gpg):
13112         * pgg-parse.el (pgg-parse):
13113         * pgg-pgp.el (pgg-pgp):
13114         * pgg-pgp5.el (pgg-pgp5):
13115         * pop3.el (pop3): Finish `defgroup' description with period.
13117 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13119         * gnus-art.el (article-display-face): Improve the efficiency.
13120         (article-display-x-face): Ditto; remove grey x-face stuff.
13122 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13124         * gnus-art.el (article-display-face): Correct the position in
13125         which Faces are inserted.
13127 2005-06-29  Didier Verna  <didier@xemacs.org>
13129         * gnus-art.el (article-display-face): Display faces in correct
13130         order.
13132 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13134         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13135         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13136         (gnus-nocem-check-article): Fetch the Type header.
13137         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13138         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13139         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13140         make sure gnus-nocem-hashtb is initialized.
13141         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13142         (gnus-nocem-unwanted-article-p): Ditto.
13144         * pgg.el (pgg-verify): Return the verification result.
13146 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13148         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13149         is ascii.
13151 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13153         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13154         `show-nonbreak-escape'.
13156 2005-06-23  Lute Kamstra  <lute@gnu.org>
13158         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13160         * dig.el (dig-mode):
13161         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13163 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13165         * nnimap.el (nnimap-split-download-body): Fix spellings.
13167 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13169         * gnus-art.el (gnus-article-encrypt-body):
13170         * gnus-cus.el (gnus-score-customize):
13171         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13172         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13174 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13176         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13177         header by looking for magic "MII" at the beginnig.
13179 2005-06-16  Miles Bader  <miles@gnu.org>
13181         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13182         (assistant-field-face): New backward-compatibility alias for renamed
13183         face.
13184         (assistant-render-text): Use renamed assistant-field face.
13186         * spam.el (spam): Remove "-face" suffix from face name.
13187         (spam-face): New backward-compatibility alias for renamed face.
13188         (spam-face, spam-initialize): Use renamed spam face.
13190         * message.el (message-header-to, message-header-cc)
13191         (message-header-subject, message-header-newsgroups)
13192         (message-header-other, message-header-name)
13193         (message-header-xheader, message-separator, message-cited-text)
13194         (message-mml): Remove "-face" suffix from face names.
13195         (message-header-to-face, message-header-cc-face)
13196         (message-header-subject-face, message-header-newsgroups-face)
13197         (message-header-other-face, message-header-name-face)
13198         (message-header-xheader-face, message-separator-face)
13199         (message-cited-text-face, message-mml-face):
13200         New backward-compatibility aliases for renamed faces.
13201         (message-font-lock-keywords): Use renamed message faces.
13203         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13204         (sieve-test-commands, sieve-tagged-arguments):
13205         Remove "-face" suffix from face names.
13206         (sieve-control-commands-face, sieve-action-commands-face)
13207         (sieve-test-commands-face, sieve-tagged-arguments-face):
13208         New backward-compatibility aliases for renamed faces.
13209         (sieve-control-commands-face, sieve-action-commands-face)
13210         (sieve-test-commands-face, sieve-tagged-arguments-face):
13211         Use renamed sieve faces.
13213         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13214         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13215         (gnus-group-news-3-empty, gnus-group-news-4)
13216         (gnus-group-news-4-empty, gnus-group-news-5)
13217         (gnus-group-news-5-empty, gnus-group-news-6)
13218         (gnus-group-news-6-empty, gnus-group-news-low)
13219         (gnus-group-news-low-empty, gnus-group-mail-1)
13220         (gnus-group-mail-1-empty, gnus-group-mail-2)
13221         (gnus-group-mail-2-empty, gnus-group-mail-3)
13222         (gnus-group-mail-3-empty, gnus-group-mail-low)
13223         (gnus-group-mail-low-empty, gnus-summary-selected)
13224         (gnus-summary-cancelled, gnus-summary-high-ticked)
13225         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13226         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13227         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13228         (gnus-summary-low-undownloaded)
13229         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13230         (gnus-summary-low-unread, gnus-summary-normal-unread)
13231         (gnus-summary-high-read, gnus-summary-low-read)
13232         (gnus-summary-normal-read, gnus-splash):
13233         Remove "-face" suffix from face names.
13234         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13235         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13236         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13237         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13238         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13239         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13240         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13241         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13242         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13243         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13244         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13245         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13246         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13247         (gnus-summary-normal-ticked-face)
13248         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13249         (gnus-summary-normal-ancient-face)
13250         (gnus-summary-high-undownloaded-face)
13251         (gnus-summary-low-undownloaded-face)
13252         (gnus-summary-normal-undownloaded-face)
13253         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13254         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13255         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13256         (gnus-splash-face):
13257         New backward-compatibility aliases for renamed faces.
13258         (gnus-group-startup-message): Use renamed gnus faces.
13260         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13261         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13262         (gnus-server-agent): Remove "-face" suffix from face names.
13263         (gnus-server-agent-face, gnus-server-opened-face)
13264         (gnus-server-closed-face, gnus-server-denied-face)
13265         (gnus-server-offline-face):
13266         New backward-compatibility aliases for renamed faces.
13267         (gnus-server-agent-face, gnus-server-opened-face)
13268         (gnus-server-closed-face, gnus-server-denied-face)
13269         (gnus-server-offline-face): Use renamed gnus faces.
13271         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13272         Remove "-face" suffix from face names.
13273         (gnus-picon-xbm-face, gnus-picon-face):
13274         New backward-compatibility aliases for renamed faces.
13276         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13277         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13278         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13279         (gnus-cite-11): Remove "-face" suffix from face names.
13280         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13281         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13282         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13283         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13284         New backward-compatibility aliases for renamed faces.
13285         (gnus-cite-attribution-face, gnus-cite-face-list)
13286         (gnus-article-boring-faces): Use renamed gnus faces.
13288         * gnus-art.el (gnus-signature, gnus-header-from)
13289         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13290         (gnus-header-content): Remove "-face" suffix from face names.
13291         (gnus-signature-face, gnus-header-from-face)
13292         (gnus-header-subject-face, gnus-header-newsgroups-face)
13293         (gnus-header-name-face, gnus-header-content-face):
13294         New backward-compatibility aliases for renamed faces.
13295         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13297         * gnus-sum.el (gnus-summary-selected-face)
13298         (gnus-summary-highlight): Use renamed gnus faces.
13299         * gnus-group.el (gnus-group-highlight): Likewise.
13301 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13303         * gnus-sieve.el (gnus-sieve-article-add-rule):
13304         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13305         * spam-stat.el (spam-stat-buffer-change-to-spam)
13306         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13308         * message.el (message-is-yours-p):
13309         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13311 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13313         * mm-view.el (mm-inline-text): Withdraw the last change.
13315 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13317         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13318         executing enriched-decode.
13320 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13322         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13323         charset of tar files.
13325 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13327         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13329 2005-06-04  Lute Kamstra  <lute@gnu.org>
13331         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13332         information is never recorded.
13334 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13336         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13338 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13340         * pop3.el (pop3-apop): Run md5 in the binary mode.
13342         * starttls.el (starttls-set-process-query-on-exit-flag):
13343         Use eval-and-compile.
13345 2005-05-31  Simon Josefsson  <jas@extundo.com>
13347         * smime.el (smime-replace-in-string): Define.
13348         (smime-cert-by-ldap-1): Use it.
13350 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13352         * gnus-art.el (article-display-x-face): Replace
13353         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13355         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13356         set-process-query-on-exit-flag or process-kill-without-query.
13358         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13359         loop instead of replace-regexp.
13361         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13362         instead of process-kill-without-query if it is available.
13364         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13365         instead of find-file-hooks if it is available.
13367         * mml1991.el: Bind pgg-default-user-id when compiling.
13369         * mml2015.el: Bind pgg-default-user-id when compiling.
13371         * nndraft.el (nndraft-request-associate-buffer):
13372         Use write-contents-functions instead of write-contents-hooks if it is
13373         available.
13375         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13376         instead of find-file-hooks if it is available.
13378         * nntp.el (nntp-open-connection): Replace
13379         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13380         (nntp-open-ssl-stream): Ditto.
13381         (nntp-open-tls-stream): Ditto.
13383         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13384         set-process-query-on-exit-flag or process-kill-without-query.
13385         (starttls-open-stream-gnutls): Use it instead of
13386         process-kill-without-query.
13387         (starttls-open-stream): Ditto.
13389 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13391         * smime.el (smime-cert-by-ldap-1): Don't use
13392         replace-regexp-in-string.
13394 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13396         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13398         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13399         in PEM format.  Adjust to the XEmacs compability.
13401 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13403         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13404         by `string-to-number'.
13405         * gnus-agent.el (gnus-agent-regenerate-group)
13406         (gnus-agent-fetch-articles): Ditto.
13407         * gnus-art.el (gnus-button-fetch-group): Ditto.
13408         * gnus-cache.el (gnus-cache-generate-active)
13409         (gnus-cache-articles-in-group): Ditto.
13410         * gnus-group.el (gnus-group-set-current-level)
13411         (gnus-group-insert-group-line): Ditto.
13412         * gnus-score.el (gnus-score-set-expunge-below)
13413         (gnus-score-set-mark-below, gnus-summary-score-effect)
13414         (gnus-summary-score-entry): Ditto.
13415         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13416         (gnus-soup-pack): Ditto.
13417         * gnus-spec.el (gnus-xmas-format): Ditto.
13418         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13419         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13420         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13421         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13422         * nndb.el (nndb-get-remote-expire-response): Ditto.
13423         * nndiary.el (nndiary-parse-schedule-value)
13424         (nndiary-string-to-number, nndiary-request-replace-article)
13425         (nndiary-request-article): Ditto.
13426         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13427         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13428         * nneething.el (nneething-make-head): Ditto.
13429         * nnfolder.el (nnfolder-request-article)
13430         (nnfolder-retrieve-headers): Ditto.
13431         * nnheader.el (nnheader-file-to-number): Ditto.
13432         * nnkiboze.el (nnkiboze-request-article): Ditto.
13433         * nnmail.el (nnmail-process-unix-mail-format)
13434         (nnmail-process-babyl-mail-format): Ditto.
13435         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13436         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13437         (nnmh-request-create-group, nnmh-request-list-1)
13438         (nnmh-request-group, nnmh-request-article): Ditto.
13439         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13440         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13441         * nnsoup.el (nnsoup-make-active): Ditto.
13442         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13443         * nntp.el (nntp-find-group-and-number)
13444         (nntp-retrieve-headers-with-xover): Ditto.
13445         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13446         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13447         (pgg-format-key-identifier): Ditto.
13448         * pop3.el (pop3-last, pop3-stat): Ditto.
13449         * qp.el (quoted-printable-decode-region): Ditto.
13451         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13452         of concat.
13454 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13456         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13458         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13460         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13462         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13464         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13466         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13468         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13469         (gnus-carpal-mode): Ditto.
13471         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13472         (gnus-browse-mode): Ditto.
13474         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13476         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13478 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13480         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13482 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13484         * gnus-util.el (gnus-run-mode-hooks): New function.
13486         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13488 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13490         * gnus-agent.el (gnus-agent-make-mode-line-string):
13491         Use mode-line-highlight as mouse-face.
13493 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13495         * canlock.el (canlock): Change the parent group to news.
13497         * deuglify.el (gnus-outlook-deuglify): Add :group.
13499         * dig.el (dig): Add :group.
13501         * dns-mode.el (dns-mode): Add :group.
13503         * encrypt.el (encrypt): Add :group.
13505         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13506         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13507         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13508         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13509         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13511         * gnus-diary.el (gnus-diary): Add :group.
13513         * gnus.el (gnus-group-news-1-face): Add :group.
13514         (gnus-group-news-1-empty-face): Ditto.
13515         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13516         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13517         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13518         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13519         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13520         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13521         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13522         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13523         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13524         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13525         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13526         (gnus-summary-high-ticked-face): Ditto.
13527         (gnus-summary-low-ticked-face): Ditto.
13528         (gnus-summary-normal-ticked-face): Ditto.
13529         (gnus-summary-high-ancient-face): Ditto.
13530         (gnus-summary-low-ancient-face): Ditto.
13531         (gnus-summary-normal-ancient-face): Ditto.
13532         (gnus-summary-high-undownloaded-face): Ditto.
13533         (gnus-summary-low-undownloaded-face): Ditto.
13534         (gnus-summary-normal-undownloaded-face): Ditto.
13535         (gnus-summary-high-unread-face): Ditto.
13536         (gnus-summary-low-unread-face): Ditto.
13537         (gnus-summary-normal-unread-face): Ditto.
13538         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13539         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13541         * hashcash.el (hashcash): New custom group.
13542         (hashcash-default-payment): Add :group.
13543         (hashcash-payment-alist): Ditto.
13544         (hashcash-default-accept-payment): Ditto.
13545         (hashcash-accept-resources): Ditto.
13546         (hashcash-path): Ditto.
13547         (hashcash-extra-generate-parameters): Ditto.
13548         (hashcash-double-spend-database): Ditto.
13549         (hashcash-in-news): Ditto.
13551         * message.el (message-minibuffer-local-map): Add :group.
13553         * netrc.el (netrc): Add :group.
13555         * sieve-manage.el (sieve-manage-log): Add :group.
13556         (sieve-manage-default-user): Diito.
13557         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13558         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13559         (sieve-manage-authenticators): Ditto.
13560         (sieve-manage-authenticator-alist): Ditto.
13561         (sieve-manage-default-port): Ditto.
13563         * sieve-mode.el (sieve-control-commands-face): Add :group.
13564         (sieve-action-commands-face): Ditto.
13565         (sieve-test-commands-face): Ditto.
13566         (sieve-tagged-arguments-face): Ditto.
13568         * smime.el (smime): Add :group.
13570         * spam-report.el (spam-report): Add :group.
13572         * spam.el (spam, spam-face): Add :group.
13574 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13576         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13577         return \n.\n.\n at the end of articles.  Protect against that.
13578         (nntp-with-open-group): Allow debugging.
13580         * nnheader.el (mail-header-set-extra): Make into a function
13581         because I just could't understand how to quote the list properly.
13583         * dns.el (query-dns-cached): New function.
13585 2005-05-26  Lute Kamstra  <lute@gnu.org>
13587         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13589 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13591         * gnus-art.el: Don't autoload mail-extract-address-components.
13593         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13594         eval-and-compile to evaluate it.
13596         * hashcash.el: Don't autoload executable-find.
13598         * nndb.el: Don't declare the nndb back end two or more times; don't
13599         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13601         * nntp.el: Autoload format-spec instead of format; use
13602         eval-and-compile to evaluate autoload forms.
13604 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13606         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13608 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13610         * gnus.el (gnus-version-number): Bump version.
13612 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13614         * gnus.el: No Gnus v0.3 is released.
13616 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13618         * gnus-art.el (gnus-article-edit-part): Disable undo.
13620 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13622         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13623         gnus-article-date-lapsed-new-header is t if date timer is active;
13624         skip headers in which the original date value is empty.
13625         (gnus-article-save-original-date): Redefine it as a macro.
13626         (gnus-display-mime): Use it.
13628 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13630         * gnus-art.el (article-date-ut): Support converting date in
13631         forwarded parts as well.
13632         (gnus-article-save-original-date): New function.
13633         (gnus-display-mime): Use it.
13635 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13637         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13638         enclosure element of <item>.
13640 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13642         * message.el (message-kill-buffer-query): Rename from
13643         `message-kill-buffer-query-if-modified'.  Add :version.
13645 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13647         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13648         window layout.
13650 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13652         * mml.el: Autoload dnd when compiling.
13654 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13656         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13657         x-dnd-*.
13659 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13661         * qp.el (quoted-printable-encode-region): Save excursion.
13663 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13665         * message.el (message-kill-buffer-query-if-modified): Add new variable
13666         so the user can kill a modified message buffer quickly.
13667         (message-kill-buffer): Use it.
13669 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13671         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
13672         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13674 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13676         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13677         contained in text because xml.el decodes entities) with LFs.
13679 2005-04-11  Lute Kamstra  <lute@gnu.org>
13681         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13682         differently.
13684 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13686         * mm-util.el (mm-detect-coding-region): Typo.
13688 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13690         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13692 2005-04-06  Deepak Goel  <deego@gnufans.org>
13694         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13695         user-function allow user modifications of the scores.
13696         (spam-stat-score-buffer-user): New function, to allow
13697         user-computed modifications to the score.
13698         (spam-stat-score-buffer-user-functions): List of additional
13699         scoring functions.
13700         (spam-stat-error-holder): Global temporary error holder.
13701         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13702         variable.
13704 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13706         * gnus-registry.el (gnus-registry-clean-empty-function)
13707         (gnus-registry-trim, gnus-registry-fetch-groups)
13708         (gnus-registry-delete-group): Groups that match
13709         `gnus-registry-ignored-groups' are removed from the registry
13710         entries, not just ignored for splitting.  This helps clean up the
13711         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13712         to get all the groups a message ID is in.
13714         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13715         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13716         (spam-stat-score-buffer-user-functions): Add :number custom type.
13718 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13720         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13721         argument in XEmacs.
13723         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13724         (nnrss-request-group): Decode group name first.
13725         (nnrss-request-article): Make a text/plain article if mml-to-mime
13726         failed.
13727         (nnrss-get-encoding): Return a compatible encoding according to
13728         nnrss-compatible-encoding-alist.
13729         (nnrss-find-el): Use consp instead of listp.
13730         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13732 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13734         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13735         which Emacs 20 doesn't support.
13736         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13738 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13740         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13741         silence the byte compiler inside the defun.
13743         * gnus-demon.el (parse-time-string): Add autoload.
13745         * gnus-delay.el (parse-time-string): Add autoload.
13747         * gnus-art.el (parse-time-string): Add autoload.
13749         * nnultimate.el (parse-time): Require for `parse-time-string'.
13751 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13753         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13755         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13757         * smime.el (smime-ldap-host-list): Add :version.
13759 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13761         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13762         pass it to `gnus-browse-read-group'.
13763         (gnus-browse-read-group): Add NUMBER argument and pass it to
13764         `gnus-group-read-ephemeral-group'.
13766         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13767         argument and pass it to `gnus-group-read-group'.
13769 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13771         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13772         mm-xemacs-find-mime-charset-1 if we have the mule feature
13773         available at runtime.
13775 2005-03-25  Werner Lemberg  <wl@gnu.org>
13777         * nnmaildir.el: Replace `illegal' with `invalid'.
13779 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13781         * gnus-start.el (gnus-display-time-event-handler):
13782         Check display-time-timer at runtime rather than only at load time
13783         in case display-time-mode is turned off in the mean time.
13785 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13787         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13788         used.
13790         * nneething.el (nneething-map-file-directory): Derive from
13791         `gnus-directory'.
13793         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13794         the To/Cc button.
13796 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13798         * nnmaildir.el (nnmaildir-request-accept-article):
13799         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13801 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13803         * gnus-async.el: Require timer-funcs at compile time when in
13804         XEmacs for `run-with-idle-timer'.
13806 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13808         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13809         autoloaded function.
13811 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13813         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13815 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13817         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13819 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13821         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
13822         Add gnus-expert-user to default.
13824 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13826         * nnimap.el (nnimap-open-server): Ditto.
13828         * imap.el (imap-authenticate): Fix typo.
13830 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13832         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13833         buffer (since IMAP server might return FETCH response out of
13834         order, and the nntp buffer must be sorted).
13836 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13838         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
13839         comparison on string.
13841         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13842         (gnus-agent-score): Rename category keywords to match gnus-cus.
13843         (gnus-agent-summary-fetch-series): Modify to protect against
13844         gnus-agent-summary-fetch-group clearing processable flags.
13845         (gnus-agent-synchronize-group-flags): Update live group buffer as
13846         synchronization may occur due to the user toggle the plugged
13847         status.
13848         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13849         successfully downloaded.
13850         (gnus-agent-expire-group-1): Avoid using markers when the overview
13851         is in ascending order; greatly improves performance.
13852         (gnus-agent-regenerate-group):
13853         Use gnus-agent-synchronize-group-flags to reset read status in both
13854         gnus and server.
13855         (gnus-agent-update-files-total-fetched-for): Fix initial size.
13857 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13859         * message.el: Don't autoload former message-utils variables.
13860         (message-strip-subject-trailing-was): Change doc string.
13862         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13863         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13864         (nnweb-google-search): Add "hl=en" here.
13865         (nnweb-google-parse-1, nnweb-google-create-mapping):
13866         Don't hardcode URL.
13868 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13870         * message.el (message-get-reply-headers, message-followup):
13871         Mention related variables `message-use-followup-to' and
13872         `message-use-mail-followup-to', in the information buffer.
13874         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13875         of broken groups(-beta).google.com.
13877 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13879         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13880         parameter to invoked gnus-request-move-article; remove the
13881         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13882         all at once instead of once per article.
13883         (gnus-summary-remove-process-mark): Accept a list of articles as
13884         well as a single article for processing.
13886         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13887         parameter.
13889         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13891         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13893         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13894         parameter.
13896         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13897         parameter.
13899         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13900         parameter and remove the gnus-sum-hint-move-is-internal variable.
13902         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13903         parameter.
13905         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13906         parameter.
13908         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13909         parameter.
13911         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13913         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13914         parameter.
13916         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13917         parameter.
13919 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13921         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13922         a more conservative way.
13924 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13926         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13927         buffer, so it moves the window's cursor.
13929 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13931         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13932         `mm-dissect-multipart' and receive the from field as an (optional)
13933         argument from `mm-dissect-multipart'.
13934         (mm-dissect-multipart): Receive the from field as an argument and
13935         pass it on when we call `mm-dissect-buffer' on MIME parts.
13936         Fixes verification/decryption of signed/encrypted MIME parts.
13938 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13940         * gnus-sum.el (gnus-summary-move-article):
13941         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
13942         whatever it calls (right now, only nnimap-request-move article
13943         respects it).
13945         * nnimap.el (nnimap-request-move-article):
13946         When gnus-sum-hint-move-is-internal is set, don't do the extra
13947         nnimap-request-article.
13949 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13951         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13953         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13954         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13956         * gnus-sum.el (gnus-summary-caesar-message):
13957         Apply `gnus-treat-article' after rotation.
13959         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13960         doc string.
13962 2005-02-22  Simon Josefsson  <jas@extundo.com>
13964         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13965         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13966         <arne@arnested.dk>.
13967         (encrypt): Add password-cache and password-cache-expiry as group
13968         members.
13970 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13972         * smime.el (smime-ldap-host-list): Doc fix.
13973         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13974         cache) password.
13975         (smime-sign-region): Use it.
13976         (smime-decrypt-region): Use it.
13977         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13978         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13979         fails.
13980         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13981         certificate from DER to PEM format rather than calling openssl.
13983         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13985         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13986         for signing/encryption.
13988         * mml.el (mml-parse-1): Use them.
13990 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13992         * nnrss.el (nnrss-verbose): Remove.
13993         (nnrss-request-group): Use `nnheader-message' instead.
13995 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13997         * nnrss.el (nnrss-verbose): New variable.
13998         (nnrss-request-group): Make it say nnrss is requesting a group.
14000 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14002         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14003         Handle news URL with given port correctly.
14005 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14007         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14008         containing special characters.
14010         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14012         * mml.el (mime-to-mml): Ditto.
14014         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14015         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14016         (rfc2047-decode-region): Quote decoded words containing special
14017         characters when rfc2047-quote-decoded-words-containing-tspecials
14018         is non-nil.
14020 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14022         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14024         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14026 2005-02-15  Simon Josefsson  <jas@extundo.com>
14028         * nnimap.el (nnimap-debug): Doc fix.
14030         * imap.el (imap-debug): Doc fix.
14032 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14034         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14036 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14038         * gnus.el (spam-contents): Improve docs for spam-contents
14039         parameter in its variable incarnation.
14041 2005-02-14  Simon Josefsson  <jas@extundo.com>
14043         * smime-ldap.el: Use require instead of load-library for ldap.
14044         (smime-ldap-search): Indent.
14045         (smime-ldap-search-internal): Shorten line.
14047         * smime.el (smime-cert-by-dns): Add doc-string.
14048         (smime-cert-by-ldap-1): Indent.
14050         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14051         mml-smime-get-dns-ldap.
14052         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14054 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14056         * smime.el: Require smime-ldap.
14057         (smime-ldap-host-list): New variable.
14058         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14060         * mml-smime.el (mml-smime-encrypt-query): New function.
14061         (mml-smime-encrypt-query): Use it.
14063         * smime-ldap.el: New file.
14065 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14067         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14069 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14071         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14072         argument in doc string.  Make query for type more clear.
14074 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14076         * gnus.el (gnus-group-startup-message): Search for gnus images in
14077         etc/images/gnus.
14078         * mm-util.el (mm-image-load-path): Likewise.
14079         * smiley.el (smiley-data-directory): Search for smilies in
14080         etc/images/smilies.
14082 2005-02-09  Kim F. Storm  <storm@cua.dk>
14084         Change Emacs release version from 21.4 to 22.1 throughout.
14085         Change Emacs development version from 21.3.50 to 22.0.50.
14087 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14089         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14091         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14092         non-Mule XEmacs as well.
14093         (mm-decompress-buffer): Signal an error intentionally if it does
14094         not decompress compressed data because auto-compression-mode is
14095         disabled.
14097 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14099         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14100         an ID in the registry even if it has no groups.
14102 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14104         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14105         merge it into mm-decompress-buffer.
14106         (gnus-mime-copy-part): Use the MIME part charset, the value which
14107         a user specified or gnus-newsgroup-charset for decoding, like
14108         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14109         save-buffer what was used.  Suggested by Kevin Ryde
14110         <user42@zip.com.au>.
14111         (gnus-mime-inline-part): Allow the name parameter as well as the
14112         filename parameter; force decompressing of compressed data; always
14113         display contents being not decoded as unibyte.
14115         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14116         as well as the filename parameter.
14118         * mm-util.el (mm-decompress-buffer):
14119         Merge gnus-mime-jka-compr-maybe-uncompress.
14120         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14121         of compressed data.
14123 2005-02-08  Simon Josefsson  <jas@extundo.com>
14125         * imap.el (imap-log): Doc fix.
14127 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14129         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14130         the coding cookies; decompress compressed parts.
14132         * mml.el (mml-generate-mime-1): Add the charset parameter according
14133         to the value which a user specified manually or the coding cookie.
14135         * mm-util.el (mm-string-to-multibyte): New function.
14136         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14137         (mm-coding-system-to-mime-charset): New function.
14138         (mm-decompress-buffer): New function.
14139         (mm-find-buffer-file-coding-system): New function.
14141         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14142         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14143         parts.
14145 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14147         * mm-view.el (mm-display-inline-fontify): Decode a part according
14148         to the charset parameter.
14150 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14152         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14153         prefix arg is neither nil nor a number, as info specifies.
14155 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14157         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14158         timestamps.
14160 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14162         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14163         groups error checking and notify user.
14165 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14167         * message.el (message-send-mail-function): Check existence of
14168         sendmail-program first before using default value
14169         `message-send-mail-with-sendmail'.  Otherwise use more generic
14170         `smtpmail-send-it'.
14172 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14174         * nntp.el (nntp-request-update-info): Always return nil.
14176 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14178         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14180 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14182         * message.el (message-beginning-of-line): Change the behavior when
14183         invoked between BOL and : so that it first moves backward.
14185 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14187         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14188         article buffer when editing of the article is discarded.
14189         (gnus-article-prepare): Revert.
14191 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14193         * gnus-art.el (gnus-article-prepare):
14194         Remove message-strip-forbidden-properties from the local hook.
14196 2005-01-27  Simon Josefsson  <jas@extundo.com>
14198         * password.el (password-cache-add): Only start one timer per key.
14199         Reported by Derek Atkins <warlord@MIT.EDU>.
14201 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14203         * run-at-time.el: Remove.  It is no longer needed as
14204         timer-funcs.el in the xemacs-base package has a working version of
14205         `run-at-time'.
14207         * password.el: Require timer-funcs instead of run-at-time in
14208         XEmacs.
14209         Remove `password-run-at-time' macro.
14210         (password-cache-add): Use `run-at-time' instead of
14211         `password-run-at-time'.
14213         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14214         for `run-with-idle-timer'.
14216         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14217         for `run-at-time'.
14219         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14220         for `with-timeout'.
14222 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14224         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14225         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14227 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14229         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14230         sensitively.
14232 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14234         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14236 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14238         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14239         which will be inserted according to the multibyteness of a buffer
14240         rather than the type of contents.  Suggested by ARISAWA Akihiro
14241         <ari@mbf.ocn.ne.jp>.
14243         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14244         of string which old xml.el may return rather than a string.
14246 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14248         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14250 2005-01-16  Simon Josefsson  <jas@extundo.com>
14252         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14253         idn/idna.el isn't available.
14254         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14255         <michael@waxrat.com>.
14257         * hashcash.el: Remove non-FSF copyright header.
14259         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14260         (hashcash-generate-payment): Use it.
14261         (hashcash-generate-payment-async): Use it.
14263 2005-01-15  Simon Josefsson  <jas@extundo.com>
14265         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14266         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14268         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14269         gnus-summary-idna-message.
14270         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14271         (gnus-summary-idna-message): New function.
14273 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14275         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14276         gnus-novice-user.
14278 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14280         * nnrss.el (nnrss-request-delete-group): Delete entries in
14281         nnrss-group-alist as well.
14282         (nnrss-save-server-data): Insert newline.
14284 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14286         * gnus.el (gnus-user-agent): Use list of symbols instead of
14287         symbols.  Display full version number for (S)XEmacs.
14288         Optionally display (S)XEmacs codename.
14290         * gnus-util.el (gnus-emacs-version): Update for new
14291         `gnus-user-agent'.
14293         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14294         Gnus version.
14296 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14298         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14299         which is unreadable in some setups.
14301 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14303         * gnus-spec.el (gnus-update-format-specifications): Flush the
14304         group format spec cache if it doesn't support decoded group names.
14306 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14308         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14309         Allow to apply decay on score files matching a regexp.
14311 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14313         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14314         compatibility in %g and %c.
14316 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14318         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14319         name for only %g and %c.
14320         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14321         of gnus-tmp-group to decoded group name.
14322         (gnus-group-make-rss-group): Exclude `/'s from group names.
14324 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14326         * nnrss.el (nnrss-get-encoding): Fix regexp.
14328 2004-12-27  Simon Josefsson  <jas@extundo.com>
14330         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14331         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14332         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14334 2004-12-17  Kim F. Storm  <storm@cua.dk>
14336         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14338         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14340 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14342         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14344 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14346         * nnrss.el: Require rfc2047 and mml.
14347         (nnrss-file-coding-system): New variable.
14348         (nnrss-format-string): Redefine it as an inline function.
14349         (nnrss-decode-group-name): New function.
14350         (nnrss-string-as-multibyte): Remove.
14351         (nnrss-retrieve-headers): Decode group name; don't use
14352         nnrss-format-string.
14353         (nnrss-request-group): Decode group name.
14354         (nnrss-request-article): Decode group name; allow a Message-ID as
14355         well as an article number; don't use nnrss-format-string; encode a
14356         Message-ID string which may contain non-ASCII characters; use
14357         mml-to-mime to compose a MIME article.
14358         (nnrss-request-expire-articles): Decode group name.
14359         (nnrss-request-delete-group): Decode group name.
14360         (nnrss-fetch): Clarify error message.
14361         (nnrss-read-server-data): Use insert-file-contents instead of load;
14362         bind file-name-coding-system; use multibyte buffer.
14363         (nnrss-save-server-data): Bind coding-system-for-write to the
14364         value of nnrss-file-coding-system; bind file-name-coding-system;
14365         add coding cookie.
14366         (nnrss-read-group-data): Use insert-file-contents instead of load;
14367         bind file-name-coding-system; use multibyte buffer.
14368         (nnrss-save-group-data): Bind coding-system-for-write to the
14369         value of nnrss-file-coding-system; bind file-name-coding-system.
14370         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14371         make it work with non-ASCII text.
14372         (nnrss-find-el): Make it work with old xml.el as well.
14374 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14376         * nnrss.el (nnrss-get-encoding): New function.
14377         (nnrss-fetch): Use unibyte buffer initially; bind
14378         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14379         decode contents according to the encoding attribute.
14380         (nnrss-save-group-data): Add coding cookie.
14381         (nnrss-mime-encode-string): New function.
14382         (nnrss-check-group): Use it to encode subject and author.
14384 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14386         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14387         imaginary variable.
14389 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14391         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14392         correctly even if there are wide characters.
14394 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14396         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14397         downcased symbol names; make a new cache instead of reusing
14398         bbdb-hashtable.
14400 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14402         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14403         concatenating segments rather than before concatenating them.
14404         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14406         * message.el (message-get-reply-headers): Bind `extra'.
14408 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14410         * message.el (message-extra-wide-headers): New variable.
14411         (message-get-reply-headers): Use it.
14413 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14415         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14416         (gnus-agent-group-pathname): Ditto.
14418         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14420         * gnus-group.el (gnus-group-make-group): Decode group name.
14421         (gnus-group-make-rss-group): Register the group data after opening
14422         the nnrss group.
14424 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14426         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14427         by expiry now get marked as read.
14429 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14431         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14433 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14435         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14436         unify Latin characters in XEmacs.
14437         (mm-find-mime-charset-region): Use it.
14439 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14441         * gnus-util.el (gnus-delete-directory): New function.
14443         * gnus-agent.el (gnus-agent-delete-group): Use it.
14445         * gnus-cache.el (gnus-cache-delete-group): Use it.
14447 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14449         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14450         names.
14452 2004-12-16  Simon Josefsson  <jas@extundo.com>
14454         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14456 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14458         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14460         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14461         (gnus-group-set-current-level): Decode group name.
14463 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14465         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14466         failed.
14468 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14470         * gnus-group.el (gnus-group-delete-group): Decode group name.
14471         (gnus-group-make-rss-group): Encode group name.
14472         (gnus-group-catchup-current): Decode group name.
14473         (gnus-group-kill-group): Decode group name.
14475 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14477         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14479 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14481         * gnus-group.el (gnus-group-make-rss-group):
14482         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14484         * gnus-start.el (gnus-setup-news): Honor user's setting to
14485         gnus-message-archive-method.  Suggested by Lute Kamstra
14486         <lute@gnu.org>.
14488 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14490         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14491         global counterparts of the buffer-local variables.
14493 2004-11-16  Romain Francoise  <romain@orebokech.com>
14495         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14496         counterparts of the buffer-local variables.
14498 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14500         * message.el (message-forbidden-properties): Fix typo in doc
14501         string.
14503 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14505         * gnus-util.el (gnus-replace-in-string): Add doc string.
14507         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14508         to avoid problems when splitting mails with many recipients.
14510 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14512         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14513         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14515 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14517         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14518         if there is no hashtable in memory or file modification time is
14519         newer than cached timestamp.
14521 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14523         * gnus-sum.el (gnus-summary-limit-to-recipient):
14524         Implement not-matching option.
14526 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14528         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14529         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14530         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14531         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14532         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14533         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14535 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14537         * message.el (message-forward-make-body-mml): Remove headers
14538         according to message-forward-ignored-headers if a message is decoded.
14540 2004-12-02  Romain Francoise  <romain@orebokech.com>
14542         * message.el (message-forward-make-body-plain): Always remove
14543         headers according to message-forward-ignored-headers.
14545 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14547         * spam.el (spam-summary-prepare-exit): Remove the
14548         gnus-summary-limit pop for now, it has problems with ham marks for
14549         me.
14551 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14553         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14554         correctly.
14556 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14558         * format-spec.el (format-spec): Message the char.
14560 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14562         * gnus-art.el (gnus-split-methods): Reformat comments.
14564         * spam.el (spam-summary-prepare-exit): Remove article limits
14565         before exiting the summary buffer.
14567 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14569         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14570         order to silence the byte compiler.
14572         * spam.el: Fix the way to silence the byte compiler, which
14573         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14574         bbdb-search-simple, spam-BBDB-register-routine,
14575         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14576         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14577         spam-stat-buffer-is-spam, spam-stat-load,
14578         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14579         spam-stat-save and spam-stat-split-fancy.
14581 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14583         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14584         which may confuse users.
14585         (canlock-password-for-verify): Ditto.
14587         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14589         * gnus-art.el (gnus-emphasis-alist): Ditto.
14591         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14593         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14595         * gnus-start.el (gnus-save-killed-list): Ditto.
14597         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14598         (gnus-sum-thread-tree-root): Ditto.
14599         (gnus-sum-thread-tree-false-root): Ditto.
14600         (gnus-sum-thread-tree-single-indent): Ditto.
14602         * message.el (message-courtesy-message): Ditto.
14603         (message-archive-note): Ditto.
14604         (message-subscribed-address-file): Ditto.
14605         (message-user-fqdn): Ditto.
14607         * spam-report.el (spam-report-gmane-regex): Ditto.
14609         * spam.el (spam-blackhole-good-server-regex): Ditto.
14611 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14613         * mml.el (mml-preview): Widen the message buffer before copying
14614         the contents to the preview buffer; sort headers before previewing.
14616         * message.el (message-hidden-headers): Fix the way to avoid a bug
14617         in the `repeat' widget in Emacs 21.3 or earlier.
14619 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14621         * message.el (message-hidden-headers): Default to "^References:".
14622         Improve customization type.  Suggested by Reiner Steib
14623         <Reiner.Steib@gmx.de>.
14625 2004-11-25  Romain Francoise  <romain@orebokech.com>
14627         * message.el (message-strip-forbidden-properties): Remove check for
14628         obsolete `message-hidden' text property, hidden headers are not
14629         accessible in the buffer anymore.
14631 2004-11-22  Romain Francoise  <romain@orebokech.com>
14633         * message.el (message-header-format-alist): Add `From' in list
14634         so that it can be sorted.
14635         (message-fix-before-sending): Widen and sort headers before
14636         sending.
14637         (message-hide-headers): Use narrowing to hide headers by moving
14638         them to the top of the buffer and narrowing to the region
14639         underneath.
14641 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14643         * message.el (message-strip-forbidden-properties):
14644         Bind buffer-read-only (etc) to nil.
14646 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14648         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14649         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14651 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14653         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14655 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14657         * dns.el (query-dns): Use sit-for to time instead of
14658         accept-process-output, since that doesn't seem to work on udp
14659         sockets.
14661 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14663         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14665 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14667         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14668         doc string.  Improve doc string.
14670 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14672         * nntp.el (nntp-request-update-info): Return nil if
14673         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14674         may not call gnus-activate-group which uselessly issues the GROUP
14675         commands for all nntp groups and wastes time.  Reported by Romain
14676         Francoise <romain@orebokech.com>.
14678         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14680 2004-11-15  Simon Josefsson  <jas@extundo.com>
14682         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14683         headers separately.
14684         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14685         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14687 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14689         * gnus-start.el (gnus-convert-old-newsrc):
14690         Assign legacy-gnus-agent to 5.10.7.
14692 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14694         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14695         start of the lines.
14697 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14699         * hashcash.el (hashcash-default-payment): Change default to 20.
14700         (hashcash-default-accept-payment): Change default to 20.
14701         (hashcash-process-alist): New variable.
14702         (hashcash-generate-payment-async): Add.
14703         (hashcash-already-paid-p): Add.
14704         (hashcash-insert-payment): Don't generate payments twice.
14705         (hashcash-insert-payment-async): Add.
14706         (hashcash-insert-payment-async-2): Add.
14707         (hashcash-cancel-async): Add.
14708         (hashcash-wait-async): Add.
14709         (hashcash-processes-running-p): Add.
14710         (hashcash-wait-or-cancel): Add.
14711         (mail-add-payment): New optional argument.  Conditionally start
14712         asynchronous calculation.
14713         (mail-add-payment-async): Add.
14715         * message.el (message-send-mail): Wait for asynchronous hashcash
14716         results.  Don't clobber existing X-Hashcash headers.
14717         (message-setup-1): Call mail-add-payment-async when
14718         message-generate-hashcash is non-nil.
14720 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14722         * message.el (message-use-alternative-email-as-from): Examine the
14723         From header as well; use message-make-from in order to include a
14724         user's full name.
14726 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14728         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14729         default; improve customization type.
14730         (gnus-emphasis-custom-with-format): New macro.
14731         (gnus-emphasis-custom-value-to-external): New function.
14732         (gnus-emphasis-custom-value-to-internal): New function.
14734 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14736         * dns.el (query-dns): Resolve reverse addresses.
14738 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14740         * gnus-group.el (gnus-group-get-new-news): Use it.
14742         * gnus-start.el (gnus-check-reasonable-setup): New function.
14744 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14746         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14747         "Args out of range" error.  Reported by Arnaud Giersch
14748         <arnaud.giersch@free.fr>.
14750 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14752         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14754 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14756         * spam.el (spam group): Add :version.
14758         * pgg-def.el (pgg group): Add :version.
14760 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14762         * gnus-art.el (gnus-article-edit-article): Don't associate the
14763         article buffer with a draft file.  This is a temporary measure
14764         against the 2004-08-22 change to gnus-article-edit-mode.
14766 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14768         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14769         (html2text-format-tags): Remove unused variable `attr'.
14771 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14773         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14775         * spam-stat.el (spam-stat): Add :version.
14777         * sieve.el (sieve): Add :version.
14779         * sha1.el (sha1): Add :version.
14780         (sha1-use-external): Remove redundant version.
14782         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14783         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14784         (nnmail-split-fancy-match-partial-words)
14785         (nnmail-split-lowercase-expanded): Add :version.
14787         * nndiary.el (nndiary): Add :version.
14789         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14791         * mml-sec.el (mml-default-sign-method)
14792         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14793         Add :version.
14795         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14797         * mm-url.el (mm-url-use-external, mm-url-program)
14798         (mm-url-arguments): Add :version.
14800         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14801         (mm-attachment-file-modes, mm-decrypt-option)
14802         (mm-w3m-safe-url-regexp): Add :version.
14804         * message.el (message-cite-prefix-regexp)
14805         (message-sendmail-envelope-from, message-minibuffer-local-map)
14806         (message-user-fqdn, message-completion-alist): Add :version.
14808         * gnus-win.el (gnus-configure-windows-hook)
14809         (gnus-use-frames-on-any-display): Add :version.
14811         * gnus-art.el (gnus-article-address-banner-alist)
14812         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14813         (gnus-treat-from-picon, gnus-treat-mail-picon)
14814         (gnus-treat-x-pgp-sig): Add :version.
14816         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14817         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14818         (gnus-summary-article-delete-hook)
14819         (gnus-summary-display-while-building): Add :version.
14821         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14822         (gnus-get-top-new-news-hook): Add :version.
14824         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14825         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14827         * gnus-registry.el (gnus-registry): Add :version.
14829         * gnus-spec.el (gnus-use-correct-string-widths)
14830         (gnus-make-format-preserve-properties): Add :version.
14832         * gnus.el (gnus-group-charter-alist)
14833         (gnus-group-fetch-control-use-browse-url)
14834         (gnus-install-group-spam-parameters): Add :version.
14836         * gnus-diary.el (gnus-diary): Add :version.
14838         * gnus-delay.el (gnus-delay): Add :version.
14840         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14841         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14842         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14843         Add :version.
14845         * gnus-agent.el (gnus-agent-max-fetch-size)
14846         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14847         (gnus-agent-prompt-send-queue): Add :version.
14849         * deuglify.el (gnus-outlook-deuglify): Add :version.
14851         * html2text.el: Beautify code.  Improve doc strings.
14852         Some checkdoc cleanup.
14853         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14855 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14857         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14859 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14861         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14862         when package is loaded.
14864         * spam.el (spam-summary-score-preferred-header): Add global preference
14865         for people who want to override the default SpamAssassin over
14866         Bogofilter preference (when both are set).
14867         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14868         (spam-user-format-function-S):
14869         Check spam-summary-score-preferred-header.
14870         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14871         (spam-user-format-function-S): Format the score correctly.
14873 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14875         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14876         signature file.  Suggested by Manoj Srivastava
14877         <srivasta@golden-gryphon.com>.
14879         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14880         iso-2022-jp even in the Japanese language environment.
14881         Suggested by Jason Rumney <jasonr@gnu.org>.
14883 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14885         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14886         use the same characters as the dummy marks; make it free from
14887         getting affected by the language environment.
14888         (gnus-summary-read-group-1): Update mark positions only when the
14889         format spec is updated.
14891         * gnus-spec.el (gnus-update-format-specifications): Return a list
14892         of updated types.
14894 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14896         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14897         of boundp to check if display-warning is available.
14899 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14901         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14903 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14905         * nnspool.el (nnspool-spool-directory): Use news-path if the
14906         news-directory variable is not bound.
14908         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14909         function instead of display-warning if it is not available.
14911 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14913         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14914         v5-10: Use `point-at-bol'.
14916 2004-10-26  Simon Josefsson  <jas@extundo.com>
14918         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14919         <chenggao@gmail.com>.
14921 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14923         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14924         instead.
14926 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14928         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14929         to remove a server from the nnimap-server-buffer-alist.
14930         (nnimap-open-connection, nnimap-close-server): Use it.
14932         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14934 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14936         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14937         running the major-mode function.
14939 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14941         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14942         dummy marks in the right way.
14944 2004-10-18  David Edmondson  <dme@dme.org>
14946         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14947         excessively.
14949 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14951         * gnus-util.el (gnus-split-references): Accept a nil references
14952         string and go on blissfully.
14954         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14955         cases where the references string is non-nil but has no references.
14957         * encrypt.el: Add autoload tags.
14959         * spam.el (spam-resolve-registrations-routine): Remove article
14960         from unregistration list too.  Reported by David Hanak
14961         <dhanak@isis.vanderbilt.edu>
14963 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14965         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14966         nil.  Change custom type.
14968 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14970         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14972         * gnus-sum.el (gnus-summary-move-article): Use it.
14974 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14976         * encrypt.el: Add autoload cookies.
14978         * spam.el (spam-backend-article-list-property)
14979         (spam-backend-get-article-todo-list)
14980         (spam-backend-put-article-todo-list)
14981         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14982         Resolve registrations separately.
14983         (spam-register-routine): Format comments.
14984         (spam-unregister-routine, spam-register-routine): Always call with
14985         specific-articles, no default list.
14986         (spam-summary-prepare-exit): Use the spam-classifications function.
14988         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14989         gnus-encrypt.el.
14991         * encrypt.el: Copied from gnus-encrypt.el.
14993         * gnus-encrypt.el: Commented that it's obsolete.
14995 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14997         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14998         (gnus-score-save): Use it.
15000         * message.el (message-bury): Use `window-dedicated-p'.
15002 2004-10-15  Simon Josefsson  <jas@extundo.com>
15004         * pop3.el (top-level): Don't require nnheader.
15005         (pop3-read-timeout): Add.
15006         (pop3-accept-process-output): Add.
15007         (pop3-read-response, pop3-retr): Use it.
15009 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15011         * spam.el (spam-register-routine): Move comment.
15012         (spam-verify-bogofilter): Use 'unknown for the initial
15013         spam-bogofilter-valid state, not 'never.
15015         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15016         for netrc-machine.
15018         * nnimap.el (nnimap-open-connection):
15019         Use netrc-machine-user-or-password.
15021 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15023         * gnus-registry.el (gnus-registry-unload-hook):
15024         Set as a variable with add-hook.
15026         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15027         of news-path.
15029         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15031         * spam.el: Delete duplicate `provide'.
15032         (spam-unload-hook): Set as a variable with add-hook.
15034 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15036         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15037         in the doc string.
15039         * message.el (message-ignored-news-headers)
15040         (message-ignored-supersedes-headers)
15041         (message-ignored-resent-headers)
15042         (message-forward-ignored-headers): Improve custom type.
15044 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15046         * message.el (message-tokenize-header): Fix 2004-09-06 change
15047         which used point-min in the wrong place.
15049 2004-10-12  Simon Josefsson  <jas@extundo.com>
15051         * tls.el (tls-certtool-program): New variable.
15052         (tls-certificate-information): New function, based on
15053         ssl-certificate-information.
15055 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15057         * compface.el: Move the version of ELisp-based uncompface program
15058         to the contrib directory because of the copyright problem.
15060 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15062         * message.el (message-kill-buffer): Raise the current frame.
15064 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15066         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15068         * gnus.el (message-y-or-n-p): Autoload.
15070         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15071         (pop3-password-required, pop3-authentication-scheme)
15072         (pop3-leave-mail-on-server): Make customizable.
15073         (pop3): New custom group.
15074         (pop3-retr): Remove `sleep-for' statements.
15075         Suggested by Dave Love <fx@gnu.org>.
15077         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15078         Windows/DOS.
15080         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15081         (imap-parse-body): Fix incorrect use of `assert'.
15082         Suggested by Dave Love <fx@gnu.org>.
15084         * mml.el (mml-minibuffer-read-disposition): Require match.
15085         Suggested by Dave Love <fx@gnu.org>.
15087 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15089         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15090         doc string.
15092 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15094         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15096 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15098         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15099         instead of calling `mm-insert-inline', to decode text/* parts
15100         before displaying them.
15102 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15104         * mm-uu.el (mm-uu-text-plain-type): New variable.
15105         (mm-uu-pgp-signed-extract-1): Use it.
15106         (mm-uu-pgp-encrypted-extract-1): Use it.
15107         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15108         bind mm-uu-text-plain-type with that value.
15109         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15110         mm-uu-dissect.
15112 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15114         * gnus-group.el (gnus-update-group-mark-positions):
15115         * gnus-sum.el (gnus-update-summary-mark-positions):
15116         * message.el (message-check-news-body-syntax):
15117         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15118         of string-as-multibyte.
15120 2004-10-05  Juri Linkov  <juri@jurta.org>
15122         * gnus-group.el (gnus-update-group-mark-positions):
15123         * gnus-sum.el (gnus-update-summary-mark-positions):
15124         * message.el (message-check-news-body-syntax):
15125         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15126         8-bit unibyte values to a multibyte string for search functions.
15128 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15130         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15131         (mm-uu-dissect-text-parts): New function.
15133         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15134         dissect text parts.
15136         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15137         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15139         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15141         * gnus-topic.el (gnus-topic-hierarchical-parameters):
15142         Use gnus-current-topics instead of gnus-current-topic.
15144 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15146         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15148 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15150         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15151         where approriate.
15153         * nnml.el (nnml-generate-active-info): do.
15155         * nndiary.el (nndiary-generate-active-info): do.
15157         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15158         (gnus-topic-move): do.
15160         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15161         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15163         * gnus-srvr.el (gnus-server-prepare)
15164         (gnus-server-open-all-servers): do.
15166         * gnus-msg.el (gnus-summary-cancel-article)
15167         (gnus-summary-resend-message)
15168         (gnus-summary-mail-crosspost-complaint): do.
15170         * gnus-move.el (gnus-change-server): do.
15172         * gnus-group.el (gnus-group-unmark-all-groups)
15173         (gnus-group-set-current-level): do.
15175 2004-10-04  Simon Josefsson  <jas@extundo.com>
15177         * message.el (message-generate-hashcash): Doc fix.
15179 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15181         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15182         avoid infinite recursion via gnus-get-function.
15184 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15186         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15188         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15190         * nnmail.el (nnmail-split-history): do.
15192         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15193         (nnml-request-delete-group): do.
15195         * nnslashdot.el (nnslashdot-read-groups): do.
15197         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15198         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15200         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15201         (nnspool-sift-nov-with-sed): Use last.
15202         (nnspool-retrieve-headers-with-nov): Use mapc.
15203         (nnspool-request-newgroups): Use dolist.
15204         (nnspool-request-group): Use last.
15206         * nntp.el (nntp-read-server-type): Use dolist.
15208         * nnvirtual.el (nnvirtual-create-mapping)
15209         (nnvirtual-update-read-and-marked): Use dolist.
15210         (nnvirtual-convert-headers): Simplify.
15212 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15214         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15215         Add support for sync'ing tick marks.
15217 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15219         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15220         there's no visible header.
15222 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15224         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15225         When necessary, pass full group name to gnus-request-set-marks.
15227 2004-10-01  Simon Josefsson  <jas@extundo.com>
15229         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15230         acroread.
15232 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15234         * spam-report.el (spam-report-gmane): Fix interactive.
15236         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15238         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15239         when writing file.
15240         (gnus-agent-synchronize-flags): Don't default to being
15241         interactive.
15243 2004-09-30  Simon Josefsson  <jas@extundo.com>
15245         * message.el (message-generate-hashcash): Add.
15246         (message-send-mail): Use it, call mail-add-payment.
15248 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15250         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15252 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15254         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
15255         gnus-requst-update-info with explicit code to sync the in-memory
15256         info read flags with the marks being sync'd to the backend.
15258         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
15260 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15262         * spam.el (spam-verify-bogofilter): Add new function.
15263         (spam-check-bogofilter)
15264         (spam-bogofilter-register-with-bogofilter): Use it.
15265         (spam-verify-bogofilter): Add small fixes.
15267 2004-09-28  Simon Josefsson  <jas@extundo.com>
15269         * hashcash.el (hashcash-generate-payment): Revert.
15271 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15273         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15274         Use gnus-extract-references instead of gnus-split-references.
15276         * gnus-util.el (gnus-extract-references): Add new function, analogous
15277         to gnus-split-references but extracts only the message-ID without
15278         anything extra.
15280         * hashcash.el (hashcash-generate-payment)
15281         (hashcash-check-payment): Do the right thing if hashcash-path is
15282         nil (because the hashcash program could not be found).
15284         * spam.el (spam-use-hashcash): Remove comment.
15286 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15288         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15289         (gnus-cache-enter-article, gnus-cache-remove-article)
15290         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15292         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15294         * gnus-art.el (article-hide-boring-headers)
15295         (article-translate-strings, article-display-face)
15296         (gnus-article-mime-match-handle-first)
15297         (gnus-article-highlight-headers)
15298         (gnus-article-add-buttons-to-head): do.
15300 2004-09-27  Simon Josefsson  <jas@extundo.com>
15302         * hashcash.el: New version, from
15303         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15304         ../contrib/.
15306 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15308         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15310 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15312         * gnus-dup.el (gnus-dup-open): Use mapc.
15313         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15315         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15316         Reported by Stefan Wiens <s.wi@gmx.net>.
15318         * gnus.el (gnus-shutdown): Use dolist.
15320         * gnus-undo.el (gnus-undo): Use mapc.
15322         * nnrss.el (nnrss-generate-active): do.
15324         * message.el (message-cite-original-without-signature)
15325         (message-cite-original): Use mapc.
15326         (message-do-actions, message-make-forward-subject): Use dolist.
15328 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15330         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
15331         deletion to remove entire duplicate line.  Fixes merged article
15332         number bug.
15334 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15336         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15337         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15338         first ask if you want to open a server and then, even when you
15339         responded with no, asking if you want to synchronize the server's
15340         flags.
15341         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15342         multi-line expressions.
15343         (gnus-agent-synchronize-group-flags): New internal function.
15344         Updates marks in memory (in the info structure) AND in the
15345         backend.
15347         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
15349         * nnagent.el (nnagent-request-set-mark):
15350         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
15351         method, to ensure that synchronization updates marks in the
15352         backend and in the info (in memory) structure.
15354 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15356         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15357         convention fully; don't miss the root article of a thread; make
15358         the X-Draft-From header with correct article numbers.
15360 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15362         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15363         unless plugged.  Disable the agent so that an open failure causes
15364         an error.
15366         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15367         Revert 2004-09-21 change.  The backend must be opened while
15368         synchronizing flags even when the backend stores the flags
15369         locally.
15371 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15373         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15374         in `header' match.  Reported by Svend Tollak Munkejord.
15376         * message.el (message-cite-original): Fix use of
15377         `message-cite-articles-with-x-no-archive'.
15379 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15381         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15382         (gnus-window-to-buffer): Ditto.
15384         * mml.el (mml-preview-buffer): New variable.
15385         (mml-preview): Manage window layout with gnus-buffer-configuration.
15387         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15388         X-Draft-From header even if those articles aren't quoted.
15390 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15392         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15393         (gnus-request-set-mark, gnus-request-update-mark): Use new
15394         g-s-t-u-l-m to decide to use backend even when unplugged.
15396 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15398         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15399         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15401 2004-09-20  Simon Josefsson  <jas@extundo.com>
15403         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15404         "utf-16-le".
15406 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15408         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15410 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15412         * uudecode.el (uudecode-use-external): Add :version.
15414         * smime.el (smime-CA-file, smime-encrypt-cipher)
15415         (smime-dns-server): Add :version.
15417         * smiley.el (gnus-smiley-file-types): Add :version.
15419         * sha1.el (sha1-use-external): Add :version.
15421         * pgg-def.el (pgg-query-keyserver): Add :version.
15423         * nnmail.el (nnmail-fancy-expiry-targets)
15424         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15425         Add :version.
15427         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15428         (nnimap-retrieve-groups-asynchronous): Add :version.
15429         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
15431         * mml.el (mml-content-disposition-parameters)
15432         (mml-insert-mime-headers-always): Add :version.
15434         * mm-util.el (mm-coding-system-priorities): Add :version.
15436         * mm-decode.el (mm-inline-text-html-with-images)
15437         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15438         (mm-verify-option): Add :version.
15439         (mm-text-html-renderer): Change :version.
15441         * message.el (message-fcc-externalize-attachments)
15442         (message-required-headers, message-draft-headers)
15443         (message-subject-trailing-was-query)
15444         (message-subject-trailing-was-ask-regexp)
15445         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15446         (message-mark-insert-end, message-archive-header)
15447         (message-archive-note, message-cross-post-default)
15448         (message-cross-post-note, message-followup-to-note)
15449         (message-cross-post-note-function, message-use-mail-followup-to)
15450         (message-subscribed-address-functions)
15451         (message-subscribed-address-file, message-subscribed-addresses)
15452         (message-subscribed-regexps, message-allow-no-recipients)
15453         (message-yank-cited-prefix, message-signature-insert-empty-line)
15454         (message-hidden-headers, message-hierarchical-addresses)
15455         (message-mail-user-agent, message-use-idna)
15456         (message-valid-fqdn-regexp)
15457         (message-strip-special-text-properties, message-header-synonyms)
15458         (message-beginning-of-line, message-tab-body-function): Add :version.
15459         (message-insert-canlock, message-wide-reply-confirm-recipients):
15460         Change :version.
15462         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15463         and :version.
15464         (mail-source-delete-old-incoming-confirm)
15465         (mail-source-movemail-program): Add :version.
15467         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15468         (gnus-agent-cache, gnus-agent): Change :version.
15470         * gnus-util.el (gnus-use-byte-compile): Change :version.
15472         * gnus-sum.el (gnus-summary-make-false-root-always)
15473         (gnus-summary-default-high-score)
15474         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15475         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15476         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15477         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15478         (gnus-sum-thread-tree-single-indent)
15479         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15480         (gnus-sum-thread-tree-leaf-with-other)
15481         (gnus-sum-thread-tree-single-leaf): Add :version.
15482         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15483         (gnus-article-loose-mime): Change :version.
15485         * gnus-start.el (gnus-backup-startup-file)
15486         (gnus-save-startup-file-via-temp-buffer): Add :version.
15488         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15489         (gnus-server-offline-face): Add :version.
15491         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15493         * gnus-msg.el (gnus-gcc-externalize-attachments)
15494         (gnus-debug-files, gnus-debug-exclude-variables)
15495         (gnus-discouraged-post-methods): Change :version.
15496         (gnus-confirm-mail-reply-to-news)
15497         (gnus-confirm-treat-mail-like-news): Add :version.
15499         * gnus-int.el (gnus-server-unopen-status): Add :version.
15501         * gnus-group.el (gnus-group-jump-to-group-prompt)
15502         (gnus-large-ephemeral-newsgroup)
15503         (gnus-fetch-old-ephemeral-headers): Add :version.
15505         * gnus-fun.el (gnus-x-face-directory)
15506         (gnus-convert-pbm-to-x-face-command)
15507         (gnus-convert-image-to-x-face-command)
15508         (gnus-convert-image-to-face-command): Add :version.
15510         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15512         * gnus-cite.el (gnus-cite-blank-line-after-header)
15513         (gnus-article-boring-faces): Add :version.
15515         * gnus-art.el (gnus-buttonized-mime-types)
15516         (gnus-inhibit-mime-unbuttonizing)
15517         (gnus-treat-display-face)
15518         (gnus-treat-body-boundary): Change :version.
15519         (gnus-body-boundary-delimiter, gnus-picon-databases)
15520         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15521         (gnus-treat-date-english, gnus-treat-fold-headers)
15522         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15523         (gnus-treat-mail-picon, gnus-treat-wash-html)
15524         (gnus-article-encrypt-protocol)
15525         (gnus-use-idna, gnus-article-over-scroll)
15526         (gnus-mime-display-multipart-alternative-as-mixed)
15527         (gnus-mime-display-multipart-related-as-mixed)
15528         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15529         (gnus-ctan-url, gnus-button-ctan-handler)
15530         (gnus-button-handle-ctan-bogus-regexp)
15531         (gnus-button-ctan-directory-regexp)
15532         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15533         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15534         (gnus-button-man-level, gnus-button-emacs-level)
15535         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15537         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15538         (gnus-agent-go-online): Change :version.
15539         (gnus-agent-expire-unagentized-dirs)
15540         (gnus-agent-auto-agentize-methods): Add :version.
15542         * flow-fill.el (fill-flowed-display-column)
15543         (fill-flowed-encode-column): Add :version.
15545         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15546         (gnus-outlook-deuglify-unwrap-max)
15547         (gnus-outlook-deuglify-cite-marks)
15548         (gnus-outlook-deuglify-unwrap-stop-chars)
15549         (gnus-outlook-deuglify-no-wrap-chars)
15550         (gnus-outlook-deuglify-attrib-cut-regexp)
15551         (gnus-outlook-deuglify-attrib-verb-regexp)
15552         (gnus-outlook-deuglify-attrib-end-regexp)
15553         (gnus-outlook-display-hook): Add :version.
15555         * binhex.el (binhex-use-external): Add :version.
15557 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15559         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15560         and `invisible'.
15562 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15564         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15565         in gnus-registry-trim.
15567 2004-09-13  Simon Josefsson  <jas@extundo.com>
15569         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15571         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15573         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15574         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15575         <yamaoka@jpl.org>.
15576         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15577         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15578         <yamaoka@jpl.org>.
15580         * sieve.el (sieve-manage-mode): Ditto.
15582 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15584         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15586 2004-09-11  Simon Josefsson  <jas@extundo.com>
15588         * dns-mode.el: Add.
15590         * mm-view.el (mm-display-dns-inline): Add.
15592         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15593         (mm-automatic-display): Ditto.
15595         * mailcap.el (mailcap-mime-data): Add text/dns.
15596         (mailcap-mime-extensions): Map .soa to text/dns.
15598 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15600         * gnus-art.el (article-decode-mime-words, article-babel)
15601         (gnus-article-highlight-signature, gnus-article-add-buttons)
15602         (gnus-signature-toggle): Remove unnecessary bindings of
15603         `inhibit-read-only' inherited from v5.10 merge.
15605 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15607         * nntp.el (nntp): New customization group.
15608         (nntp-authinfo-file): Add customization group.
15610         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15612         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15614         * gnus.el (to-address, to-list, subscribed)
15615         (large-newsgroup-initial): Ditto.
15617         * flow-fill.el (fill-flowed-display-column)
15618         (fill-flowed-encode-column): Ditto.
15620 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15622         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15623         Use point-min rather than 1.
15624         (message-send-mail): Use buffer-size rather than point-max.
15626         * gnus-sum.el (gnus-summary-search-article-forward):
15627         Signal a specific `search-failed' rather than a generic `error'.
15629         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15630         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15631         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15633 2004-09-10  Simon Josefsson  <jas@extundo.com>
15635         * nndb.el (require): Remove tcp and duplicate cl.
15637 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15639         * gnus-agent.el (directory-files-and-attributes): Move forward.
15641 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15643         * gnus-agent.el (directory-files-and-attributes):
15644         Optionally defined to support XEmacs.
15646 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15648         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15649         to avoid run-time CL dependencies.
15650         (gnus-agent-unfetch-articles): New function.
15651         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15652         article numbers even when local .overview file is missing.
15653         (gnus-agent-read-article-number): New function.  Only accepts
15654         27-bit article numbers.
15655         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
15656         Use gnus-agent-read-article-number.
15657         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15658         from backend while recognizing that article numbers in .overview
15659         must be valid.
15660         (gnus-agent-update-files-total-fetched-for):
15661         Use directory-files-and-attributes to improve performance.
15662         * gnus-int.el (gnus-request-move-article):
15663         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
15664         improve performance.
15666         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
15667         some users confused by references to .newsrc when they only have a
15668         .newsrc.eld file.
15669         (gnus-convert-mark-converter-prompt)
15670         (gnus-convert-converter-needs-prompt): Fix use of property list.
15671         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15672         New function.  Used internally to only display 'gnus converting
15673         files' message when actually necessary.
15675         * gnus-sum.el (): Remove (require 'gnus-agent) as required
15676         methods now autoloaded.
15678 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15680         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15681         identifiers.
15683 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15685         * gnus-picon.el: Fix indentation and closing parenthesis.
15687 2004-09-01  Simon Josefsson  <jas@extundo.com>
15689         * message.el (message-canlock-generate): Require sha1, not
15690         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15691         to require within a function.  Sadly, if sha1.el isn't loaded, the
15692         let binding in m-c-g will hide the defcustom definition, which is
15693         bad.)
15695         * canlock.el: Require sha1, not sha1-el.
15697         * message.el: Don't autoload sha1 (there is a autoload cookie in
15698         sha1.el).
15700         * sha1-el.el: Rename to sha1.el.
15702 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15704         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15706 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15708         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15710 2004-08-30  Kim F. Storm  <storm@cua.dk>
15712         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15714         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15715         Add :group 'nnimap.
15717 2004-08-30  Andreas Schwab  <schwab@suse.de>
15719         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15720         ?* and ?\;.
15722         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15723         and ?\' to symbol instead of whitespace.
15725 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15727         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15729         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15730         instead of re-search-forward.
15732         * gnus-uu.el (gnus-uu-save-article): Ditto.
15733         (gnus-uu-post-encode-uuencode): Ditto.
15735         * html2text.el (html2text-clean-list-items): Ditto.
15736         (html2text-clean-dtdd): Ditto.
15737         (html2text-format-tags): Ditto.
15739         * message.el (message-send-mail-with-sendmail): Fix regexp.
15740         (message-fill-field-general): Use search-forward instead of
15741         re-search-forward.
15742         (unbold-region): Ditto.
15744         * nnrss.el (nnrss-request-article): Ditto.
15746         * nnslashdot.el (nnslashdot-request-article): Ditto.
15748         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15750         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15751         "Unrecognized menu descriptor" error in XEmacs.
15753 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15755         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15756         parent article of a sparse article in the thread hashtb.
15758 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15760         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15761         (nnmail-expand-newtext): Lowercase expanded entries if
15762         nnmail-split-lowercase-expanded is non-nil.
15764 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15766         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15768         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15769         of gnus-tmp-news-method into string under XEmacs.  It will be
15770         passed to gnus-correct-length which takes only a string argument.
15772 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15774         * gnus-util.el (gnus-bind-print-variables): New macro.
15775         (gnus-prin1): Use it.
15776         (gnus-prin1-to-string): Use it.
15777         (gnus-pp): New function.
15778         (gnus-pp-to-string): New function.
15780         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15781         Replace pp-to-string with gnus-pp-to-string.
15782         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15783         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15784         * gnus-msg.el (gnus-debug): Ditto.
15785         * gnus-score.el (gnus-score-save): Ditto.
15786         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15787         gnus-pp-to-string.
15788         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15789         with gnus-pp.
15790         * score-mode.el (gnus-score-pretty-print): Ditto.
15791         * webmail.el (webmail-debug): Ditto.
15793 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15795         * gnus-art.el (article-display-face, article-display-x-face):
15796         Use buffer-read-only.
15798 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15800         * gnus-art.el (article-hide-list-identifiers):
15801         Bind inhibit-read-only as t.
15803 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15805         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15807 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15809         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15810         (gnus-narrow-to-page): Don't assume point-min == 1.
15811         (gnus-article-edit-mode): Derive from message-mode.
15813         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15814         point-min == 1.
15816         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15817         Disable incorrect use of `assert'.
15819         * message.el (message-mode): Set comment-start-skip.
15821 2004-08-22  Sam Steingold  <sds@gnu.org>
15823         * pop3.el (pop3-leave-mail-on-server): New user variable.
15824         (pop3-movemail): Delete mail only when it is nil.
15826 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15828         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15830         * mml.el (mml-preview): Use `pop-to-buffer'.
15832         * message.el (message-goto-mail-followup-to): Insert after "To".
15833         (message-carefully-insert-headers): Add comment.
15835         * gnus.el: Remove unused variable `gnus-article-check-size'.
15837         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15839         * gnus-art.el (gnus-button-alist):
15840         Improve `gnus-button-handle-library' entry.
15842 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15844         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
15845         Use downcase, since XEmacs capitalizes error messages differently.
15847 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15849         * nntp.el: Add (require 'gnus) due to reference to
15850         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15852 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15854         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
15855         Bind `mm-fill-flowed'.
15857         * mm-decode.el (mm-dissect-singlepart): Check it.
15859 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15861         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15862         'imap' for netrc parsing.
15864 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15866         * mailcap.el (mailcap-mime-data): Mark as risky.
15868 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15870         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15871         may be included in the encoded word.
15872         (rfc2047-encode): Don't append a space if the encoded word
15873         includes close parenthesis.
15875 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15877         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15878         of text within parentheses.
15880 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15882         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15883         (gnus-encrypt-write-file-contents): Make the password key the file
15884         name PLUS the cipher, not just the cipher.  Also remove failed
15885         passwords from the cache.
15887 2004-08-06  Simon Josefsson  <jas@extundo.com>
15889         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
15890         Doc fix.
15892 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15894         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15895         LWSP.
15897 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15899         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15900         Try to append in-reply-to: data to the references: header.
15902         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15903         (netrc-parse): Use gnus-encrypt.el functions.
15905         * gnus-encrypt.el: Add new file for encryption support; currently
15906         does only a few GPG ciphers and an internal XOR cipher.
15908         * password.el: Add comments on using password-read-and-add.
15909         (password-read-and-add): Add function to read and add the
15910         password to the cache at once.
15912 2004-07-28  Simon Josefsson  <jas@extundo.com>
15914         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15915         parameter (but don't use it, for now).
15917         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15918         instead of hard coding to nil.
15920 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15922         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15923         as mm-inline-image-xemacs does.
15925 2004-07-26  Simon Josefsson  <jas@extundo.com>
15927         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15928         Revert part of 2004-07-17 change below.
15930 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15932         * rfc2047.el (rfc2047-encode-region): Don't infloop.
15933         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15935 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15937         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15938         quotes that actually start with ">" at the beginning of the
15939         lines.
15941 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15943         * rfc2047.el (rfc2047-encode-region): Fix last change.
15944         (rfc2047-encode-parameter): Remove useless concat.
15946 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15948         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15949         encode special characters; fix some kind of misconfigured headers;
15950         signal a real error if debug-on-quit or debug-on-error is non-nil.
15951         (rfc2047-encode-max-chars): New variable.
15952         (rfc2047-encode-1): Use it.
15953         (rfc2047-encode-parameter): New function.
15955         * mml.el (mml-insert-parameter): Remove an excessive space.
15957 2004-07-17  Simon Josefsson  <jas@extundo.com>
15959         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15960         Kai Grossjohann <kai@emptydomain.de>.
15961         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15962         (gnus-group-make-menu-bar): Ditto.
15964         * gnus-util.el (gnus-group-server): Add.
15966 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15968         * message.el (message-clone-locals): Clone sendmail and smtp
15969         variables.
15971 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15973         * rfc2047.el (rfc2047-encode-region): Fix last change.
15975 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15977         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15978         characters as non-special.
15980 2004-07-09  Simon Josefsson  <jas@extundo.com>
15982         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15983         Users will lose all flag changes made while unplugged with
15984         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15985         good default.  See numerous reports on ding mailing list.
15987 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15989         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15990         add generate-head-function and generate-article-function to the
15991         rfc822-forward entry.
15992         (nndoc-rfc822-forward-generate-article): New function.
15993         (nndoc-rfc822-forward-generate-head): New function.
15995         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15997 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15999         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16000         respect display group parameter and gnus-summary-expunge-below.
16001         (gnus-articles-to-read): Remove unused reference to display group
16002         parameter.
16004 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16006         * nnheader.el (nnheader-uniquify-message-id): New experimental
16007         variable.
16008         (nnheader-nov-read-message-id): Use it.
16010         * spam-report.el (spam-report-gmane): Add interactive.
16012 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16014         * mm-encode.el (mm-content-transfer-encoding-defaults):
16015         Use qp-or-base64 for the application/* types.
16017 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16019         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16021 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16023         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16024         trim value.
16026 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16028         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16029         New macro and function.
16030         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16032 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16034         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16035         after-load-alist.
16037 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16039         * gnus-group.el (gnus-group-get-new-news-this-group):
16040         Don't update info that isn't there.
16042 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
16044         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16045         entry.
16047 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16049         * mm-view.el (mm-inline-render-with-function): Use multibyte
16050         buffer; decode html source by charset.
16052         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16054         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16055         Mule-UCS is loaded under XEmacs.
16056         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16058 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16060         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16062 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16064         * mm-util.el (mm-coding-system-p): Return a coding-system.
16065         (mm-mime-mule-charset-alist): Use shift_jis instead of
16066         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16067         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16068         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16069         instead of japanese-shift-jis and iso-latin-1 respectively in
16070         order to share the default value with both Emacs and XEmacs-mule.
16071         (mm-mule-charset-to-mime-charset):
16072         Make mm-coding-system-priorities effective.
16073         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16074         while predicating of candidates upon the priorities.
16076 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16078         * gnus-sum.el (gnus-summary-make-menu-bar):
16079         Add gnus-uu-invert-processable.
16081         * gnus.el: Autoload gnus-uu-invert-processable.
16083 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16085         * mm-util.el (mm-with-multibyte-buffer): New macro.
16087         * rfc2047.el (rfc2047-encode-string): Use it.
16088         (rfc2047-encode-region): Move point to the end of the region after
16089         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16091 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16093         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16094         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16096 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16098         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16099         (gnus-cite-parse): Ignore quoted envelope From_.
16100         Suggested by Karl Chen <quarl@nospam.quarl.org>.
16102 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16104         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16105         invalid addresses.
16107 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16109         * spam.el: Change section markers, revise TODO list.
16110         (spam-backends): Make new master list of all installed backends.
16111         (spam-summary-exit-behavior): Add new variable to determine how
16112         messages moves are done at summary exit.
16113         (spam-move-spam-nonspam-groups-only)
16114         (spam-process-ham-in-nonham-groups)
16115         (spam-process-ham-in-spam-groups): Remove variables, the
16116         spam-summary-exit-behavior variable should be used to manage this
16117         behavior.
16118         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16119         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16120         and spam-old-spam-articles.
16121         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16122         Add empty variables, placeholders for the backends they represent.
16123         (spam-set-difference): Move, unchanged.
16124         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16125         unless the user has a processor variable.
16126         (spam-classifications, spam-classification-valid-p)
16127         (spam-backend-properties, spam-backend-property-valid-p)
16128         (spam-backend-function-type-valid-p)
16129         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16130         (spam-report-articles-gmane, spam-report-articles-resend):
16131         Remove functions, they are not needed.
16132         (spam-install-backend-super, spam-backend-list)
16133         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16134         (spam-backend-function, spam-backend-ham-registration-function)
16135         (spam-backend-spam-registration-function)
16136         (spam-backend-ham-unregistration-function)
16137         (spam-backend-spam-unregistration-function)
16138         (spam-backend-statistical-p, spam-backend-mover-p)
16139         (spam-install-backend-alias, spam-install-checkonly-backend)
16140         (spam-install-mover-backend, spam-install-nocheck-backend)
16141         (spam-install-backend, spam-install-statistical-backend)
16142         (spam-install-statistical-checkonly-backend): Add backend installation
16143         support.
16144         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16145         (spam-group-processor-p): Use the new backend code and respect the
16146         summary exit behavior.
16147         (spam-mark-spam-as-expired-and-move-routine): Remove.
16148         (spam-summary-prepare): Change to use the new spam-old-articles
16149         variable.
16150         (spam-copy-or-move-routine, spam-copy-spam-routine)
16151         (spam-move-spam-routine, spam-copy-ham-routine)
16152         (spam-move-ham-routine): Add code to copy/move ham or spam.
16153         (spam-fetch-field-fast): Improve doc and code, plus allow the
16154         'number request.
16155         (spam-list-of-checks, spam-list-of-statistical-checks):
16156         Remove variables.
16157         (spam-split, spam-find-spam): Use the new backend code.
16158         (spam-registration-functions): Remove variable.
16159         (spam-unregister-routine): Add convenience wrapper.
16160         (spam-log-undo-registration, spam-register-routine)
16161         (spam-log-processing-to-registry)
16162         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16163         where possible.
16164         (spam-check-gmane-xref, spam-check-regex-headers)
16165         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16166         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16167         (spam-check-bogofilter-headers, spam-check-spamoracle)
16168         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16169         (spam-check-crm114-headers): Use the spam-split-group that
16170         spam-split prepares, no need to determine it every time.
16172         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16173         to the nnheader-parse-naked-head call.
16175         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16177         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16178         the nnheader-nov-read-message-id call.
16180 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16182         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16183         gnus-activate-group twice.  Suggested by Markus Peter
16184         <warp@spin.de>.
16186 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16188         * gnus-art.el (gnus-article-time-format): Exchange the order of
16189         day and month in the default value; fix customization type.
16190         (article-date-ut): Use add-text-properties.
16191         (article-make-date-line): Use message-make-date instead of
16192         current-time-string.
16194         * message.el (message-fetch-field): Don't use set-text-properties.
16195         (message-make-date): Simplify.
16197 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16199         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16200         (rfc2047-encode-region): Treat text within parentheses as special;
16201         show the original text when error has occurred.
16203         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16204         already-computed method to gnus-activate-group.
16206         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16207         same select-methods identical Lisp objects.
16209         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16210         object when modifying the info.
16212 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16214         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16215         gnus-opened-servers since it has never been opened with the new
16216         configuration yet.
16218 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16220         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16221         arg to nnheader-generate-fake-message-id.
16223 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16225         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16226         number and build a fake message ID localized to a group and
16227         article number (so it's repeatable from that point on).
16228         (nnheader-fake-message-id-p): Change regex to accommodate new fake
16229         ID format.
16231         * gnus-sum.el (gnus-get-newsgroup-headers):
16232         Call nnheader-generate-fake-message-id with the article number.
16234 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16236         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16237         end-of-buffer.
16239 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16241         * message.el (message-ignored-supersedes-headers): Add Approved.
16243 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16245         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16246         goto-char.
16247         (rfc2047-encode): Fold the line before encoding.
16249 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16251         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16252         folding -- not all headers can be folded, and this should be done
16253         by the message composition mode.  Probably.  I think.
16255 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16257         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16258         fast.
16260         * gnus-ems.el (gnus-remove-image): Don't use
16261         message-text-with-property; remove only the image found first.
16263 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16265         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16267 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16269         * message.el (message-text-with-property): Make it fast and accept
16270         optional arguments.
16271         (message-strip-forbidden-properties): Use it.
16272         (message-fix-before-sending): Follow the m-t-w-p change.
16274         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16276 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16278         * gnus-art.el (article-hide-headers): Don't change the buffer
16279         mistakenly when performing mml-preview even if
16280         gnus-single-article-buffer is nil.
16282 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16284         * message.el (message-expand-name-databases): New user option.
16285         (message-expand-name): Use it.
16287 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16289         * spam.el (spam-report-articles-resend)
16290         (spam-report-resend-register-routine): Allow ham reporting.
16291         (spam-report-resend-register-ham-routine): Add wrapper.
16292         (spam-registration-functions): Add ham resending functions.
16293         (spam-list-of-processors): Add ham resend processor.
16295         * gnus.el (ham-resend-to): Add new group parameter.
16296         (spam-process): Add ham resend option.
16298         * spam-report.el (spam-report-resend): Allow reporting ham.
16299         (spam-report-resend-ham): Add wrapper.
16301 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16303         * message.el (message-cite-articles-with-x-no-archive):
16304         New variable.
16305         (message-cite-original): Use it.
16307 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16309         * message.el (message-cite-original): Respect X-No-Archive.
16311 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16313         * gnus-art.el (article-hide-headers): Refer to the values for
16314         gnus-ignored-headers and gnus-visible-headers in the summary
16315         buffer since a user may have set them as group parameters.
16317 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16319         * assistant.el (assistant-node-name): Add convenience function.
16320         (assistant-render-text, assistant-render-node): Add error handling,
16321         plus handle multiple next nodes.
16322         (assistant-find-next-node): Comment out for now.
16323         (assistant-find-next-nodes): Add function, returns list of next
16324         nodes.
16326 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16328         * mail-source.el (mail-source-directory): Fix doc-string.
16330 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16332         * assistant.el (assistant-render-text, assistant-eval): Add :set
16333         widget type, which is different because it takes and returns a
16334         list.  Much hilarity ensues.
16336 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16338         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
16340         * gnus-group.el (gnus-group-get-new-news-this-group):
16341         Add doc-string.
16343         * gnus-start.el (gnus-activate-group): Add doc-string.
16345 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16347         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16349 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16351         * assistant.el (assistant-render-text): Try to add a :set
16352         widget, more to come.
16354         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16355         strings.
16356         (spam-report-articles-resend)
16357         (spam-register-routine): Do registration iff any articles warrant
16358         it.
16359         (spam-summary-prepare-exit): Change log message for nil group
16360         destinations.
16362 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16364         * spam.el (spam-report-resend-register-routine):
16365         Allow spam-report-resend-to to be a group parameter or a global value.
16367 2004-05-26  Simon Josefsson  <jas@extundo.com>
16369         * starttls.el: Merge with my GNUTLS based starttls.el.
16370         (starttls-gnutls-program, starttls-use-gnutls)
16371         (starttls-extra-arguments, starttls-process-connection-type)
16372         (starttls-connect, starttls-failure, starttls-success):
16373         New variables.
16374         (starttls-program, starttls-extra-args): Doc fix.
16375         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
16376         New functions.
16377         (starttls-negotiate, starttls-open-stream):
16378         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
16379         function if it is set.
16381 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16383         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16384         structured fields.
16386 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16388         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16390 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16392         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16393         Add variable.
16394         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16395         assigning the spam-mark to new messages.
16397 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16399         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16401 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16403         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16404         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16405         default.
16407 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16409         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16410         correct data.
16412 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16414         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16415         (spam-group-processor-p): Fix function.
16416         (spam-group-processor-multiple-p)
16417         (spam-group-spam-processor-report-gmane-p)
16418         (spam-group-spam-processor-report-resend-p)
16419         (spam-group-spam-processor-bogofilter-p)
16420         (spam-group-spam-processor-blacklist-p)
16421         (spam-group-spam-processor-ifile-p)
16422         (spam-group-ham-processor-ifile-p)
16423         (spam-group-spam-processor-spamoracle-p)
16424         (spam-group-spam-processor-crm114-p)
16425         (spam-group-ham-processor-bogofilter-p)
16426         (spam-group-spam-processor-stat-p)
16427         (spam-group-ham-processor-stat-p)
16428         (spam-group-ham-processor-whitelist-p)
16429         (spam-group-ham-processor-BBDB-p)
16430         (spam-group-ham-processor-spamoracle-p)
16431         (spam-group-ham-processor-copy-p): Remove functions with some
16432         prejudice against unneeded code.
16433         (spam-report-articles-resend)
16434         (spam-report-resend-register-routine): Allow the group/topic
16435         spam-resend-to value to override spam-report-resend-to.
16436         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16437         properly now.
16439         * gnus.el (spam-resend-to): Add group/topic parameter.
16440         (spam-process): Move the OBSOLETE processors to the end of the
16441         choices.
16443 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16445         * spam-report.el (spam-report-resend-to, spam-report-resend):
16446         Start with resend-to set to nil, and then ask the user if necessary.
16447         (spam-report-resend): spam-report-resend takes a list of articles, not
16448         separate article numbers.
16450 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16452         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16453         addition to emacs-w3m.
16455 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16457         * assistant.el (assistant-authinfo-data): New function.
16458         (assistant-eval): Eval for entire assistant.
16460         * netrc.el (netrc-services-file): New variable.
16461         (netrc-parse-services): New function.
16462         (netrc-find-service-name): New function.
16463         (netrc-find-service-number): New function.
16464         (netrc-port-equal): New function.
16465         (netrc-machine): Use it.
16467         * nnimap.el (nnimap-open-connection): Use netrc.
16469         * gnus-util.el (gnus-netrc-get): Remove aliases.
16471         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16473         * assistant.el (wid-edit): Fix compilation.
16475         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16477 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16479         * gnus-util.el (gnus-set-file-modes): New function.  (small
16480         patch).
16482 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16484         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16486         * assistant.el (assistant-render-node): Fix up rendering and
16487         read-only text.
16488         (assistant-render-node): Reset.
16489         (assistant-make-read-only): Not sticky.
16491 2004-05-20  Danny Siu  <dsiu@adobe.com>
16493         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16494         centered even when gnus-auto-center-summary is t
16496 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16498         * dns.el (dns-get-txt-answer): New function.
16499         (dns-read-txt): Ditto.
16500         (query-dns): Use it.
16502 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16504         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16505         active for foreign groups even if the group level is higher than
16506         the specified value.
16508 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16510         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16511         non-active groups.
16513         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16515 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16517         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16519 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16521         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16522         (spam-crm114-header, spam-crm114-spam-switch)
16523         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16524         (spam-crm114-positive-spam-header)
16525         (spam-crm114-database-directory, spam-list-of-processors)
16526         (spam-group-spam-processor-crm114-p)
16527         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16528         (spam-generic-score, spam-list-of-checks)
16529         (spam-list-of-statistical-checks, spam-registration-functions)
16530         (spam-check-crm114-headers, spam-crm114-score)
16531         (spam-check-crm114, spam-crm114-register-with-crm114)
16532         (spam-crm114-register-spam-routine)
16533         (spam-crm114-unregister-spam-routine)
16534         (spam-crm114-register-ham-routine)
16535         (spam-crm114-unregister-ham-routine): Add CRM114 support.
16536         From asjo@koldfront.dk (Adam Sjøgren).
16538         * gnus.el: Add spam-use-crm114.
16540         * spam.el (spam-list-of-processors, spam-registration-functions):
16541         Add spam-use-resend.
16542         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16543         (spam-report-articles-gmane): Add doc fix.
16544         (spam-report-articles-resend, spam-report-resend-register-routine):
16545         Add wrappers around spam-report-resend-to.
16547         * spam-report.el (spam-report-resend-to, spam-report-resend):
16548         Add support for resending spam.
16549         (spam-report-gmane): Fix line length >80.
16551         * gnus.el (spam-process): Add spam-use-resend.
16553 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16555         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16556         number of processed spam messages.
16557         (spam-ham-copy-or-move-routine): Return the number of processed
16558         ham messages.
16559         (spam-summary-prepare-exit): Use the above values to decide
16560         whether status messages shouled be displayed.
16562 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16564         * rfc2047.el (rfc2047-encode-function-alist): Rename from
16565         `rfc2047-encoding-function-alist' in order to avoid conflicting
16566         with the old version.
16567         (rfc2047-encode-region): Concatenate words containing non-ASCII
16568         characters in structured fields; don't encode space-delimited
16569         ASCII words even in unstructured fields; don't break words at
16570         char-category boundaries.
16571         (rfc2047-encode-1): New function.
16572         (rfc2047-encode): Use it; encode text so that it occupies the
16573         maximum width within 76-column; work correctly on Q encoding for
16574         iso-2022-* charsets.
16575         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16576         sure not to break a line just after the header name.
16577         (rfc2047-b-encode-region): Remove.
16578         (rfc2047-b-encode-string): New function.
16579         (rfc2047-q-encode-region): Remove.
16580         (rfc2047-q-encode-string): New function.
16582         * mm-util.el (mm-replace-in-string): New function.
16584 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16586         * gnus-msg.el (gnus-inews-make-draft-meta-information):
16587         Really get it right.
16588         (gnus-inews-make-draft): Really.
16590 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16592         * nnmh.el (nnmh-request-list-1): Don't check the link count
16593         before descending.  (small patch)
16595 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16597         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16598         stuff.
16600         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
16601         Match on real group name.
16603         * gnus-art.el (gnus-signature-limit): Doc fix.
16605         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16607 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16609         * gnus-draft.el (gnus-draft-send):
16610         Bind rfc2047-encode-encoded-words.
16612         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16613         (rfc2047-encodable-p): Say that =? needs encoding.
16614         (rfc2047-encode-encoded-words): New variable.
16616         * gnus-group.el (gnus-group-select-group): Doc fix.
16618         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16620         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16621         to nil.
16623         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16625         * nnheader.el (nnheader-get-lines-and-char): New function.
16627 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16629         * gnus-msg.el (gnus-summary-followup-with-original):
16630         Document yanking of region when active.
16632 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16634         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16635         groups if the group level is higher than the specified value.
16637 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16639         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16640         (gnus-group-jump-to-group): Add prefix argument using
16641         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16642         non-active group.
16644         * compface.el (uncompface): Be verbose when changing
16645         `uncompface-use-external'.
16647         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16648         handle manual section.
16650 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16652         * gnus-art.el (gnus-button-alist): Revert previous change.
16654 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16656         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16658 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16660         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16661         whether backend can accept message.
16663         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16665 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16667         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16668         Avoid creating directory when nntp-marks-is-evil is true.
16669         Reported by Reiner Steib.
16671 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16673         * gnus-picon.el (gnus-picon-style): New variable.
16674         (gnus-picon-insert-glyph): Add optional `nostring' argument.
16675         (gnus-picon-transform-address): Support `gnus-picon-style'.
16676         From Jesper Harder <harder@ifa.au.dk>.
16678 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16680         * message.el (message-fill-field): Return point.
16681         (message-generate-headers): Go to end of field.
16683         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16684         stuff for non-living groups.
16686 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16688         * gnus-art.el (gnus-article-followup-with-original)
16689         (gnus-article-reply-with-original): gnus-mark-active-p ->
16690         gnus-region-active-p.
16692 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16694         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16695         only when there is spam or ham to be processed.
16697 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16699         * mail-source.el (mail-source-delete-crash-box): Refactor.
16700         (mail-source-fetch): Use it.
16701         (mail-source-fetch-file): Ditto.
16702         (mail-source-fetch-directory): Run postscript in loop.
16703         (mail-source-fetch-pop): Delete.
16704         (mail-source-fetch-maildir): Ditto.
16705         (mail-source-fetch-imap): Ditto.
16707         * imap.el (imap-authenticators): Comment out sasl.
16709         * message.el (message-skip-to-next-address): New function.
16710         (message-fill-header-address): Refactor.
16711         (message-fill-address): Use it.
16712         (message-delete-address): Use it.
16713         (message-fill-header-general): Refactor.
16714         (message-fill-field-address): Rename.
16715         (message-narrow-to-field): Find the start of the header.
16716         (message-header-format-alist): Don't pre-fill.
16717         (message-fill-header): Remove.
16718         (message-insert-header): New function.
16719         (message-shorten-references): Use it.
16721         * rfc2047.el (rfc2047-field-value): Strip props.
16723         * mail-parse.el (mail-header-make-address): New alias.
16725         * ietf-drums.el (ietf-drums-make-address): New function.
16727         * imap.el: Add compiler directives.
16729         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16731         * gnus-art.el (article-decode-idna-rhs): Don't use
16732         message-idna-inside-rhs-p.
16734 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16736         * message.el (message-idna-inside-rhs-p): Remove.
16737         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16739         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
16740         false positives.
16742 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16744         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16746 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16748         * nneething.el (nneething-file-name): Don't create spurious
16749         files.
16751         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16752         (gnus-inews-do-gcc): Remove sleep.
16754         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16755         part under point.
16757         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16758         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16760 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16762         * spam.el (spam-summary-prepare-exit): Fix (length).
16764 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16766         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16767         as expired without moving it" message when there are spam
16768         messages left.
16770 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16772         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16773         header is not nil.
16775 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16777         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16778         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
16779         (nntp-marks-changed-p): New arg SERVER.
16780         (nntp-request-update-info): Adjust caller.
16782 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16784         * nntp.el (nntp-save-marks): Pass missing arg.
16786 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16788         * nntp.el: Support marks.
16789         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16790         (nntp-marks-modtime, nntp-marks-directory): New variables.
16791         (nntp-request-set-mark, nntp-request-update-info)
16792         (nntp-possibly-create-directory, nntp-marks-changed-p)
16793         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
16794         New functions.
16796 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16798         * gnus-score.el (gnus-score-insert-help):
16799         Use gnus-select-lowest-window.
16801         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16802         appt-select-lowest-window and rename to gnus-select-lowest-window.
16804         * gnus.el: do.
16806 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16808         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16809         encodings of MIME-encoded words, in order to improve
16810         interoperability with several broken MUAs.
16812 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16814         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16815         tags, only when charsets are not specified in headers.
16816         (mm-inline-text-html-render-with-w3m): Ditto.
16818 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16820         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16821         instead of MIME-decoded from fields when checking
16822         `gnus-article-address-banner-alist'.
16824 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16826         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16827         description rather than subject.
16829 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16831         * gnus.el (gnus-version-number): Bump.
16833 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16835         * gnus.el: No Gnus v0.2 is released.
16837 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16839         * gnus-agent.el (gnus-agent-read-agentview):
16840         Inline gnus-uncompress-range.
16842 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16844         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16845         `exec-installed-p'.
16847 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16849         * gnus.el (spam-process, spam-autodetect-methods):
16850         Add bsfilter and bsfilter-headers.
16852         * spam.el (spam-bsfilter): New customize group.
16853         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16854         (spam-bsfilter-header, spam-bsfilter-probability-header)
16855         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16856         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16857         (spam-bsfilter-database-directory): New options.
16858         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16859         (spam-list-of-statistical-checks, spam-registration-functions):
16860         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16861         (spam-bsfilter-score): New command.
16862         (spam-check-bsfilter-headers, spam-check-bsfilter)
16863         (spam-bsfilter-register-with-bsfilter)
16864         (spam-bsfilter-register-spam-routine)
16865         (spam-bsfilter-unregister-spam-routine)
16866         (spam-bsfilter-register-ham-routine)
16867         (spam-bsfilter-unregister-ham-routine): New functions.
16868         (spam-generic-score): Support bsfilter; Accept an optional argument
16869         to recalcurate spam score even if scoring header has already been
16870         added.
16871         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16872         optional argument to recalcurate spam score even if scoring header
16873         has already been added.
16875 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16877         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16878         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16879         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16880         link is missing.
16882 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16884         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16885         (html2text-get-attr): Rewrite.
16887         * message.el (message-setup-1): Remove redundant put-text-property
16888         on mail-header-separator.
16890 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16892         * gnus-registry.el (gnus-registry-cache-whitespace)
16893         (gnus-registry-action, gnus-registry-spool-action)
16894         (gnus-registry-split-fancy-with-parent): Change message levels
16895         from 5 to 3 or 7, as needed.
16897         * spam.el (spam-summary-prepare-exit)
16898         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16899         (spam-split, spam-find-spam, spam-log-undo-registration)
16900         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
16901         level from 5 to 6.
16903 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16905         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16906         2004-03-04 change).
16908 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16910         * sieve-manage.el (sieve-manage-open):
16911         * nnweb.el (nnweb-insert-html):
16912         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16913         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16914         * nnspool.el (nnspool-request-group):
16915         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16916         * nnml.el (nnml-request-update-info):
16917         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16918         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16919         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16920         (nnimap-request-set-mark):
16921         * nnfolder.el (nnfolder-request-update-info):
16922         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16923         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16924         * gnus-uu.el (gnus-uu-find-articles-matching):
16925         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16926         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16927         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16928         * gnus-nocem.el (gnus-nocem-scan-groups):
16929         * gnus-int.el (gnus-start-news-server):
16930         * gnus-group.el (gnus-group-make-kiboze-group)
16931         (gnus-group-browse-foreign-server):
16932         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16933         Use mapc when appropriate.
16935 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16937         FIXME: Make separate entries for each person.
16939         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16940         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16941         <shields@msrl.com>:
16943         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16944         may need for spam sorting and scoring.
16945         (spam-user-format-function-S): Add user format function suitable for
16946         general use.
16947         (spam-article-sort-by-spam-status): Add sorting function for summary
16948         sorting.
16949         (spam-extra-header-to-number): Add function to get a score from a
16950         header.
16951         (spam-summary-score): Add function to  get a numeric score from the
16952         headers.
16953         (spam-generic-score): Fix function doc, was in wrong place.
16954         (spam-initialize): Take symbols when it's run, and install the
16955         extra headers that spam-necessary-extra-headers thinks we need.
16957 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16959         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16960         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
16962 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16964         * gnus-sum.el (gnus-set-global-variables)
16965         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16966         (gnus-article-get-xrefs, gnus-summary-best-group)
16967         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16968         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16969         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16970         Use with-current-buffer.
16972 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16974         * spam.el (spam-summary-prepare-exit): Simplify logic.
16975         (spam-fetch-article-header): Read the article header if it's not
16976         available.
16977         (spam-list-articles): Simplify logic.
16978         (spam-filelist-register-routine): Fix bug with unregister-list.
16980         * gnus-registry.el: Fix comments at beginning.
16982 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16984         * message.el (message-cater-to-broken-inn): Remove.
16985         (message-shorten-references): Make sure the total folded length of
16986         References is shorter than 998 characters to cater to a bug in INN
16987         2.3.  Also, don't pretend that references aren't folded -- this
16988         hasn't worked for a while.
16990 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16992         * gnus-agent.el (gnus-agentize):
16993         gnus-agent-send-mail-real-function no longer set to current value
16994         of message-send-mail-function but rather a lambda that calls
16995         message-send-mail-function.  The change makes the agent real-time
16996         responsive to user changes to message-send-mail-function.
16998 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17000         * legacy-gnus-agent.el
17001         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17002         help from Florian Weimer <fw@deneb.enyo.de>
17004 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17006         * nnmail.el (nnmail-cache-insert): Revert last change.
17008 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17010         * nnmail.el (nnmail-cache-insert): Always check whether
17011         nnmail-cache-ignore-groups matches a group name.
17013 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17015         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17016         (spam-find-spam, spam-log-processing-to-registry)
17017         (spam-log-registered-p, spam-log-unregistration-needed-p)
17018         (spam-log-undo-registration): Use gnus-message instead of
17019         gnus-error, none of these errors are fatal.
17021         * gnus-registry.el (gnus-registry-clean-empty-function)
17022         (gnus-registry-clean-empty): Remove only empty entries without
17023         extra data.
17025 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17027         * spam-stat.el (spam-stat-buffer-change-to-spam)
17028         (spam-stat-buffer-change-to-non-spam): Change (error) to
17029         (gnus-message 8) invocation.
17031 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17033         * nntp.el (nntp-via-netcat-command): New variable.
17034         (nntp-via-netcat-switches): New variable.
17035         (nntp-open-via-rlogin-and-netcat): New function.
17036         (nntp-open-connection-function): Doc fix.
17037         (nntp-telnet-command): Doc fix.
17038         (nntp-end-of-line): Doc fix.
17039         (nntp-via-rlogin-command): Doc fix.
17040         (nntp-via-user-name): Doc fix.
17041         (nntp-via-address): Doc fix.
17043 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17045         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17046         error in Emacs 21.1.
17048 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17050         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17052 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17054         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17055         (gnus-agent-with-refreshed-group): New macro.
17056         (gnus-agent-rename-group): New function.
17057         (gnus-agent-delete-group): New function.
17058         (gnus-agent-save-group-info): Use gnus-command-method when
17059         `method' parameter is nil.  Don't write nil entries into the
17060         active file.
17061         (gnus-agent-get-group-info): New function.
17062         (gnus-agent-fetch-articles):
17063         Use gnus-agent-update-files-total-fetched-for to increment disk space
17064         used.
17065         (gnus-agent-fetch-headers, gnus-agent-save-alist):
17066         Use gnus-agent-update-view-total-fetched-for to increment disk space
17067         used.
17068         (gnus-agent-get-local): Add optional parameters to avoid calling
17069         gnus-group-real-name and gnus-find-method-for-group.
17070         (gnus-agent-set-local): Delete stored entry if either min, or max,
17071         are nil.
17072         (gnus-agent-fetch-session): Reworded error/quit messages.
17073         On quit, use gnus-agent-regenerate-group to record existence of any
17074         articles fetched to disk before the quit occurred.
17075         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17076         gnus-agent-update-view-total-fetched-for, and
17077         gnus-agent-update-files-total-fetched-for to decrement disk space
17078         used.
17079         (gnus-agent-retrieve-headers):
17080         Use gnus-agent-update-view-total-fetched-for to increment disk space
17081         used.
17082         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17083         with gnus-agent-update-files-total-fetched-for to decrement disk
17084         space and fresh group buffer.
17085         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17086         (gnus-agent-need-update-total-fetched-for): New variable.
17087         (gnus-agent-update-files-total-fetched-for): New function.
17088         (gnus-agent-update-view-total-fetched-for): New function.
17089         (gnus-agent-total-fetched-for): New function.
17091         * gnus-cache.el (gnus-cache-save-buffers):
17092         Use gnus-cache-update-overview-total-fetched-for to change disk space
17093         used by this group.
17094         (gnus-cache-possibly-enter-article):
17095         Use gnus-cache-update-file-total-fetched-for to increment disk space
17096         used by this group.
17097         (gnus-cache-possibly-remove-article):
17098         Use gnus-cache-update-file-total-fetched-for to decrement disk space
17099         used by this group.
17100         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17101         (gnus-cache-rename-group): New function.
17102         (gnus-cache-delete-group): New function.
17103         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17104         (gnus-cache-need-update-total-fetched-for): New variable.
17105         (gnus-cache-with-refreshed-group): New macro.
17106         (gnus-cache-update-file-total-fetched-for): New function.
17107         (gnus-cache-update-overview-total-fetched-for): New function.
17108         (gnus-cache-rename-group-total-fetched-for): New function.
17109         (gnus-cache-delete-group-total-fetched-for): New function.
17110         (gnus-cache-total-fetched-for): New function.
17112         * gnus-group.el: Require gnus-sum and autoload functions to
17113         resolve warnings when gnus-group.el compiled alone.
17114         (gnus-group-line-format): Documented new %F.
17115         (size of Fetched data) group line format; identifies disk space
17116         used by agent and cache.
17117         (gnus-group-line-format-alist): Defined new F format.
17118         (gnus-total-fetched-for): New function.
17119         (gnus-group-delete-group): No longer update
17120         gnus-cache-active-altered as gnus-request-delete-group now keeps
17121         the cache in sync.
17122         (gnus-group-list-active): Let the agent store a server's active
17123         list if currently plugged.
17125         * gnus-int.el (gnus-request-delete-group):
17126         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17127         local disk in sync with the server.
17128         (gnus-request-rename-group):
17129         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17130         local disk in sync with the server.
17132         * gnus-start.el (gnus-get-unread-articles):
17133         Cosmetic simplification to logic.
17135         * gnus-util.el (gnus-rename-file): New function.
17137 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17139         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17141 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17143         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17144         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17146 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17148         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17149         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17151 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17153         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17155 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17157         * spam.el (spam-set-difference): Add function to replace
17158         gnus-set-difference in spam.el.
17159         (spam-summary-prepare-exit): Use spam-set-difference.
17161 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17163         * gnus-registry.el (gnus-registry-cache-file): Update to use
17164         gnus-dribble-directory OR gnus-home-directory OR ~.
17165         (gnus-registry-split-fancy-with-parent): Fix doc.
17167 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17169         * message.el (message-exchange-point-and-mark):
17170         Use message-mark-active-p.  Suggested by Jesper Harder
17171         <harder@ifa.au.dk>.
17173 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17175         * message.el (message-exchange-point-and-mark): Don't activate
17176         region if it was inactive.  Suggested by Hiroshi Fujishima
17177         <pooh@nature.tsukuba.ac.jp>.
17179 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17181         * gnus-art.el (article-display-face): Display Faces in the same
17182         order as X-Faces.
17184 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17186         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17188 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17190         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17191         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17192         (gnus-article-mime-hierarchy): Remove.
17193         (gnus-article-mime-hierarchy-next): Remove.
17194         (gnus-article-mode): Revert 2004-03-19 change.
17195         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17196         (gnus-insert-mime-button): Revert 2004-03-19 change.
17197         (gnus-mime-accumulate-hierarchy): Remove.
17198         (gnus-mime-enter-multipart): Remove.
17199         (gnus-mime-leave-multipart): Remove.
17200         (gnus-mime-display-part): Revert 2004-03-19 change.
17201         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17203         * mml.el (mml-preview): Revert 2004-03-19 change.
17205 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17207         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17209 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17211         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17212         t while entering a file name using the mm-with-multibyte macro.
17213         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17215         * mm-util.el (mm-with-multibyte): New macro.
17217 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17219         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
17220         New user option.
17221         (gnus-mime-multipart-functions): Doc and customization fix.
17222         (gnus-article-mime-hierarchy): New variable.
17223         (gnus-article-mime-hierarchy-next): New variable.
17224         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17225         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17226         gnus-article-mime-hierarchy-next to nil.
17227         (gnus-insert-mime-button): Show hierarchy numbers.
17228         (gnus-mime-accumulate-hierarchy): New function.
17229         (gnus-mime-enter-multipart): New function.
17230         (gnus-mime-leave-multipart): New function.
17231         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17232         (gnus-mime-display-alternative): Show hierarchy numbers.
17234         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17235         gnus-article-mime-hierarchy-next to nil.
17237 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17239         * dns.el: Don't require gnus-xmas.
17241 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17243         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17244         inline PGP.
17245         (mml-menu): Disable mml-quote-region if mark is inactive.
17247 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17249         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17250         when the group's active is not available.
17252 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17254         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17255         error.
17257 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17259         * imap.el (imap-store-password): New variable.
17260         (imap-interactive-login): Use it.
17261         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17263 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17265         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17266         window-start and hscroll to summary window.
17268 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17270         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17271         conversion message to newsrc-dribble when an actual conversion is
17272         performed.
17274 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17276         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17278 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17280         * mm-decode.el (mm-complicated-handles): New function reviving
17281         former definition of mm-multiple-handles.
17283         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17284         (gnus-mime-delete-part): Use it.
17286 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17288         * gnus-agent.el (gnus-agent-read-local):
17289         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
17290         avoid the implicit assumption that they will always be equal.
17291         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17292         coding-system-for-write, as the with-temp-file macro first prints
17293         to a buffer then saves the buffer.
17295 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17297         * gnus-art.el (gnus-article-edit-part): New function.
17298         (gnus-mime-save-part-and-strip): Use it; do query instead of
17299         signaling an error; don't use mm-multiple-handles.
17300         (gnus-mime-delete-part): Ditto.
17302 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17304         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
17305         old file versions.
17306         (gnus-group-prepare-hook): Remove function that converted list
17307         form of gnus-agent-expire-days to group properties.
17309         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17310         (gnus-request-accept-article): Re-indented.
17312         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17313         converters to handle old agent file formats.  Add logic for a
17314         "backup before upgrading warning".
17315         (gnus-convert-mark-converter-prompt): Developers can mark
17316         functions as needing (default), or not needing,
17317         gnus-convert-old-newsrc's "backup before upgrading warning".
17318         (gnus-convert-converter-needs-prompt): Tests whether the user
17319         should be protected from potentially irreversable changes by the
17320         function.
17322         * legacy-gnus-agent.el: New.  Provides converters that are only
17323         loaded when gnus-convert-old-newsrc needs to call them.
17325 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17327         * mail-source.el (mail-source-touch-pop): Doc fix.
17329         * message.el (message-smtpmail-send-it): Doc fix.
17331 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17333         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17335         * nnmail.el (nnmail-split-fancy): do.
17337         * gnus-kill.el (gnus-kill, gnus-execute): do.
17339 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17341         * gnus-sum.el (gnus-widget-reversible-match)
17342         (gnus-widget-reversible-to-internal)
17343         (gnus-widget-reversible-to-external): New functions.
17344         (gnus-widget-reversible): New widget.
17345         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17347 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17349         * gnus-sum.el (gnus-thread-sort-functions)
17350         (gnus-article-sort-functions): Document `(not F)' items.
17352 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17354         * spam.el (spam-use-gmane-xref): Add new backend.
17355         (spam-gmane-xref-spam-group): Add variable to control the name of the
17356         Gmane spam group.
17357         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17358         (spam-regex-headers-spam, spam-regex-headers-ham)
17359         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17360         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17361         backends and checks.
17362         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17364         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17365         an autodetect method.
17367 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17369         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17370         articles are being added to a group.
17371         (gnus-request-replace-article): Inform the agent that articles
17372         need to be uncached as the cached contents are no longer valid.
17374 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17376         * binhex.el: Don't autoload executable-find.
17378         * canlock.el: Don't autoload mail-fetch-field.
17380         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17382         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17383         rmail-dont-reply-to and rmail-output.
17385         * gnus-score.el: Don't autoload ffap-string-at-point.
17387         * gnus-setup.el: Don't autoload sc-cite-original.
17389         * imap.el: Don't autoload base64-decode-string,
17390         base64-encode-string and md5.
17392         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17393         and rmail-msg-restore-non-pruned-header.
17395         * mm-decode.el: Don't autoload executable-find.
17397         * mm-url.el: Don't autoload executable-find.
17399         * mm-view.el: Don't autoload diff-mode.
17401         * nndb.el: Don't autoload news-reply-mode, news-setup,
17402         cancel-timer and telnet.
17404         * password.el: Don't autoload run-at-time for Emacs.
17406         * sha1-el.el: Don't autoload executable-find.
17408         * sieve-mode.el: Don't autoload c-mode.
17410         * uudecode.el: Don't autoload executable-find.
17412 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17414         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
17415         (gnus-agent-possibly-alter-active): Avoid null in numeric
17416         comparison.
17417         (gnus-agent-set-local): Refuse to save null in local object table.
17418         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17419         list of articles that will be marked as unread.
17421 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17423         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17425 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17427         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17428         language tags.
17430 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17432         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17433         Don't bind "obarray".
17435         * gnus-sum.el (gnus-thread-sort-functions):
17436         Add `gnus-thread-sort-by-most-recent-number' and
17437         `gnus-thread-sort-by-most-recent-date'.
17438         Reported by Kai Grossjohann <kai@emptydomain.de>.
17440 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17442         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17444 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17446         * gnus-cus.el (gnus-agent-customize-category):
17447         Remove ignore-errors macro reference that required cl to be loaded at
17448         run-time.
17450         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17451         single-interval range of the form (min . max).  Previously the
17452         range had to look like ((min . max)).  Likewise, return
17453         (min . max) rather than ((min . max)).
17454         (gnus-range-map): Use gnus-range-normalize to accept
17455         single-interval range.
17457         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17458         the cache, but not the agent, now appear with their usual face.
17460 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17462         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17463         w3m-safe-url-regexp variable buffer-local.
17465         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17467 2004-02-27  Simon Josefsson  <jas@extundo.com>
17469         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17470         gnus-group-real-prefix.
17471         (gnus-summary-move-article): Use it, instead of
17472         gnus-group-real-prefix.
17474 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17476         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17477         w3m-safe-url-regexp variable buffer-local and set it as the value
17478         of mm-w3m-safe-url-regexp.
17480         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17482         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17483         parsing gnus-posting-styles when the message is not for replying.
17485         * nnrss.el (nnrss-opml-export):
17486         Use mm-set-buffer-file-coding-system instead of
17487         set-buffer-file-coding-system.
17489 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17491         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17492         of checkdoc.el).
17493         * nnrss.el: do.
17494         * gnus-mlspl.el: do.
17495         * gnus-ml.el: do.
17496         * gnus-srvr.el: do.
17498         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17500 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17502         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17503         Corrections to custom-manual links.
17505         * gnus-art.el (gnus-article): Ditto.
17507         * mm-decode.el (mime-display, mime-security): Ditto.
17509 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17511         * flow-fill.el: Typo.
17513 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17515         * spam-wash.el: New file.
17517 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17519         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17521 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17523         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17524         to be run with new-articles as LIST1, not LIST2.
17525         (spam-registration-functions): Add spam-use-ham-copy as a nil
17526         registration backend.
17528 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17530         * spam-stat.el (spam-stat-washing-hook): New option.
17531         (spam-stat-buffer-words): Use it.
17532         (spam-stat-process-directory, spam-stat-test-directory):
17533         Use insert-file-contents-literally.
17534         (spam-stat-coding-system): New variable.
17535         (spam-stat-load, spam-stat-save): Use it.
17537 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17539         * spam-report.el (spam-report-plug-agent):
17540         Quote spam-report-url-to-file and spam-report-url-ping-plain.
17542 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17544         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
17545         Allow / in mailto URLs.
17547 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17549         * spam-report.el (spam-report-process-queue): Fix interactive use.
17550         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17551         (spam-report-unplug-agent): Doc fixes.
17552         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17553         (spam-report-agentize, spam-report-deagentize):
17554         Autoload 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17556         * message.el (message-setup-fill-variables): Add mml tags to
17557         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17558         <ajk@iu.edu>.
17559         (message-mode): Don't modify paragraph-separate there.
17561 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17563         * compface.el (uncompface-use-external): Default to undecided.
17564         (uncompface-use-external-threshold): New variable.
17565         (uncompface-float-time): New macro.
17566         (uncompface): Determine whether to use the external decoder if
17567         uncompface-use-external is undecided.
17569 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17571         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17572         after images.
17574         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17576 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17578         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17580         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17582         * gnus-sum.el (gnus-summary-limit-to-age)
17583         (gnus-summary-limit-children): do.
17585         * gnus-int.el (gnus-request-scan): do.
17587         * gnus-group.el (gnus-group-suspend): do.
17589         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17591         * gnus-cite.el (gnus-cite-parse-attributions): do.
17593         * gnus-agent.el (gnus-summary-set-agent-mark)
17594         (gnus-agent-regenerate-group): do.
17596         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17598         * binhex.el (binhex-decode-region-internal): do.
17600 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17602         * gnus-fun.el (gnus-face-properties-alist): New user option.
17603         (gnus-display-x-face-in-from): Use it.
17605         * gnus-art.el (article-display-face): Ditto.
17607         * compface.el (uncompface-use-external): Default to nil.
17609 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17611         * nntp.el (nntp-erase-buffer): New function.
17612         (nntp-retrieve-data, nntp-send-command)
17613         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17614         (nntp-possibly-change-group): Use it.
17616         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
17617         Use with-current-buffer.
17619 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17621         * compface.el: Merge the ELisp-based uncompface program.
17622         (compface): New customization group.
17623         (uncompface-use-external): New user option.
17624         (uncompface): Call uncompface-internal if uncompface-use-external
17625         is nil.
17626         (uncompface-internal): New function.  Note that there are also
17627         some other functions and variables added for this function.
17629 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17631         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17632         if necessary.
17634 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17636         * spam-report.el (spam-report-unplug-agent)
17637         (spam-report-plug-agent, spam-report-deagentize)
17638         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17639         Add support for the Agent in spam-report: when unplugged, report to a
17640         file; when plugged, submit all the requests.
17642         * spam.el (spam-register-routine): Fix message about
17643         registration.
17645 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17647         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17648         dependencies.
17649         (rfc2047-encode): Use it.
17651         * gnus-art.el (gnus-button-marker-list): Move before first
17652         reference.
17654         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17655         (imap-parse-body): Fix format string mismatch.
17657         * gnus-score.el (gnus-summary-increase-score): do.
17659         * nnrss.el (nnrss-close): New function.
17661 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17663         * nnrss.el (nnrss-make-filename): New function.
17664         (nnrss-request-delete-group, nnrss-read-server-data)
17665         (nnrss-save-server-data, nnrss-read-group-data)
17666         (nnrss-save-group-data): Use it.
17667         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17668         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17669         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17671 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17673         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17675 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17677         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17678         files.
17680         * message.el (message-generate-headers-first): Don't quote nil
17681         and t in docstrings.
17683         * imap.el (imap-id): do.
17685         * gnus-agent.el (gnus-agent-consider-all-articles)
17686         (gnus-agent-queue-mail): do.
17688 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17690         * spam-report.el (spam-report-process-queue): New function.
17691         Process requests from `spam-report-requests-file'.
17692         (spam-report-process-queue): Doc fix.
17694 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17696         * spam.el (spam-register-routine)
17697         (spam-log-processing-to-registry, spam-log-registered-p)
17698         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17699         Change "check" to "spam-check" for semi-clarity.
17701 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17703         * pop3.el: Require nnheader.
17705         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17707         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17709         * gnus-picon.el: Require cl.
17711         * gnus-fun.el: Require gnus-ems and gnus-util.
17713         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17715         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17717         * gnus-art.el (gnus-article-edit-mode): Define before first
17718         reference.
17720 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17722         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17723         (gnus-uu-post-encoded): Use point-at-bol.
17725         * gnus-topic.el (gnus-group-active-topic-p): do.
17727         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17729         * gnus-group.el (gnus-group-kill-region): do.
17731         * gnus-art.el (article-date-ut): do.
17733         * message.el (message-fetch-field): Remove redundant
17734         case-fold-search binding.
17735         (message-narrow-to-field): Simplify.
17737 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17739         * spam.el (spam-directory): Derive from `gnus-directory'.
17741         * spam-report.el (spam-report-url-to-file)
17742         (spam-report-requests-file): New function and variable for offline
17743         reporting.
17744         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17745         and user defined function.
17746         (spam-report-url-ping-mm-url): Remove doubled slash.
17748 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17750         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17752 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17754         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
17755         Fix format string mismatch.
17757         * sieve.el (sieve-deactivate-all): do.
17759         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17761         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17763         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17765         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17767 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17769         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17770         the list of checks.
17772 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17774         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17775         padding.
17777 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17779         * mm-view.el (mm-fill-flowed): New variable.
17780         (mm-inline-text): Use it.
17782 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17784         * spam.el (spam-spamassassin-register-ham-routine)
17785         (spam-spamassassin-register-spam-routine): Fix function names.
17787 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17789         * gnus.el (gnus-tmp-grouplens): Remove.
17790         (gnus-summary-line-format): Remove grouplens.
17792         * gnus-group.el (gnus-group-line-format): Ditto.
17794         * gnus-spec.el (gnus-format-specs): Ditto.
17795         (gnus-update-format-specifications): Flush the group format spec
17796         cache if there's the grouplens stuff.
17797         (gnus-parse-simple-format): Replace %l with the empty string.
17799 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17801         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17802         omission.
17804 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17806         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17807         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17809 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17811         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17812         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17813         New macros and functions.
17814         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17815         Handle > NLINK_MAX messages.
17816         * nnmaildir.el (nnmaildir-request-set-mark):
17817         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
17819 2004-01-25  Alex Schroeder  <alex@gnu.org>
17821         * spam-stat.el (spam-stat-process-directory-age): New option.
17822         (spam-stat-process-directory): Use it.
17824 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17826         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17827         (spam-stat-save): Accept prefix argument.
17829 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17831         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17832         links" error.
17834 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17836         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17837         compatibility with old .newsrc.eld files.
17839         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17841         * gnus-start.el (gnus-1): do.
17843         * gnus-group.el (gnus-group-line-format-alist): do.
17845         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17847         * gnus-gl.el: Remove.
17849 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17851         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17852         marks consisting of a single range {for example, (3 . 5)} rather
17853         than a list of a single range { ((3 . 5)) }.
17855 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17857         * spam-stat.el (spam-stat-store-gnus-article-buffer):
17858         Use with-current-buffer.
17859         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17860         avoid consing a string.
17862         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17863         Remove obsolete entries for big5 and gb2312.
17865 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17867         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17868         uncompressed list.
17870 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17872         * spam-stat.el (spam-stat-strip-xref): New function.
17873         (spam-stat-process-directory): Use it.
17875         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17876         here -- it's done in message-fetch-field.
17878 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17880         * gnus-agent.el (gnus-agent-queue-mail)
17881         (gnus-agent-prompt-send-queue): New variables.
17882         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17883         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17884         "nndraft:queue" along to gnus-draft-send.
17885         Use gnus-agent-prompt-send-queue.
17886         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17887         is "nndraft:queue".  Suggested by Gaute Strokkenes
17888         <gs234@srcf.ucam.org>
17890         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
17891         (agent-enable-undownloaded-faces): Add.
17892         (gnus-agent-cat-groups): Use eval-and-compile, not
17893         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17894         method of gnus-agent-cat-groups even when the buffer has been
17895         evaled.
17896         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
17897         delete gnus-agent-save-active-1.
17898         (gnus-agent-save-groups): Delete.  Identical to
17899         gnus-agent-save-active.
17900         (gnus-agent-write-active): No longer adjust agent's copy of active
17901         file as agent's adjustments are now stored in their own
17902         file.  Remove optional parameter.
17903         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17904         servers.  Add use of min/max range limits from server's local
17905         file.
17906         (gnus-agent-save-alist): Remove unused optional argument.
17907         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17908         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17909         (gnus-agent-set-local): A per-server file that keeps min/max range
17910         limits for articles known to the agent.  Provides a fast mechanism
17911         for altering many active ranges.
17912         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17913         active file (local makes it unnecessary).
17914         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
17916         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
17917         (agent-enable-undownloaded-faces): Add.
17919         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17920         disable it when sending to "nndraft:queue".
17921         (gnus-group-send-queue): Add safety check to avoid sending queue
17922         when unplugged.
17924         * gnus-group.el (gnus-group-catchup): Use new
17925         gnus-sequence-of-unread-articles, not
17926         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17927         numbers of articles.  Use gnus-range-map to avoid having to
17928         uncompress the unread list.
17929         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17930         Fix invalid ange-ftp reference.
17932         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17933         (gnus-sorted-range-intersection): Intersection of two ranges
17934         without requiring that they first be uncompressed.
17936         * gnus-start.el (gnus-activate-group): Unless blocked by the
17937         caller, possibly expand the active range to include both cached
17938         and agentized articles.
17939         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17940         multiple version-dependent converters.
17941         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
17942         gnus-agent-save-active.
17943         (gnus-save-newsrc-file): Save dirty agent range limits.
17945         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
17946         gnus-agent-possibly-alter-active.
17947         (gnus-adjust-marked-articles): Faster handling of simple lists
17949 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17951         * spam-stat.el (spam-stat-test-directory): New optional argument
17952         displays a list of files detected.  Suggested by Andrew Cohen
17953         <cohen@andy.bu.edu>.
17954         (spam-stat-buffer-words-with-scores): Don't narrow and change
17955         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17957 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17959         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17960         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17961         (spam-spamassassin-arguments)
17962         (spam-spamassassin-spam-flag-header)
17963         (spam-spamassassin-positive-spam-flag-header)
17964         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17965         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17966         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17967         (spam-list-of-processors, spam-list-of-checks)
17968         (spam-list-of-statistical-checks, spam-registration-functions)
17969         (spam-check-spamassassin-headers, spam-check-spamassassin)
17970         (spam-spamassassin-score)
17971         (spam-spamassassin-register-with-sa-learn)
17972         (spam-spamassassin-register-spam-routine)
17973         (spam-spamassassin-register-ham-routine)
17974         (spam-assassin-register-spam-routine)
17975         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17976         (spam-bogofilter-score): Fix to show article before scoring.
17978 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17980         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17981         default scoring function.
17982         (spam-generic-score): Call spam-spamassassin-score if
17983         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17984         spam-bogofilter-score otherwise.
17986         * gnus.el (spam-process, spam-autodetect-methods):
17987         Add spamassassin and spamassassin-headers.
17989 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17991         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17992         Suppress unnecessary messages.
17994 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17996         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17997         make-hash-table.
17999 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18001         * canlock.el (base64-encode-string): Don't autoload it.
18003 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18005         * run-at-time.el: Remove useless (require 'itimer),
18006         eval-and-compile and (featurep 'xemacs).
18008 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18010         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18011         GROUP is a virtual group.
18013 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18015         * gnus.el: Autoload `message-y-or-n-p'.
18017 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18019         * pgg-parse.el: Remove unnecessary (require 'custom).
18021         * pgg-def.el: do.
18023         * nnmail.el: do.
18025         * gnus-undo.el: do.
18027         * gnus-picon.el: do.
18029         * gnus-util.el: do.
18031 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18033         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18035 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18037         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18038         handle, as well as a list.
18040         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18041         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18042         (mm-w3m-cid-retrieve): Simplify.
18044 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18046         * message.el (message-kill-to-signature): Allow prefix arg to
18047         specify number of lines to keep before signature.
18049 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18051         * message.el (message-kill-to-signature): Change docstring.
18053 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18055         * canlock.el: Always require sha1-el.
18056         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18058         * message.el: Autoload sha1 only when compiling.
18060 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18062         * message.el (message-canlock-generate): Require sha1-el.
18064 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18066         * message.el (message-expand-name): Silence the byte compiler.
18068 2004-01-13  Simon Josefsson  <jas@extundo.com>
18070         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18071         Invoke gnus-score-mode.
18072         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
18074         * gnus-range.el (gnus-compress-sequence): Doc fix.
18075         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18077 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18079         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18081 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18083         * spam.el (spam-get-article-as-string): Update to use
18084         gnus-request-article-this-buffer, much simpler.
18085         (spam-get-article-as-buffer): Remove.
18087 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18089         * message.el (message-expand-name): Use EUDC if the user uses that.
18091 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18093         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18094         character for the encoding to avoid consing a string.
18096         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18097         unnecessarily.
18099         * mm-util.el (mm-replace-chars-in-string): Remove.
18101         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18102         of mm-replace-chars-in-string.
18104 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18106         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18108         * mm-util.el (mm-subst-char-in-string): Support inplace.
18110         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18111         a new string in every iteration.  Use shy groups.
18113 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18115         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18116         * gnus-soup.el (gnus-soup-group-brew):
18117         * gnus-msg.el (gnus-put-message):
18118         * gnus-move.el (gnus-group-move-group-to-server):
18119         * gnus-kill.el (gnus-batch-score):
18120         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18121         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18122         (gnus-group-update-group, gnus-group-read-group)
18123         (gnus-group-make-group, gnus-group-make-help-group)
18124         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18125         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18126         (gnus-group-sort-by-unread, gnus-group-catchup)
18127         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18128         (gnus-group-yank-group, gnus-group-set-info)
18129         (gnus-group-list-groups):
18130         * gnus.el (gnus-generate-new-group-name):
18131         * gnus-delay.el (gnus-delay-send-queue):
18132         * nnvirtual.el (nnvirtual-catchup-group):
18133         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18134         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18135         (gnus-group-prepare-topics, gnus-topic-check-topology):
18136         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18137         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18138         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18139         (gnus-group-make-articles-read):
18140         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18141         (gnus-group-change-level, gnus-kill-newsgroup)
18142         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18143         (gnus-get-unread-articles, gnus-make-articles-unread)
18144         (gnus-make-ascending-articles-unread): Use accessor
18145         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18146         to get group information for improved readability.
18148 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18150         * gnus-art.el (article-decode-mime-words, article-babel)
18151         (gnus-article-highlight-signature, gnus-article-add-buttons)
18152         (gnus-signature-toggle): Use gnus-with-article-buffer.
18154         * gnus-art.el (gnus-article-highlight-headers)
18155         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18157         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18158         (gnus-article-set-globals, gnus-request-article-this-buffer)
18159         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18160         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18161         (gnus-mime-display-alternative): Use with-current-buffer.
18163 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18165         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18166         also under 80 char limit, and call gnus-error if needed.
18167         (spam-fetch-article-header): Fix - it was a
18168         buffer-local variable (gnus-newsgroup-data).
18169         (spam-find-spam): Use spam-generate-fake-headers, forget about
18170         spam-insert-fake-headers.
18171         (spam-insert-fake-headers): Remove.
18173 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18175         * deuglify.el (gnus-article-outlook-unwrap-lines)
18176         (gnus-outlook-rearrange-article)
18177         (gnus-outlook-repair-attribution-outlook)
18178         (gnus-outlook-repair-attribution-block)
18179         (gnus-outlook-repair-attribution-other): Remove redundant
18180         save-excursion.
18182 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18184         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18185         (spam-fetch-field-subject-fast)
18186         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18187         (spam-fetch-article-header): Add functions to deal with Gnus
18188         internals for fast retrieval of article header data.
18189         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18191 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18193         * pop3.el (pop3-md5): Remove.
18194         (pop3-apop): Replace pop3-md5 with md5.
18196         * mm-bodies.el: base64 is always built-in.
18198         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18199         Use with-current-buffer.
18201 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18203         * canlock.el (canlock-insert-header): Remove excessive grouping in
18204         regexp.
18206         * gnus-sum.el (gnus-summary-read-document): Ditto.
18208         * gnus-uu.el (gnus-uu-part-number): Ditto.
18210         * html2text.el (html2text-remove-tags): Ditto.
18211         (html2text-format-tags): Ditto.
18212         (html2text-format-single-elements): Ditto.
18214         * mml.el (mml-parse-1): Ditto.
18216 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18218         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18220         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18222         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18224         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18226 2003-11-15  Simon Josefsson  <jas@extundo.com>
18228         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18229         (pgg-gpg-lookup-key): Use regexp match instead of
18230         split-string (split-string is different between emacs 21.2 and
18231         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18233 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18235         * gnus-art.el (gnus-mime-view-all-parts)
18236         (gnus-article-part-wrapper, gnus-article-view-part):
18237         Use with-current-buffer.
18239 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18241         * spam.el (spam-disable-spam-split-during-ham-respool)
18242         (spam-spamoracle-database, spam-cache-lookups)
18243         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18244         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18245         (spam-group-ham-marks, spam-group-spam-marks)
18246         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18247         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18248         also add spam-use-blackholes to the statistical checks.
18249         (spam-fetch-field-fast): Add interface to fetching fields, may
18250         become a macro.
18251         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18252         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18253         (spam-insert-fake-headers): Fake an article when needed.
18254         (spam-find-spam): Fake article when possible.
18255         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18256         (spam-check-bogofilter-headers): Use message-fetch-field instead
18257         of nnmail-fetch-field.
18259 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18261         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18263 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18265         * spam.el (spam-split): Do not require spam-use-CHECK to be
18266         enabled if that check is passed to spam-split explicitly; also
18267         fix so 'spam doesn't get converted to spam-split-group when
18268         spam-split-symbolic-return is t.
18269         (spam-find-spam): Find registrations of the article and use those
18270         instead of re-running spam-split to find the spam/ham
18271         classification of the article.
18272         (spam-log-processing-to-registry, spam-log-registered-p)
18273         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18274         Use gnus-error instead of gnus-message.
18275         (spam-log-registration-type): Add function to determine the
18276         classification of a message based on registry entries; will
18277         return nil if both 'spam and 'ham are found.
18278         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18279         a reasonably fast local cache without the loading errors.
18280         (spam-cache-lookups): Set to t by default.
18281         (spam-find-spam): Don't try to guess spam-cache-lookups.
18282         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18283         spam-caches entry.
18284         (spam-filelist-build-cache, spam-filelist-check-cache):
18285         Fix caching of whitelist/blacklist entries.
18286         (spam-check-whitelist, spam-check-blacklist):
18287         Invoke spam-from-listed-p with a type, not a cache variable.
18288         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18290 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18292         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18294         * nnmail.el (nnmail-split-fancy): do.
18296         * mml.el (mml-parse): do.
18298         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18299         (gnus-score-adaptive): do.
18301 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18303         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18304         (gnus-mime-button-map): Don't set keymap parent.
18305         (gnus-button-ctan-directory-regexp): Use shy grouping.
18306         (gnus-prev-page-map): Don't set keymap parent.
18307         (gnus-prev-page-map): Remove duplicated one.
18308         (gnus-next-page-map): Don't set keymap parent.
18309         (gnus-mime-security-button-map): Ditto.
18311         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18312         version number.
18314         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18316 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18318         * canlock.el (canlock-sha1-function): Remove.
18319         (canlock-sha1-function-for-verify): Remove.
18320         (canlock-openssl-program): Remove.
18321         (canlock-openssl-args): Remove.
18322         (canlock-ignore-errors): Remove.
18323         (canlock-sha1-with-openssl): Remove.
18324         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18325         (canlock-verify): Don't use canlock-ignore-errors.
18327         * sha1-el.el (sha1-string-external): Make it can return a string
18328         in binary form.
18329         (sha1-region-external): Ditto.
18330         (sha1-string-internal): Ditto.
18331         (sha1-region-internal): Ditto.
18332         (sha1-region): Ditto.
18333         (sha1-string): Ditto.
18334         (sha1): Ditto.
18336 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18338         * spam.el (spam-report-articles-gmane): New command.
18340 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18342         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18344         * run-at-time.el (run-at-time-saved): Remove.
18345         (run-at-time): Doc fix.
18347 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18349         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18350         (gnus-summary-limit-map): Add it.
18351         (gnus-summary-make-menu-bar): do.
18353 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18355         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18356         Make attempt at some caching support (done for BBDB only now).
18357         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18358         addresses to be checked.
18359         (spam-clear-cache-BBDB): Add function, to be invoked by
18360         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18361         (spam-check-BBDB): Check and use the caches, if
18362         spam-cache-lookups is on, remove superfluous (provide).
18364 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18366         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
18368 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18370         * run-at-time.el (run-at-time-saved): Move to after the definition
18371         of `run-at-time'.
18373 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18375         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18376         mm-w3m-local-map-property.
18378         * mm-view.el (mm-w3m-mode-map): Remove.
18379         (mm-w3m-local-map-property): Remove.
18380         (mm-inline-text-html-render-with-w3m): Don't use
18381         mm-w3m-local-map-property.
18383 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18385         * run-at-time.el: New file.
18387         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18388         of gnus-set-text-properties.
18390         * gnus-uu.el (gnus-uu-save-article): Ditto.
18392         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18394         * gnus-cite.el (gnus-cite-parse): Ditto.
18396         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18397         of gnus-.
18399         * gnus.el: Change calls to nnheader-run-at-time and
18400         password-run-at-time throughout to use run-at-time directly.
18402         * password.el: Remove definition of run-at-time.
18404 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18406         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18407         in prompt.
18409 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18411         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18412         XEmacs version.
18414         * dns.el (dns-make-network-process): Use `open-network-stream'
18415         instead of `gnus-xmas-open-network-stream'.
18417         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18419 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18421         * gnus-art.el (gnus-mime-display-alternative)
18422         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18423         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18424         Don't use gnus-local-map-property.
18426         * gnus-util.el (gnus-local-map-property): Remove.
18428         * mm-view.el (mm-view-pkcs7-decrypt):
18429         Replace gnus-completing-read-maybe-default with completing-read.
18431         * gnus-util.el (gnus-completing-read): do.
18432         (gnus-completing-read-maybe-default): Remove.
18434 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18436         * password.el: Only autoload `run-at-time' if not XEmacs.
18437         Only autoload the itimer functions if XEmacs.
18439 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18441         * gnus-art.el (gnus-read-string): Remove.
18442         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18443         read-string.
18445 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18447         * netrc.el: Autoload password-read.
18448         (netrc): Add configuration group.
18449         (netrc-encoding-method, netrc-openssl-path):
18450         Add variables for encoding and decoding of files with symmetric
18451         ciphers.
18452         (netrc-encode): Add assistant function to encode a file with
18453         netrc-encoding-method.
18454         (netrc-parse): Add interactive parameter, added optional
18455         decoding if netrc-encoding-method is non-nil but otherwise
18456         behavior is standard.
18457         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18458         Do s/encode/encrypt/ everywhere.
18460         * spam.el: Remove executable-find autoload.
18462 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18464         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18466         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18468 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18470         * gnus-art.el (gnus-treat-ansi-sequences)
18471         (article-treat-ansi-sequences): New variable and function.
18472         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18474         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18475         Use it.
18477 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18479         * mm-util.el (mm-quote-arg): Remove.
18481         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18482         shell-quote-argument.
18484         * gnus-uu.el (gnus-uu-command): do.
18486         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18488         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18489         with make-char.
18491         * mm-util.el (mm-make-char): Remove.
18493         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18494         add-minor-mode.
18496         * gnus-undo.el (gnus-undo-mode): do.
18498         * gnus-topic.el (gnus-topic-mode): do.
18500         * gnus-sum.el (gnus-dead-summary-mode): do.
18502         * gnus-start.el (gnus-slave-mode): do.
18504         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18506         * gnus-ml.el (gnus-mailing-list-mode): do.
18508         * gnus-gl.el (gnus-grouplens-mode): do.
18510         * gnus-draft.el (gnus-draft-mode): do.
18512         * gnus-dired.el (gnus-dired-mode): do.
18514         * gnus-ems.el (gnus-add-minor-mode): Remove.
18516         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18517         Replace gnus-char-width with char-width.
18519         * gnus-ems.el (gnus-char-width): Remove.
18521         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18522         Replace gnus-char-width with char-width.
18524         * gnus-ems.el (gnus-char-width): Remove.
18526         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18527         definition.
18528         Remove Emacs 20 hash table compatibility code.
18530         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18531         20 compatibility code.
18533         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18535         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18537         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
18538         Replace with point-at-{eol,bol}.
18540         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18542         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18544         * flow-fill.el (fill-flowed-point-at-bol)
18545         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18547         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18548         Replace with point-at-{eol,bol} throughout all files.
18550 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18552         * ntlm.el (ntlm-string-as-unibyte): New macro.
18553         (ntlm-build-auth-response): Use it.
18555         Remove Emacs 20 stuff:
18556         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18557         of delq and copy-sequence.
18558         * gnus-art.el (popup-menu): Remove the compiler macro.
18559         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18560         Emacs 20.
18562 2004-01-05  Simon Josefsson  <jas@extundo.com>
18564         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18565         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18566         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18567         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18568         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18569         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18570         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18571         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18572         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18573         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18574         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18575         string-xor into ntlm-string-xor.
18576         Suggested by Jesper Harder <harder@myrealbox.com>.
18578         * ntlm.el: Don't include poem.
18580         * md4.el (print-int32, print-string-hexa): Remove.
18581         Suggested by Jesper Harder <harder@myrealbox.com>.
18583         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18585         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18586         probably breaks emacs with DL patch, but do we care? Is anyone
18587         still using the DL stuff?)
18589         * sieve-manage.el: Use the password package.
18590         (sieve-manage-read-passwd): Remove.
18591         (sieve-manage-interactive-login): Use password.  Re-add
18592         condition-case around loop.
18594         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18595         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
18596         Use the password package.
18598 2003-02-19  Simon Josefsson  <jas@extundo.com>
18600         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18601         token.
18603 2002-08-07  Simon Josefsson  <jas@extundo.com>
18605         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18606         (sieve-manage-authenticators):
18607         (sieve-manage-authenticator-alist): Add some SASL mechs.
18608         (sieve-sasl-auth): New function.
18609         (sieve-manage-cram-md5-auth):
18610         (sieve-manage-plain-auth): Rewrite using SASL library.
18611         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18612         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18613         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18614         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18616 2004-01-05  Simon Josefsson  <jas@extundo.com>
18618         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18619         New files.
18621 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18623         * gnus-group.el (gnus-no-groups-message): Update.
18625         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18627 2003-11-09  Simon Josefsson  <jas@extundo.com>
18629         * imap.el: Support for ID IMAP extension (RFC 2971).
18630         (imap-local-variables): Add imap-id.
18631         (imap-id): New variable.
18632         (imap-id): New function.
18633         (imap-parse-response): Parse untagged ID response.
18634         * nnimap.el (nnimap-id): New variable.
18635         (nnimap-open-connection): Use it.
18637 2003-12-28  Simon Josefsson  <jas@extundo.com>
18639         * gnus-score.el (gnus-score-edit-all-score): New.
18640         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18642 2004-01-04  Simon Josefsson  <jas@extundo.com>
18644         * password.el: Add.
18646 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18648         * dns.el (dns-query-types): Fix typo.
18649         (dns-query-types): New function.
18650         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18651         PTR and SOA replies, see RFC 1035.
18653 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18655         * gnus.el (gnus-logo-color-style): Change colors to `no'.
18657         * Move to Changelog.2.
18659 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18661         * gnus.el (gnus-version-number): Bump version.
18663 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18665         * gnus.el: No Gnus v0.1 is released.
18667 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18669         * gnus.el: No Gnus v0.0 is released.
18671 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18673         * gnus.el (gnus-version-number): Bump.
18674         (gnus-version): No.
18676 See ChangeLog.2 for earlier changes.
18678   Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18679     Free Software Foundation, Inc.
18681   This file is part of GNU Emacs.
18683   GNU Emacs is free software: you can redistribute it and/or modify
18684   it under the terms of the GNU General Public License as published by
18685   the Free Software Foundation, either version 3 of the License, or
18686   (at your option) any later version.
18688   GNU Emacs is distributed in the hope that it will be useful,
18689   but WITHOUT ANY WARRANTY; without even the implied warranty of
18690   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18691   GNU General Public License for more details.
18693   You should have received a copy of the GNU General Public License
18694   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18696 ;; Local Variables:
18697 ;; coding: utf-8
18698 ;; fill-column: 79
18699 ;; add-log-time-zone-rule: t
18700 ;; End: